powerpc: Fix ifuncmain6pie failure with GCC 4.9
[glibc.git] / ChangeLog
blobcd093808ff4c79d3d5d9c4136bd4d344b1062045
1 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3         [BZ #17868]
4         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
5         set dependency from opd value.
7 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
9         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
11         architecture.
13 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15         [BZ #17870]
16         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
17         with uint64_t.
18         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
19         (uint64_t) 1.
20         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
21         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
22         Replace 1UL with (uint64_t) 1.
23         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
24         int with uint64_t.
26 2015-01-23  Roland McGrath  <roland@hack.frob.com>
28         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
29         (if_freenameindex): Likewise.
31         * resource/getrlimit64.c: Add missing libc_hidden_def.
33 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
35         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
36         __label__.
37         (_FP_FMA): Likewise.
38         (_FP_TO_INT_ROUND): Likewise.
39         (_FP_FROM_INT): Likewise.
41 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43         [BZ #16418]
44         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
45         Make code racy and cancel safe.
47 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
49         * sysdeps/arm/unwind-resume.h: Fix copyright year.
50         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
51         attribution.
53         * pwd/tst-getpw.c: Rewrite.
55         [BZ #17702]
56         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
57         (modules-names): Add moddummy1 and moddummy2.
58         ($(objpfx)tst-rec-dlopen): Define.
59         * dlfcn/moddummy1.c: New file.
60         * dlfcn/moddummy2.c: New file.
61         * dlfcn/tst-rec-dlopen.c: New file.
62         * elf/dl-cache.c (_dl_load_cache_lookup):
63         Return char*. Copy result with alloca/strcpy/strdup.
64         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
65         returns char*. Free cached. If not saving realname
66         free cached.
67         * elf/dl-open.c (dl_open_worker): Do not assert that
68         _r_debug->r_state is RT_CONSISTENT.
69         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
70         returns char*.
72 2015-01-21  Torvald Riegel  <triegel@redhat.com>
73             Carlos O'Donell  <carlos@redhat.com>
75         [BZ #12674]
76         * nptl/sem_waitcommon.c: New file.
77         * nptl/sem_wait.c: Include sem_waitcommon.c.
78         (__sem_wait_cleanup, do_futex_wait): Remove.
79         (__new_sem_wait): Adapt.
80         (__new_sem_trywait): New function.
81         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
82         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
83         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
84         (sem_timedwait): Adapt.
85         * nptl/sem_post.c (__new_sem_post): Adapt.
86         (futex_wake): New function.
87         (__old_sem_post): Add release MO fence.
88         * nptl/sem_open.c (sem_open): Adapt.
89         * nptl/sem_init.c (__new_sem_init): Adapt.
90         (futex_private_if_supported): New function.
91         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
92         (__old_sem_getvalue): Add using previous code.
93         * sysdeps/nptl/internaltypes.h: Adapt.
94         * nptl/tst-sem13.c (do_test): Adapt.
95         * nptl/tst-sem11.c (main): Adapt.
96         * nptl/sem_trywait.c: Remove.
97         * nptl/DESIGN-sem.txt: Remove.
98         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
99         (gen-as-const-headers): Remove structsem.sym.
100         * nptl/structsem.sym: Remove.
101         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
102         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
103         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
104         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
105         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
106         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
107         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
108         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
109         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
110         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
111         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
112         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
113         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
114         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
115         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
116         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
117         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
118         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
119         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
120         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
121         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
122         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
124 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
126         * INSTALL: Regenerated.
128         * po/libc.pot: Regenerated.
130 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
131             Sandra Loosemore  <sandra@codesourcery.com>
132             Andrew Jenner  <andrew@codesourcery.com>
133             Joseph Myers  <joseph@codesourcery.com>
134             Nathan Sidwell  <nathan@codesourcery.com>
136         * NEWS: Mention new Nios II port.
137         * sysdeps/nios2/Implies: New file.
138         * sysdeps/nios2/Makefile: New file.
139         * sysdeps/nios2/Subdirs: New file.
140         * sysdeps/nios2/Versions: New file.
141         * sysdeps/nios2/__longjmp.S: New file.
142         * sysdeps/nios2/abort-instr.h: New file.
143         * sysdeps/nios2/backtrace.c: New file.
144         * sysdeps/nios2/bits/endian.h: New file.
145         * sysdeps/nios2/bits/fenv.h: New file.
146         * sysdeps/nios2/bits/link.h: New file.
147         * sysdeps/nios2/bits/setjmp.h: New file.
148         * sysdeps/nios2/bsd-_setjmp.S: New file.
149         * sysdeps/nios2/bsd-setjmp.S: New file.
150         * sysdeps/nios2/configure: New generated file.
151         * sysdeps/nios2/configure.ac: New file.
152         * sysdeps/nios2/crti.S: New file.
153         * sysdeps/nios2/crtn.S: New file.
154         * sysdeps/nios2/dl-init.c: New file.
155         * sysdeps/nios2/dl-machine.h: New file.
156         * sysdeps/nios2/dl-sysdep.h: New file.
157         * sysdeps/nios2/dl-tls.h: New file.
158         * sysdeps/nios2/dl-trampoline.S: New file.
159         * sysdeps/nios2/gccframe.h: New file.
160         * sysdeps/nios2/gmp-mparam.h: New file.
161         * sysdeps/nios2/jmpbuf-offsets.h: New file.
162         * sysdeps/nios2/jmpbuf-unwind.h: New file.
163         * sysdeps/nios2/ldsodefs.h: New file.
164         * sysdeps/nios2/libc-tls.c: New file.
165         * sysdeps/nios2/libm-test-ulps: New file.
166         * sysdeps/nios2/machine-gmon.h: New file.
167         * sysdeps/nios2/math-tests.h: New file.
168         * sysdeps/nios2/math_private.h: New file.
169         * sysdeps/nios2/memusage.h: New file.
170         * sysdeps/nios2/nptl/Makefile: New file.
171         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
172         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
173         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
174         * sysdeps/nios2/nptl/pthreaddef.h: New file.
175         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
176         * sysdeps/nios2/nptl/tls.h: New file.
177         * sysdeps/nios2/preconfigure: New file.
178         * sysdeps/nios2/s_fma.c: New file.
179         * sysdeps/nios2/s_fmaf.c: New file.
180         * sysdeps/nios2/setjmp.S: New file.
181         * sysdeps/nios2/sfp-machine.h: New file.
182         * sysdeps/nios2/sotruss-lib.c: New file.
183         * sysdeps/nios2/stackguard-macros.h: New file.
184         * sysdeps/nios2/stackinfo.h: New file.
185         * sysdeps/nios2/start.S: New file.
186         * sysdeps/nios2/sysdep.h: New file.
187         * sysdeps/nios2/tls-macros.h: New file.
188         * sysdeps/nios2/tst-audit.h: New file.
189         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
190         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
191         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
192         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
193         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
194         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
195         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
196         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
197         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
198         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
199         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
200         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
201         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
202         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
203         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
204         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
205         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
206         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
207         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
208         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
209         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
210         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
211         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
212         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
213         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
214         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
215         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
216         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
217         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
218         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
219         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
220         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
221         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
222         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
223         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
224         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
225         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
226         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
227         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
228         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
229         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
230         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
231         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
232         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
234 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
236         [BZ #17844]
237         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
238         (getutent): Use weak_alias in non SHARED case
239         and default_symbol_version in SHARED case.
240         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
241         (getutent_r, pututline): Likewise.
242         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
243         (getutid): Likewise.
244         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
245         (getutid_r): Likewise.
246         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
247         (getutline): Likewise.
248         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
249         (getutline_r): Likewise.
250         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
251         (updwtmp): Likewise.
253 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
255         [BZ #17848]
256         * sysdeps/s390/s390-32/memcmp.S
257         (memcmp_g5): Rename to __memcmp_g5.
258         * sysdeps/s390/s390-32/memcpy.S
259         (memcpy_g5): Rename to __memcpy_g5.
260         Jump to __memcpy_mvcle instead of memcpy_mvcle.
261         (memcpy_mvcle) Rename to __memcpy_mvcle.
262         * sysdeps/s390/s390-32/memset.S
263         (memset_g5): Rename to __memset_g5.
264         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
265         (IFUNC_RESOLVE): Prefix ifunc-resolve function
266         and use prefixed functions.
267         * sysdeps/s390/s390-32/multiarch/memcmp.S
268         (memcmp_z196): Rename to __memcmp_z196.
269         (memcmp_z10): Rename to __memcmp_z10.
270         (memcmp): Set alias to __memcmp_g5.
271         (bcmp): Set alias to __memcmp_g5.
272         * sysdeps/s390/s390-32/multiarch/memcpy.S
273         (memcpy_z196): Rename to __memcpy_z196.
274         Jump to __memcpy_mvcle instead of memcpy_mvcle.
275         (memcpy_z10): Rename to __memcpy_z10.
276         Jump to __memcpy_mvcle instead of memcpy_mvcle.
277         (memcpy): Set alias to __memcpy_g5.
278         * sysdeps/s390/s390-32/multiarch/memset.S
279         (memset_z196): Rename to __memset_z196.
280         Jump to __memset_mvcle instead of memset_mvcle.
281         (memset_z10): Rename to __memset_z10.
282         Jump to __memset_mvcle instead of memset_mvcle.
283         (memset_mvcle) Rename to __memset_mvcle.
284         (memset): Set alias to __memset_g5.
285         * sysdeps/s390/s390-64/memcmp.S
286         (memcmp_z900): Rename to __memcmp_z900.
287         * sysdeps/s390/s390-64/memcpy.S
288         (memcpy_z900): Rename to __memcpy_z900.
289         Jump to __memcpy_mvcle instead of memcpy_mvcle.
290         (memcpy_mvcle) Rename to __memcpy_mvcle.
291         * sysdeps/s390/s390-64/memset.S
292         (memset_z900): Rename to __memset_z900.
293         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
294         (IFUNC_RESOLVE): Prefix ifunc-resolve function
295         and use prefixed functions.
296         * sysdeps/s390/s390-64/multiarch/memcmp.S
297         (memcmp_z196): Rename to __memcmp_z196.
298         (memcmp_z10): Rename to __memcmp_z10.
299         (memcmp): Set alias to __memcmp_z900.
300         (bcmp): Set alias to __memcmp_z900.
301         * sysdeps/s390/s390-64/multiarch/memcpy.S
302         (memcpy_z196): Rename to __memcpy_z196.
303         Jump to __memcpy_mvcle instead of memcpy_mvcle.
304         (memcpy_z10): Rename to __memcpy_z10.
305         Jump to __memcpy_mvcle instead of memcpy_mvcle.
306         (memcpy): Set alias to __memcpy_z900.
307         * sysdeps/s390/s390-64/multiarch/memset.S
308         (memset_z196): Rename to __memset_z196.
309         Jump to __memset_mvcle instead of memset_mvcle.
310         (memset_z10): Rename to __memset_z10.
311         Jump to __memset_mvcle instead of memset_mvcle.
312         (memset_mvcle) Rename to __memset_mvcle.
313         (memset): Set alias to __memset_z900.
315 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
317         [BZ #17748]
318         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
319         __fesetenv instead of fesetenv.
321 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
323         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
324         macro.
326 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
328         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
329         regression on LE.
331         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
332         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
333         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
334         strncmp-power8 object.
335         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
336         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
337         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
338         * NEWS: Update.
340 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
341             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
343         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
344         trailing byte check.
346 2015-01-13  David S. Miller  <davem@davemloft.net>
348         * include/signal.h (__sigreturn): Guard with __USE_MISC.
350 2015-01-13  Roland McGrath  <roland@hack.frob.com>
352         * login/logout.c (logout): Use memset rather than bzero.
353         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
354         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
355         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
356         (_gethtbyaddr): Likewise.
357         * locale/programs/simple-hash.c (bcopy): Macro removed.
359 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
361         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
362         Add strcmp-power8 object.
363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
364         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
365         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
366         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
367         __strcmp_power8 implementation.
368         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
369         * NEWS: Update.
371         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
372         Add strncpy-power8 and stpncpy-power8 objects.
373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
374         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
375         implementations.
376         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
377         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
378         __stpncpy_power8 implementation.
379         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
380         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
381         __strncpy_power8 implementation.
382         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
383         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
384         * NEWS: Update.
386         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
387         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
388         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
390         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
391         strncat-power8 object.
392         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
393         __strcat_power8 implementation.
394         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
395         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
396         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
397         optimized strcat for power8.
399         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
400         strcpy-power8 and stpcpy-power8 objects.
401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
402         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
403         implementations.
404         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
405         multiarch stpcpy implementation for POWER8.
406         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
407         multiarch strcpy implementation for POWER8.
408         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
409         __strcpy_power8 function.
410         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
411         stpcpy for POWER8.
412         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
413         strcpy for POWER8.
414         * NEWS: Update.
416 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
418         [BZ #16009]
419         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
420         weights and rules. Use do_xfrm_cached if data fits in cache,
421         do_xfrm otherwise.  Moved former main loop to...
422         * (do_xfrm_cached): New function.
423         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
424         find_idx, find_position and stack_push.
425         * (find_idx): New function.
426         * (find_position): Likewise.
427         * localedata/sort-test.sh: Added test run for do_xfrm.
428         * localedata/xfrm-test.c (main): Added command line option
429         -nocache to run the test with strings that are too large for
430         the STRXFRM cache.
432 2015-01-13  Torvald Riegel  <triegel@redhat.com>
434         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
435         variable to lll_futex_wake call, not the value itself.
437 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
439         [BZ #17803]
440         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
441         twom64.  Adjust value to 0x1p-64L.
442         (__scalblnl): Only return standard underflowing result for K <=
443         -64 not K <= -63; adjust exponent for underflowing result by 64
444         not 63.
445         * math/libm-test.inc (scalbn_test_data): Add more tests.
446         (scalbln_test_data): Likewise.
448         [BZ #17834]
449         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
450         0x1p63L.
451         (__scalblnl): Get new exponent of adjusted subnormal value from ES
452         not HX.
453         * math/libm-test.inc (scalbn_test_data): Add more tests.
454         (scalbln_test_data): Likewise.
456 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
457             Stefani Seibold  <stefani@seibold.net>
459         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
460         (sysdep_routines): Add dl-vdso here, ...
461         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
462         (sysdep_routines): ... not here.
463         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
464         fallback when vDSO is not presented.
465         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
466         Define with libc_hidden_proto/libc_hidden_data_def definitions.
467         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
468         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
469         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
470         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
471         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
472         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
473         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
474         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
475         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
476         fallback configurable symbol when vDSO is not available.
477         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
478         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
479         be able to redefine fallback symbol when vDSO is not available.
480         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
481         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
483 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
485         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
486         (TLS_INIT_TP): Add tm_capable initialization.
487         (TLS_DEFINE_INIT_TP): Likewise.
488         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
489         TCB.
490         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
491         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
492         calculation.
493         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
494         transactoion is lock elision is built and TCB tm_capable is set.
495         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
497         (INTERNAL_SYSCALL_NCS): Likewise.
498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
499         (INTERNAL_SYSCALL_NCS): Likewise.
500         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
502         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
503         for powerpc.
504         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
505         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
506         and remove it for 32 bits case.
507         [pthread_rwlock_t] (__rwelision): New field for lock elision.
508         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
509         initialization.
510         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
511         Disable lock elision with rdlocks if elision is not available.
513         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
514         (sysdep_routines): Add lock elision objects.
515         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
516         [pthread_mutex_t] (__spins): Rework to add lock elision field.
517         [pthread_mutex_t] (__elision): Add field.
518         [__PTHREAD_SPINS]: Adjust to init lock elision field.
519         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
520         elision definitions for powerpc.
521         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
522         implementation of lock elision for powerpc.
523         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
524         implementation of timed lock elision for powerpc.
525         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
526         implementation of trylock with lock elision for powerpc.
527         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
528         implementaion of unlock for lock elision for powerpc.
529         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
530         automatic enable lock elision for mutexes.
531         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
532         transaction execution definitions for powerpc.
533         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
534         definitions.
535         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
536         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
537         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
538         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
539         * NEWS: Update.
541 2015-01-09  Roland McGrath  <roland@hack.frob.com>
543         * sysdeps/posix/shm-directory.c: Use <> rather than ""
544         for #include of <shm-directory.h>.
546 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
548         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
549         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
551 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
553         [BZ #17791]
554         * NEWS: Mention bug fix.
555         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
556         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
557         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
559 2015-01-09  Torvald Riegel <triegel@redhat.com>
561         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
563 2015-01-09  Torvald Riegel <triegel@redhat.com>
565         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
567 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
569         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
570         pointer and cast to uintptr_t.
572 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
574         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
575         removed.
576         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
578 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
580         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
581         of 0.
583 2015-01-08  Roland McGrath  <roland@hack.frob.com>
585         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
586         <nptl/pthreadP.h> instead.
587         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
589         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
590         already defined.
591         [__SIGRTMIN] (init): Function removed.
592         [__SIGRTMIN] (initialized): Variable removed.
593         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
594         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
595         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
596         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
597         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
598         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
599         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
600         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
601         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
602         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
603         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
604         * sysdeps/nptl/allocrtsig.c: New file.
605         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
606         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
607         * sysdeps/generic/testrtsig.h: File removed.
609         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
610         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
612         * nptl/nptl-init.c (pthread_functions): Conditionalize
613         .ptr__nptl_setxid initialization on [SIGSETXID].
615         * sysdeps/nptl/sys/procfs.h: New file.
616         * nptl_db/Makefile (headers): Add it.
617         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
619         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
620         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
621         * nptl/pthread_attr_setaffinity.c: Include it.
622         * nptl/pthread_setattr_default_np.c: Likewise.
623         * nptl/check-cpuset.h: New file.
625 2015-01-08  Richard Henderson  <rth@redhat.com>
627         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
628         (CFLAGS-tst-execstack-prog.c): Likewise.
629         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
631 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
632             Sandra Loosemore  <sandra@codesourcery.com>
633             Andrew Jenner  <andrew@codesourcery.com>
634             Joseph Myers  <joseph@codesourcery.com>
635             Nathan Sidwell  <nathan@codesourcery.com>
637         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
638         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
639         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
640         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
641         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
642         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
643         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
644         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
645         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
646         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
647         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
648         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
649         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
650         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
651         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
652         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
653         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
655 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
657         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
658         timespec struct member in syscall macro.
659         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
660         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
661         first timeval struct member in syscall macro.
662         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
664 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
666         [BZ #17748]
667         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
668         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
669         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
670         __feupdateenv and define as weak alias of __feupdateenv.  Use
671         libm_hidden_weak.
672         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
673         libm_hidden_def.
674         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
675         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
676         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
677         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
678         libm_hidden_def.
679         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
680         __feupdateenv and define as weak alias of __feupdateenv.  Use
681         libm_hidden_weak.
682         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
683         libm_hidden_def.
684         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
685         __feupdateenv and define as weak alias of __feupdateenv.  Use
686         libm_hidden_weak.
687         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
688         libm_hidden_def.
689         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
690         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
691         (__feupdateenv): Likewise.
692         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
693         __feupdateenv and define as weak alias of __feupdateenv.  Use
694         libm_hidden_weak.
695         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
696         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
697         libm_hidden_def.
698         * sysdeps/tile/math_private.h (__feupdateenv): New inline
699         function.
700         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
701         libm_hidden_def.
702         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
703         __feupdateenv instead of feupdateenv.
704         (default_libc_feupdateenv_test): Likewise.
705         (libc_feresetround_ctx): Likewise.
707 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
709         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
710         prototype.
712 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
714         * posix/regcomp.c (parse_bracket_exp): Initialize type to
715         COLL_SYM in a couple of places to avoid uninitialized variable
716         wanings on tilegx gcc 4.8.2.
718 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
720         * sysdeps/aarch64/strcpy.S: New file.
721         * sysdeps/aarch64/stpcpy.S: New file.
722         * NEWS: Updated.
724 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
726         * sysdeps/aarch64/strrchr.S: New file.
727         * NEWS: Updated.
729 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
731         [BZ #17658]
732         * stdlib/setenv.c: Fix memory leak when setting large,
733         duplicate string.
735 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
737         [BZ #17273]
738         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
739         and tabs from buffer before parsing fstab entry.
740         * misc/tst-mntent.c (main): Add test for mount entry with
741         trailing spaces and tabs.
743 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
745         [BZ #17748]
746         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
747         * math/fesetround.c (fesetround): Rename to __fesetround and
748         define as weak alias of __fesetround.  Use libm_hidden_weak.
749         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
750         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
751         * sysdeps/arm/fesetround.c (fesetround): Likewise.
752         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
753         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
754         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
755         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
756         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
757         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
758         __fesetround_inline.
759         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
760         __fesetround_inline instead of __fesetround.
761         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
762         __fesetround and define as weak alias of __fesetround.  Use
763         libm_hidden_weak.  Call __fesetround_inline instead of
764         __fesetround.
765         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
766         __fesetround and define as weak alias of __fesetround.  Use
767         libm_hidden_weak.
768         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
769         Likewise.
770         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
771         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
772         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
773         * sysdeps/tile/math_private.h (__fesetround): New inline function.
774         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
775         __fesetround and define as weak alias of __fesetround.  Use
776         libm_hidden_weak.
777         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
778         __fesetround instead of fesetround.
779         (default_libc_feholdexcept_setround): Likewise.
780         (libc_feholdsetround_ctx): Likewise.
781         (libc_feholdsetround_noex_ctx): Likewise.
783         [BZ #17748]
784         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
785         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
786         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
787         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
788         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
789         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
790         define as weak alias of __fesetenv.  Use libm_hidden_weak.
791         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
792         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
793         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
794         define as weak alias of __fesetenv.  Use libm_hidden_weak.
795         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
796         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
797         define as weak alias of __fesetenv.  Use libm_hidden_weak.
798         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
799         libm_hidden_def.
800         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
801         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
802         Likewise.
803         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
804         define as weak alias of __fesetenv.  Use libm_hidden_weak.
805         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
806         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
807         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
808         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
809         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
810         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
811         __fesetenv instead of fesetenv.
812         (libc_feresetround_noex_ctx): Likewise.
813         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
814         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
815         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
816         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
817         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
818         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
819         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
820         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
821         (__feupdateenv): Likewise.
822         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
823         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
824         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
825         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
827 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
829         [BZ #17806]
830         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
831         addresses have been freed.
833 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
835         * resolv/res_init.c (__res_vinit): Improve comments about nserv
836         and nservall.
838 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
840         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
841         Clean up check_pf allocation pattern. addresses
843 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
845         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
846         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
847         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
848         * nptl/pthread_exit.c (__pthread_exit): Likewise.
849         * nptl/pthread_join.c (pthread_join): Likewise.
850         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
851         * sysdeps/posix/waitid.c (__waitid): Likewise.
852         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
853         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
854         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
855         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
856         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
857         Likewise.
858         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
859         (__libc_pread64): Likewise.
860         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
861         (__libc_pwrite): Likewise.
862         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
863         (__libc_pwrite64): Likewsie.
864         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
865         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
866         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
867         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
868         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
869         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
870         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
872         Likewise.
873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
874         (__libc_pread64): Likewise.
875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
876         Likewise.
877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
878         (__libc_pwrite64): Likewise.
879         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
880         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
881         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
882         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
883         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
884         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
885         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
886         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
887         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
888         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
889         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
890         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
891         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
892         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
893         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
894         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
895         Likewise.
897 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
899         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
900         (CFLAGS-test-double.c): Likewise.
901         (CFLAGS-test-ldouble.c): Likewise.
902         (CPPFLAGS-test-ifloat.c): Likewise.
903         (CPPFLAGS-test-idouble.c): Likewise.
904         (CPPFLAGS-test-ildoubl.c): Likewise.
905         (CFLAGS-test-test-fenv.c): Remove variable.
906         (CFLAGS-test-misc.c): Likewise.
908 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
910         [BZ #17797]
911         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
912         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
913         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
914         CLOCKS_PER_SEC == 1000000.
915         * time/clocktest.c (main): Replace %ld with %jd and cast to
916         intmax_t.
918 2015-01-05  Roland McGrath  <roland@hack.frob.com>
920         * sysdeps/generic/unwind-resume.h: New file.
921         * sysdeps/gnu/unwind-resume.c: Include it.
922         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
923         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
924         argument list.
925         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
926         global rather than static.
927         (_Unwind_Resume): Update user.
928         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
929         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
930         rather than static.  Add __attribute__ ((cold)).
931         (_Unwind_Resume, __gcc_personality_v0): Update callers.
932         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
933         * sysdeps/arm/arm-unwind-resume.S: New file.
934         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
935         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
936         * sysdeps/arm/Makefile [$(subdir) = csu]
937         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
938         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
939         Add rt-arm-unwind-resume.
940         [$(subdir) = nptl]
941         (libpthread-sysdep_routines, libpthread-shared-only-routines):
942         Add pt-arm-unwind-resume.
943         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
944         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
946 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
948         [BZ #17748]
949         * include/fenv.h (__feholdexcept): Declare.  Use
950         libm_hidden_proto.
951         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
952         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
953         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
954         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
955         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
956         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
957         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
958         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
959         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
960         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
961         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
962         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
963         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
964         (feholdexcept): Likewise.
965         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
966         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
967         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
968         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
969         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
970         __feholdexcept instead of feholdexcept.
971         (default_libc_feholdexcept_setround): Likewise.
973 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
975         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
976         to avoid using stl/str to align destination.
978 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
980         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
982 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
984         [BZ #17796]
985         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
986         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
987         Define as weak alias not strong alias.
989 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
991         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
992         bltzal with addiupc.
993         (RTLD_START): Ditto.
995 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
997         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
998         for __vdso_* functions in declarations.
999         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1000         definitions.
1001         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1002         INTERNAL_VSYSCALL): Use struct return types to check for error.
1004         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1005         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1006         function with cast from llround().
1007         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1008         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1009         Define.
1011 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1013         [BZ #17793]
1014         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1015         Define as weak alias not strong alias.
1017         [BZ #17635]
1018         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1019         ...
1020         * ctype/ctype-extn.c: ... here.
1021         (__isblank_l): Move to ...
1022         * ctype/ctype-c99_l.c: ... here.  New file.
1023         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1024         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1025         Remove variable.
1026         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1027         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1028         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1029         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1030         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1032         [BZ #17777]
1033         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1034         (posix_fadvise64): Define as weak alias not strong alias.
1035         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1036         (posix_fallocate64): Likewise.
1037         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1038         Remove variable.
1039         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1040         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1041         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1042         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1043         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1045 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1047         [BZ #16191]
1048         * NEWS: Mention bug fix.
1049         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1050         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1051         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1052         (HOST_STACK_END_ADDR): Likewise.
1054 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1056         [BZ #17748]
1057         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1058         * math/fegetround.c (fegetround): Rename to __fegetround and
1059         define as weak alias of __fegetround.  Use libm_hidden_weak.
1060         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1061         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1062         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1063         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1064         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1065         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1066         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1067         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1068         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1069         Undefine after rather than before function definition; use
1070         parentheses around function name in definition.
1071         (__fegetround): Also undefine macro after function definition.
1072         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1073         __fegetround and define as weak alias of __fegetround.  Use
1074         libm_hidden_weak.  Do not undefine as macro.
1075         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1076         Likewise.
1077         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1078         __fegetround and define as weak alias of __fegetround.  Use
1079         libm_hidden_weak.
1080         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1081         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1082         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1083         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1084         __fegetround and define as weak alias of __fegetround.  Use
1085         libm_hidden_weak.
1086         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1087         __fegetround instead of fegetround.
1089         [BZ #17782]
1090         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1091         Condition macro definition on [__USE_MISC].
1093         [BZ #17781]
1094         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1095         (struct sigaction): Change type of sa_flags field to int.
1097         [BZ #17780]
1098         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1099         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1100         __glibc_reserved0.
1102         * nptl/version.c (banner): Use single year in copyright notice.
1104         * NEWS: Update copyright dates.
1105         * catgets/gencat.c (print_version): Likewise.
1106         * csu/version.c (banner): Likewise.
1107         * debug/catchsegv.sh: Likewise.
1108         * debug/pcprofiledump.c (print_version): Likewise.
1109         * debug/xtrace.sh (do_version): Likewise.
1110         * elf/ldconfig.c (print_version): Likewise.
1111         * elf/ldd.bash.in: Likewise.
1112         * elf/pldd.c (print_version): Likewise.
1113         * elf/sotruss.sh: Likewise.
1114         * elf/sprof.c (print_version): Likewise.
1115         * iconv/iconv_prog.c (print_version): Likewise.
1116         * iconv/iconvconfig.c (print_version): Likewise.
1117         * locale/programs/locale.c (print_version): Likewise.
1118         * locale/programs/localedef.c (print_version): Likewise.
1119         * login/programs/pt_chown.c (print_version): Likewise.
1120         * malloc/memusage.sh (do_version): Likewise.
1121         * malloc/memusagestat.c (print_version): Likewise.
1122         * malloc/mtrace.pl: Likewise.
1123         * manual/libc.texinfo: Likewise.
1124         * nptl/version.c (banner): Likewise.
1125         * nscd/nscd.c (print_version): Likewise.
1126         * nss/getent.c (print_version): Likewise.
1127         * nss/makedb.c (print_version): Likewise.
1128         * posix/getconf.c (main): Likewise.
1129         * scripts/test-installation.pl: Likewise.
1130         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1132 2015-01-02  Will Newton  <will.newton@linaro.org>
1134         * sysdeps/arm/armv7/configure: Removed.
1135         * sysdeps/arm/armv7/configure.ac: Likewise.
1137 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1139         * All files with FSF copyright notices: Update copyright dates
1140         using scripts/update-copyrights.
1141         * intl/plural.c: Regenerated.
1142         * locale/programs/charmap-kw.h: Likewise.
1143         * locale/programs/locfile-kw.h: Likewise.
1145 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1147         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1149 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1151         [BZ #17748]
1152         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1153         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1154         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1155         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1156         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1157         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1158         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1159         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1160         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1161         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1162         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1163         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1164         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1165         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1166         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1167         libm_hidden_def.
1168         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1169         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1170         Likewise.
1171         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1172         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1173         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1174         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1175         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1176         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1177         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1178         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1179         __fegetenv instead of fegetenv.
1180         (libc_feholdsetround_noex_ctx): Likewise.
1182 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1184         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1185         (Elf_MIPS_ABIFlags_v0): New structure.
1186         (EF_MIPS_FP64): Define.
1187         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1188         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1189         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1190         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1191         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1192         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1193         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1194         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1195         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1196         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1197         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1198         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1199         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1200         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1201         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1202         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1203         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1204         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1205         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1206         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1207         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1208         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1209         field.
1210         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1211         EF_MIPS_FP64.
1212         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1213         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1214         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1215         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1216         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1217         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1218         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1219         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1220         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1221         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1222         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1223         record the current FP ABI extension.
1224         (mips-mode-switch): Define to show if kernel headers support mode
1225         switching.
1226         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1227         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1228         supported SYSV ABI version to 3.
1229         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1230         feature.
1232 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1233             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1235         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1236         path.
1237         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1239 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1241         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1242         __fegetround and redefine to call __fegetround.  Remove condition
1243         on [!__NO_MATH_INLINES].
1244         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1245         function.
1246         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1247         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1248         Remove macro.
1249         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1250         instead of <fenv_libc.h>.
1251         (__llrintl): Call fegetround instead of __fegetround.
1252         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1253         instead of <fenv_libc.h>.
1254         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1255         (__lrintl): Call fegetround instead of __fegetround.
1256         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1257         instead of <fenv_libc.h>.
1258         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1259         (__rintl): Call fegetround instead of __fegetround.
1261 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1263         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1264         arrays.
1266 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1268         [BZ #17775]
1269         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1270         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1271         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1273 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1275         * sysdeps/i386/tls-macros.h: Include <features.h>.
1276         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1277         (TLS_IE): Likewise.
1278         (TLS_LD): Likewise.
1279         (TLS_GD): Likewise.
1280         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1281         define for GCC >= 5.0.
1283 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1285         * math/test-fenv.c (test_single_exception, set_single_exc,
1286         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1287         feexcp_mask_test, feenable_test, fe_single_test): Add
1288         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1289         case where they are not used.
1290         * math/libm-test.inc: Likewise.
1291         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1292         unused in the absence of FP rounding/exception support.
1293         * stdio-common/tst-printf-round.c: Likewise.
1294         * stdlib/tst-strtod-round.c: Likewise.
1295         * stdlib/tst-strtod-underflow.c: Likewise.
1297 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1299         [BZ #17723]
1300         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1301         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1302         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1303         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1304         libm_hidden_weak.
1305         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1306         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1307         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1308         libm_hidden_def.
1309         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1310         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1311         libm_hidden_weak.
1312         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1313         Likewise.
1314         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1315         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1316         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1317         libm_hidden_weak.
1318         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1319         libm_hidden_def.
1320         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1321         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1322         (__feraiseexcept): Likewise.
1323         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1324         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1325         libm_hidden_weak.
1326         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1327         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1328         libm_hidden_def.
1329         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1330         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1331         Use libm_hidden_def.
1332         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1333         libm_hidden_def.
1334         (feraiseexcept): Define as weak not strong alias.  Use
1335         libm_hidden_weak.
1336         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1337         New inline function.  Factored out of ...
1338         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1339         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1340         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1341         feraiseexcept.
1342         * math/w_acos.c (__acos): Likewise.
1343         * math/w_asin.c (__asin): Likewise.
1344         * math/w_ilogb.c (__ilogb): Likewise.
1345         * math/w_j0.c (y0): Likewise.
1346         * math/w_j1.c (y1): Likewise.
1347         * math/w_jn.c (yn): Likewise.
1348         * math/w_log.c (__log): Likewise.
1349         * math/w_log10.c (__log10): Likewise.
1350         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1351         * sysdeps/aarch64/fpu/math_private.h
1352         (libc_feupdateenv_test_aarch64): Likewise.
1353         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1354         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1355         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1356         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1357         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1358         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1359         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1360         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1361         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1362         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1364 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1366         [BZ #17732]
1367         * io/test-utime.c (main): Replace %ld with %jd and cast to
1368         intmax_t.
1369         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1370         * nptl/tst-mutex5.c: Include <stdint.h>.
1371         (do_test): Replace %ld with %jd and cast to intmax_t.
1372         * posix/tst-regex.c (run_test): Likewise.
1373         (run_test_backwards): Likewise.
1374         * rt/tst-clock.c: Include <stdint.h>.
1375         (clock_test): Replace %ld with %jd and cast to intmax_t.
1376         * rt/tst-cpuclock1.c: Include <stdint.h>.
1377         (do_test): Replace %lu with %ju and cast to uintmax_t.
1378         * rt/tst-cpuclock2.c: Include <stdint.h>.
1379         (do_test): Replace %lu with %ju and cast to uintmax_t.
1380         * rt/tst-mqueue1.c: Include <stdint.h>.
1381         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1382         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1383         intmax_t.
1384         * rt/tst-mqueue4.c (do_test): Likewise.
1385         * rt/tst-timer4.c: Include <stdint.h>.
1386         (check_ts): Replace %ld with %jd and cast to intmax_t.
1387         (do_test): Likewise.
1388         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1389         and cast to intmax_t.
1390         * sysdeps/pthread/tst-timer.c (main): Likewise.
1391         * time/clocktest.c (main): Likewise.
1392         * time/tst-posixtz.c (do_test): Likewise.
1393         * timezone/tst-timezone.c (main): Likewise.
1395 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1396             H.J. Lu  <hongjiu.lu@intel.com>
1398         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1399         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1403         version if bit_Fast_Unaligned_Load is set.
1404         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1407         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1411         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1412         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1413         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1414         to 4.
1415         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1416         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1417         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1418         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1420 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1422         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1423         instead of #if to avoid a Wundef warning.
1424         * stdlib/tst-limits.c (do_test): Likewise.
1426         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1427         parallel other exception macros.
1428         (fegetenv): Convert from macro to extern inline so that it applies
1429         retroactively to inline functions already seen by the compiler.
1430         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1432         * posix/Makefile (before-compile): Use $(objpfx) for
1433         posix-conf-vars-def.h.
1435 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1437         * posix/getconf.c (main): Use size_t for type of I.
1438         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1439         NSPEC.
1441         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1442         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1443         * posix/posix-envs.def: Likewise.
1444         * sysdeps/posix/sysconf.c: Likewise.
1445         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1446         (specs): Remove array.
1447         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1448         array.
1450         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1451         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1452         (__sysconf): Use CONF_IS_* macros.
1454         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1455         ($(objpfx)posix-conf-vars-def.h): New target.
1456         * posix/posix-conf-vars.list: New file.
1457         * posix/posix-conf-vars.h: New file.
1458         * posix/confstr.c: Include posix-conf-vars.h.
1459         (confstr): Use CONF_IS_* macros.
1460         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1461         CONF_IS_* macros.
1462         * scripts/gen-posix-conf-vars.awk: New file.
1464 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1466         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1467         fegetround): Add no-op macros to avoid linknamespace issues.
1469         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1470         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1472         * sysdeps/unix/sysv/linux/tile/sysdep.h
1473         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1474         assembly-specific section to avoid a redefinition warning.
1476         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1477         long before casting to pointer to avoid a cast warning.
1479 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1481         * sysdeps/tile/tilegx/Implies: New file.
1483 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1485         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1487 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1489         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1491 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1493         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1494         not define.
1495         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1496         <kernel-features.h>.
1497         (__utimes) [__NR_utimes]: Make code unconditional.
1498         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1499         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1500         (__ASSUME_UTIMES): Do not undefine.
1501         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1502         (__ASSUME_UTIMES): Likewise.
1503         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1504         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1505         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1506         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1508 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1510         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1512 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1514         [BZ #17747]
1515         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1516         alias to weak alias for j0l, y0l.
1517         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1518         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1520         [BZ #17746]
1521         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1522         conversion.
1524 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1526         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1527         to zero if not already defined.
1529 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1531         [BZ #17724]
1532         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1533         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1534         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1535         (char *) casts added.
1536         * sysdeps/ieee754/k_standardf.c: New file.
1537         * sysdeps/ieee754/k_standardl.c: Likewise.
1538         * math/Makefile (libm-support): Remove k_standard.
1539         (libm-calls): Add k_standard.
1541 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1543         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1544         Optimize to avoid an unnecessary FPCR read.
1546 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1548         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1549         Optimize to reduce FPCR/FPSR accesses.
1551 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1553         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1554         Call libc_fetestexcept_aarch64.
1556 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1558         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1559         Call libc_fesetround_aarch64.
1561 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1563         [BZ #17733]
1564         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1565         (__bind): Do not define as weak alias.
1566         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1567         define.
1568         (__getsockname): Do not define as weak alias.
1570 2014-12-22  Will Newton  <will.newton@linaro.org>
1572         * manual/install.texi: Document that we require bison 2.7
1573         or above.
1574         * INSTALL: Regenerate.
1575         * configure.ac: Use AC_CHECK_PROG_VER instead of
1576         AC_PATH_PROG when checking for bison and check for
1577         version 2.7 or above.
1578         * configure: Regenerate.
1580 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1582         [BZ #17745]
1583         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1584         * sysdeps/tile/ffsll.c (ffsll): To here.
1586         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1588 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1590         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1591         if not defined.
1592         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1593         definition.
1594         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1595         hidden ___tls_get_addr.
1596         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1597         hidden __tls_get_addr.
1598         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1599         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1600         Likewise.
1602 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1604         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1605         _dl_init call.
1607 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1609         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1610         from "call _dl_init@PLT".
1611         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1613 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1615         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1616         guarantees.
1618 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1620         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1622 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1624         [BZ #17744]
1625         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1626         strnlen.
1628 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1630         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1631         of multu on MIPSr6.
1632         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1633         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1634         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1635         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1636         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1638 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1640         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1641         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1642         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1643         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1644         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1645         mips32r6/mips64r6.
1646         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1648 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1650         * string/strncat.c (STRNCAT): Simplify implementation.
1652 2014-12-19  David S. Miller  <davem@davemloft.net>
1654         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1655         access the quad as both a long double and as a series of 4 words.
1657         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1658         link_map->l_info array access.
1660 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1662         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1664         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1665         * math/atest-exp2.c (TIMEOUT): Likewise.
1666         * math/atest-sincos.c (TIMEOUT): Likewise.
1668 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1670         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1671         -Wno-error with -fno-builtin-lround.
1673 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1675         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1676         Contains futex constants and functions moved over from ...
1677         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1678         <lowlevellock-futex.h>.
1679         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1680         (lll_timedwait_tid): Add comments and parentheses around macro
1681         arguments.
1683 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1685         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1686         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1687         (__lll_private_flag): Remove.
1688         (lll_futex_wait): Likewise.
1689         (lll_futex_timed_wait): Likewise.
1690         (lll_futex_wake): Likewise.
1691         (lll_futex_requeue): Likewise.
1692         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1693         (__lll_timedwait_tid): Spell out argument names.
1694         (lll_timedwait_tid): Add comments and parentheses around macro
1695         arguments.
1696         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1697         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1699 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1701         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1702         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1703         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1704         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1705         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1706         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1707         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1708         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1709         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1710         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1711         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1712         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1713         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1714         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1715         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1716         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1717         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1718         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1719         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1721 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1723         * sysdeps/x86_64/x32/Makefile: New file.
1725 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1727         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1728         1L with (mp_limb_t) 1.
1730 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1732         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1733         * nptl/libc_pthread_init.c: ... here.
1734         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1735         * nptl/register-atfork.c: ... here.
1737         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1738         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1739         Use assert_perror to check its return value.
1740         (__gai_create_helper_thread): Likewise.
1742         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1744         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1746 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1748         [BZ #17725]
1749         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1750         __profil_counter.
1751         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1752         Likewise.
1753         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1754         Likewise.
1755         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1756         Likewise.
1757         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1758         (profil_counter): Likewise.
1759         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1760         (profil_counter): Likewise.
1761         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1762         Likewise.
1763         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1764         Likewise.
1765         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1766         (profil_counter): Likewise.
1767         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1768         Likewise.
1769         [!__profil_counter] (profil_counter): Define as weak alias of
1770         __profil_counter.
1771         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1772         (profil_counter): Rename to __profil_counter.
1773         [!__profil_counter] (profil_counter): Define as weak alias of
1774         __profil_counter.
1775         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1776         (profil_counter): Rename to __profil_counter.
1777         [!__profil_counter] (profil_counter): Define as weak alias of
1778         __profil_counter.
1779         * sysdeps/posix/profil.c: Update comment referring to
1780         profil_counter.
1781         (__profil): Use __profil_counter instead of profil_counter.
1782         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1783         __profil_counter.  Use __profil_counter_ushort and
1784         __profil_counter_uint in definitions.
1785         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1786         instead of profil_counter_uint and profil_counter_ushort.
1788         [BZ #17722]
1789         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1790         define as weak alias of __inet_makeaddr.
1791         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1792         as weak alias of __inet_addr.
1793         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1794         as weak alias of __inet_pton.  Use libc_hidden_weak.
1795         * include/arpa/inet.h (__inet_pton): Declare.  Use
1796         libc_hidden_proto.
1797         (inet_makeaddr): Don't use libc_hidden_proto.
1798         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1799         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1800         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1801         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1802         Remove variable.
1803         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1804         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1806 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1808         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1810 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1812         * stdio-common/bug-vfprintf-nargs.c (do_test):
1813         Cast value to intptr_t to avoid format warning
1814         for usage with PRIdPTR printing macro.
1816 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1818         * libio/tst-widetext.c (do_test):
1819         Use format type %td instead of %Zd for ptrdiff_t
1820         in order to avoid format warning.
1822 2014-12-17  Andreas Schwab  <schwab@suse.de>
1824         * nscd/mem.c (gc): Add size_t cast to match printf format.
1826 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1828         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1829         (init): Apply PTR_MANGLE to pointers before storing them.
1830         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1831         before using them.
1833 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1835         [BZ #17719]
1836         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1837         define as weak alias of __memrchr.
1838         (__memrchr): Do not define as strong alias of memrchr.
1839         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1840         Remove variable.
1841         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1842         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1843         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1845         [BZ #17717]
1846         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1847         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1848         (if_indextoname): Rename to __if_indextoname and define as weak
1849         alias of __if_indextoname.  Use libc_hidden_weak.
1850         (if_freenameindex): Rename to __if_freenameindex and define as
1851         weak alias of __if_freenameindex.
1852         (if_nameindex): Rename to __if_nameindex and define as weak alias
1853         of __if_nameindex.
1854         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1855         __if_nametoindex and define as weak alias of __if_nametoindex.
1856         Use libc_hidden_weak.
1857         (if_freenameindex): Rename to __if_freenameindex and define as
1858         weak alias of __if_freenameindex.
1859         (if_nameindex): Rename to __if_nameindex and define as weak alias
1860         of __if_nameindex.
1861         (if_indextoname): Rename to __if_indextoname and define as weak
1862         alias of __if_indextoname.  Use libc_hidden_weak.
1863         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1864         __if_nametoindex and define as weak alias of __if_nametoindex.
1865         Use libc_hidden_weak.
1866         (if_freenameindex): Rename to __if_freenameindex and define as
1867         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1868         (if_nameindex_netlink): Use __if_freenameindex instead of
1869         if_freenameindex.
1870         (if_nameindex): Rename to __if_nameindex and define as weak alias
1871         of __if_nameindex.  Use libc_hidden_weak.
1872         (if_indextoname): Rename to __if_indextoname and define as weak
1873         alias of __if_indextoname.  Use libc_hidden_weak.
1874         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1875         libc_hidden_proto.
1876         [!_ISOMAC] (__if_freenameindex): Likewise.
1877         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1878         if_nametoindex.
1879         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1880         variable.
1881         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1882         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1883         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1884         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1885         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1886         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1887         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1889         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1890         Remove variable.
1891         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1892         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1894 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1896         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1897         subscript above bounds'
1899         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1900         bounds.
1902 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1904         * libio/tst-fopenloc.c: Use test-skeleton.c.
1906         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1907         (entry): Rename to ITEM.
1908         (do_test, comp): Adjust.
1910         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1912 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1914         * string/tester.c: Include <libc-internal.h>.
1915         (test_memset): Ignore -Wmemset-transposed-args.
1917 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1919         * misc/tst-mntent2.c (do_test): Fix warning.
1921 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1923         * elf/tst-unique4lib.cc(a): Mark as used.
1925 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1927         [BZ #17630]
1928         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1929         names.
1931 2014-12-16  Allan McRae  <allan@archlinux.org>
1933         * stdio-common/Makefile (tests): Re-add bug26.
1935 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1937         [BZ #17657]
1938         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1939         static array.
1941 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1943         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1944         (__lll_lock_wait): Likewise.
1945         (__lll_timedlock_wait): Likewise.
1946         (__lll_timedwait_tid): Likewise.
1947         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1948         (__lll_robust_timedlock_wait): Likewise.
1949         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1950         (lll_cond_trylock): Likewise.
1951         (__lll_lock): Likewise.
1952         (__lll_robust_lock): Likewise.
1953         (__lll_cond_lock): Likewise.
1954         (lll_robust_cond_lock): Likewise.
1955         (__lll_timedlock): Likewise.
1956         (__lll_robust_timedlock): Likewise.
1957         (__lll_unlock): Likewise.
1958         (__lll_robust_unlock): Likewise.
1959         (lll_wait_tid): Likewise.
1960         (lll_timedwait_tid): Likewise.
1962 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1964         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1966 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1968         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1970 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1972         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
1973         * stdio-common/tst-sprintf.c: Likewise.
1975 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1977         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
1979 2014-12-15  Jeff Law  <law@redhat.com>
1981         [BZ #16617]
1982         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
1983         on the heap.  (CVE-2012-3406)
1984         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
1985         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
1986         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
1988 2014-12-15  Will Newton  <will.newton@linaro.org>
1990         * manual/install.texi: Bump required version of texinfo
1991         to 4.7 from 4.5.
1992         * INSTALL: Regenerated.
1993         * configure.ac: Check for makeinfo version 4.7 and above.
1994         * configure: Regenerated.
1996 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1998         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
1999         PREFIX, string constant to insert between directory and name.
2000         * sysdeps/posix/shm_open.c: Update caller.
2001         * sysdeps/posix/shm_unlink.c: Likewise.
2002         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2003         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2004         (SEM_SHM_PREFIX): New macro.
2005         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2006         [$(have-thread-library) = no].
2007         * nptl/Makefile (libpthread-routines): Add shm-directory.
2008         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2009         * sysdeps/nptl/shm-directory.h: New file.
2010         * sysdeps/posix/shm-directory.c
2011         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2012         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2013         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2014         INTERNAL_SYSCALL.
2015         (__where_is_shmfs): Function removed.
2016         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2017         Variables removed.
2018         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2019         Use SHM_GET_NAME.
2020         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2022         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2023         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2024         unconditional for use inside libpthread.
2025         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2027 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2029         * nptl/pthread_getaffinity.c: New file.
2030         * nptl/pthread_setaffinity.c: New file.
2031         * nptl/pthread_getname.c: New file.
2032         * nptl/pthread_setname.c: New file.
2034         * nptl/pthread_create.c (START_THREAD_DEFN)
2035         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2037 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2038             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2040         * resolv/res_send.c (send_vc): Disable warning resplen may
2041         be used uninitialized.
2043 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2045         * nptl/tst-mutex6.c
2046         (ATTR_NULL): New define checks ATTR against NULL.
2047         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2048         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2050 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2052         [BZ #17581]
2053         * malloc/hooks.c
2054         (mem2mem_check): Revert my previous change.
2055         (malloc_check_get_size): Revert my previous change.
2056         (mem2chunk_check): Revert my previous change.
2058 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2060         * sysdeps/posix/shm-directory.c: New file.
2061         * sysdeps/posix/shm-directory.h: New file.
2062         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2063         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2064         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2065         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2066         Transmute EPERM to EACCES.
2067         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2068         from ...
2069         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2070         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2072 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2074         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2075         pointer and cast to uintptr_t.
2076         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2077         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2078         Add cast to avoid warning.
2079         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2081 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2083         * nptl/semaphore.h: Move to ...
2084         * sysdeps/pthread/semaphore.h: ... here.
2085         * Makefile (installed-headers): Change nptl/semaphore.h to
2086         sysdeps/pthread/semaphore.h.
2088 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2090         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2091         generated error format strings.
2093         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2094         -Wformat-extra-args warnings for scanf formats.
2095         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2096         test of zero-length format (duh).
2097         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2098         corner-case scanf format test.
2099         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2100         generated fprintf format string.
2101         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2102         corner-case sprintf format tests.
2103         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2104         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2105         -Wformat-extra-args warnings throughout.
2106         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2107         (CFLAGS-scanf4.c): Likewise.
2108         (CFLAGS-scanf7.c): Likewise.
2109         (CFLAGS-tst-sprintf.c): Likewise.
2110         (CFLAGS-tst-printf.c): Likewise.
2111         (CFLAGS-tst-printfsz.c): Likewise.
2113 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2115         * include/cpio.h: New file.
2116         * include/fmtmsg.h: Likewise.
2118         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2119         corresponding format argument to size_t.
2120         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2121         arguments.
2122         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2123         corresponding format argument to size_t.
2124         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2125         arguments.
2126         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2127         corresponding format argument to size_t.
2128         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2129         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2130         (CFLAGS-tst-mbswcs2.c): Likewise.
2131         (CFLAGS-tst-mbswcs3.c): Likewise.
2132         (CFLAGS-tst-mbswcs4.c): Likewise.
2133         (CFLAGS-tst-mbswcs5.c): Likewise.
2134         (CFLAGS-tst-trans.c): Likewise
2136 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2138         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2139         rather than assuming they won't contain any '%'s.
2141 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2143         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2144         inhibit_loop_to_libcall to avoid recursive calls.
2145         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2146         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2148 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2150         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2151         prototype.
2153 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2155         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2156         integer value instead of boolean.
2158 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2160         * malloc/malloc.c: Fix powerof2 check.
2162 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2164         * locale/programs/locfile.h (maybe_swap_uint32):
2165         Remove inline and add unused attribute.
2167 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2169         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2170         Truncating assembler expression to a .long expression.
2172 2014-12-11  Andreas Schwab  <schwab@suse.de>
2174         * elf/rtld.c (struct map_args): Constify str member.
2175         (do_preload): Constify fname argument.
2177 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2179         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2180         constants definition.
2182 2014-12-11  Andreas Schwab  <schwab@suse.de>
2184         [BZ #16657]
2185         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2186         FORCE_ELISION instead of DO_ELISION.
2187         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2188         Remove.
2189         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2190         Likewise.
2192         * iconvdata/gconv-modules: Remove duplicate entry.
2194 2014-12-11  Will Newton  <will.newton@linaro.org>
2196         Merge gettext 0.19.3 into intl/.
2198         This involves a number of cosmetic changes to comments
2199         and ANSI function definitions and prototypes throughout
2200         all the files. The gettext copyright header is used but
2201         with the date ranges taken from the glibc copy.
2203         * NEWS: Add gettext merge to 2.21.
2204         * intl/bindtextdom.c: Switch to gettext copyright.
2205         Use ANSI definitions and prototypes.
2206         Use gl_* locking primitives rather than __libc_* ones.
2207         Use __builtin_expect rather than __glibc_likely/unlikely.
2208         * intl/dcgettext.c: Switch to gettext copyright.
2209         Use ANSI definitions and prototypes.
2210         * intl/dcigettext.c: Switch to gettext copyright.
2211         Use ANSI definitions and prototypes.
2212         (INTDIV0_RAISES_SIGFPE): New define.
2213         Use gl_* locking primitives rather than __libc_* ones.
2214         Include eval-plural.h instead of plural-eval.c.
2215         Use __builtin_expect rather than __glibc_likely/unlikely.
2216         * intl/dcngettext.c: Switch to gettext copyright.
2217         Use ANSI definitions and prototypes.
2218         * intl/dgettext.c: Likewise.
2219         * intl/dngettext.c: Likewise.
2220         * intl/plural-eval.c: Renamed to...
2221         * intl/eval-plural.h: ...this.
2222         * intl/explodename.c: Switch to gettext copyright.
2223         Use ANSI definitions and prototypes.
2224         (_nl_explode_name): Use strchr instead of __rawmemchr.
2225         * intl/finddomain.c: Switch to gettext copyright.
2226         Use ANSI definitions and prototypes.
2227         Use gl_* locking primitives rather than __libc_* ones.
2228         (_nl_find_domain): Use malloc rather than alloca for
2229         allocation of temporary locale name.
2230         * intl/gettext.c: Switch to gettext copyright.
2231         Use ANSI definitions and prototypes.
2232         * intl/gettextP.h: Switch to gettext copyright.
2233         Use ANSI definitions and prototypes.
2234         Use gl_* locking primitives rather than __libc_* ones.
2235         * intl/gmo.h: Switch to gettext copyright.
2236         (struct sysdep_string): Move struct segment_pair outside of
2237         struct definition.
2238         * intl/hash-string.c: Use ANSI definitions and prototypes.
2239         * intl/hash-string.h: Switch to gettext copyright.
2240         Use ANSI definitions and prototypes.
2241         * intl/l10nflist.c: Switch to gettext copyright.
2242         Use ANSI definitions and prototypes.
2243         (_nl_normalize_codeset): Avoid integer overflow.
2244         * intl/loadinfo.h: Switch to gettext copyright.
2245         Use ANSI definitions and prototypes.
2246         (LIBINTL_DLL_EXPORTED): New define.
2247         (PATH_SEPARATOR): New define.
2248         * intl/loadmsgcat.c: Switch to gettext copyright.
2249         * intl/localealias.c: Switch to gettext copyright.
2250         Use ANSI definitions and prototypes.
2251         (_nl_expand_alias): Use PATH_SEPARATOR.
2252         * intl/ngettext.c: Switch to gettext copyright.
2253         Use ANSI definitions and prototypes.
2254         * intl/plural-exp.c: Likewise.
2255         * intl/plural-exp.h: Switch to gettext copyright.
2256         Use ANSI definitions and prototypes.
2257         (struct expression): Move definition of enum operator outside
2258         of struct definition.
2259         * intl/plural.c: Regenerate.
2260         * intl/plural.y: Switch to gettext copyright.
2261         Use ANSI definitions and prototypes.
2262         Port to bison 3.0.
2263         * intl/textdomain.c: Switch to gettext copyright.
2264         Use ANSI definitions and prototypes.
2265         Use gl_* locking primitives rather than __libc_* ones.
2267 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2269         * debug/warning-nop.c: Add used atrribute.
2271 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2273         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2275         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2276         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2277         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2279 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2280             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2282         [BZ #17634]
2283         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2284         Undefine after defining function.  Define as weak alias of
2285         __wcschr.  Use libc_hidden_weak.
2286         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2287         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2288         (libc_hidden_def): Also define __GI___wcschr alias.
2289         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2290         __wcschr and define as weak alias of __wcschr.
2291         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2292         __wcschr.
2293         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2294         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2295         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2296         libc_hidden_weak.  Do not use libc_hidden_def.
2297         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2298         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2299         __GI___wcschr alias.
2300         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2301         [IS_IN (libc)] (wcschr): Define as macro expanding to
2302         __redirect_wcschr.
2303         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2304         [IS_IN (libc)] (__wcschr_power6): Likewise.
2305         [IS_IN (libc)] (__wcschr_power7): Likewise.
2306         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2307         instead of wcschr.
2308         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2309         __libc_wcschr.
2310         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2311         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2312         __wcschr and define as weak alias of __wcschr.  Use
2313         libc_hidden_builtin_def.
2314         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2315         as weak alias of __wcschr.  Use libc_hidden_weak.
2316         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2317         wcschr.
2318         * time/era.c (_nl_init_era_entries): Likewise.
2319         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2320         variable.
2321         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2322         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2324 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2326         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2327         format for long int variable.
2329 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2331         [BZ #10672]
2332         * manual/search.texi: (Array Sort Function): Remove claim how to make
2333         qsort stable.
2335 2014-12-10  Andreas Schwab  <schwab@suse.de>
2337         [BZ #12847]
2338         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2339         user-controlled locks.
2341 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2343         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2344         register.
2346 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2348         * configure.ac (--disable-werror): New configure option.
2349         (enable_werror): New AC_SUBST.
2350         * configure: Regenerated.
2351         * config.make.in (enable-werror): New variable.
2352         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2353         -Wno-error=undef.
2354         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2355         * manual/install.texi (Configuring and compiling): Document
2356         --disable-werror.
2357         * INSTALL: Regenerated.
2358         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2359         (CFLAGS-tst-chk2.c): Likewise.
2360         (CFLAGS-tst-chk3.c): Likewise.
2361         (CFLAGS-tst-chk4.cc): Likewise.
2362         (CFLAGS-tst-chk5.cc): Likewise.
2363         (CFLAGS-tst-chk6.cc): Likewise.
2364         (CFLAGS-tst-lfschk1.c): Likewise.
2365         (CFLAGS-tst-lfschk2.c): Likewise.
2366         (CFLAGS-tst-lfschk3.c): Likewise.
2367         (CFLAGS-tst-lfschk4.cc): Likewise.
2368         (CFLAGS-tst-lfschk5.cc): Likewise.
2369         (CFLAGS-tst-lfschk6.cc): Likewise.
2371         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2372         (main): Disable -Wdeprecated-declarations around calls to
2373         register_printf_function.
2375         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2376         (do_test): Disable -Wdiv-by-zero around some calls to
2377         fwrite_unlocked and fread_unlocked.
2379         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2380         (DIAG_POP_NEEDS_COMMENT): Likewise.
2381         (_DIAG_STR1): Likewise.
2382         (_DIAG_STR): Likewise.
2383         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2384         * stdio-common/bug21.c: Include <libc-internal.h>.
2385         (do_test): Disable -Wformat around call to sscanf.
2386         * stdio-common/scanf14.c: Include <libc-internal.h>.
2387         (main): Disable -Wformat around some calls to scanf functions.
2389 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2391         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2393 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2395         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2396         stack variable alignment.
2398 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2400         [BZ #17682]
2401         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2402         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2403         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2404         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2405         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2406         __getrlimit instead of getrlimit.
2407         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2408         __gettimeofday instead of gettimeofday.
2409         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2410         Likewise.
2411         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2412         Likewise.
2413         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2414         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2415         Remove variable.
2416         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2417         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2419 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2421         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2422         for wide-character tests.
2424 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2426         * io/openat64.c: #include <libc-internal.h>
2427         (__openat64): Prototypify.  Use ignore_value on MODE.
2428         * io/openat.c: Likewise.
2429         * misc/reboot.c: #include <libc-internal.h>
2430         (reboot): Prototypify.  Use ignore_value on HOWTO.
2431         * misc/ptrace.c: #include <libc-internal.h>
2432         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2434 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2436         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2437         XPG4, UNIX98 and XOPEN2K.
2438         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2439         Remove variable.
2440         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2442 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2444         * libio/fileops.c: Use ISO C style for function definitions.
2445         * libio/iofopen.c: Likewise.
2446         * libio/wfileops.c: Likewise.
2448         [BZ #17653]
2449         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2450         offset on EOF.
2451         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2452         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2453         (fgets_func): Function pointer to fgets and fgetws.
2454         (do_ftell_test): Add test to verify ftell value after read
2455         EOF.
2456         (do_test): Set fgets_func.
2458         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2459         O_TRUNC flag for w and w+ modes.
2460         (do_rewind_test): Likewise.
2461         (do_ftell_test): Likewise.
2462         (do_write_test): Likewise.
2464         [BZ #17647]
2465         * libio/fileops.c (do_ftell): Seek only when there are
2466         unflushed writes.
2467         * libio/wfileops.c (do_ftell_wide): Likewise.
2468         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2469         test case.
2470         (do_one_test): Call it.
2472 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2474         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2475         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2476         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2477         Remove variable.
2478         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2482 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2484         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2485         Remove variable.
2486         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2488         [BZ #17668]
2489         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2490         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2491         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2492         __freeifaddrs.  Use libc_hidden_weak.
2493         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2494         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2495         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2496         __freeifaddrs.  Use libc_hidden_weak.
2497         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2498         __getifaddrs and define as weak alias of __getifaddrs.  Use
2499         libc_hidden_weak.
2500         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2501         __freeifaddrs.  Use libc_hidden_weak.
2502         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2503         Remove variable.
2504         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2505         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2507 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2509         [BZ #17601]
2510         * sysdeps/mips/start.S (__start): Use indirect jump to call
2511         __libc_start_main.
2513 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2515         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2517         * nptl/tst-mutex1.c: Include <stdbool.h>.
2518         [!ATTR] (ATTR_NULL): New macro.
2519         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2520         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2521         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2523         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2524         to char *.
2526         [BZ #17665]
2527         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2528         Change conditional to [__USE_MISC].
2530         [BZ #17664]
2531         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2532         fgets_unlocked.
2533         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2534         __fgets_unlocked.
2535         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2536         fgets_unlocked.
2537         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2538         Remove variable.
2539         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2540         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2541         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2542         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2543         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2544         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2545         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2546         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2547         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2549         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2551 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2553         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2554         Remove strpbrk objects.
2555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2556         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2557         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2558         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2559         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2560         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2562         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2563         Remove strcspn objects.
2564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2565         (__libc_ifunc_impl_list): Remove strcspn implementation.
2566         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2567         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2568         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2569         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2571         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2572         Remove strspn objetcs.
2573         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2574         (__libc_ifunc_impl_list): Remove strspn implementation.
2575         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2576         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2577         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2578         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2580 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2582         [BZ #17581]
2583         * malloc/hooks.c
2584         (mem2mem_check): Add a terminator to the chain of checking blocks.
2585         (malloc_check_get_size): Use it here.
2586         (mem2chunk_check): Ditto.
2588 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2590         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2591         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2593 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2595         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2597         * nptl/nptl-init.c: Include libc-internal.h.
2598         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2600         * elf/ldconfig.c (search_dir): Expand comment.
2602 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2604         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2605         variable.
2606         (linknamespace-symlist-stdlibs-tests): Likewise.
2607         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2608         instead of $(objpfx)symlist-stdlibs.
2609         (linknamespace-libs-isoc): New variable.
2610         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2611         (linknamespace-libs-ISO): New variable.
2612         (linknamespace-libs-ISO99): Likewise.
2613         (linknamespace-libs-ISO11): Likewise.
2614         (linknamespace-libs-XPG3): Likewise.
2615         (linknamespace-libs-XPG4): Likewise.
2616         (linknamespace-libs-POSIX): Likewise.
2617         (linknamespace-libs-UNIX98): Likewise.
2618         (linknamespace-libs-XOPEN2K): Likewise.
2619         (linknamespace-libs-POSIX2008): Likewise.
2620         (linknamespace-libs-XOPEN2K8): Likewise.
2621         ($(objpfx)symlist-stdlibs): Replace by
2622         $(linknamespace-symlist-stdlibs-tests).  Use
2623         $(linknamespace-libs-$*) as set of libraries.
2624         ($(linknamespace-header-tests)): Update dependencies.  Use
2625         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2626         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2627         * conform/linknamespace.pl: Remove comment about considering
2628         definitions of symbols from irrelevant libraries.
2630 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2632         [BZ #13862]
2633         * elf/dl-tls.c: Include <atomic.h>.
2634         (oom): Remove #ifdef SHARED/#endif.
2635         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2636         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2637         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2638         big enough.
2639         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2640         * nptl/Makefile (tests): Add tst-stack4.
2641         (modules-names): Add tst-stack4mod.
2642         ($(objpfx)tst-stack4): New.
2643         (tst-stack4mod.sos): Likewise.
2644         ($(objpfx)tst-stack4.out): Likewise.
2645         ($(tst-stack4mod.sos)): Likewise.
2646         (clean): Likewise.
2647         * nptl/tst-stack4.c: New file.
2648         * nptl/tst-stack4mod.c: Likewise.
2650 2014-11-27  J. Brown  <jb999@gmx.de>
2652         * sysdeps/x86/bits/string.h: Add recent CPUs.
2654 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2656         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2657         sigblock.
2659         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2660         feof.
2662         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2663         variable.
2665 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2667         * nscd/connections.c: Include libc-internal.h because of macro
2668         usage ignore_value.
2670 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2672         * string/bits/string3.h (__warn_memset_zero_len): Don't
2673         declare for gcc newer than 5.0.
2674         (memset): Don't test for zero-length __LEN for gcc newer than
2675         5.0.
2677 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2679         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2680         size_t for %zu format.
2682         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2683         difference, not %ju.
2685 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2687         * include/libc-internal.h (ignore_value): New macro.
2688         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2689         with ignore_value.
2691         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2692         definition.
2694         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2695         pthread_cleanup_push to void *.
2697         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2698         Undefine.
2700         [BZ #16619]
2701         [BZ #16740]
2702         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2703         instead of 1L << 52.
2705         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2706         * libio/bug-rewind2.c (do_test): Likewise.
2708         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2709         * debug/test-strcpy_chk-ifunc.c: Likewise.
2710         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2711         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2712         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2713         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2714         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2715         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2716         * Rules [$(multi-arch) = no] (tests): Do not filter out
2717         $(tests-ifunc).
2718         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2719         * debug/Makefile (tests-ifunc): Remove variable.
2720         (tests): Do not add $(tests-ifunc).
2721         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2722         (tests): Do not add $(tests-ifunc).
2723         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2724         [TEST_IFUNC]: Remove conditionals.
2725         * string/test-string.h (TEST_IFUNC): Remove macro.
2726         [TEST_IFUNC]: Remove conditionals.
2728         * string/test-strchr.c [!WIDE] (L): New macro.
2729         [WIDE] (L): Likewise.
2730         (check1): Use CHAR instead of char.  Use L on string and character
2731         constants.
2733 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2735         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2736         tests.
2737         * sysdeps/powerpc/bits/atomic.h
2738         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2739         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2740         (atomic_exchange_and_add_acq): Likewise.
2741         (atomic_exchange_and_add_rel): Likewise.
2742         * sysdeps/powerpc/powerpc32/bits/atomic.h
2743         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2744         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2745         * sysdeps/powerpc/powerpc64/bits/atomic.h
2746         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2747         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2749 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2751         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2752         Change synchronization of __sched_fifo_min_prio and
2753         __sched_fifo_max_prio.
2754         * nptl/pthread_mutexattr_getprioceiling.c
2755         (pthread_mutexattr_getprioceiling): Likewise.
2756         * nptl/pthread_mutexattr_setprioceiling.c
2757         (pthread_mutexattr_setprioceiling): Likewise.
2758         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2759         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2760         Likewise.
2762 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2764         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2765         void.
2767 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2769         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2770         third argument const.
2772 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2774         fnmatch: work around GCC compiler warning bug with uninit var
2775         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2776         This works around a bug with x86-64 GCC 4.9.2 and earlier
2777         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2778         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2779         used uninitialized in this function [-Wmaybe-uninitialized]".
2781 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2783         * posix/bug-regex31.c (main): Return RES not 0.
2785 2014-11-25  Anton Blanchard <anton@samba.org>
2787         * sysdeps/powerpc/bits/atomic.h
2788         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2790 2014-11-24  Sterling Augustine  <saugustine@google.com>
2792         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2794 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2796         [BZ #17608]
2797         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2799 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2801         [BZ #17633]
2802         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2803         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2804         variable.
2805         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2806         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2808 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2810         * string/strncpy.c (strncpy): Improve performance by using memset.
2812 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2814         * string/strcpy.c (strcpy):
2815         Improve performance by using strlen and memcpy.
2817 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2819         * string/strcoll_l.c (get_next_seq): __always_inline.
2820         * string/strcoll_l.c (do_compare): __always_inline.
2822 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2824         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2825         defined.
2826         * include/mqueue.h: Likewise.
2827         * include/stdlib.h: Likewise.
2829         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2830         (get_null_defines): Adjust.
2831         * sunrpc/Makefile: Adjust comment.
2832         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2833         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2834         (CFLAGS-interp.c): Likewise.
2835         (CFLAGS-ldconfig.c): Likewise.
2836         (CPPFLAGS-.os): Likewise.
2837         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2838         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2839         * extra-modules.mk (extra-modules.mk): Likewise.
2840         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2841         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2842         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2843         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2844         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2845         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2846         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2847         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2848         * iconvdata/Makefile (CPPFLAGS): Likewise.
2849         (cpp-srcs-left): Add libof for all iconvdata routines.
2850         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2851         * include/assert.h: Likewise.
2852         * include/ctype.h: Likewise.
2853         * include/errno.h: Likewise.
2854         * include/libc-symbols.h: Likewise.
2855         * include/math.h: Likewise.
2856         * include/netdb.h: Likewise.
2857         * include/resolv.h: Likewise.
2858         * include/stdio.h: Likewise.
2859         * include/stdlib.h: Likewise.
2860         * include/string.h: Likewise.
2861         * include/sys/stat.h: Likewise.
2862         * include/wctype.h: Likewise.
2863         * intl/l10nflist.c: Likewise.
2864         * libidn/idn-stub.c: Likewise.
2865         * libio/libioP.h: Likewise.
2866         * nptl/libc_multiple_threads.c: Likewise.
2867         * nptl/pthreadP.h: Likewise.
2868         * posix/regex_internal.h: Likewise.
2869         * resolv/res_hconf.c: Likewise.
2870         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2871         * sysdeps/arm/memmove.S: Likewise.
2872         * sysdeps/arm/sysdep.h: Likewise.
2873         * sysdeps/generic/_itoa.h: Likewise.
2874         * sysdeps/generic/symbol-hacks.h: Likewise.
2875         * sysdeps/gnu/errlist.awk: Likewise.
2876         * sysdeps/gnu/errlist.c: Likewise.
2877         * sysdeps/i386/i586/memcpy.S: Likewise.
2878         * sysdeps/i386/i586/memset.S: Likewise.
2879         * sysdeps/i386/i686/memcpy.S: Likewise.
2880         * sysdeps/i386/i686/memmove.S: Likewise.
2881         * sysdeps/i386/i686/mempcpy.S: Likewise.
2882         * sysdeps/i386/i686/memset.S: Likewise.
2883         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2884         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2885         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2886         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2887         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2888         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2889         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2890         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2891         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2892         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2893         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2894         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2895         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2896         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2897         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2898         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2899         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2900         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2901         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2902         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2903         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2904         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2905         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2906         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2907         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2908         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2909         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2910         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2911         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2912         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2913         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2914         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2915         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2916         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2917         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2918         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2919         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2920         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2921         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2922         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2923         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2924         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2925         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2926         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2927         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2928         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2929         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2930         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2931         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2932         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2933         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2934         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2935         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2936         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2937         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2938         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2939         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2940         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2941         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2942         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2943         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2944         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2945         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2946         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2947         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2948         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2949         * sysdeps/posix/closedir.c: Likewise.
2950         * sysdeps/posix/opendir.c: Likewise.
2951         * sysdeps/posix/readdir.c: Likewise.
2952         * sysdeps/posix/rewinddir.c: Likewise.
2953         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2954         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2955         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2956         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2957         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2958         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2959         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2960         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2961         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2962         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2963         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2964         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2965         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2966         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2967         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2968         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2969         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2970         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2971         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2972         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
2973         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
2974         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
2975         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
2976         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
2977         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
2978         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
2979         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
2980         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
2981         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
2982         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
2983         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
2984         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
2985         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
2986         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
2987         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
2988         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
2989         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2990         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2991         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
2992         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
2993         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
2994         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
2995         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
2996         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2997         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
2998         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
2999         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3000         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3001         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3002         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3003         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3004         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3005         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3006         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3007         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3008         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3009         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3010         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3011         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3012         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3013         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3014         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3015         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3016         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3017         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3018         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3019         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3020         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3021         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3022         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3023         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3024         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3025         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3026         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3027         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3028         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3029         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3030         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3031         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3032         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3033         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3034         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3035         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3036         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3037         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3038         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3039         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3040         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3041         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3042         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3043         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3044         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3045         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3046         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3047         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3048         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3049         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3050         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3051         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3052         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3053         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3054         * sysdeps/unix/alpha/sysdep.S: Likewise.
3055         * sysdeps/unix/alpha/sysdep.h: Likewise.
3056         * sysdeps/unix/make-syscalls.sh: Likewise.
3057         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3058         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3059         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3060         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3061         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3062         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3063         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3064         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3065         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3066         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3067         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3068         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3069         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3070         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3071         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3072         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3073         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3074         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3075         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3076         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3077         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3078         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3079         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3080         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3081         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3082         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3083         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3086         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3087         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3088         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3089         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3090         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3091         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3092         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3093         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3094         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3095         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3096         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3097         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3098         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3099         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3100         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3101         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3102         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3103         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3104         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3105         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3106         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3107         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3108         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3109         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3110         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3111         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3112         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3113         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3114         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3115         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3116         * sysdeps/x86_64/memcpy.S: Likewise.
3117         * sysdeps/x86_64/memmove.c: Likewise.
3118         * sysdeps/x86_64/memset.S: Likewise.
3119         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3120         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3121         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3122         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3123         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3124         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3125         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3126         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3127         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3128         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3129         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3130         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3131         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3132         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3133         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3134         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3135         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3136         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3137         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3138         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3139         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3140         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3141         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3142         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3143         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3144         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3145         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3146         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3147         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3148         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3149         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3150         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3151         * sysdeps/x86_64/strcmp.S: Likewise.
3153         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3155         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3156         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3157         * elf/rtld-Rules: Likewise.
3158         * elf/setup-vdso.h: Likewise.
3159         * include/assert.h: Likewise.
3160         * include/bits/stdlib-float.h: Likewise.
3161         * include/errno.h: Likewise.
3162         * include/sys/stat.h: Likewise.
3163         * include/unistd.h: Likewise.
3164         * sysdeps/aarch64/setjmp.S: Likewise.
3165         * sysdeps/alpha/setjmp.S: Likewise.
3166         * sysdeps/arm/__longjmp.S: Likewise.
3167         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3168         * sysdeps/arm/setjmp.S: Likewise.
3169         * sysdeps/arm/sysdep.h: Likewise.
3170         * sysdeps/generic/_itoa.h: Likewise.
3171         * sysdeps/generic/dl-sysdep.h: Likewise.
3172         * sysdeps/generic/ldsodefs.h: Likewise.
3173         * sysdeps/i386/dl-tls.h: Likewise.
3174         * sysdeps/i386/setjmp.S: Likewise.
3175         * sysdeps/m68k/setjmp.c: Likewise.
3176         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3177         * sysdeps/mach/hurd/opendir.c: Likewise.
3178         * sysdeps/posix/getcwd.c: Likewise.
3179         * sysdeps/posix/opendir.c: Likewise.
3180         * sysdeps/posix/profil.c: Likewise.
3181         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3182         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3183         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3184         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3185         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3186         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3187         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3188         * sysdeps/s390/dl-tls.h: Likewise.
3189         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3190         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3191         * sysdeps/sh/sh3/setjmp.S: Likewise.
3192         * sysdeps/sh/sh4/setjmp.S: Likewise.
3193         * sysdeps/unix/alpha/sysdep.h: Likewise.
3194         * sysdeps/unix/arm/sysdep.S: Likewise.
3195         * sysdeps/unix/i386/sysdep.S: Likewise.
3196         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3197         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3198         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3199         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3200         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3201         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3202         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3203         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3204         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3205         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3206         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3207         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3208         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3211         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3212         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3213         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3214         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3215         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3216         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3217         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3218         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3219         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3220         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3221         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3222         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3223         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3224         * sysdeps/x86_64/setjmp.S: Likewise.
3226         * include/math.h: Use IS_IN instead of IS_IN_libm.
3227         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3228         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3229         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3230         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3231         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3232         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3233         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3234         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3235         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3236         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3237         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3238         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3239         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3240         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3241         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3242         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3243         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3244         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3245         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3246         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3247         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3248         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3249         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3250         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3251         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3252         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3253         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3254         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3255         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3256         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3257         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3258         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3259         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3261         Likewise.
3262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3263         Likewise.
3264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3265         Likewise.
3266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3267         Likewise.
3268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3269         Likewise.
3270         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3271         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3272         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3273         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3274         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3275         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3281         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3282         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3283         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3284         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3285         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3286         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3287         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3288         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3289         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3290         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3291         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3292         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3293         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3294         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3296         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3298         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3299         * nptl/pthreadP.h: Likewise.
3300         * nptl_db/structs.def: Likewise.
3301         * sysdeps/arm/sysdep.h: Likewise.
3302         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3303         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3304         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3305         * sysdeps/unix/alpha/sysdep.h: Likewise.
3306         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3307         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3308         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3309         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3310         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3311         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3312         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3313         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3314         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3315         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3316         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3317         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3318         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3319         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3322         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3323         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3324         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3325         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3326         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3327         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3328         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3329         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3330         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3331         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3333         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3334         * nptl/pthreadP.h: Likewise.
3335         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3336         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3337         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3338         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3339         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3340         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3341         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3342         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3343         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3344         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3345         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3346         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3348         Likewise.
3349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3350         Likewise.
3351         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3352         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3353         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3354         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3355         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3356         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3357         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3358         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3360         * dlfcn/dladdr.c: Use IS_IN.
3361         * dlfcn/dladdr1.c: Likewise.
3362         * dlfcn/dlclose.c: Likewise.
3363         * dlfcn/dlerror.c: Likewise.
3364         * dlfcn/dlinfo.c: Likewise.
3365         * dlfcn/dlmopen.c: Likewise.
3366         * dlfcn/dlopen.c: Likewise.
3367         * dlfcn/dlsym.c: Likewise.
3368         * dlfcn/dlvsym.c: Likewise.
3370         * include/ifaddrs.h: Use IS_IN.
3371         * inet/check_pf.c: Likewise.
3372         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3373         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3375         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3376         IS_IN_ldconfig.
3377         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3378         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3380         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3381         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3382         IS_IN (libc).
3384         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3386         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3387         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3388         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3389         * include/libc-symbols.h (IS_IN_LIB): New macro.
3390         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3391         * include/netdb.h: Likewise.
3392         * include/stap-probe.h: Remove all uses of IN_LIB.
3394         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3395         instead of IN_MODULE.
3396         * include/libc-symbols.h (IN_MODULE): Define using
3397         MODULE_NAME.
3398         (PASTE_NAME, PASTE_NAME1): New macros.
3399         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3400         of IN_LIB.
3401         (STAP_PROBE_ASM): Likewise.
3403 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3405         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3406         __mach_init in dlopened libc.
3408 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3410         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3411         * sysdeps/arm/preconfigure: Regenerate.
3413 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3415         * nptl/pthread_create.c (__pthread_create_2_1): Set
3416         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3417         when copying values from IATTR into PD.
3419 2014-11-21  Will Newton  <will.newton@linaro.org>
3420             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3422         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3423         Refactor inline-asm.  Also add comment.
3425         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3426         ElfW macro instead of hardcoded Elf64 types.
3427         (la_aarch64_gnu_pltenter): Likewise.
3428         * sysdeps/aarch64/dl-machine.h
3429         (elf_machine_runtime_setup): Use ElfW(Addr).
3431         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3432         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3433         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3434         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3435         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3436         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3437         (R_AARCH64_TLS_DTPMOD): This.
3438         (R_AARCH64_TLS_DTPREL64): Rename to ...
3439         (R_AARCH64_TLS_DTPREL): This.
3440         (R_AARCH64_TLS_TPREL64): Rename to ...
3441         (R_AARCH64_TLS_TPREL): This.
3442         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3443         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3444         R_AARCH64_TLS_TPREL64.
3445         (elf_machine_rela): Likewise.
3447 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3449         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3450         by setting it to 0.  64b atomics are not supported currently.
3452 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3454         [BZ #16469]
3455         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3456         search domain names.
3458 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3460         [BZ #16469]
3461         * NEWS: Update.
3462         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3463         trailing dot.
3464         * posix/tst-getaddrinfo5.c: New.
3465         * posix/Makefile (tests): Add it.
3467 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3469         [BZ #14498]
3470         * NEWS: Fixed.
3471         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3472         after parsing line but before break_if_match.
3473         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3474         if there is a protocol mismatch.
3476 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3478         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3479         because the potential race is on the user-supplied stream.
3481 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3483         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3484         string literal if not passed a buffer.
3485         * manual/job.texi (ctermid): Update reasoning, note deviation
3486         from posix, suggest mtasurace when not passed a buffer, for
3487         future non-preliminary safety notes.
3489 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3491         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3492         of not passing it a buffer.
3493         Reported by Peng Haitao.
3495 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3497         * manual/Makefile ($(objpfx)stamp-summary): Require
3498         check-safety.sh to pass.
3499         * manual/check-safety.sh: Wish for verification that every
3500         @deftypefn and @deftypefun is followed by a @safety remark.
3502 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3504         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3506         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3507         PTHREAD_CANCEL_ASYNCHRONOUS.
3508         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3509         send SIGCANCEL.
3511         * nptl/default-sched.h: New file.
3512         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3513         * nptl/pthread_create.c: Include it.
3514         (__pthread_create_2_1): Use collect_default_sched instead of making
3515         Linux syscalls here directly.
3517 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3519         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3520         __pthread_once): Use C11 atomics.
3522 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3524         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3526 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3528         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3529         atomic_thread_fence_acquire, atomic_thread_fence_release,
3530         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3531         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3532         atomic_compare_exchange_weak_relaxed,
3533         atomic_compare_exchange_weak_acquire,
3534         atomic_compare_exchange_weak_release,
3535         atomic_exchange_acquire, atomic_exchange_release,
3536         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3537         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3538         atomic_fetch_and_acquire,
3539         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3541 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3543         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3544         USE_ATOMIC_COMPILER_BUILTINS): Define.
3545         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3546         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3547         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3548         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3549         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3550         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3551         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3552         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3553         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3554         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3555         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3556         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3557         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3558         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3559         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3560         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3561         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3562         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3563         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3564         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3565         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3566         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3567         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3568         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3569         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3570         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3571         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3572         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3573         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3574         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3575         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3576         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3577         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3578         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3579         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3580         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3581         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3582         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3583         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3584         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3586 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3588         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3589         the sched_priority value here.  It was already checked when the user
3590         called pthread_attr_setschedparam.
3592         * nptl/tst-bad-schedattr.c: New file.
3593         * nptl/Makefile (tests): Add it.
3595 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3596             Florian Weimer  <fweimer@redhat.com>
3597             Joseph Myers  <joseph@codesourcery.com>
3598             Adam Conrad  <adconrad@0c3.net>
3599             Andreas Schwab  <schwab@suse.de>
3600             Brooks  <bmoses@google.com>
3602         [BZ #17625]
3603         * wordexp-test.c (__dso_handle): Add prototype.
3604         (__register_atfork): Likewise.
3605         (__app_register_atfork): New function.
3606         (registered_forks): New global.
3607         (register_fork): New function.
3608         (test_case): Add 3 new tests for WRDE_CMDSUB.
3609         (main): Call __app_register_atfork.
3610         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3611         fork count is non-zero fail the test.
3612         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3613         is set.
3614         (parse_dollars): Remove check for WRDE_NOCMD.
3615         (parse_dquote): Likewise.
3617 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3619         * Makeconfig (built-modules): List non-library modules to be
3620         built.
3621         (module-cppflags): Include libc-modules.h for
3622         everything except shlib-versions.v.i.
3623         (CPPFLAGS): Use it.
3624         (before-compile): Add libc-modules.h.
3625         ($(common-objpfx)libc-modules.h,
3626         $(common-objpfx)libc-modules.stmp): New targets.
3627         (common-generated): Add libc-modules.h and libc-modules.stmp.
3628         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3629         * include/libc-symbols.h: Don't include libc-modules.h.
3630         * include/libc-modules.h: Remove file.
3631         * scripts/gen-libc-modules.awk: New script to generate
3632         libc-modules.h.
3633         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3634         Depend on libc-modules.stmp.
3636         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3638         * Makeconfig (in-module): Get value of libof set for the
3639         translation unit.
3640         (CPPFLAGS): Use $(in-module).
3641         * Makerules: Don't suffix routine names for nonlib.
3642         * include/libc-modules.h: New file.
3643         * include/libc-symbols.h: Include libc-modules.h
3644         (IS_IN): New macro to replace IS_IN_* macros.
3645         * elf/Makefile: Set libof-* for each routine.
3646         * elf/rtld-Rules: Likewise.
3647         * extra-modules.mk: Likewise.
3648         * iconv/Makefile: Likewise.
3649         * iconvdata/Makefile: Likewise.
3650         * locale/Makefile: Likewise.
3651         * malloc/Makefile: Likewise.
3652         * nss/Makefile: Likewise.
3653         * sysdeps/gnu/Makefile: Likewise.
3654         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3655         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3656         * sysdeps/s390/s390-64/Makefile: Likewise.
3657         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3658         CPPFLAGS for nscd instead of nonlib.
3660 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3662         * nptl/createthread.c: New file.
3664         * nptl/createthread.c: Moved ...
3665         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3667         * nptl/createthread.c: Add proper top-line comment.
3668         (do_clone): Folded into ...
3669         (create_thread): ... here.  Take new arguments STOPPED_START and
3670         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3671         increment __nptl_threads, do event-reporting logic, do
3672         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3673         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3674         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3675         just send SIGCANCEL.
3676         * nptl/pthread_create.c: Forward-declare create_thread before
3677         including createthread.c.
3678         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3679         declaration, and new macro START_THREAD_SELF to replace argument.
3680         Remove return statement.
3681         (report_thread_creation): New function.
3682         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3683         synchronization logic, and __nptl_nthreads increment here, around
3684         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3685         PD->parent_cancelhandling here, before create_thread.  When
3686         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3687         __deallocate_stack, and ENOMEM translation here.
3689 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3691         [BZ #17616]
3692         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3693         (mptwo): Rename to __mptwo.
3694         (__inv): Use __mptwo instead of mptwo.
3695         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3696         (mptwo): Rename to __mptwo.
3697         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3698         of mpone and __mptwo instead of mptwo.
3699         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3700         instead of mpone.
3701         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3702         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3703         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3704         of mpone and __mptwo instead of mptwo.
3705         (__mpranred): Use __mpone instead of mpone.
3706         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3707         variable.
3708         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3709         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3710         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3711         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3712         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3713         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3714         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3715         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3716         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3717         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3718         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3719         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3720         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3721         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3722         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3723         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3724         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3725         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3726         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3728 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3730         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3731         replace BSD Handler xref with BSD Signal Handling.
3733 2014-11-17  Richard Henderson  <rth@redhat.com>
3735         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3736         (_FP_PACK_RAW_2): Remove.
3737         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3738         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3739         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3740         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3741         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3742         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3743         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3744         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3745         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3746         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3747         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3748         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3749         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3750         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3751         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3752         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3754 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3756         * signal/signal.h [__USE_MISC]
3757         (struct sigvec): Remove type.
3758         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3759         (sigvec): Remove declaration.
3760         * sysdeps/posix/sigvec.c: Moved ...
3761         * signal/sigvec.c: ... here, replacing old file.
3762         (struct sigvec): New type, copied from old signal.h definition.
3763         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3764         (__sigvec): Convert definition to prototype.
3765         (sigvec): Replace weak_alias with compat_symbol.
3766         * signal/Versions (libc: GLIBC_2.21): New version set.
3767         * include/signal.h: Remove __sigvec declaration.
3768         * sysdeps/unix/bsd/sigvec.c: Remove file.
3769         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3770         * manual/signal.texi (BSD Handler): Remove subsection.
3771         Move siginterrupt up to ...
3772         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3773         (Blocking in BSD): Fold subsection into its parent.
3774         * NEWS: Mention sigvec removal.
3776 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3778         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3779         (DLA_FMS): Make definition conditional only on [__FMA4__].
3780         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3781         definition.
3783         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3784         Make definition conditional only on [PROF].
3785         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3786         definition.
3787         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3788         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3790         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3791         !__GNUC__].
3792         * include/signal.h (__sigpause): Move declaration above call to
3793         libc_hidden_proto.
3794         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3795         variable.
3796         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3797         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3799 2014-11-14  David S. Miller  <davem@davemloft.net>
3801         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3802         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3804 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3806         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3807         * configure: Regenerated.
3808         * manual/install.texi (Tools for Compilation): Document a
3809         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3810         compiler verified to work.
3811         * INSTALL: Regenerated.
3813         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3814         redeclare with asm name.
3815         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3816         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3817         including <string.h>.
3818         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3819         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3820         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3821         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3822         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3823         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3824         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3826 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3828         * stdlib/strtol.c (__strtol): Use prototype definition.
3830         [BZ #17594]
3831         * stdlib/strtol.c (SYM__): New macro.
3832         (SYM__1): Likewise.
3833         (__strtol): Likewise.
3834         (strtol): Rename to __strtol and define as weak alias of
3835         __strtol.  Use libc_hidden_weak.
3837 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3839         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3840         Use numbered labels in inline assembly.
3842 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3844         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3845         Add setjmp LIBC_PROBE.
3846         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3847         Likewise.
3848         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3849         Add longjmp, longjmp_target LIBC_PROBE.
3850         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3851         Likewise.
3853 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3855         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3856         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3857         to get rid of unused variable warning.
3859 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3861         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3862         Check for unwind_backtrace ==  NULL only in SHARED case.
3863         (__backchain_backtrace): Compile only in SHARED case.
3864         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3865         Likewise.
3866         (__backchain_backtrace): Declare as static.
3868 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3870         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3871         (__libc_multiple_threads_ptr): Variable moved ...
3872         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3874 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3876         * conform/GlibcConform.pm: New file.
3877         * conform/conformtest.pl: Use GlibcConform module.
3878         * conform/linknamespace.pl: New file.
3879         * conform/list-header-symbols.pl: Likewise.
3880         * conform/Makefile (linknamespace-symlists-base): New variable.
3881         (linknamespace-symlists-tests): Likewise.
3882         (linknamespace-header-base): Likewise.
3883         (linknamespace-header-tests): Likewise.
3884         (tests-special): Add new tests.
3885         ($(linknamespace-symlists-tests)): New rule.
3886         (linknamespace-libs): New variable.
3887         ($(objpfx)symlist-stdlibs): New rule.
3888         ($(linknamespace-header-tests)): Likewise.
3889         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3890         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3891         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3892         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3893         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3894         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3895         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3896         (test-xfail-ISO/math.h/linknamespace): Likewise.
3897         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3898         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3899         (test-xfail-ISO/time.h/linknamespace): Likewise.
3900         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3901         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3902         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3903         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3904         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3905         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3906         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3907         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3908         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3909         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3910         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3911         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3912         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3913         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3914         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3915         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3916         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3917         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3918         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3919         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3920         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3921         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3922         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3923         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3924         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3925         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3926         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3927         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3928         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3929         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3930         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3931         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3932         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3933         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3934         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3935         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3936         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3937         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3938         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3939         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3940         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3941         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3942         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3943         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3944         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3945         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3946         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3947         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3948         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3949         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3950         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3951         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3952         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3953         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3954         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3955         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3956         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3957         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3958         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3959         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3960         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3961         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3962         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3963         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3964         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3965         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3966         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3967         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3968         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3969         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3970         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3971         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3972         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3973         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3974         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3975         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3976         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
3977         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
3978         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
3979         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
3980         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3981         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
3982         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3983         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
3984         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
3985         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
3986         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3987         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3988         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3989         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
3990         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
3991         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
3992         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3993         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
3994         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
3995         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3996         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
3997         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
3998         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3999         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4000         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4001         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4002         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4003         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4004         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4005         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4006         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4007         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4008         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4009         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4010         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4011         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4012         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4013         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4014         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4015         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4016         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4017         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4018         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4019         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4020         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4021         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4022         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4023         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4024         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4025         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4026         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4027         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4028         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4029         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4030         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4031         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4032         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4033         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4034         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4035         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4036         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4037         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4038         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4039         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4040         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4041         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4042         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4043         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4044         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4045         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4046         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4047         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4048         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4049         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4051         [BZ #17589]
4052         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4053         of fgets_unlocked.
4055         [BZ #17585]
4056         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4057         (memmem): Rename to __memmem and define as weak alias of
4058         __memmem.  Use libc_hidden_weak.
4059         (__memmem): Use libc_hidden_def.
4060         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4061         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4062         memmem.
4064         [BZ #17582]
4065         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4066         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4067         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4068         and define as weak alias of __fgets_unlocked.  Use
4069         libc_hidden_weak.
4070         (__fgets_unlocked): Use libc_hidden_def.
4071         * include/stdio.h (__fgets_unlocked): Declare.  Use
4072         libc_hidden_proto.
4073         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4074         __fgets_unlocked instead of fgets_unlocked.
4075         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4076         (GET_NPROCS_CONF_PARSER): Likewise.
4077         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4078         (GET_NPROCS_CONF_PARSER): Likewise.
4080         [BZ #17574]
4081         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4082         weak alias of __wmemset.  Use libc_hidden_weak.
4083         (__wmemset): Use libc_hidden_def.
4084         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4085         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4086         of wmemset.
4088         [BZ #17573]
4089         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4090         with asm name __mempcpy.
4091         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4093         [BZ #17572]
4094         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4095         and define as weak alias of __rawmemchr.
4096         (__rawmemchr): Do not define as strong alias of rawmemchr.
4098         [BZ #17571]
4099         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4100         alias of __qsort_r.
4101         (qsort): Call __qsort_r instead of qsort_r.
4102         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4103         (__qsort_r): Declare.  Call libc_hidden_proto.
4104         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4105         instead of qsort_r.
4106         * nscd/gai.c (__qsort_r): Define to qsort_r.
4107         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4108         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4109         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4111         [BZ #17570]
4112         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4113         define as weak alias of __malloc_info.
4115         [BZ #17584]
4116         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4117         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4118         (__rewinddir): Use libc_hidden_def.
4119         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4120         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4121         (__rewinddir): Use libc_hidden_def.
4122         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4123         weak alias of __rewinddir.  Don't use libc_hidden_def.
4124         (__rewinddir): Use libc_hidden_def.
4125         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4126         (__rewinddir): Use libc_hidden_proto.
4127         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4128         rewinddir.
4129         (__getcwd): Use __rewinddir instead of rewinddir.
4131         [BZ #17583]
4132         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4133         alias of __fileno.  Use libc_hidden_weak.
4134         (__fileno): Use libc_hidden_def.
4135         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4136         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4137         alias of __ftello.
4138         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4139         __ftello.
4140         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4141         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4142         libc_hidden_def.
4143         (fread_unlocked): Don't use libc_hidden_ver.
4144         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4145         and define as weak alias of __fread_unlocked.  Don't use
4146         libc_hidden_def.
4147         (__fread_unlocked): Use libc_hidden_def.
4148         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4149         (ftello): Don't use libc_hidden_proto.
4150         (__ftello): Declare.  Use libc_hidden_proto.
4151         (fread_unlocked): Don't use libc_hidden_proto.
4152         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4153         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4154         and __ftello instead of fileno, fread_unlocked and ftello.
4156 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4158         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4159         GOT12.
4160         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4161         Likewise.
4162         (_dl_start_user): Likewise.
4163         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4165 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4166             Siddhesh Poyarekar  <siddhesh@redhat.com>
4168         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4169         Move argv and envp down instead of moving argc up.
4170         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4172 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4174         [BZ #17506]
4175         * test-skeleton.c (main): Return successful if one of
4176         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4177         * string/tst-strcoll-overflow.c: Define expected status.
4179 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4181         [BZ #17475]
4182         * locale/iso-639.def: Define Bhili and Tulu language codes.
4184 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4186         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4188 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4190         [BZ #17555]
4191         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4193 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4195         * configure.ac: Updated check of minimal required version to
4196         2.22.
4197         * manual/install.texi (Tools for Compilation): Updated version
4198         number.
4199         * configure: Regenerated.
4200         * INSTALL: Likewise.
4202 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4204         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4205         __tls_get_addr.
4207 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4209         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4210         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4211         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4212         libc_hidden_weak.
4213         (waitpid): Define as alias of __waitpid.
4214         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4215         __waitpid.
4216         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4217         libc_hidden_weak.
4218         (waitpid): Define as alias of __waitpid.
4219         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4220         __libc_waitpid alias.
4221         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4222         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4223         Likewise.
4224         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4225         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4226         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4227         alias.
4228         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4229         __waitpid.
4230         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4231         libc_hidden_weak.
4232         (waitpid): Define as alias of __waitpid.
4234 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4236         * manual/llio.texi: Add comment that write safety has been
4237         fixed in Linux.
4239         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4240         (localplt-build-dso): Add elf/ld.so.
4241         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4242         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4243         and free for ld.so.
4244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4245         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4247         Likewise.
4248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4249         Likewise.
4250         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4251         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4252         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4253         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4254         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4255         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4256         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4257         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4258         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4259         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4260         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4262 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4264         [BZ #14132]
4265         * include/libc-symbols.h (INTUSE): Remove macro.
4266         (INTDEF): Likewise.
4267         (INTVARDEF): Likewise.
4268         (_INTVARDEF): Likewise.
4269         (INTDEF2): Likewise.
4270         (INTVARDEF2): Likewise.
4271         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4272         rtld_hidden_def instead of INTVARDEF.
4273         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4274         (_dl_starting_up_internal): Remove declaration.
4275         (_dl_starting_up): Use rtld_hidden_proto.
4276         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4277         declaration.
4278         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4279         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4280         _dl_starting_up.
4281         * elf/dl-writev.h (_dl_writev): Likewise.
4282         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4283         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4284         _dl_starting_up_internal.
4286 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4288         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4289         test-skeleton.c.
4291 2014-11-05  Will Newton  <will.newton@linaro.org>
4293         * benchtests/Makefile: (bench-malloc): Add malloc thread
4294         scalability benchmark.
4295         * benchtests/bench-malloc-threads.c: New file.
4297 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4299         * sysdeps/aarch64/strchrnul.S: New file.
4301 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4303         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4304         definition.
4305         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4306         Likwise.
4307         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4308         Likewise.
4309         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4310         Likewise.
4311         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4312         Likewise.
4313         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4314         Likewise.
4316 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4318         * catgets/test-gencat.c: Use test-skeleton.c.
4319         * catgets/tst-catgets.c: Likewise.
4320         * csu/tst-empty.c: Likewise.
4321         * elf/tst-audit2.c: Likewise.
4322         * elf/tst-global1.c: Likewise.
4323         * elf/tst-pathopt.c: Likewise.
4324         * elf/tst-piemod1.c: Likewise.
4325         * elf/tst-tls10.c: Likewise.
4326         * elf/tst-tls11.c: Likewise.
4327         * elf/tst-tls12.c: Likewise.
4328         * gnulib/tst-gcc.c: Likewise.
4329         * iconvdata/tst-e2big.c: Likewise.
4330         * iconvdata/tst-loading.c: Likewise.
4331         * iconv/tst-iconv1.c: Likewise.
4332         * iconv/tst-iconv2.c: Likewise.
4333         * inet/test-inet6_opt.c: Likewise.
4334         * inet/tst-gethnm.c: Likewise.
4335         * inet/tst-network.c: Likewise.
4336         * inet/tst-ntoa.c: Likewise.
4337         * intl/tst-codeset.c: Likewise.
4338         * intl/tst-gettext2.c: Likewise.
4339         * intl/tst-gettext3.c: Likewise.
4340         * intl/tst-ngettext.c: Likewise.
4341         * intl/tst-translit.c: Likewise.
4342         * io/test-stat.c: Likewise.
4343         * libio/test-fmemopen.c: Likewise.
4344         * libio/tst-freopen.c: Likewise.
4345         * libio/tst-sscanf.c: Likewise.
4346         * libio/tst-ungetwc1.c: Likewise.
4347         * libio/tst-ungetwc2.c: Likewise.
4348         * libio/tst-widetext.c: Likewise.
4349         * localedata/tst-ctype.c: Likewise.
4350         * localedata/tst-digits.c: Likewise.
4351         * localedata/tst-leaks.c: Likewise.
4352         * localedata/tst-mbswcs1.c: Likewise.
4353         * localedata/tst-mbswcs2.c: Likewise.
4354         * localedata/tst-mbswcs3.c: Likewise.
4355         * localedata/tst-mbswcs4.c: Likewise.
4356         * localedata/tst-mbswcs5.c: Likewise.
4357         * localedata/tst-setlocale.c: Likewise.
4358         * localedata/tst-trans.c: Likewise.
4359         * localedata/tst-wctype.c: Likewise.
4360         * localedata/tst-xlocale1.c: Likewise.
4361         * login/tst-grantpt.c: Likewise.
4362         * malloc/tst-calloc.c: Likewise.
4363         * malloc/tst-malloc.c: Likewise.
4364         * malloc/tst-mallocstate.c: Likewise.
4365         * malloc/tst-mcheck.c: Likewise.
4366         * malloc/tst-mtrace.c: Likewise.
4367         * malloc/tst-obstack.c: Likewise.
4368         * math/atest-exp2.c: Likewise.
4369         * math/atest-exp.c: Likewise.
4370         * math/atest-sincos.c: Likewise.
4371         * math/test-matherr.c: Likewise.
4372         * math/test-misc.c: Likewise.
4373         * math/test-powl.c: Likewise.
4374         * math/tst-definitions.c: Likewise.
4375         * misc/tst-dirname.c: Likewise.
4376         * misc/tst-efgcvt.c: Likewise.
4377         * misc/tst-fdset.c: Likewise.
4378         * misc/tst-hsearch.c: Likewise.
4379         * misc/tst-mntent2.c: Likewise.
4380         * nptl/tst-sem7.c: Likewise.
4381         * nptl/tst-sem8.c: Likewise.
4382         * nptl/tst-sem9.c: Likewise.
4383         * nss/test-netdb.c: Likewise.
4384         * posix/tst-fnmatch.c: Likewise.
4385         * posix/tst-getlogin.c: Likewise.
4386         * posix/tst-gnuglob.c: Likewise.
4387         * posix/tst-mmap.c: Likewise.
4388         * pwd/tst-getpw.c: Likewise.
4389         * resolv/tst-inet_ntop.c: Likewise.
4390         * rt/tst-timer.c: Likewise.
4391         * stdio-common/test-fseek.c: Likewise.
4392         * stdio-common/test-popen.c: Likewise.
4393         * stdio-common/test-vfprintf.c: Likewise.
4394         * stdio-common/tst-cookie.c: Likewise.
4395         * stdio-common/tst-fileno.c: Likewise.
4396         * stdio-common/tst-gets.c: Likewise.
4397         * stdio-common/tst-obprintf.c: Likewise.
4398         * stdio-common/tst-perror.c: Likewise.
4399         * stdio-common/tst-sprintf2.c: Likewise.
4400         * stdio-common/tst-sprintf3.c: Likewise.
4401         * stdio-common/tst-sprintf.c: Likewise.
4402         * stdio-common/tst-swprintf.c: Likewise.
4403         * stdio-common/tst-tmpnam.c: Likewise.
4404         * stdio-common/tst-unbputc.c: Likewise.
4405         * stdio-common/tst-wc-printf.c: Likewise.
4406         * stdlib/tst-environ.c: Likewise.
4407         * stdlib/tst-fmtmsg.c: Likewise.
4408         * stdlib/tst-limits.c: Likewise.
4409         * stdlib/tst-rand48-2.c: Likewise.
4410         * stdlib/tst-rand48.c: Likewise.
4411         * stdlib/tst-random2.c: Likewise.
4412         * stdlib/tst-random.c: Likewise.
4413         * stdlib/tst-strtol.c: Likewise.
4414         * stdlib/tst-strtoll.c: Likewise.
4415         * stdlib/tst-tls-atexit.c: Likewise.
4416         * stdlib/tst-xpg-basename.c: Likewise.
4417         * string/test-ffs.c: Likewise.
4418         * string/tst-bswap.c: Likewise.
4419         * string/tst-inlcall.c: Likewise.
4420         * string/tst-strtok.c: Likewise.
4421         * string/tst-strxfrm.c: Likewise.
4422         * sysdeps/x86_64/tst-audit10.c: Likewise.
4423         * sysdeps/x86_64/tst-audit3.c: Likewise.
4424         * sysdeps/x86_64/tst-audit4.c: Likewise.
4425         * sysdeps/x86_64/tst-audit5.c: Likewise.
4426         * time/tst-ftime_l.c: Likewise.
4427         * time/tst-getdate.c: Likewise.
4428         * time/tst-mktime3.c: Likewise.
4429         * time/tst-mktime.c: Likewise.
4430         * time/tst-posixtz.c: Likewise.
4431         * time/tst-strptime2.c: Likewise.
4432         * time/tst-strptime3.c: Likewise.
4433         * wcsmbs/tst-btowc.c: Likewise.
4434         * wcsmbs/tst-mbrtowc.c: Likewise.
4435         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4436         * wcsmbs/tst-wchar-h.c: Likewise.
4437         * wcsmbs/tst-wcpncpy.c: Likewise.
4438         * wcsmbs/tst-wcrtomb.c: Likewise.
4439         * wcsmbs/tst-wcsnlen.c: Likewise.
4440         * wcsmbs/tst-wcstof.c: Likewise.
4442 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4444         [BZ #14132]
4445         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4446         INTDEF.
4447         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4448         declaration.
4449         (_dl_mcount): Use rtld_hidden_proto.
4450         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4451         _dl_mcount.
4452         * elf/rtld.c (_rtld_global_ro): Likewise.
4454         [BZ #14132]
4455         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4456         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4457         of _dl_init_internal.
4458         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4459         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4460         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4461         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4462         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4463         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4464         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4465         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4466         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4467         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4468         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4469         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4470         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4471         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4472         * sysdeps/tile/dl-start.S (_start): Likewise.
4473         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4474         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4476         [BZ #14132]
4477         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4478         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4479         (rtld_progname): Make macro definition unconditional.
4480         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4481         INTDEF.
4482         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4483         (dl_main): Likewise.
4484         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4485         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4486         instead of _dl_argv_internal.
4487         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4488         __GI__dl_argv instead of INTUSE(_dl_argv).
4489         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4490         __GI__dl_argv instead of _dl_argv_internal.
4492         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4493         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4494         macro.
4495         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4496         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4497         New macro.
4498         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4499         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4500         macro.
4501         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4502         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4504 2014-11-04  Andreas Schwab  <schwab@suse.de>
4506         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4508 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4510         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4511         mtvsrd instruction in binary form.
4513 2014-11-03  Andreas Schwab  <schwab@suse.de>
4515         [BZ #17522]
4516         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4517         for less than MB_LEN_MAX use a local buffer of that size.
4518         * libio/tst-fputws.c: New file.
4519         * libio/Makefile (tests): Add tst-fputws.
4521 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4523         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4524         the size of the fpu_fr.fpu_dregs[] array.
4526 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4528         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4529         (__nanosleep): Do not define as alias.
4530         (nanosleep): Define as alias of __nanosleep.
4531         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4532         __libc_nanosleep name.
4534 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4536         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4537         install.texi in comment.
4539 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4541         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4542         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4543         ... add here and use lwsync or sync ...
4544         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4545         ... and add here using lwsync.
4547 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4549         * elf/dl-machine-reject-phdr.h: New file.
4550         * elf/dl-load.c: #include that.
4551         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4552         if that returned true.
4554 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4556         [BZ #17496]
4557         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4558         gen-as-const-headers chunk.  Add a big scare comment after the last
4559         safe place to touch before-compile.
4561 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4563         * manual/install.texi (Tools for Compilation): Update autoconf
4564         version requirements.
4565         * INSTALL: Regenerated.
4567         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4568         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4569         (__libc_pselect): Likewise.
4571         [BZ #14138]
4572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4577 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4579         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4580         correct barrier instruction.
4581         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4582         Likewise.
4583         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4584         Likewise.
4586 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4588         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4589         after defining inlines.  Instead, just use parens to defeat macro
4590         expansion of __isctype in its declaration.
4592 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4594         * include/sys/uio.h (__libc_readv): Remove declaration.
4595         (__libc_writev): Likewise.
4596         * misc/readv.c (__libc_readv): Rename to __readv.
4597         (__readv): Do not define as alias.
4598         (readv): Define as alias of __readv.
4599         * misc/writev.c (__libc_writev): Rename to __writev.
4600         (__writev): Do not define as alias.
4601         (writev): Define as alias of __writev.
4602         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4603         (__readv): Do not define as alias.
4604         (readv): Define unconditionally as alias of __readv.
4605         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4606         (__writev): Do not define as alias.
4607         (writev): Define unconditionally as alias of __writev.
4608         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4609         name.
4610         (writev): Do not define __libc_writev name.
4612 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4614         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4615         (convert_charseq): New function, broken out of ...
4616         (use_from_charmap): ... here.  Call it.
4617         (use_to_charmap): Use convert_charseq and free instead of duplicating
4618         its code with a variable-length stack struct.
4620 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4622         * include/fcntl.h (__libc_creat): Remove declaration.
4623         * io/creat.c (__libc_creat): Rename to creat.
4624         (creat): Do not define as alias.
4625         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4626         of creat instead of __libc_creat.
4627         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4628         to creat.
4629         (creat): Do not define as alias.
4630         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4631         __libc_creat.
4632         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4633         __libc_creat name.
4634         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4635         Likewise.
4637 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4639         * manual/llio.texi: Add comments discussing why write() may be
4640         considered MT-unsafe on Linux.
4642 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4644         * dl-load.c (local_strdup): Remove.
4645         (expand_dynamic_string_token): Use __strdup.
4646         (decompose_rpath): Likewise.
4647         (_dl_map_object): Likewise.
4649 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4651         [BZ #14132]
4652         * sysdeps/generic/unwind-dw2-fde.c
4653         (__register_frame_info_bases_internal): Do not declare.
4654         (__register_frame_info_table_bases_internal): Likewise.
4655         (__deregister_frame_info_bases_internal): Likewise.
4656         (__register_frame_info_bases): Declare and use hidden_proto before
4657         definition.  Use hidden_def instead of INTDEF.
4658         (__register_frame_info_table_bases): Likewise.
4659         (__deregister_frame_info_bases): Likewise.
4660         (__register_frame_info): Do not use INTUSE.
4661         (__register_frame): Likewise.
4662         (__register_frame_info_table): Likewise.
4663         (__register_frame_table): Likewise.
4664         (__deregister_frame_info): Likewise.
4665         (__deregister_frame): Likewise.
4667 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4669         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4670         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4671         not undefine.
4672         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4673         Likewise.
4674         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4675         Likewise.
4677 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4679         [BZ #14138]
4680         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4681         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4682         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4683         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4684         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4685         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4686         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4687         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4688         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4689         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4690         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4691         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4692         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4693         syscall.
4694         (setfsuid): Likewise.
4695         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4696         (setfsuid): Likewise.
4697         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4698         (setfsuid): Likewise.
4699         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4700         Likewise.
4701         (setfsuid): Likewise.
4702         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4703         (setfsuid): Likewise.
4704         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4705         Likewise.
4706         (setfsuid): Likewise.
4708 2014-10-27  Andreas Schwab  <schwab@suse.de>
4710         [BZ #17501]
4711         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4712         check for Slow_SSE4_2 feature bit.
4713         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4714         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4715         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4716         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4718 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4720         * configure.ac: Validate compiler version with a empirical test of
4721         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4722         $CC -v output.
4723         * configure: Regenerated.
4725         * inet/htons.c (htons): Prototypify.
4726         * inet/htonl.c (htonl): Likewise.
4728 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4730         * string/strncat.c (strncat): Improve performance by using strlen.
4732 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4734         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4736 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4738         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4739         Call libc_fetestexcept_aarch64.
4741 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4743         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4744         Call libc_feholdexcept_aarch64.
4746 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4748         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4749         Call get_rounding_mode.
4751 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4753         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4754         Simplify logic.
4756 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4758         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4759         Simplify logic.
4761 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4763         [BZ #14138]
4764         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4765         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4766         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4767         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4768         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4769         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4770         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4771         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4772         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4773         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4774         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4775         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4776         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4777         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4778         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4779         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4780         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4781         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4782         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4783         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4784         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4785         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4786         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4787         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4788         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4789         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4790         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4791         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4792         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4793         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4794         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4795         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4796         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4797         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4798         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4799         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4800         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4801         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4802         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4803         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4804         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4805         syscall.
4806         (geteuid): Likewise.
4807         (getgid): Likewise.
4808         (getuid): Likewise.
4809         (getresgid): Likewise.
4810         (getresuid): Likewise.
4811         (getgroups): Likewise.
4812         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4813         (geteuid): Likewise.
4814         (getgid): Likewise.
4815         (getuid): Likewise.
4816         (getresgid): Likewise.
4817         (getresuid): Likewise.
4818         (getgroups): Likewise.
4819         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4820         (geteuid): Likewise.
4821         (getgid): Likewise.
4822         (getuid): Likewise.
4823         (getresgid): Likewise.
4824         (getresuid): Likewise.
4825         (getgroups): Likewise.
4826         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4827         Likewise.
4828         (geteuid): Likewise.
4829         (getgid): Likewise.
4830         (getuid): Likewise.
4831         (getresgid): Likewise.
4832         (getresuid): Likewise.
4833         (getgroups): Likewise.
4834         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4835         (geteuid): Likewise.
4836         (getgid): Likewise.
4837         (getuid): Likewise.
4838         (getresgid): Likewise.
4839         (getresuid): Likewise.
4840         (getgroups): Likewise.
4841         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4842         Likewise.
4843         (geteuid): Likewise.
4844         (getgid): Likewise.
4845         (getuid): Likewise.
4846         (getgroups): Likewise.
4848         [BZ #14138]
4849         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4850         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4851         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4852         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4853         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4854         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4855         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4856         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4857         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4858         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4859         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4860         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4861         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4862         __chown.
4863         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4864         (lchown): Likewise.
4865         (fchown): Likewise.
4866         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4867         Likewise.
4868         (lchown): Likewise.
4869         (fchown): Likewise.
4870         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4871         (lchown): Likewise.
4872         (fchown): Likewise.
4873         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4874         Likewise.
4875         (lchown): Likewise.
4876         (fchown): Likewise.
4878 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4880         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4881         Simplify logic.
4883 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4885         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4886         Cleanup logic.
4888 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4890         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4891         Remove unused include.
4893 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4895         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4896         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4897         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4898         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4900 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4901             Helge Deller <deller@gmx.de>
4903         [BZ #17508]
4904         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4905         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4906         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4908 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4910         [BZ #14132]
4911         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4912         Remove macro definition.
4913         (__ashrdi3_v_glibc20): Likewise.
4914         (__lshrdi3_v_glibc20): Likewise.
4915         (__cmpdi2_v_glibc20): Likewise.
4916         (__ucmpdi2_v_glibc20): Likewise.
4917         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4918         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4919         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4920         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4921         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4922         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4924 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4926         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4927         old GNU extension [0] syntax.
4928         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4929         alloca rather than an array member with variable length.
4930         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4931         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4932         (parse_opt): ... here.  Likewise use alloca there.
4933         Validate the -i argument before checking for rootness.
4934         (send_shutdown): New function, broken out of ...
4935         (parse_opt): ... here.
4937 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4939         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4940         macro to get at the _rt_local_ro field.
4941         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4942         ([PIC] case) or _dl_hwcap ([!PIC] case).
4943         * sysdeps/arm/setjmp.S: Likewise.
4945         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4946         * sysdeps/arm/configure.ac: New check to define it.
4947         * sysdeps/arm/configure: Regenerated.
4948         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4949         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4950         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4951         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4952         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4953         Use move/movt pair instead of a load.
4954         (LDST_GLOBAL): Macro removed.
4955         (LDR_GLOBAL): New macro replaces it.
4956         (LDR_HIDDEN): New macro.
4957         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4958         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4960         * setjmp/tst-setjmp-static.c: New file.
4961         * setjmp/Makefile (tests): Add it.
4962         (tests-static): New variable.
4964 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4966         [BZ #17485]
4967         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4969 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4971         [BZ #14132]
4972         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
4974 2014-10-21  Roland McGrath  <roland@hack.frob.com>
4976         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
4978 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4980         * io/fts.c (dirent_not_directory): New function.
4981         (fts_build): Call it.
4983 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4985         * nptl/version.c (__nptl_main): Use normal __write rather than
4986         INTERNAL_SYSCALL.
4987         (banner): Update copyright years.
4989         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4990         gettimeofday.
4991         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4992         * nptl/pthread_cond_timedwait.c: Likewise.
4993         * nptl/pthread_mutex_timedlock.c: Likewise.
4994         * nptl/sem_timedwait.c: Likewise.
4996         * sysdeps/nptl/bits/libc-lock.h
4997         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
4998         (__libc_lock_init_recursive): Return void, not 0.
4999         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5000         (__libc_rwlock_init): Likewise.
5001         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5003 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5005         [BZ #15215]
5006         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5007         (__pthread_once_slow): ... here.
5008         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5009         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5011 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5013         [BZ #15215]
5014         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5015         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5016         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5017         * nptl/pthread_once.c (__pthread_once): Likewise.
5018         Update comments.
5020 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5022         [BZ #14138]
5023         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5024         name.
5025         (writev): Use __libc_writev as strong name.
5026         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5027         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5029 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5031         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5033         * sysdeps/i386/nptl/tls.h
5034         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5035         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5036         New macros.
5037         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5038         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5039         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5040         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5041         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5042         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5044         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5045         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5046         on [__NR_futex].
5047         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5048         broken out of ...
5049         (__pthread_mutex_init): ... here.  Call it.
5050         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5051         Conditionalize PI cases on [__NR_futex].
5052         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5053         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5054         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5056         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5057         conditional on [SIGSETXID].
5058         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5059         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5060         is defined.  Likewise for SIGSETXID.
5061         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5062         Conditionalize definitions on [SIGSETXID].
5063         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5064         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5065         unblocking on [SIGCANCEL].
5067         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5068         [__NR_set_robust_list].
5070 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5072         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5073         (do_compare): Likewise.
5075 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5077         [BZ #15884]
5078         * string/strcoll_l.c: Don't include stdio.h.
5079         (coll_seq): Remove members idxarr and rulearr.
5080         (get_next_seq_cached): Remove function.
5081         (get_next_seq): Likewise.
5082         (get_next_seq_nocache): Rename to get_next_seq.
5083         (do_compare): Remove function.
5084         (do_compare_nocache): Rename to do_compare.
5085         (STRCOLL): Remove weight and rules cache.
5087 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5089         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5090         * sysdeps/arm/sfp-machine.h: ... to here.
5091         * sysdeps/arm/Implies: Remove arm/soft-fp.
5093 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5095         * conform/data/sys/utsname.h-data (*_t): Allow.
5096         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5097         [POSIX] (WEXITED): Do not expect constant.
5098         [POSIX] (WSTOPPED): Likewise.
5099         [POSIX] (WNOHANG): Likewise.
5100         [POSIX] (WNOWAIT): Likewise.
5101         [POSIX] (siginfo_t): Do not expect type or elements.
5102         [POSIX] (pid_t): Do not expect type.
5103         [POSIX] (signal.h): Do not allow header.
5104         [POSIX] (sys/resource.h): Likewise.
5105         [POSIX] (si_*): Do not allow pattern.
5106         [POSIX] (W*): Likewise.
5107         [POSIX] (P_*): Likewise.
5108         [POSIX] (BUS_*): Likewise.
5109         [POSIX] (CLD_*): Likewise.
5110         [POSIX] (FPE_*): Likewise.
5111         [POSIX] (ILL_*): Likewise.
5112         [POSIX] (POLL_*): Likewise.
5113         [POSIX] (SEGV_*): Likewise.
5114         [POSIX] (SI_*): Likewise.
5115         [POSIX] (TRAP_*): Likewise.
5116         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5117         variable.
5119 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5121         [BZ #12926]
5122         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5123         infinite loop when __recvmsg returns 0.
5125 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5127         * CANCEL-FCT-WAIVE: Remove file.
5128         * CANCEL-FILE-WAIVE: Likewise.
5130         [BZ #14132]
5131         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5132         instead of INTVARDEF.
5133         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5134         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5135         rtld_hidden_data_def instead of INTVARDEF.
5136         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5137         * elf/dl-deps.c (expand_dst): Likewise.
5138         * elf/dl-load.c (_dl_dst_count): Likewise.
5139         (_dl_dst_substitute): Likewise.
5140         (decompose_rpath): Likewise.
5141         (_dl_init_paths): Likewise.
5142         (open_path): Likewise.
5143         (_dl_map_object): Likewise.
5144         * elf/rtld.c (dl_main): Likewise.
5145         (process_dl_audit): Likewise.
5146         (process_envvars): Likewise.
5147         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5148         Remove declaration.
5149         (__libc_enable_secure): Use rtld_hidden_proto.
5151 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5153         * elf/dl-load.c
5154         (add_path): New function broken out of _dl_rtld_di_serinfo.
5155         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5157 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5159         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5160         parentheses around macro arguments.
5161         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5162         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5163         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5164         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5165         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5166         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5167         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5168         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5169         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5170         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5171         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5172         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5173         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5174         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5175         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5176         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5177         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5178         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5179         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5180         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5181         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5182         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5183         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5184         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5185         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5186         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5187         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5188         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5189         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5190         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5191         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5192         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5193         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5194         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5195         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5196         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5197         Likewise.
5198         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5199         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5200         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5201         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5202         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5203         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5204         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5205         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5206         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5207         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5208         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5209         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5210         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5213         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5214         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5216         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5217         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5218         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5219         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5220         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5221         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5222         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5223         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5224         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5225         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5226         (_FP_FRAC_SRS_1): Likewise.
5227         (_FP_FRAC_CLZ_1): Likewise.
5228         (_FP_MUL_MEAT_1_imm): Likewise.
5229         (_FP_MUL_MEAT_1_wide): Likewise.
5230         (_FP_MUL_MEAT_1_hard): Likewise.
5231         (_FP_SQRT_MEAT_1): Likewise.
5232         (_FP_FRAC_ASSEMBLE_1): Likewise.
5233         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5234         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5235         (__FP_CLZ_2): Likewise.
5236         (_FP_MUL_MEAT_2_wide): Likewise.
5237         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5238         (_FP_MUL_MEAT_2_gmp): Likewise.
5239         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5240         (_FP_SQRT_MEAT_2): Likewise.
5241         (_FP_FRAC_ASSEMBLE_2): Likewise.
5242         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5243         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5244         (_FP_FRAC_CLZ_4): Likewise.
5245         (_FP_MUL_MEAT_4_wide): Likewise.
5246         (_FP_MUL_MEAT_4_gmp): Likewise.
5247         (_FP_SQRT_MEAT_4): Likewise.
5248         (_FP_FRAC_ASSEMBLE_4): Likewise.
5249         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5250         * soft-fp/op-common.h (_FP_CMP): Likewise.
5251         (_FP_CMP_EQ): Likewise.
5252         (_FP_CMP_UNORD): Likewise.
5253         (_FP_TO_INT): Likewise.
5254         (_FP_FROM_INT): Likewise.
5255         [!__FP_CLZ] (__FP_CLZ): Likewise.
5256         (_FP_DIV_HELP_imm): Likewise.
5257         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5258         Likewise.
5259         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5260         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5261         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5262         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5263         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5264         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5265         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5266         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5267         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5268         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5269         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5270         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5271         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5272         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5273         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5274         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5275         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5276         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5277         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5278         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5279         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5280         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5281         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5282         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5283         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5284         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5285         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5286         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5287         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5288         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5289         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5290         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5291         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5292         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5293         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5294         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5295         (FP_UNPACK_RAW_SP): Likewise.
5296         (FP_PACK_RAW_S): Likewise.
5297         (FP_PACK_RAW_SP): Likewise.
5298         (FP_UNPACK_S): Likewise.
5299         (FP_UNPACK_SP): Likewise.
5300         (FP_UNPACK_SEMIRAW_S): Likewise.
5301         (FP_UNPACK_SEMIRAW_SP): Likewise.
5302         (FP_PACK_S): Likewise.
5303         (FP_PACK_SP): Likewise.
5304         (FP_PACK_SEMIRAW_S): Likewise.
5305         (FP_PACK_SEMIRAW_SP): Likewise.
5306         (_FP_SQRT_MEAT_S): Likewise.
5307         (FP_CMP_S): Likewise.
5308         (FP_CMP_EQ_S): Likewise.
5309         (FP_CMP_UNORD_S): Likewise.
5310         (FP_TO_INT_S): Likewise.
5311         (FP_FROM_INT_S): Likewise.
5313         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5315         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5316         (FP_EX_INVALID_IMZ): Likewise.
5317         (FP_EX_INVALID_IMZ_FMA): Likewise.
5318         (FP_EX_INVALID_ISI): Likewise.
5319         (FP_EX_INVALID_ZDZ): Likewise.
5320         (FP_EX_INVALID_IDI): Likewise.
5321         (FP_EX_INVALID_SQRT): Likewise.
5322         (FP_EX_INVALID_CVI): Likewise.
5323         (FP_EX_INVALID_VC): Likewise.
5324         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5325         "invalid" exceptions.
5326         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5327         (_FP_ADD_INTERNAL): Likewise.
5328         (_FP_MUL): Likewise.
5329         (_FP_FMA): Likewise.
5330         (_FP_DIV): Likewise.
5331         (_FP_CMP_CHECK_NAN): Likewise.
5332         (_FP_SQRT): Likewise.
5333         (_FP_TO_INT): Likewise.
5334         (FP_EXTEND): Likewise.
5336 2014-10-09  Allan McRae  <allan@archlinux.org>
5338         * po/fr.po: Update French translation from translation project.
5340 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5342         [BZ #14132]
5343         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5344         of INTDEF.
5345         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5346         (__cxa_atexit): Use libc_hidden_proto.
5347         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5349         [BZ #14132]
5350         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5351         declaration.
5352         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5353         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5354         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5355         [!_ISOMAC] (__iswctype_internal): Likewise.
5356         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5357         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5358         alias.
5359         (fcntl): Remove __fcntl_internal alias.
5360         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5361         __connect_internal alias.
5362         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5363         Likewise.
5365         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5366         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5367         FP_DENORM_ZERO.
5368         (_FP_CHECK_FLUSH_ZERO): New macro.
5369         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5370         (_FP_CMP): Likewise.
5371         (_FP_CMP_EQ): Likewise.
5372         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5373         FP_DENORM_ZERO.
5374         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5375         (FP_TRUNC): Likewise.
5377         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5378         treated as invalid conversion, not as normal exponent.
5380         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5381         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5382         (_FP_CMP_EQ): Likewise.
5383         (_FP_CMP_UNORD): Likewise.
5384         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5385         (FP_CMP_EQ_D): Likewise.
5386         (FP_CMP_UNORD_D): Likewise.
5387         * soft-fp/extended.h (FP_CMP_E): Likewise.
5388         (FP_CMP_EQ_E): Likewise.
5389         (FP_CMP_UNORD_E): Likewise.
5390         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5391         (FP_CMP_EQ_Q): Likewise.
5392         (FP_CMP_UNORD_Q): Likewise.
5393         * soft-fp/single.h (FP_CMP_S): Likewise.
5394         (FP_CMP_EQ_S): Likewise.
5395         (FP_CMP_UNORD_S): Likewise.
5396         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5397         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5398         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5399         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5400         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5401         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5402         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5403         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5404         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5405         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5406         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5407         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5408         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5409         to FP_CMP_Q.
5410         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5411         FP_CMP_Q.
5412         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5413         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5414         FP_CMP_EQ_Q.
5415         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5416         FP_CMP_Q.
5417         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5418         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5419         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5420         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5421         FP_CMP_EQ_Q.
5422         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5423         FP_CMP_Q.
5424         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5425         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5426         FP_CMP_EQ_Q.
5427         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5428         FP_CMP_Q.
5429         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5430         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5431         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5432         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5433         FP_CMP_EQ_Q.
5435         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5436         a subnormal result, set the underflow exception if trapping on
5437         underflow is enabled.
5438         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5439         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5440         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5441         redefine to 0.
5442         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5443         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5444         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5445         * soft-fp/extendxftf2.c (__extendxftf2): Use
5446         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5448         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5449         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5450         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5451         FP_HANDLE_EXCEPTIONS.
5452         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5453         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5454         FP_HANDLE_EXCEPTIONS.
5455         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5456         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5457         FP_HANDLE_EXCEPTIONS.
5458         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5459         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5460         FP_HANDLE_EXCEPTIONS.
5462 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5464         [BZ #14132]
5465         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5466         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5467         use INTUSE.
5468         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5469         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5470         Remove alias.
5471         (__adjtimex): Define using libc_hidden_ver.
5472         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5473         Remove declaration.
5474         (ntp_gettime): Call __adjtimex directly.
5475         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5476         Remove declaration.
5477         (ntp_gettimex): Call __adjtimex directly.
5478         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5479         __adjtimex_internal alias.
5481 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5483         [BZ #17460]
5484         * nscd/nscd.c (more_help): Rewrite list of tables collection
5485         using xstrdup and asprintf.
5487         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5489 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5490             Roland McGrath  <roland@hack.frob.com>
5492         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5493         (do_lookup_unique): ... local function 'enter' here; update callers.
5495 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5497         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5498         compat_symbol calls on [SHARED].
5499         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5500         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5501         Remove.
5502         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5503         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5504         (oldsetrlimit): Remove.
5505         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5507         (lchown): New syscall entry.
5508         (oldsetrlimit): Remove.
5509         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5510         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5511         (oldsetrlimit): Remove.
5512         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5514         [BZ #14138]
5515         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5516         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5517         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5518         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5519         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5520         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5521         (fchown): Likewise.
5522         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5523         (fchown): Likewise.
5524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5525         Likewise.
5527 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5529         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5530         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5531         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5532         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5533         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5534         Likewise.
5535         (__old_sem_post): Likewise.
5537 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5539         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5540         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5541         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5542         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5543         Use INLINE_VSYSCALL macro.
5544         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5545         __vdso_clock_gettime.
5546         * sysdeps/unix/sysv/linux/tile/init-first.c
5547         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5548         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5549         __vdso_clock_gettime.
5551         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5552         to set up frame more cleanly.
5554         * sysdeps/tile/memcmp.c: New file.
5556         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5558         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5559         * sysdeps/tile/tilegx/strcasestr.c: New file.
5560         * sysdeps/tile/tilegx/strnlen.c: New file.
5561         * sysdeps/tile/tilegx/strstr.c: New file.
5563         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5565 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5567         * nptl/tst-setuid3.c: Write errors to stdout.
5569 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5571         * elf/dl-deps.c
5572         (preload): New functions broken out of _dl_map_object_deps.
5573         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5575 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5577         [BZ #14138]
5578         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5579         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5581 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5583         * sysdeps/mips/strcmp.S: New.
5585 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5587         [BZ #14138]
5588         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5589         (linkat): Likewise.
5590         (mkdirat): Likewise.
5591         (readlinkat): Likewise.
5592         (renameat): Likewise.
5593         (symlinkat): Likewise.
5594         (unlinkat): Likewise.
5595         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5596         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5597         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5598         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5599         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5600         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5601         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5603 2014-09-30  Will Newton  <will.newton@linaro.org>
5605         * math/math.h: Define long double math functions if
5606         _LIBC_TEST is defined.
5607         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5609         * localedata/Makefile: Move assignment to tests-special
5610         into an ifdef testing run-built-tests.
5611         * timezone/Makefile: Likewise.
5613 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5615         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5616         with $(BASH) not $(SHELL).
5618 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5619             Matthew LeGendre  <legendre1@llnl.gov>
5621         [BZ #17411]
5622         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5623         l_reloc_result.
5625 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5627         * stdio-common/printf_fp.c
5628         (hack_digit): New function, broken out of ...
5629         (__printf_fp): ... local function here.  Update call sites.
5630         hack_digit now takes an additional parameter that is a pointer
5631         to a struct of the referenced locals.  Those locals moved inside
5632         the struct and references updated.
5634 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5636         * aclocal.m4: Require autoconf 2.69.
5637         * configure: Regenerated.
5638         * sysdeps/aarch64/configure: Likewise.
5639         * sysdeps/alpha/configure: Likewise.
5640         * sysdeps/arm/armv7/configure: Likewise.
5641         * sysdeps/arm/configure: Likewise.
5642         * sysdeps/ia64/configure: Likewise.
5643         * sysdeps/mach/configure: Likewise.
5644         * sysdeps/mips/configure: Likewise.
5645         * sysdeps/s390/configure: Likewise.
5646         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5649         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5650         file.
5651         * sysdeps/ia64/configure.ac: Likewise.
5653 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5656         specify symbol version for ld.so.  Do not include entry for
5657         libpthread.
5658         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5659         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5660         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5662         [BZ #14171]
5663         * Makeconfig [$(build-shared) = yes]
5664         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5665         makefiles.
5666         [$(build-shared) = yes && $(soversions.mk-done) = t]
5667         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5668         [$(build-shared) = yes && $(soversions.mk-done) = t]
5669         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5670         to Makerules.
5671         [$(build-shared) = yes && $(soversions.mk-done) = t]
5672         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5673         here.
5674         [$(build-shared) = yes && $(soversions.mk-done) = t]
5675         (common-generated): Don't append gnu/lib-names.h and
5676         gnu/lib-names.stmp here.
5677         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5678         (lib-names-h-abi): New variable.
5679         [$(build-shared) = yes && $(soversions.mk-done) = t]
5680         (lib-names-stmp-abi): Likewise.
5681         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5682         abi-variants] (before-compile): Append
5683         $(common-objpfx)$(lib-names-h-abi).
5684         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5685         abi-variants] (common-generated): Append gnu/lib-names.h.
5686         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5687         abi-variants] (install-others-nosubdir): Depend on
5688         $(inst_includedir)/$(lib-names-h-abi).
5689         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5690         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5691         [$(build-shared) = yes && $(soversions.mk-done) = t]
5692         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5693         [$(build-shared) = yes && $(soversions.mk-done) = t]
5694         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5695         [$(build-shared) = yes && $(soversions.mk-done) = t]
5696         (common-generated): Append $(lib-names-h-abi) and
5697         $(lib-names-stmp-abi).
5698         * scripts/lib-names.awk: Do not handle multi being set.
5699         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5700         Remove variable.
5701         (abi-lp64_be-ld-soname): Likewise.
5702         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5703         Likewise.
5704         (abi-hard-ld-soname): Likewise.
5705         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5706         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5707         Remove variable.
5708         (abi-o32_hard-ld-soname): Likewise.
5709         (abi-o32_soft_2008-ld-soname): Likewise.
5710         (abi-o32_hard_2008-ld-soname): Likewise.
5711         (abi-n32_soft-ld-soname): Likewise.
5712         (abi-n32_hard-ld-soname): Likewise.
5713         (abi-n32_soft_2008-ld-soname): Likewise.
5714         (abi-n32_hard_2008-ld-soname): Likewise.
5715         (abi-n64_soft-ld-soname): Likewise.
5716         (abi-n64_hard-ld-soname): Likewise.
5717         (abi-n64_soft_2008-ld-soname): Likewise.
5718         (abi-n64_hard_2008-ld-soname): Likewise.
5719         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5720         Likewise.
5721         (abi-64-v2-ld-soname): Likewise.
5722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5723         ld.so entries.
5724         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5725         variable.
5726         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5727         entry.
5728         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5729         variable.
5730         (abi-64-ld-soname): Likewise.
5731         (abi-x32-ld-soname): Likewise.
5732         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5733         entry.
5734         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5736 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5738         [BZ #14138]
5739         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5740         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5741         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5742         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5743         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5744         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5745         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5746         syscall entry for GLIBC_2.2 symbol version.
5747         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5748         Likewise.
5749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5750         (setrlimit): Likewise.
5751         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5752         Likewise.
5754 2014-09-23  Will Newton  <will.newton@linaro.org>
5756         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5757         _LINUX_ARM_SYSDEP_H include guard too.
5758         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5759         define.
5761 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5763         * sysdeps/unix/sysv/linux/eventfd.c:
5764         Make first argument unsigned.
5765         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5766         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5768 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5770         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5771         * socket/sys/socket.h: Likewise
5772         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5774 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5776         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5778 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5780         * time/tst-ftime.c: New test.
5781         * time/Makefile (tests): Add tst-ftime.
5783 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5785         * soft-fp/extended.h: Fix comment formatting.
5786         * soft-fp/op-1.h: Likewise.
5787         * soft-fp/op-2.h: Likewise.
5788         * soft-fp/op-4.h: Likewise.
5789         * soft-fp/op-8.h: Likewise.
5790         * soft-fp/op-common.h: Likewise.
5791         * soft-fp/soft-fp.h: Likewise.
5793         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5795 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5797         [BZ #6652]
5798         * Makeconfig (soversions-default-setname): Remove variable.
5799         ($(common-objpfx)soversions.i): Don't pass default_setname to
5800         soversions.awk.
5801         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5802         oldest_abi to abi-versions.awk.
5803         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5804         * config.make.in (oldest-abi): Remove variable.
5805         * configure.ac (--enable-oldest-abi): Remove configure option.
5806         * configure: Regenerated.
5807         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5808         text.
5809         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5810         * scripts/soversions.awk: Do not handle default_setname variable.
5811         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5812         variable.
5813         * sysdeps/mach/hurd/configure: Regenerated.
5814         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5815         variable.
5816         * sysdeps/unix/sysv/linux/configure: Regenerated.
5818 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5820         * elf/Makefile (CFLAGS-interp.c): Remove.
5821         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5822         path string.
5823         * elf/interp.c: Include generated runtime-linker.h
5825         * Makerules (lib%.so): Don't include $(+interp) in
5826         prerequisites.
5827         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5828         * dlfcn/eval.c: Remove file.
5830         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5831         macros.
5833         [BZ #17266]
5834         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5835         4.2 and newer.
5837         [BZ #17370]
5838         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5840 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5841             Jakub Jelinek  <jakub@redhat.com>
5843         [BZ #17266]
5844         * libio/stdio.h: Check definition of __fortify_function
5845         instead of __extern_always_inline to include bits/stdio2.h.
5846         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5847         check if __extern_always_inline is defined.
5848         [__USE_MISC || __USE_XOPEN]: Likewise.
5849         [__USE_ISOC99] Likewise.
5850         * misc/sys/cdefs.h (__fortify_function): Define only if
5851         __extern_always_inline is defined.
5852         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5853         __extern_always_inline and __extern_inline only for g++-4.3
5854         and newer or a compatible gcc.
5856 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5858         [BZ #17371]
5859         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5860         last change to handle zero prefix length.
5862 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5864         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5865         _SC_REGEX_VERSION.
5867         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5868         _POSIX_RAW_SOCKETS.
5870 2014-09-13  Allan McRae  <allan@archlinux.org>
5872         * po/ru.po: Update Russian translation from translation project.
5874 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5876         * locale/programs/locale.c (show_locale_vars): Inline local function
5877         into its sole call site.  Clean up some style nits.
5878         (print_item): New function, broken out of ...
5879         (show_info): ... local function here.  Clean up style nits.
5881         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5882         out of ...
5883         (set_class_defaults): ... local function set_default here.
5884         Define set_default as a macro locally to pass constant parameters.
5885         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5886         rather than a shared local.
5888         * stdlib/rpmatch.c (try): New function, broken out of ...
5889         (rpmatch): ... local function here.  Also, prototypify definition.
5891 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5893         * scripts/soversions.awk: Do not handle configuration names.
5894         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5895         vendor and os variables to soversions.awk.
5896         * configure.ac: Do not modify gnu-* host_os.
5897         * configure: Regenerated
5898         * shlib-versions: Remove first column with configuration names.
5899         * nptl/shlib-versions: Likewise.
5900         * nptl_db/shlib-versions: Likewise.
5901         * sysdeps/hppa/shlib-versions: Likewise.
5902         * sysdeps/m68k/shlib-versions: Likewise.
5903         * sysdeps/mach/hurd/shlib-versions: Likewise.
5904         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5905         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5906         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5907         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5908         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5909         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5910         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5911         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5913         Likewise.
5914         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5915         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5916         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5917         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5918         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5919         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5920         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5921         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5924         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5926         Regenerated.
5927         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5929         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5931         * shlib-versions: Remove OS-specific entries.  Moved to files in
5932         sysdeps.
5933         * sysdeps/mach/hurd/shlib-versions: New file.
5934         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5936         * nptl/shlib-versions: Remove architecture-specific entries.
5937         Moved to files in sysdeps.
5938         * shlib-versions: Likewise.
5939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5940         file.
5941         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5942         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5943         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5944         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5946         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5947         (UDP_NO_CHECK6_RX): Likewise.
5949 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5951         * sysdeps/posix/sysconf.c (__sysconf): Spell
5952         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5954 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5956         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5957         loading.
5958         * iconv/Versions (__gconv_transliterate): Export for use from
5959         gconv modules.
5960         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5961         (struct __gconv_trans_data, __gconv_trans_fct,
5962         __gconv_trans_context_fct, __gconv_trans_query_fct,
5963         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5964         definitions.
5965         (struct __gconv_step_data): Remove __trans member.
5966         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5967         longer hidden.  Remove unused trans_data argument.
5968         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5969         (__gconv_translit_find): Remove declaration.
5970         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5971         prototype.
5972         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
5973         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
5974         trans_data argument.  Add hidden definition.
5975         (__gconv_translit_find): Remove.
5976         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
5977         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
5978         * iconv/skeleton.c: Remove transliteration initialization.
5979         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
5980         __gconv_step_data initialization.
5981         * libio/iofwide.c (__libio_translit_): Remove.
5982         (_IO_fwide): Adjust struct __gconv_step_data initialization.
5983         * wcsmbs/btowc.c (__btowc): Likewise.
5984         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5985         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
5986         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
5987         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
5988         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
5989         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
5990         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
5991         * wcsmbs/wctob.c (wctob): Likewise.
5993 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5995         [BZ #16194]
5996         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
5997         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
5998         register usage.
5999         * sysdeps/x86/Makefile: Adjust.
6001 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6002             Roland McGrath  <roland@hack.frob.com>
6004         * locale/weight.h: Add include guard.
6005         (findidx): Make static rather than auto; take new parameters
6006         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6007         * locale/weightwc.h: Likewise.
6008         * posix/fnmatch_loop.c
6009         (FCT): Change type of EXTRA from int32_t to wint_t.
6010         Don't include either header inside the function.
6011         Call FINDIDX rather than findidx, and pass new arguments.
6012         #undef FINDIDX at the end of the file.
6013         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6014         FINDIDX before including fnmatch_loop.c for the non-wide version.
6015         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6016         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6017         for the wide version.
6018         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6019         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6020         Pass new arguments to findidx.
6021         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6022         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6023         Don't #include it inside the function.  Pass new arguments to findidx.
6024         * posix/regex_internal.h
6025         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6026         (re_string_elem_size_at): Don't #include it inside the function.
6027         Pass new arguments to findidx.
6028         * string/strcoll_l.c: #include WEIGHT_H at top level.
6029         (get_next_seq): Don't #include it inside the function.
6030         Pass new arguments to findidx.
6031         (get_next_seq_nocache): Likewise.
6032         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6033         (STRXFRM): Don't #include it inside the function.
6034         Pass new arguments to findidx.
6036 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6038         [BZ #17344]
6039         * malloc/malloc.c (unlink): Turn asserts into a call to
6040         malloc_printerr.
6042 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6044         [BZ #17370]
6045         * libio/wfileops (do_ftell_wide): Free OUT.
6047 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6049         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6051 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6053         [BZ #17363]
6054         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6055         group if the current group is empty.
6057 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6059         * benchtests/bench-memset.c (test_main): Add more test from size
6060         from 32 to 512 bytes.
6061         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6062         Add POWER8 memset object.
6063         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6064         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6065         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6066         implementation.
6067         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6068         Likewise.
6069         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6070         multiarch POWER8 memset optimization.
6071         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6072         POWER8 memset optimization.
6074         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6075         Remove bzero multiarch objects.
6076         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6077         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6078         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6079         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6080         Remove define.
6081         [__bzero]: Redefine to specific name.
6082         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6083         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6084         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6085         define.
6086         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6087         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6089 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6091         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6092         warnings into errors.
6094         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6095         __cxa_thread_atexit_impl prototype.
6097 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6099         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6100         Fix capitalization of error message.
6102 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6104         * sysdeps/mips/preconfigure: Modify ABI tests.
6106 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6108         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6110 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6111             Carlos O'Donell  <carlos@systemhalted.org>
6113         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6114         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6115         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6116         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6117         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6118         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6119         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6120         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6121         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6122         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6123         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6124         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6125         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6126         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6127         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6128         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6129         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6130         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6131         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6132         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6133         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6134         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6135         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6136         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6137         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6138         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6139         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6140         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6141         Deconditionalize the code that was previously under [RESET_PID].
6142         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6143         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6144         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6145         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6146         include sysdep.h.
6148 2014-09-08  Allan McRae  <allan@archlinux.org>
6150         * version.h (RELEASE): Set to "development".
6151         (VERSION): Set to "2.20.90"
6153 2014-09-07  Allan McRae  <allan@archlinux.org
6155         * version.h (RELEASE): Set to "stable".
6156         (VERSION): Set to "2.20"
6157         * include/features.h (__GLIBC_MINOR__): Set to 20.
6159         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6160         Liebler.
6162         * po/ko.po: Update Korean translation from translation project.
6164 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6166         [BZ #17354]
6167         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6168         macro for handling signed relocations.
6170 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6172         [BZ #17325]
6173         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6174         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6175         assert.
6176         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6177         * iconvdata/ibm935.c (BODY): Likewise.
6178         * iconvdata/ibm937.c (BODY): Likewise.
6179         * iconvdata/ibm939.c (BODY): Likewise.
6180         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6181         assert.
6182         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6183         script.
6184         * iconvdata/run-iconv-test.sh: New test loop for checking for
6185         decoder crashers.
6187 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6189         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6190         libm_hidden_ver.
6192 2014-09-01  Allan McRae  <allan@archlinux.org>
6194         * po/eo.po: Update Esperanto translation from translation project.
6196         * po/ca.po: Update Catalan translation from translation project.
6198 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6200         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6201         __proc_dostop call.
6203 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6205         [BZ #17319]
6206         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6207         to call set_thread_area instead of hand written asm.
6208         (__NR_set_thread_area): Removed define.
6209         (TLS_FLAG_WRITABLE): Likewise.
6210         (__ASSUME_SET_THREAD_AREA): Remove check.
6211         (TLS_EBX_ARG): Remove define.
6212         (TLS_LOAD_EBX): Likewise.
6214 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6216         Simplify atomicity of socket creation in bind.
6218         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6219         looking up the name after linking the file.
6221 2014-08-27  Allan McRae  <allan@archlinux.org>
6223         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6225 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6227         [BZ #17187]
6228         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6229         trans_compare, open_translit, __gconv_translit_find):
6230         Remove module loading code.
6232 2014-08-26  Allan McRae  <allan@archlinux.org>
6234         * po/vi.po: Update Vietnamese translation from translation project.
6236         * po/uk.po: Update Ukrainian translation from translation project.
6238         * po/fr.po: Update French translation from translation project.
6240         * po/ru.po: Update Russian translation from translation project.
6242         * po/pl.po: Update Polish translation from translation project.
6244         * po/cs.po: Update Czech translation from translation project.
6246         * po/de.po: Update German translation from translation project.
6248         * po/bg.po: Update Bulgarian translation from translation project.
6250         * po/sv.po: Update Sweedish translation from translation project.
6252         * po/nl.po: Update Dutch translation from translation project.
6254         * po/es.po: Update Spanish translation from translation project.
6256 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6258         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6260         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6261         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6262         (CPPFLAGS-iconvconfig): Likewise.
6263         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6265         * include/libc-symbols.h: Remove unnecessary check for
6266         NOT_IN_libc.
6267         * nptl/pthreadP.h: Likewise.
6268         * sysdeps/aarch64/setjmp.S: Likewise.
6269         * sysdeps/alpha/setjmp.S: Likewise.
6270         * sysdeps/arm/sysdep.h: Likewise.
6271         * sysdeps/i386/setjmp.S: Likewise.
6272         * sysdeps/m68k/setjmp.c: Likewise.
6273         * sysdeps/posix/getcwd.c: Likewise.
6274         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6275         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6276         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6277         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6278         * sysdeps/sh/sh3/setjmp.S: Likewise.
6279         * sysdeps/sh/sh4/setjmp.S: Likewise.
6280         * sysdeps/unix/alpha/sysdep.h: Likewise.
6281         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6282         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6283         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6284         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6287         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6288         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6289         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6290         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6291         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6292         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6293         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6294         * sysdeps/x86_64/setjmp.S: Likewise.
6296 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6298         [BZ #17263]
6299         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6300         <stdint.h>.
6301         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6302         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6304 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6306         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6308         [BZ #17262]
6309         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6310         and __x86_64__ when disabling x87 inline functions.
6312 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6314         [BZ #17259]
6315         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6316         asm statement with __cpuid_count.
6318 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6320         * configure.ac: Change __ehdr_start code to dereference the struct.
6321         Run readelf on the output to look for relocations.
6322         * configure: Regenerated.
6324 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6326         [BZ #17261]
6327         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6328         value to 0.
6329         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6331 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6333         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6335 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6337         [BZ #16892]
6338         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6339         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6341 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6343         * malloc/malloc.c: Fix typo in comment.
6345 2014-08-09  Allan McRae  <allan@archlinux.org>
6347         * Regenerate libc.po.
6349 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6351         * intl/tst-gettext2.sh: Check every lang file for creation.
6353 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6355         * sysdeps/aarch64/fpu/math_private.h
6356         (libc_feholdsetround_noex_aarch64_ctx): New function.
6358 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6360         * sysdeps/arm/armv6/strcpy.S (strcpy):
6361         Fix performance issue in misaligned cases.
6363 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6365         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6366         Move definition from termios.h.
6367         (struct termio): Likewise.
6368         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6369         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6370         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6371         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6372         Likewise.
6373         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6374         Move definition to ioctl-types.h
6375         (struct termio): Likewise.
6376         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6377         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6378         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6379         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6380         Likewise.
6382 2014-08-05  Richard Henderson  <rth@redhat.com>
6384         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6385         exceptions.
6386         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6387         Add fraiseexcpt.
6388         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6389         Use __feraiseexcept.
6390         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6391         Protect libm symbols with IS_IN_libm.
6393         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6395 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6397         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6399 2014-08-04  Will Newton  <will.newton@linaro.org>
6401         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6402         file.
6404 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6406         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6407         variants for each function.
6409 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6411         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6412         appended ...
6413         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6414         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6415         appended ...
6416         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6417         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6418         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6419         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6420         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6421         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6422         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6423         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6424         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6425         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6426         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6427         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6428         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6430         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6431         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6432         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6434         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6438         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6439         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6440         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6446         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6452         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6453         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6454         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6455         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6456         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6457         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6458         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6459         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6460         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6461         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6462         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6463         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6464         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6465         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6466         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6467         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6468         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6469         Update #include.
6470         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6471         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6473 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6475         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6476         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6477         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6478         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6479         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6480         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6482 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6484         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6485         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6486         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6487         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6489 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6491         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6492         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6493         (__libc_vfork): Define function under this name.
6494         (__vfork): Define as an alias.
6495         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6496         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6498 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6500         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6501         that was previously under [RESET_PID].
6502         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6504 2014-08-04  Andreas Schwab  <schwab@suse.de>
6506         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6508 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6510         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6511         (main): Likewise.
6513 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6515         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6517 2014-08-01  Richard Henderon  <rth@redhat.com>
6519         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6520         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6521         typo in exact zero test.
6522         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6523         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6524         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6526 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6528         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6529         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6530         * sysdeps/arm/sysdep.h: ... here.
6531         [!__ASSEMBLER__]: Include <stdint.h>.
6533 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6535         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6536         (HAVE_WCTYPE_H): Likewise.
6537         (HAVE_ISWCTYPE): Likewise.
6538         (ENABLE_NLS): Likewise.
6539         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6540         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6542         * posix/regex_internal.c: Check if DEBUG is defined and is
6543         set.
6545         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6546         (HAVE_MBSRTOWCS): Likewise.
6547         * posix/fnmatch.c: Include string.h unconditionally.
6549 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6551         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6552         reversal.
6554 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6556         * sysdeps/generic/safe-fatal.h: New file.
6557         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6558         * nptl/forward.c: Include it.
6559         (__pthread_unwind): Use __safe_fatal as default action, rather
6560         than a bogus use of INTERNAL_SYSCALL that could never work.
6562         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6563         * configure.ac (libc_cv_builtin_trap): New test.
6564         * configure: Regenerated.
6565         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6566         (ABORT_INSTRUCTION): Define using __builtin_trap.
6568         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6569         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6570         * sysdeps/nptl/nptl-signals.h: New file.
6571         * nptl/pthreadP.h: Include <nptl-signals.h>.
6573 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6575         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6576         (ONE_DIRECTION): Define.
6577         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6578         (ONE_DIRECTION): Define.
6579         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6580         (ONE_DIRECTION): Define.
6582 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6584         * sysdeps/s390/Makefile: Delete file.
6585         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6586         * sysdeps/s390/__longjmp.c: Delete file.
6587         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6588         Remove fields __flags and __reserved.
6589         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6590         and add versioning.
6591         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6592         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6593         * sysdeps/s390/rtld-setjmp.S: Likewise.
6594         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6595         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6596         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6597         * sysdeps/s390/s390-32/setjmp.S: ... here.
6598         Add versioning.
6599         (__sigsetjmp): Remove setting __flags field.
6600         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6601         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6602         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6603         * sysdeps/s390/s390-64/setjmp.S: ... here.
6604         Add versioning.
6605         (__sigsetjmp): Remove setting __flags field.
6606         * sysdeps/s390/setjmp.S: Delete file.
6607         * sysdeps/s390/sigjmp.c: Likewise.
6608         * sysdeps/s390/v1-longjmp.c: Likewise.
6609         * sysdeps/s390/v1-setjmp.h: Likewise.
6610         * sysdeps/s390/v1-sigjmp.c: Likewise.
6611         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6612         Remove v1-longjmp_chk.
6613         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6614         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6615         Include debug/longjmp_chk.c and add versioning.
6616         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6617         Include nptl/pt-longjmp.c and add versioning.
6618         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6619         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6620         Include __longjmp.c.
6621         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6622         Move to ...
6623         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6624         (__getcontext): Remove setting __flags field.
6625         Add versioning.
6626         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6627         Don't restore upper high grps.
6628         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6629         Likewise.
6630         (__swapcontext): Remove setting uc_flags field.
6631         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6632         Delete file.
6633         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6634         Include __longjmp.c.
6635         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6636         Move to ...
6637         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6638         (__getcontext): Remove setting __flags field.
6639         Add versioning.
6640         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6641         (__swapcontext): Remove setting uc_flags field.
6642         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6643         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6644         Remove fields uc_high_gprs and __reserved.
6645         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6646         New file with reverted content.
6647         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6648         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6649         Regenerated.
6650         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6651         Regenerated.
6653 2014-07-31  Andreas Schwab  <schwab@suse.de>
6655         * config.h.in (HAVE_IFUNC): Define to 0.
6656         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6657         definedness.
6659 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6661         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6662         memmove-avx-unaligned, memcpy-avx-unaligned and
6663         mempcpy-avx-unaligned.
6664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6665         Add tests for AVX memcpy functions.
6666         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6667         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6668         memcpy_chk.
6669         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6670         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6671         memmove_chk.
6672         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6673         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6674         mempcpy_chk.
6675         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6676         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6677         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6679 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6681         [BZ #17213]
6682         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6683         powerpc64le.
6685 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6687         [BZ #16839]
6688         * manual/llio.texi: Add section about open file description locks.
6689         * manual/examples/ofdlocks.c: Example of open file description
6690         lock usage.
6691         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6692         F_OFD_SETLK, and F_OFD_SETLKW.
6694 2014-07-23  Allan McRae  <allan@archlinux.org>
6696         * po/es.po: Update Spanish translation from translation project.
6698 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6700         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6702 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6704         [BZ #17078]
6705         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6706         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6707         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6709 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6711         [BZ #17088]
6712         * math/fesetenv.c (__fesetenv)
6713         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6714         * math/feupdateenv.c (__feupdateenv)
6715         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6717         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6718         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6719         (__ASSUME_SOCKETCALL): Do not define.
6721         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6722         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6723         (__ASSUME_SOCKETCALL): Do not define.
6724         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6725         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6726         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6727         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6728         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6729         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6730         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6731         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6733         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6734         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6735         (__ASSUME_SOCKETCALL): Do not define.
6736         (__ASSUME_IPC64): Define unconditionally.
6737         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6738         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6739         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6740         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6741         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6742         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6743         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6744         Likewise.
6746         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6747         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6748         (__ASSUME_SOCKETCALL): Do not define.
6749         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6750         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6751         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6752         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6753         (__ASSUME_REQUEUE_PI): Define unconditionally.
6754         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6755         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6756         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6757         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6758         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6759         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6761         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6762         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6763         (__ASSUME_SOCKETCALL): Do not define.
6764         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6765         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6766         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6767         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6768         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6769         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6771         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6772         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6773         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6774         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6775         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6776         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6777         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6778         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6779         (__ASSUME_GETCPU_SYSCALL): Likewise.
6781         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6782         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6783         cases for individual architectures.
6784         * sysdeps/gnu/configure: Regenerated.
6785         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6786         LIBC_SLIBDIR_RTLDDIR.
6787         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6788         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6789         LIBC_SLIBDIR_RTLDDIR.
6790         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6792         LIBC_SLIBDIR_RTLDDIR.
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6794         Regenerated.
6795         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6796         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6797         file.
6798         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6799         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6800         file.
6801         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6802         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6803         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6804         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6806         * sysdeps/aarch64/shlib-versions: Move to ...
6807         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6808         * sysdeps/alpha/shlib-versions: Move to ...
6809         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6810         * sysdeps/arm/shlib-versions: Move to ...
6811         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6812         * sysdeps/hppa/shlib-versions: Move all contents except for
6813         libgcc_s entry to ...
6814         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6815         entry from ...
6816         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6817         * sysdeps/ia64/shlib-versions: Move to ...
6818         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6819         entry from ...
6820         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6821         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6822         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6823         * sysdeps/microblaze/shlib-versions: Move to ...
6824         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6825         * sysdeps/mips/shlib-versions: Move to ...
6826         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6827         entry from ...
6828         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6829         * sysdeps/tile/shlib-versions: Move to ...
6830         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6831         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6832         from ...
6833         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6834         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6835         entry from ...
6836         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6838 2014-07-17  Will Newton  <will.newton@linaro.org>
6840         * sysdeps/arm/bits/atomic.h
6841         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6842         (__arch_compare_and_exchange_bool_16_int): Likewise.
6843         (__arch_compare_and_exchange_bool_64_int): Likewise.
6845         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6846         into an #else block.
6848 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6850         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6851         just Linux configurations.  Test empirically that the compiler sets
6852         __ARM_EABI__, rather than using the tuple to decide.
6853         * sysdeps/arm/preconfigure: Regenerated.
6854         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6855         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6856         contents appended ...
6857         * sysdeps/arm/configure.ac: ... here.
6858         * sysdeps/arm/configure: Regenerated.
6860 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6862         * nptl/pthread_kill.c: New file.
6863         * nptl/pthread_sigmask.c: New file.
6864         * nptl/pthread_sigqueue.c: New file.
6866         * sysdeps/nptl/lowlevellock.h: New file.
6867         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6868         * sysdeps/nptl/lowlevellock-futex.h: New file.
6870         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6871         Remove dead declarations.
6873 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6875         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6876         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6877         config-cflags-avx2.
6878         * sysdeps/x86_64/configure.ac: Likewise.
6879         * sysdeps/i386/configure: Regenerated.
6880         * sysdeps/x86_64/configure: Likewise.
6881         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6882         memset-avx2 only if config-cflags-avx2 is yes.
6883         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6884         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6885         defined.
6886         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6887         only if HAVE_AVX2_SUPPORT is defined.
6888         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6890 2014-07-14  Alan Modra  <amodra@gmail.com>
6892         [BZ #17153]
6893         * elf/elf.h (DT_PPC64_NUM): Correct value.
6894         * NEWS: Add to fixed bug list.
6896 2014-07-13  Jim Meyering  <meyering@fb.com>
6898         [BZ 17150]
6899         regex: don't deref NULL upon heap allocation failure
6900         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6901         failure in one more place.
6902         To trigger the segfault, configure grep -with-included-regex,
6903         build it, and run these commands:
6904         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6906 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6908         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6910 2014-07-11  Richard Henderson  <rth@redhat.com>
6912         * sysdeps/aarch64/libm-test-ulps: Update.
6914 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6916         [BZ #17135]
6917         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6918         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6919         (__nptl_setxid): Initialize error member.  Call
6920         __nptl_setxid_error.
6921         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6922         * nptl/descr.h (struct xid_command): Add error member.
6923         * nptl/tst-setuid3.c: New file.
6924         * nptl/Makefile (tests): Add it.
6926 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6928         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6929         New define.
6930         (__lll_trylock): Use __lll_base_trylock.
6931         (__lll_cond_trylock): Likewise.
6933 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6935         * nptl/pthread_create.c (start_thread): Use atomic_or and
6936         lll_futex_wake directly rather than lll_robust_dead.
6937         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6938         (lll_robust_dead): Macro removed.
6939         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6940         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6941         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6942         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6943         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6944         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6945         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6946         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6947         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6948         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6949         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6950         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6951         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6952         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6953         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6955         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6956         Use atomic_compare_and_exchange_val_acq directly rather than
6957         lll_robust_trylock.
6958         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6959         (__lll_robust_trylock, lll_robust_trylock): Removed.
6960         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6961         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6962         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6963         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6964         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6965         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6966         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6967         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6968         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6969         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6970         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6971         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6972         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6973         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6975 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6977         * manual/locale.texi (Locale Names): New section documenting
6978         locale name syntax.  Adjust menu and node chaining accordingly.
6979         (Choosing Locale): Reference Locale Names, Locale Categories.
6980         Mention setting LC_ALL=C.  Reflect that name syntax is now
6981         documented.
6982         (Locale Categories): New section title.  Reference Locale Names.
6983         LC_ALL is an environment variable, but not a category.
6984         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
6985         description, now in Locale Name.  Reference that section.  Locale
6986         name syntax is now documented.
6988 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6990         [BZ #17137]
6991         * locale/findlocale.c (name_present, valid_locale_name): New
6992         functions.
6993         (_nl_find_locale): Use the loc_name variable to store name
6994         candidates.  Call name_present and valid_locale_name to check and
6995         validate locale names.  Return an error if the locale is invalid.
6997 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6999         * locale/setlocale.c (setlocale): Use strdup for allocating
7000         composite name copy.
7002 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7004         Sync up with gnulib.
7005         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7006         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7007         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7008         and _GL_ARG_NONNULL.
7009         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7010         [!_LIBC]: Include code for Windows and Cygwin.
7011         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7012         Include prototype for int strerror_r.
7013         [!_LIBC] (is_open): New function.
7014         (flush_stdout): New function.
7015         (print_errno_message): Use it.
7016         (error): Likewise.
7017         (error_at_line): Likewise.
7018         (error_tail) Add function attribute macros.  Use
7019         __builtin_expect.
7021         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7023         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7025         * io/ftw.c: Include sys/param.h unconditionally.
7027         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7029         [BZ #17125]
7030         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7031         libc_freeres_ptr.
7032         (freecache): New function to free CACHE on exit.
7034         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7035         initialization.
7037 2014-07-09  David S. Miller  <davem@davemloft.net>
7039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7041         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7042         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7043         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7044         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7045         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7046         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7047         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7048         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7049         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7050         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7051         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7052         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7053         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7055 2014-07-09  Andreas Schwab  <schwab@suse.de>
7057         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7058         output.
7059         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7060         (do_test): Likewise.
7062         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7064 2014-07-09  Will Newton  <will.newton@linaro.org>
7066         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7067         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7068         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7069         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7070         * sysdeps/hppa/start.S (_start): Likewise.
7072 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7074         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7076         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7077         defined.
7079 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7081         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7082         after checking that it is non-NULL.
7084         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7086 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7088         * sysdeps/powerpc/memmove.c: Remove file.
7089         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7090         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7091         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7092         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7093         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7094         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7095         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7096         string memmove instead of removed powerpc one.
7098         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7099         [weak_alias]: Fix compiler warning due trailing data.
7100         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7101         [weak_alias]: Likewise.
7102         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7103         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7105         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7106         (__libc_ifunc_impl_list): Add memmove functions.
7108 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7110         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7111         Remove code.
7112         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7113         Likewise
7114         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7115         Likewise
7116         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7117         Likewise
7118         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7119         Likewise
7120         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7121         Likewise
7122         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7123         Likewise
7124         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7125         Likewise
7126         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7127         Likewise
7128         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7129         Likewise
7130         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7131         Likewise
7132         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7133         Likewise
7134         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7135         Likewise
7136         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7137         Likewise
7138         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7139         Likewise
7140         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7141         Likewise
7142         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7143         Likewise
7145 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7147         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7148         to avoid alignment traps in non-cacheable memory.
7149         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7152         multiarch objects.
7153         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7154         file: multiarch power7 memmove.
7155         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7156         multiarch default memmove.
7157         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7158         multiarch memove for powerpc32/power4.
7160         * string/bcopy.c: Use full path to include memmove.c.
7161         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7162         multiarch objects.
7163         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7164         bcopy for powerpc64.
7165         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7166         bcopy for powerpc64.
7167         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7168         and memmove implementations.
7169         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7170         optimized multiarch memmove for POWER7/powerpc64.
7171         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7172         default multiarch memmove for powerpc64.
7173         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7174         multiarch for powerpc64.
7175         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7176         for POWER7/powerpc64.
7177         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7178         memmove for POWER7/powerpc64.
7180         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7181         glibc default one.
7183         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7184         __ELF_NATIVE_CLASS equal to 64.
7186 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7188         * sysdeps/nptl/lowlevellock.h: File removed.
7190         * NEWS: NPTL is no longer an add-on!
7191         * nptl/internaltypes.h: Moved ...
7192         * sysdeps/nptl/internaltypes.h: ... here.
7193         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7194         * sysdeps/nptl/fork.c: Likewise.
7195         * sysdeps/nptl/gai_misc.h: Likewise.
7196         * sysdeps/nptl/librt-cancellation.c: Likewise.
7197         * sysdeps/nptl/jmp-unwind.c: Likewise.
7198         * sysdeps/nptl/setxid.h: Likewise.
7199         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7200         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7201         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7202         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7203         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7204         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7205         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7206         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7207         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7208         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7209         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7210         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7211         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7212         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7213         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7214         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7215         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7216         * nptl/Makeconfig: Moved ...
7217         * sysdeps/nptl/Makeconfig: ... here.
7218         * nptl/configure: File removed.
7219         * nptl/ANNOUNCE: File removed.
7220         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7221         * sysdeps/unix/sysv/linux/configure: Regenerated.
7223         * nptl/Makefile (routines): Add libc_pthread_init,
7224         libc_multiple_threads, register-atfork and unregister-atfork.
7225         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7226         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7227         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7228         pthread-pi-defines.sym, structsem.sym.
7229         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7230         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7231         [$(subdir) = nptl] (tests): Add tst-setgetname.
7232         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7233         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7234         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7235         [!LIBC_SIGACTION]: Remove aliases.
7236         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7237         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7238         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7239         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7240         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7241         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7242         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7243         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7244         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7245         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7246         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7247         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7248         __libc_allocate_rtsig_private.
7249         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7250         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7251         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7252         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7253         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7254         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7255         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7256         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7257         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7258         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7259         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7260         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7261         * nptl/internaltypes.h: ... here.
7262         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7263         * sysdeps/nptl/jmp-unwind.c: ... here.
7264         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7265         * nptl/libc-lowlevellock.c: ... here.
7266         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7267         * nptl/libc_multiple_threads.c: ... here.
7268         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7269         * nptl/libc_pthread_init.c: ... here.
7270         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7271         * nptl/lowlevelbarrier.sym: ... here.
7272         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7273         * nptl/lowlevelcond.sym: ... here.
7274         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7275         * nptl/lowlevellock.c: ... here.
7276         * nptl/lowlevellock.h: Moved ...
7277         * sysdeps/nptl/lowlevellock.h: ... here.
7278         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7279         * nptl/lowlevelrobustlock.c: ... here.
7280         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7281         * nptl/lowlevelrobustlock.sym: ... here.
7282         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7283         * nptl/lowlevelrwlock.sym: ... here.
7284         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7285         * nptl/pt-fork.c: ... here.
7286         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7287         * nptl/pthread-pi-defines.sym: ... here.
7288         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7289         * nptl/pthread_attr_getaffinity.c: ... here.
7290         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7291         * nptl/pthread_attr_setaffinity.c: ... here.
7292         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7293         * nptl/pthread_mutex_cond_lock.c: ... here.
7294         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7295         Update #include.
7296         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7297         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7298         * nptl/pthread_once.c: ... here, replacing old file.
7299         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7300         * nptl/pthread_yield.c: ... here.
7301         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7302         * nptl/register-atfork.c: ... here.
7303         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7304         * nptl/sem_post.c: ... here.
7305         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7306         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7307         * nptl/sem_timedwait.c: ... here.
7308         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7309         * nptl/sem_trywait.c: ... here.
7310         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7311         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7312         * nptl/sem_wait.c: ... here.
7313         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7314         * nptl/structsem.sym: ... here.
7315         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7316         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7317         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7318         * nptl/unregister-atfork.c: ... here.
7319         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7320         * nptl/unwindbuf.sym: ... here.
7321         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7322         * sysdeps/nptl/fork.c: ... here.
7323         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7324         * sysdeps/nptl/fork.h: ... here.
7325         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7326         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7327         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7329         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7330         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7331         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7332         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7333         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7334         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7335         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7336         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7337         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7338         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7339         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7340         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7341         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7342         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7343         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7344         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7345         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7346         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7347         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7348         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7349         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7350         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7351         * sysdeps/unix/sysv/linux/raise.c: ... here.
7352         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7353         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7354         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7355         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7356         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7357         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7358         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7359         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7360         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7361         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7362         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7363         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7364         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7365         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7366         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7368 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7370         * sysdeps/generic/memcopy.h: Add comment for
7371         MEMCPY_OK_FOR_FWD_MEMMOVE.
7373 2014-07-04  Will Newton  <will.newton@linaro.org>
7375         * string/memchr.c: Merge from gnulib.
7376         [_LIBC]: Remove conditionals.
7377         (__ptr_t): Remove define.
7378         (LONG_MAX_32_BITS): Likewise.
7379         (LONG_MAX): Likewise.
7380         (MEMCHR): Use ANSI prototype and optimize algorithm.
7382         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7384 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7386         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7387         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7389         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7390         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7391         in a bare environment with no <stdlib.h> installed.
7392         * sysdeps/nptl/configure: Regenerated.
7394         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7396         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7397         AC_EGREP_CPP for kernel header checks, so they only succeed if
7398         including <linux/version.h> actually works right.
7399         * sysdeps/unix/sysv/linux/configure: Regenerated.
7401         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7402         value so it's not diagnosed as unused.
7404         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7405         thing) with "ifeq ($(subdir),rt)".
7407 2014-07-03  Richard Henderson  <rth@redhat.com>
7409         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7410         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7411         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7413         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7414         (math_force_eval): New.
7416         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7417         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7419         * sysdeps/alpha/fpu/s_round.c: Remove file.
7420         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7422         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7423         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7424         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7425         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7426         (_dl_start, print_statistics): Likewise.
7427         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7428         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7430         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7431         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7432         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7433         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7434         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7435         (HP_SMALL_TIMING_AVAIL): Define.
7436         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7437         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7438         (HP_SMALL_TIMING_AVAIL): Define.
7439         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7440         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7442         * sysdeps/aarch64/hp-timing.h: New file.
7444         * sysdeps/generic/hp-timing.h: Remove dead comment.
7445         * sysdeps/generic/hp-timing-common.h: New file.
7446         * sysdeps/alpha/hp-timing.h: Include it.
7447         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7448         * sysdeps/i386/i686/hp-timing.h: Likewise.
7449         * sysdeps/ia64/hp-timing.h: Likewise.
7450         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7451         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7452         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7453         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7454         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7455         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7456         (hp_timing_t): New.
7458         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7459         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7460         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7461         * elf/rtld.c (_dl_start_final): Likewise.
7462         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7463         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7464         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7465         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7466         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7467         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7468         (HP_TIMING_DIFF_INIT): Remove.
7469         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7470         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7471         (HP_TIMING_DIFF_INIT): Remove.
7472         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7473         * sysdeps/i386/i686/hp-timing.c: Remove file.
7474         * sysdeps/x86_64/hp-timing.c: Remove file.
7475         * sysdeps/ia64/hp-timing.c: Remove file.
7476         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7477         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7478         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7479         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7481         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7482         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7483         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7484         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7485         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7486         (HP_TIMING_ACCUM): Remove.
7487         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7488         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7489         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7491         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7492         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7493         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7494         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7495         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7496         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7497         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7498         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7500         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7502 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7504         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7506 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7508         Sync up with gettext.
7509         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7510         [_MSC_VER]: Include malloc.h
7511         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7512         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7513         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7514         TEMP_FAILURE_RETRY.  Cast return of alloca.
7515         [!_LIBC] Call gl_rwlock_init.
7516         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7518 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7520         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7521         before checking its value.
7523 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7525         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7527         * debug/memcpy_chk.c: Don't include pagecopy.h.
7528         * debug/mempcpy_chk.c: Likewise.
7529         * string/memcpy.c: Likewise.
7530         * string/memmove.c: Likewise.
7531         * sysdeps/powerpc/memmove.c: Likewise.
7532         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7533         definition of PAGE_COPY_FWD_MAYBE here...
7534         * sysdeps/generic/pagecopy.h: ... from here.
7535         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7537 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7538             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7540         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7542         optimizations.
7543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7544         (__libc_ifunc_impl_list): Likewise.
7545         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7546         multiarch strcat for PPC64.
7547         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7548         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7550 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7552         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7554 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7556         * intl/loadmsgcat.c: Remove declaration of
7557         get_sysdep_segment_value.
7558         (get_sysdep_segment_value): Use ISO C style.
7559         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7560         semicolon.  Fix typo and formatting in comment.
7561         (_nl_unload_domain): Use ISO C style.
7563         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7565 2014-07-02  Will Newton  <will.newton@linaro.org>
7567         * malloc/obstack.c: Merge from gnulib master.
7568         [HAVE_CONFIG_H]: Remove conditional code.
7569         [!_LIBC]: Include config.h.
7570         [!ELIDE_CODE]: Don't include inttypes.h, include
7571         stdint.h unconditionally.
7572         (print_and_abort): Mark as _Noreturn.
7573         (_obstack_allocated_p): Mark as __attribute_pure__.
7574         (obstack_free): Rename to __obstack_free.
7575         [!__attribute__]: Remove conditional code.
7576         * malloc/obstack.h: Merge from gnulib master.
7577         [__cplusplus]: Move conditional down.
7578         [!__attribute_pure__]: Define __attribute_pure__ here
7579         if it is not already defined.
7580         (_obstack_memory_used): Mark as __attribute_pure__.
7581         [!__obstack_free]: Define as obstack_free.
7582         [__GNUC__]: Remove check for ancient NeXT gcc.
7584 2014-07-02  Will Newton  <will.newton@linaro.org>
7585             Paul Eggert  <eggert@cs.ucla.edu>
7587         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7589 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7591         * resolv/gethnamaddr.c: Add comment warning that the file is
7592         not maintained.
7594 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7596         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7597         entries.
7599         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7600         entry for aio_cancel and aio_cancel64.
7601         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7602         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7603         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7604         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7605         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7606         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7607         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7608         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7609         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7610         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7611         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7612         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7613         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7615 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7617         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7618         * nptl/pthread_mutex_lock.c: Likewise.
7619         * nptl/pthread_mutex_timedlock.c: Likewise.
7620         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7622 2014-07-01  Richard henderson  <rth@redhat.com>
7624         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7625         (__isnan, __isnanl): Remove.
7626         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7628         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7630 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7632         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7634 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7636         * resolv/nss_dns/dns-host.c (getanswer_r)
7637         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7639 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7641         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7642         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7643         undefine.
7644         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7645         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7647 2014-07-01  Roland McGrath <roland@hack.frob.com>
7649         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7650         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7652         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7653         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7655         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7656         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7657         ... here.
7658         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7659         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7661         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7662         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7663         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7664         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7666         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7667         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7668         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7671         Moved ...
7672         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7673         ... here.
7674         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7675         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7676         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7677         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7679         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7680         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7681         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7682         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7683         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7684         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7685         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7686         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7687         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7688         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7689         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7691         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7692         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7693         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7694         ... here.
7695         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7698         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7699         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7700         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7701         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7702         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7704 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7706         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7707         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7708         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7709         Add sysdep.
7711 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7713         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7715 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7717         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7718         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7720         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7722         * sysdeps/arm/libm-test-ulps: Regenerated.
7724 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7725             Roland McGrath <roland@hack.frob.com>
7727         * test-skeleton.c (signal_handler): Kill the whole process group
7728         before killing the child individually.
7729         (main): Report any failure on `setpgid'.
7731 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7733         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7734         from _TLS_H to _ARM_NPTL_TLS_H.
7735         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7736         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7738 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7740         [BZ #16539]
7741         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7742         (__expm1l): Return argument unchanged when small but not
7743         subnormal.
7745         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7746         include macro name.
7747         (_FP_UNPACK_RAW_1_P): Likewise.
7748         (_FP_PACK_RAW_1): Likewise.
7749         (_FP_PACK_RAW_1_P): Likewise.
7750         (_FP_MUL_MEAT_1_wide): Likewise.
7751         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7752         (_FP_MUL_MEAT_1_hard): Likewise.
7753         (_FP_DIV_MEAT_1_imm): Likewise.
7754         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7755         (_FP_DIV_MEAT_1_udiv): Likewise.
7756         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7757         (_FP_UNPACK_RAW_2): Likewise.
7758         (_FP_UNPACK_RAW_2_P): Likewise.
7759         (_FP_PACK_RAW_2): Likewise.
7760         (_FP_PACK_RAW_2_P): Likewise.
7761         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7762         (_FP_MUL_MEAT_2_wide): Likewise.
7763         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7764         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7765         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7766         (_FP_MUL_MEAT_2_gmp): Likewise.
7767         (_FP_DIV_MEAT_2_udiv): Likewise.
7768         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7769         (_FP_FRAC_SRL_4): Likewise.
7770         (_FP_FRAC_SRST_4): Likewise.
7771         (_FP_FRAC_SRS_4): Likewise.
7772         (_FP_UNPACK_RAW_4): Likewise.
7773         (_FP_UNPACK_RAW_4_P): Likewise.
7774         (_FP_PACK_RAW_4): Likewise.
7775         (_FP_PACK_RAW_4_P): Likewise.
7776         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7777         (_FP_MUL_MEAT_4_wide): Likewise.
7778         (_FP_MUL_MEAT_4_gmp): Likewise.
7779         (umul_ppppmnnn): Likewise.
7780         (_FP_DIV_MEAT_4_udiv): Likewise.
7781         (__FP_FRAC_ADD_4): Likewise.
7782         (__FP_FRAC_SUB_3): Likewise.
7783         (__FP_FRAC_SUB_4): Likewise.
7784         (__FP_FRAC_DEC_3): Likewise.
7785         (__FP_FRAC_DEC_4): Likewise.
7786         (__FP_FRAC_ADDI_4): Likewise.
7787         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7788         (_FP_FRAC_SRL_8): Likewise.
7789         (_FP_FRAC_SRS_8): Likewise.
7791         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7792         include macro name.
7793         (FP_UNPACK_RAW_EP): Likewise.
7794         (FP_PACK_RAW_E): Likewise.
7795         (FP_PACK_RAW_EP): Likewise.
7796         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7797         (_FP_ISSIGNAN): Likewise.
7798         (_FP_ADD_INTERNAL): Likewise.
7799         (_FP_FMA): Likewise.
7800         (_FP_CMP): Likewise.
7801         (_FP_SQRT): Likewise.
7802         (_FP_TO_INT): Likewise.
7803         (_FP_FROM_INT): Likewise.
7804         (FP_EXTEND): Likewise.
7805         (_FP_DIV_MEAT_N_loop): Likewise.
7807 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7809         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7810         throughout.
7812 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7814         [BZ #17097]
7815         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7816         result with correct sign in case of exponents that produce
7817         overflow except for X very close to 1.
7819 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7821         mktime: merge #if/#ifdef usage from glibc
7822         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7823         as that works with both Glibc's and Gnulib's style.
7824         See thread starting at Siddhesh Poyarekar's bug report at:
7825         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7827 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7829         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7830         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7831         * sysdeps/tile/tilegx/memmove.c: Remove file.
7833 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7835         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7836         abi-name definition.
7837         * scripts/soversions.awk: Do not handle or generate ABI lines.
7838         * shlib-versions: Remove ABI entries.
7839         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7840         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7842 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7844         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7845         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7846         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7847         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7848         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7849         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7850         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7851         Moved ...
7852         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7853         ... here.
7854         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7855         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7856         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7857         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7858         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7859         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7860         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7861         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7862         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7863         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7864         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7865         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7866         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7867         Moved ...
7868         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7869         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7870         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7871         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7872         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7873         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7874         Moved ...
7875         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7876         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7877         Moved ...
7878         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7879         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7880         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7881         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7882         Moved ...
7883         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7884         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7885         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7886         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7887         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7888         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7889         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7890         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7891         Moved ...
7892         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7893         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7894         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7895         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7896         Moved ...
7897         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7898         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7899         Moved ...
7900         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7901         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7902         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7903         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7904         Moved ...
7905         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7906         ... here.
7907         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7908         Identical file removed.
7909         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7910         Moved ...
7911         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7912         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7913         Identical file removed.
7914         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7915         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7916         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7917         Moved ...
7918         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7919         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7920         Identical file removed.
7921         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7922         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7923         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7924         Identical file removed.
7925         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7926         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7927         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7928         Identical file removed.
7929         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7930         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7931         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7932         Identical file removed.
7933         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7934         Moved ...
7935         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7936         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7937         Identical file removed.
7938         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7939         Moved ...
7940         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7941         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7942         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7943         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7944         Identical file removed.
7945         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7946         Moved ...
7947         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7948         ... here.
7949         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7950         Identical file removed.
7951         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7952         Moved ...
7953         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7955         Identical file removed.
7956         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7957         Moved ...
7958         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7959         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7960         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7962         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7963         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7964         Moved ...
7965         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7966         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7967         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7969         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7970         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7971         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7972         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
7973         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
7975 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
7977         [BZ #17092]
7978         * nscd/nscd.c (monitor_child): Return exit status of child
7979         instead of return value from wait syscall.
7981 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7983         * configure.ac (libc_commonpagesize): Remove variable.
7984         (libc_relro_required): Likewise.
7985         (libc_cv_z_relro): Remove configure test.
7986         * configure: Regenerated.
7987         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
7988         variable.
7989         (libc_relro_required): Likewise.
7990         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
7991         (libc_relro_required): Likewise.
7992         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
7993         (libc_relro_required): Likewise.
7994         * sysdeps/arm/preconfigure: Regenerated.
7995         * sysdeps/ia64/preconfigure: Remove file.
7996         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
7997         variable.
7998         (libc_relro_required): Likewise.
8000         [BZ #16561]
8001         [BZ #16562]
8002         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8003         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8004         recompute overflowing results in original rounding mode.
8005         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8006         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8007         recompute overflowing results in original rounding mode.
8008         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8009         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8010         recompute overflowing results in original rounding mode.
8011         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8012         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8013         recompute overflowing results in original rounding mode.
8014         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8015         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8016         recompute overflowing results in original rounding mode.
8017         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8018         (libc_feholdsetround_ctx): New macro.
8019         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8020         * sysdeps/i386/fpu/libm-test-ulps: Update.
8021         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8023 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8025         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8026         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8027         corresponding .cpsetup call.
8029 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8031         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8032         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8033         * sysdeps/arm/Makefile [$(subdir) = csu]
8034         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8035         (static-only-routines): Add aeabi_read_tp here.
8036         (shared-only-routines): Add libc-aeabi_read_tp here.
8037         (CFLAGS-libc-start.c): Add -fexceptions here.
8038         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8039         (sysdep_routines, static-only-routines, shared-only-routines):
8040         Don't add to these here.
8041         (CFLAGS-libc-start.c): Likewise.
8043         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8044         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8045         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8046         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8047         * sysdeps/arm/Makefile [$(subdir) = rt]
8048         (librt-sysdep_routines, librt-shared-only-routines):
8049         Append rt-aeabi_unwind_cpp_pr1 here.
8050         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8051         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8052         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8053         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8054         Append nptl-aeabi_unwind_cpp_pr1 here.
8055         (tests): Filter out tst-cleanupx4 here.
8056         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8057         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8058         Don't do those here.
8060 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8062         * scripts/list-sources.sh: Do not handle ports specially.
8064 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8066         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8067         * sysdeps/arm/feupdateenv.c: Likewise.
8069         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8071 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8073         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8074         trailing whitespace removed.
8075         * scripts/config.guess: Update to version 2014-03-23.
8076         * scripts/config.sub: Update to version 2014-05-01
8077         * scripts/install-sh: Update to version 2013-12-25.23.
8078         * scripts/move-if-change: Update from gnulib.
8080 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8082         * debug/memmove_chk.c: Remove pagecopy.h include.
8084 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8086         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8087         identical to gnulib mktime.
8089 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8091         * configure.ac: Do not test for machine being rs6000.  Do not test
8092         for powerpc*-*soft.
8093         * configure: Regenerated.
8095         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8096         test.
8097         * configure: Regenerated.
8098         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8099         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8100         Remove configure test.
8101         * sysdeps/arm/configure: Regenerated.
8102         * sysdeps/nptl/configure.ac: Do not check
8103         libc_cv_asm_cfi_directives.
8104         * sysdeps/nptl/configure: Regenerated.
8105         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8106         * sysdeps/x86_64/nptl/configure: Remove generated file.
8107         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8108         unconditional.
8109         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8111 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8113         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8114         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8115         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8116         it is defined.
8118         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8119         instead of whether it is defined.
8120         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8121         * sysdeps/hppa/dl-machine.h: Likewise.
8122         * sysdeps/ia64/dl-machine.h: Likewise.
8123         * sysdeps/m68k/dl-machine.h: Likewise.
8124         * sysdeps/microblaze/dl-machine.h: Likewise.
8125         * sysdeps/mips/dl-machine.: Likewise.
8126         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8127         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8128         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8129         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8130         * sysdeps/sh/dl-machine.h: Likewise.
8131         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8132         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8133         * sysdeps/tile/dl-machine.h: Likewise.
8134         * sysdeps/x86_64/dl-machine.h: Likewise.
8136         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8137         code.
8138         (verify_persistent_db): Likewise.
8140 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8143         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8145         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8147         Moved ...
8148         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8149         ... here.
8150         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8151         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8153         Identical file removed.
8154         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8155         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8157         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8159         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8161         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8162         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8163         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8164         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8165         Moved ...
8166         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8168         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8170         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8172         Moved ...
8173         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8175         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8176         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8177         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8179         Identical file removed.
8180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8181         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8183         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8185         Moved ...
8186         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8187         ... here.
8188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8189         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8191         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8193         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8195         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8197         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8199         Moved ...
8200         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8202         Moved ...
8203         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8205         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8207         Moved ...
8208         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8210         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8212         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8213         folded into ...
8214         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8215         * sysdeps/unix/sysv/linux/s390/Versions
8216         (libpthread: GLIBC_2.19): New version set.
8217         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8218         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8219         (librt: GLIBC_2.3.3): New version set.
8220         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8221         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8222         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8223         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8224         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8225         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8226         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8227         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8228         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8229         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8230         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8231         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8232         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8233         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8234         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8235         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8236         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8237         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8238         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8239         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8240         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8241         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8242         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8243         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8244         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8245         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8246         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8247         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8248         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8249         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8250         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8251         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8252         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8253         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8254         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8255         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8256         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8257         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8258         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8259         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8260         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8261         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8262         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8263         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8264         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8266         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8267         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8268         (__libc_vfork): Define the function under this name.
8269         [!NOT_IN_libc] (__vfork): Make this an alias.
8270         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8271         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8272         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8273         (__libc_vfork): Define the function under this name.
8274         [!NOT_IN_libc] (__vfork): Make this an alias.
8275         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8276         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8277         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8278         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8279         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8280         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8282         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8283         code that was previously under [RESET_PID].
8284         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8285         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8286         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8288         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8289         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8290         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8291         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8292         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8293         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8294         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8295         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8296         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8297         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8298         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8299         Moved ...
8300         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8301         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8302         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8303         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8304         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8305         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8306         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8307         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8308         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8309         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8310         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8311         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8312         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8313         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8314         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8315         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8316         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8317         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8318         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8319         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8320         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8321         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8322         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8323         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8324         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8325         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8326         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8327         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8328         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8330 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8332         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8333         that was previously under [RESET_PID].
8334         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8336 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8338         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8339         not undefine and redefine.
8340         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8341         [O_CLOEXEC]: Make code unconditional.
8342         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8343         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8344         <kernel-features.h>.
8345         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8346         conditional variable definition.
8347         (shm_open) [O_CLOEXEC]: Make code unconditional.
8348         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8349         code.
8351         * configure.ac (USE_REGPARMS): Don't define here.
8352         * configure: Regenerated.
8353         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8354         * sysdeps/i386/configure: Regenerated.
8356         * nptl/createthread.c: Don't include kernel-features.h.
8357         * nptl/pthread_cancel.c: Likewise.
8358         * nptl/pthread_condattr_setclock.c: Likewise.
8359         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8360         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8361         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8362         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8363         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8364         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8365         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8366         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8367         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8368         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8369         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8370         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8371         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8372         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8373         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8374         * nscd/gai.c: Likewise.
8375         * nss/nss_db/db-open.c: Likewise.
8376         * sysdeps/generic/ldsodefs.h: Likewise.
8377         * sysdeps/sh/nptl/tls.h: Likewise.
8378         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8379         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8380         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8381         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8382         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8383         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8384         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8385         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8386         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8387         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8388         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8389         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8390         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8391         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8392         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8393         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8394         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8395         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8396         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8397         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8398         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8399         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8400         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8401         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8402         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8403         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8404         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8405         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8406         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8407         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8408         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8409         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8410         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8411         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8412         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8413         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8414         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8415         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8416         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8417         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8418         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8419         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8420         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8421         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8422         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8423         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8424         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8425         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8426         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8427         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8428         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8429         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8430         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8431         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8432         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8433         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8434         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8435         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8458         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8459         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8460         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8461         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8462         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8463         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8464         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8465         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8466         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8467         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8468         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8469         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8470         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8471         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8472         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8473         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8474         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8475         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8476         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8477         * sysdeps/unix/sysv/linux/system.c: Likewise.
8478         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8479         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8480         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8481         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8482         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8483         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8484         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8486         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8487         * configure: Regenerated.
8488         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8490         * configure.ac (base_machine): Do not set specially for particular
8491         machines here.
8492         * configure: Regenerated.
8493         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8494         settings from configure.ac.
8495         * sysdeps/i386/preconfigure: New file.
8496         * sysdeps/s390/preconfigure: Likewise.
8497         * sysdeps/sh/preconfigure: Likewise.
8498         * sysdeps/sparc/preconfigure: Likewise.
8500 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8502         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8503         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8504         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8505         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8506         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8507         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8508         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8509         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8510         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8511         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8512         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8513         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8514         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8515         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8516         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8517         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8518         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8519         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8520         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8522         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8523         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8524         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8525         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8526         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8527         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8528         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8529         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8530         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8531         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8532         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8533         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8534         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8535         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8536         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8537         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8538         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8539         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8540         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8541         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8542         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8543         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8544         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8545         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8546         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8547         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8548         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8549         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8550         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8551         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8552         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8553         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8554         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8555         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8556         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8557         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8558         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8559         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8562         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8564         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8565         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8566         Moved ...
8567         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8568         ... here.
8569         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8570         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8571         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8572         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8573         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8574         Moved ...
8575         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8577         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8578         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8579         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8580         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8581         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8583         Moved ...
8584         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8586         Moved ...
8587         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8589         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8591         Moved ...
8592         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8594         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8595         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8596         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8598         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8600         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8601         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8602         Moved ...
8603         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8604         ... here.
8605         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8608         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8610         Moved ...
8611         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8612         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8613         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8614         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8615         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8617         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8619         Moved ...
8620         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8622         Moved ...
8623         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8625         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8627         Moved ...
8628         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8632         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8634 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8636         * timezone/checktab.awk: Update from tzcode 2014e.
8637         * timezone/private.h: Likewise.
8638         * timezone/tzfile.h: Likewise.
8639         * timezone/zdump.c: Likewise.
8640         * timezone/zic.c: Likewise.
8642         * sysdeps/unix/sysv/linux/kernel-features.h
8643         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8644         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8645         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8646         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8647         Remove conditional code.
8649 2014-06-25  Will Newton  <will.newton@linaro.org>
8651         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8652         (_dl_arm_cap_flags): Add HWCAP2 values.
8653         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8654         (_DL_HWCAP_COUNT): Increase to 37.
8655         (_DL_HWCAP_LAST): New define.
8656         (_DL_HWCAP2_LAST): New define.
8657         (_dl_procinfo): Add support for printing
8658         AT_HWCAP2 entries.
8659         (_dl_string_hwcap): Use _dl_hwcap_string.
8661 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8665 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8667         * README: Do not mention ports directory.
8669         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8670         Remove macro.
8671         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8672         <kernel-features.h>.
8673         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8674         conditional variable definition.
8675         (__futimes): Update comment.
8676         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8677         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8679         [BZ #16560]
8680         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8681         arguments close to 0.
8682         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8683         Likewise.
8684         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8685         Likewise.
8686         * math/auto-libm-test-in: Add more tests of exp10.
8687         * math/auto-libm-test-out: Regenerated.
8688         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8690         * sysdeps/unix/sysv/linux/kernel-features.h
8691         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8692         * sysdeps/unix/sysv/linux/readv.c: Do not include
8693         <kernel-features.h>.
8694         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8695         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8696         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8697         unconditional.
8698         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8699         conditional code.
8700         * sysdeps/unix/sysv/linux/writev.c: Do not include
8701         <kernel-features.h>.
8702         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8703         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8704         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8705         unconditional.
8706         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8707         conditional code.
8709 2014-06-25  Will Newton  <will.newton@linaro.org>
8711         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8712         comment changes throughout the file.  Remove checks
8713         for HAVE_*_H definitions that are not required.
8714         (__gen_tempname): Call abort if an unknown kind value is
8715         passed.
8717 2014-06-25  Andreas Schwab  <schwab@suse.de>
8719         [BZ #17086]
8720         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8721         scalbln, scalblnf, scalblnl in libc.
8723 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8725         [BZ #17086]
8726         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8727         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8728         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8730 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8732         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8733         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8734         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8735         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8736         Update #include.
8737         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8738         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8739         Update #include.
8740         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8741         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8742         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8743         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8744         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8745         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8746         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8747         * sysdeps/x86/bits/semaphore.h: ... here.
8748         * sysdeps/x86/nptl/elide.h: Moved ...
8749         * sysdeps/x86/elide.h: ... here.
8750         * sysdeps/x86_64/nptl/Implies: File removed.
8751         * sysdeps/i386/nptl/Implies: File removed.
8753 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8755         [BZ #16539]
8756         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8757         return the argument for normal arguments with exponent below -64.
8758         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8759         Likewise.
8760         * math/auto-libm-test-in: Add another test of expm1.
8761         * math/auto-libm-test-out: Regenerated.
8763         [BZ #16287]
8764         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8765         calling __erfcl for arguments at least 16.
8766         * math/auto-libm-test-in: Add more tests of erf.
8767         * math/auto-libm-test-out: Regenerated.
8769         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8770         individual architectures.
8771         * sysdeps/unix/sysv/linux/configure: Regenerated.
8772         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8773         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8774         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8775         (ldd_rewrite_script): Define variable.
8776         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8778         file.
8779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8780         generated file.
8781         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8782         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8783         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8784         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8785         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8786         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8787         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8788         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8790 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8792         [BZ #17084]
8793         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8794         Rename member __data.d to __data.__elision_data.
8796 2014-06-24  Wilco  <wdijkstr@arm.com>
8798         * NEWS: Add 16918 to fixed bug list.
8800 2014-06-24  Wilco  <wdijkstr@arm.com>
8802         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8804 2014-06-24  Wilco  <wdijkstr@arm.com>
8806         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8807         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8808         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8809         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8810         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8811         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8812         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8813         Use _FPU_MASK_RM.
8815 2014-06-24  Wilco  <wdijkstr@arm.com>
8817         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8819 2014-06-24  Wilco  <wdijkstr@arm.com>
8821         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8822         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8823         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8824         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8826 2014-06-24  Wilco  <wdijkstr@arm.com>
8828         [BZ #16918]
8829         * sysdeps/arm/feupdateenv.c (feupdateenv):
8830         Rewrite to reduce FPSCR accesses and fix return value.
8832 2014-06-24  Wilco  <wdijkstr@arm.com>
8834         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8835         Optimize to avoid unnecessary FPSCR writes.
8836         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8837         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8838         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8839         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8841 2014-06-24  Wilco  <wdijkstr@arm.com>
8843         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8844         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8845         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8846         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8847         Call libc_fetestexcept_vfp.
8848         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8849         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8850         __SOFTFP__ ifdef so that they can be built for softfp.
8852 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8854         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8855         argument type signed char.
8857         * Makerules (check-abi): Dump diff of symlist if the test
8858         fails.
8860 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8862         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8863         using abort.
8865         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8866         Remove unused variable ST.
8868 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8870         [BZ #16354]
8871         [BZ #17061]
8872         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8873         small arguments before calling __expm1.
8874         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8875         small arguments before calling __expm1f.
8876         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8877         small arguments before calling __expm1l.
8878         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8879         Likewise.
8880         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8881         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8882         spurious underflow for some cosh tests.
8883         * math/auto-libm-test-out: Regenerated.
8884         * sysdeps/i386/fpu/libm-test-ulps: Update.
8886         [BZ #17050]
8887         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8888         (__ieee754_y1): Set errno if return value overflows.
8889         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8890         (__ieee754_y1f): Set errno if return value overflows.
8891         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8892         (__ieee754_y1l): Set errno if return value overflows.
8893         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8894         (__ieee754_y1l): Set errno if return value overflows.
8895         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8896         * math/auto-libm-test-out: Regenerated.
8898         * math/gen-auto-libm-tests.c: Document use of
8899         ignore-zero-inf-sign.
8900         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8901         (input_flags): Add ignore-zero-inf-sign.
8902         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8903         * math/gen-libm-test.pl (generate_testfile): Handle
8904         ignore-zero-inf-sign.
8905         * math/auto-libm-test-in: Mark some cpow tests with
8906         ignore-zero-inf-sign and some with xfail-rounding.
8907         * math/auto-libm-test-out: Regenerated.
8908         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8909         * sysdeps/i386/fpu/libm-test-ulps: Update.
8910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8912         [BZ #16315]
8913         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8914         overflowing or underflowing operations take place with sign of
8915         result.
8916         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8917         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8918         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8919         (__ieee754_pow): Recompute overflowing and underflowing results in
8920         original rounding mode.
8921         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8922         (__powl_helper): Allow negative argument X and scale negated value
8923         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8924         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8925         overflowing or underflowing operations take place with sign of
8926         result.
8927         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8928         Include <math.h>.
8929         * math/auto-libm-test-in: Add more tests of pow.
8930         * math/auto-libm-test-out: Regenerated.
8931         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8932         (pow_tonearest_test_data): Remove.
8933         (pow_test_tonearest): Likewise.
8934         (pow_towardzero_test_data): Likewise.
8935         (pow_test_towardzero): Likewise.
8936         (pow_downward_test_data): Likewise.
8937         (pow_test_downward): Likewise.
8938         (pow_upward_test_data): Likewise.
8939         (pow_test_upward): Likewise.
8940         (main): Don't call removed functions.
8941         * sysdeps/i386/fpu/libm-test-ulps: Update.
8942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8944 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8947         Moved ...
8948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8950         Moved ...
8951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8953         Moved ...
8954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8956         Moved ...
8957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8959         File removed.
8960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8961         File removed.
8962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8963         File removed.
8964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8965         File removed.
8966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8967         File removed.
8968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8969         File removed.
8970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8971         File removed.
8972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8973         File removed.
8974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
8975         File removed.
8976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8977         File removed.
8978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
8979         File removed.
8980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
8981         File removed.
8982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
8983         Moved ...
8984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
8985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
8986         Moved ...
8987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
8988         ... here.
8989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
8990         Moved ...
8991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
8992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
8993         Moved ...
8994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
8996         Moved ...
8997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
8998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
8999         Moved ...
9000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9002         Moved ...
9003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9005         Moved ...
9006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9008         Moved ...
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9012         ... here.
9013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9014         Moved ...
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9017         Moved ...
9018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9019         ... here.
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9021         Moved ...
9022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9023         ... here.
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9025         Moved ...
9026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9027         ... here.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9029         Moved ...
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9032         Moved ...
9033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9037         Moved ...
9038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9039         ... here.
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9041         Moved ...
9042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9043         ... here.
9044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9045         Moved ...
9046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9048         Moved ...
9049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9051         Moved ...
9052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9054         Moved ...
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9057         Moved ...
9058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9059         ... here.
9060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9061         Moved ...
9062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9064         Moved ...
9065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9067         Moved ...
9068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9075         Moved ...
9076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9078         Moved ...
9079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9083         ... here.
9084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9085         Moved ...
9086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9087         ... here.
9088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9089         Moved ...
9090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9091         ... here.
9092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9093         Moved ...
9094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9096         Moved ...
9097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9099         Moved ...
9100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9102         Moved ...
9103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9104         ... here.
9105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9106         Moved ...
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9108         ... here.
9109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9110         Moved ...
9111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9112         ... here.
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9114         Moved ...
9115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9117         Moved ...
9118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9120 2014-06-23  Will Newton  <will.newton@linaro.org>
9121             Wilco  <wdijkstr@arm.com>
9123         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9124         implementation.  Include get-rounding-mode.h.
9125         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9126         [!libc_feholdsetround_noex_ctx]: Define
9127         libc_feholdsetround_noex_ctx.
9128         [!libc_feholdsetround_noexf_ctx]: Define
9129         libc_feholdsetround_noexf_ctx.
9130         [!libc_feholdsetround_noexl_ctx]: Define
9131         libc_feholdsetround_noexl_ctx.
9132         (libc_feholdsetround_ctx): New function.
9133         (libc_feresetround_ctx): New function.
9134         (libc_feholdsetround_noex_ctx): New function.
9135         (libc_feresetround_noex_ctx): New function.
9137 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9139         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9140         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9141         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9142         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9143         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9144         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9146         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9147         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9148         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9149         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9150         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9151         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9152         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9153         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9154         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9155         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9157         Moved ...
9158         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9159         ... here.
9160         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9161         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9163         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9165         Moved ...
9166         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9167         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9168         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9169         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9170         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9171         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9172         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9173         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9174         Moved ...
9175         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9176         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9177         Moved ...
9178         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9182         Moved ...
9183         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9185         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9187         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9188         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9189         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9190         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9191         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9193         Moved ...
9194         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9195         ... here.
9196         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9209         Moved ...
9210         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9216         Moved ...
9217         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9221         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9223         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9224         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9225         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9232         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9233         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9234         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9236         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9237         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9238         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9239         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9240         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9241         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9242         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9243         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9244         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9245         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9250         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9252 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9254         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9255         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9256         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9257         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9258         (IPV6_PMTUDISC_INTERFACE): Likewise.
9259         (IPV6_PMTUDISC_OMIT): Likewise.
9261 2014-06-23  Andreas Schwab  <schwab@suse.de>
9263         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9264         Remove unused errout label.
9266 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9268         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9269         macro: hardware supports Vector Crypto instructions.
9271 2014-06-23  Will Newton  <will.newton@linaro.org>
9273         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9274         rather than __builtin_expect.
9276         * elf/dl-lookup.c (undefined_msg): Remove variable.
9277         (_dl_lookup_symbol_x): Replace undefined_msg with string
9278         literal.
9280         * elf/dl-lookup.c (do_lookup_unique): New function.
9281         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9282         to a separate function.
9284 2014-06-23  Andreas Schwab  <schwab@suse.de>
9286         [BZ #17079]
9287         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9288         before reading the next line.
9290 2014-06-23  Will Newton  <will.newton@linaro.org>
9292         * test-skeleton.c (signal_handler): Use printf and %m
9293         rather than perror.  Use printf rather than fprintf to
9294         stderr.  Use puts rather than fputs to stderr.
9295         (main): Likewise.
9297 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9299         * nscd/nscd.c (thread_info_t): Remove typedef.
9300         (thread_info): Remove variable.
9302 2014-06-21  Allan McRae  <allan@archlinux.org>
9304         * NEWS: Mention CVE-2014-4043.
9306 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9308         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9309         * nptl/smp.h: ... here.
9311         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9313         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9314         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9315         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9316         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9318         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9319         * nptl/stack-aliasing.h: New file.
9320         * sysdeps/i386/i686/stack-aliasing.h: New file.
9321         * sysdeps/i386/i686/nptl/Makefile: File removed.
9322         * sysdeps/x86_64/stack-aliasing.h: New file.
9323         * sysdeps/x86_64/nptl/Makefile
9324         (CFLAGS-pthread_create.c): Variable removed.
9326         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9327         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9328         old file.
9329         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9330         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9331         old file.
9333 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9335         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9336         (__ASSUME_SIGFRAME_V2): Remove macro.
9337         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9338         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9339         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9340         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9341         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9342         Declare as function.  Remove conditional macro definitions.
9343         (__default_rt_sa_restorer): Likewise.
9344         (__default_sa_restorer_v1): Remove declaration.
9345         (__default_sa_restorer_v2): Likewise.
9346         (__default_rt_sa_restorer_v1): Likewise.
9347         (__default_rt_sa_restorer_v2): Likewise.
9348         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9349         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9350         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9352 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9354         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9355         (libpthread-routines): Add sysdep.
9356         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9357         * sysdeps/unix/sysv/linux/sparc/Versions
9358         (libpthread: GLIBC_2.3.3): New version set.
9359         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9360         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9361         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9363         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9364         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9365         Moved ...
9366         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9367         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9368         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9370         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9372         * sysdeps/sparc/nptl/sem_init.c: ... here.
9373         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9374         * sysdeps/sparc/nptl/sem_post.c: ... here.
9375         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9376         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9377         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9378         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9379         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9380         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9381         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9382         (libpthread-routines): Add cpu_relax.
9383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9384         File removed.
9385         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9386         (librt: GLIBC_2.3.3): New version set.
9387         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9388         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9389         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9390         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9391         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9393         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9395         Moved ...
9396         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9398         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9400         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9402         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9403         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9404         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9406         Moved ...
9407         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9408         Update #include.
9409         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9410         Moved ...
9411         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9412         Update #include.
9413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9414         Moved ...
9415         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9416         Update #include.
9417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9418         Moved ...
9419         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9420         Update #include.
9421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9422         Moved ...
9423         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9424         Update #include.
9425         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9426         Moved ...
9427         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9428         Update #include.
9429         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9430         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9432         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9434         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9436         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9438         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9439         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9440         Moved ...
9441         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9443         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9445         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9447 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9449         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9450         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9451         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9452         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9453         * nscd/nscd.c: Likewise.
9454         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9455         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9456         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9457         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9459         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9460         <kernel-features.h>.
9461         (init_mq_netlink): Remove conditional have_sock_cloexec
9462         definitions.  Remove code conditional on have_sock_cloexec < 0.
9463         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9464         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9465         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9466         <kernel-features.h>.
9467         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9468         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9470 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9472         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9473         Add tests for memset_chk and memset.
9475         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9476         with AVX2_Usable.
9478 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9480         [BZ #16046]
9481         * elf/tst-dl-iter-static.c: New file.
9482         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9484         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9485         error.
9487 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9489         * sysdeps/unix/sysv/linux/kernel-features.h
9490         (__ASSUME_F_GETOWN_EX): Remove macro.
9491         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9492         <kernel-features.h>.
9493         (miss_F_GETOWN_EX): Remove variable or macro.
9494         (do_fcntl): Do not check miss_F_GETOWN_EX.
9495         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9497         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9498         Remove macro.
9499         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9500         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9501         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9503         * sysdeps/unix/sysv/linux/kernel-features.h
9504         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9505         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9506         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9507         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9509 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9511         [BZ #17075]
9512         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9513         Fix calculation of the symbol's value.
9514         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9515         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9516         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9517         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9518         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9519         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9520         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9521         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9522         (modules-names): Add `tst-armtlsdescmod',
9523         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9524         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9525         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9526         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9527         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9528         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9529         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9530         ($(objpfx)tst-armtlsdescloc): New dependency.
9531         ($(objpfx)tst-armtlsdescextnow): Likewise.
9532         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9533         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9534         TLS scheme support.
9535         * sysdeps/arm/configure: Regenerate.
9537 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9539         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9540         (__atfct_seterrno_2): Likewise.
9541         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9542         <kernel-features.h>.
9543         (__ASSUME_ATFCTS): Do not undefine and redefine.
9544         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9545         (__have_atfcts): Remove conditional definition.
9546         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9547         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9548         unreachable if [__ASSUME_ATFCTS].
9549         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9550         not undefine and redefine.
9551         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9552         <kernel-features.h>.
9553         (faccessat) [__NR_faccessat]: Make code unconditional.
9554         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9555         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9556         <kernel-features.h>.
9557         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9558         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9559         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9560         <kernel-features.h>.
9561         (fchownat) [__NR_fchownat]: Make code unconditional.
9562         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9563         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9564         <kernel-features.h>.
9565         (futimesat) [__NR_futimesat]: Make code unconditional.
9566         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9567         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9568         <kernel-features.h>.
9569         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9570         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9571         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9572         <kernel-features.h>.
9573         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9574         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9575         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9576         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9577         <kernel-features.h>.
9578         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9579         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9580         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9581         <kernel-features.h>.
9582         (linkat) [__NR_linkat]: Make code unconditional.
9583         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9584         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9585         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9586         <kernel-features.h>.
9587         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9588         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9589         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9590         <kernel-features.h>.
9591         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9592         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9593         * sysdeps/unix/sysv/linux/openat.c: Do not include
9594         <kernel-features.h>.
9595         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9596         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9597         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9598         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9599         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9600         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9601         <kernel-features.h>.
9602         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9603         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9604         result of INLINE_SYSCALL directly, not via int variable.
9605         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9606         <kernel-features.h>.
9607         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9608         (renameat) [__NR_renameat]: Make code unconditional.
9609         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9610         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9611         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9612         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9613         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9614         (__ASSUME_ATFCTS): Do not undefine and redefine.
9615         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9616         <kernel-features.h>.
9617         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9618         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9619         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9620         <kernel-features.h>.
9621         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9622         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9623         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9624         (__ASSUME_ATFCTS): Do not undefine and redefine.
9625         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9626         <kernel-features.h>.
9627         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9628         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9629         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9630         <kernel-features.h>.
9631         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9632         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9634 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9636         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9638 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9640         [BZ #17069]
9641         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9642         constructed tree before returning error.
9643         * posix/bug-regexp36.c: Expand test case.
9645 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9647         [BZ #6803]
9648         * math/libm-test.inc (scalbln_test_date):
9649         Add errno expectations.
9650         * math/w_scalblnf.c: New File.
9651         Add wrapper which checks for setting errno to ERANGE.
9652         Add weak_alias for corresponding scalbln function.
9653         * math/w_scalbln.c: Likewise.
9654         * math/w_scalblnl.c: Likewise.
9655         * math/Makefile (libm-calls): Add w_scalbln.
9656         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9657         Remove weak_alias for corresponding scalbln function.
9658         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9659         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9660         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9661         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9662         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9663         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9664         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9665         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9666         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9667         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9668         Remove long_double_symbol for scalblnl function in libm, libc.
9669         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9670         Add wrapper which checks for setting errno to ERANGE.
9671         Add long_double_symbol for scalblnl function in libm, libc.
9672         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9673         Remove long_double_symbol for scalblnl in libm.
9674         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9675         Add wrapper which checks for setting errno to ERANGE.
9676         Add long_double_symbol for scalblnl function in libm.
9677         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9678         Do not use wrapper because of own implementation.
9680 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9682         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9683         3 bytes for __pad1 for x32.
9684         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9686 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9687             H.J. Lu  <hongjiu.lu@intel.com>
9689         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9690         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9691         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9692         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9693         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9695 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9697         [BZ #17069]
9698         * posix/regcomp.c (parse_expression): Deallocate partially
9699         constructed tree before returning error.
9700         * posix/Makefile.c (tests): Add bug-regex36.
9701         (generated): Add bug-regex36.mtrace.
9702         (tests-special): Add $(objpfx)bug-regex36-mem.out
9703         (bug-regex36-ENV): New variable.
9704         ($(objpfx)bug-regex36-mem.out): New rule.
9705         * posix/bug-regex36.c: New file.
9707 2014-06-19  Will Newton  <will.newton@linaro.org>
9709         * malloc/malloc.c (systrim): If extra is zero then return
9710         early.
9712 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9714         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9716 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9718         * sysdeps/aarch64/strchr.S: New file.
9720 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9722         [BZ #17022]
9723         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9724         from arguments -2 or below.
9725         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9726         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9728 2014-06-18  Andreas Schwab  <schwab@suse.de>
9730         [BZ #17062]
9731         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9732         of a bracket expr not to run off the end of the string.
9733         * posix/Makefile (tests): Add tst-fnmatch3.
9734         * posix/tst-fnmatch3.c: New file.
9736 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9738         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9739         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9740         [$(cross-compiling) = no]: Likewise.
9741         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9742         [$(cross-compiling) = no]: Likewise.
9744 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9746         [BZ #17031]
9747         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9748         double, adjusted for any remainder from the high double.
9749         * math/libm-test.inc (nearbyint): Add tests.
9750         (rint): Likewise.
9752 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9754         * nptl/sysdeps/powerpc/Makefile: Moved ...
9755         * sysdeps/powerpc/nptl/Makefile: ... here.
9756         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9757         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9758         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9759         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9760         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9761         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9762         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9763         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9764         * nptl/sysdeps/powerpc/tls.h: Moved ...
9765         * sysdeps/powerpc/nptl/tls.h: ... here.
9767 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9769         [BZ #16681]
9770         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9771         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9772         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9773         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9774         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9775         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9776         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9777         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9778         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9780 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9782         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9784 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9786         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9787         defined operator.
9789         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9790         $TIMEOUTFACTOR.
9792 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9794         [BZ #17058]
9795         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9796         non-executed part of the test.
9798 2014-06-16  Andreas Schwab  <schwab@suse.de>
9800         * string/bits/string2.h (strdup, strndup): Update feature guard.
9802 2014-06-14  David S. Miller  <davem@davemloft.net>
9804         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9806 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9808         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9809         that was previously under [RESET_PID].
9810         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9812         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9813         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9814         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9815         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9816         (__libc_vfork): New strong alias.
9817         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9819 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9821         * sysdeps/generic/elide.h: New file.
9823 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9825         * Makefile (installed-headers): Adjust path of pthread.h header.
9827 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9829         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9830         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9831         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9832         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9834         * nptl/sysdeps/s390/Makefile: Moved ...
9835         * sysdeps/s390/nptl/Makefile: ... here.
9836         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9837         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9838         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9839         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9840         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9841         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9842         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9843         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9844         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9845         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9846         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9847         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9848         * nptl/sysdeps/s390/tls.h: Moved ...
9849         * sysdeps/s390/nptl/tls.h: ... here.
9851         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9852         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9854 2014-06-13  David S. Miller  <davem@davemloft.net>
9856         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9858         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9859         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9860         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9862         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9863         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9864         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9865         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9866         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9867         Remove RESET_PID cpp guards.
9868         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9869         Remove RESET_PID cpp guards.
9870         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9872 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9874         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9875         __sp to uintptr_t.
9877 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9879         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9880         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9881         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9882         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9883         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9884         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9885         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9886         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9887         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9888         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9889         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9890         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9891         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9892         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9893         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9894         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9895         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9896         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9897         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9898         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9900         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9901         (pthread_rwlock_rdlock): Add elision.
9902         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9903         (pthread_rwlock_wrlock): Add elision.
9904         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9905         (pthread_rwlock_trywrlock): Add elision.
9906         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9907         (pthread_rwlock_tryrdlock): Add elision.
9908         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9909         (pthread_rwlock_tryrdlock): Add elision unlock.
9910         * nptl/sysdeps/pthread/pthread.h:
9911         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9912         (PTHREAD_RWLOCK_INITIALIZER,
9913         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9914         Handle new elision field.
9915         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9916         * sysdeps/arm/nptl/bits/pthreadtypes.h
9917         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9918         * sysdeps/sh/nptl/bits/pthreadtypes.h
9919         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9920         * sysdeps/tile/nptl/bits/pthreadtypes.h
9921         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9922         * sysdeps/a/nptl/bits/pthreadtypes.h
9923         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9924         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9925         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9926         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9927         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9928         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9929         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9930         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9931         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9932         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9933         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9934         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9935         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9936         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9937         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9938         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9939         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9940         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9941         (elision_init): Set try_xbegin to zero when no RTM.
9942         * sysdeps/x86/nptl/bits/pthreadtypes.h
9943         (pthread_rwlock_t): Change __pad1 to __rwelision.
9944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9946 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9948         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9949         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9950         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9951         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9953 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9955         [BZ #16996]
9956         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9957         that the cached result has been set before returning it.
9959 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9961         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9962         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9964         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9966         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9968         * nptl/sysdeps/sparc/Makefile: Moved ...
9969         * sysdeps/sparc/nptl/Makefile: ... here.
9970         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9971         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9972         * nptl/sysdeps/sparc/tls.h: Moved ...
9973         * sysdeps/sparc/nptl/tls.h: ... here.
9974         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
9975         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
9976         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
9977         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
9978         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
9979         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
9980         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
9981         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
9982         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
9983         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
9984         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
9985         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
9986         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
9987         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
9988         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
9989         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
9990         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
9991         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
9992         Update #include.
9993         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
9994         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
9995         Update #include.
9996         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
9997         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
9998         Update #include.
9999         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10000         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10001         Update #include.
10003         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10005         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10006         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10008         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10009         (struct list_links): Type removed.
10010         (struct thread_node, struct timer_node): Replace struct list_links
10011         with struct list_head.
10012         (list_unlink_ip): Likewise.
10013         * sysdeps/pthread/timer_routines.c
10014         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10015         (list_append, list_insbefore): Likewise.
10016         (list_init): Function removed.
10017         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10018         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10019         * sysdeps/pthread/Makefile: ... here, new file.
10021         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10022         * sysdeps/nptl/Implies: ... here.
10023         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10024         * nptl/sysdeps/pthread/list.h: Moved ...
10025         * include/list.h: ... here.
10026         * nptl/sysdeps/pthread/createthread.c: Moved ...
10027         * nptl/createthread.c: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10029         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10030         * nptl/pt-longjmp.c: ... here.
10031         * nptl/sysdeps/pthread/Makefile: Moved ...
10032         * sysdeps/nptl/Makefile: ... here.
10033         * nptl/sysdeps/pthread/Subdirs: Moved ...
10034         * sysdeps/nptl/Subdirs: ... here.
10035         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10036         * sysdeps/nptl/aio_misc.h: ... here.
10037         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10038         * sysdeps/nptl/bits/libc-lock.h: ... here.
10039         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10040         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10041         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10042         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10043         * nptl/sysdeps/pthread/configure: Moved ...
10044         * sysdeps/nptl/configure: ... here.
10045         * nptl/sysdeps/pthread/configure.ac: Moved ...
10046         * sysdeps/nptl/configure.ac: ... here.
10047         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10048         * sysdeps/nptl/gai_misc.h: ... here.
10049         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10050         * sysdeps/nptl/librt-cancellation.c: ... here.
10051         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10052         * sysdeps/nptl/malloc-machine.h: ... here.
10053         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10054         * sysdeps/nptl/pthread-functions.h: ... here.
10055         * nptl/sysdeps/pthread/pthread.h: Moved ...
10056         * sysdeps/nptl/pthread.h: ... here.
10057         * nptl/sysdeps/pthread/setxid.h: Moved ...
10058         * sysdeps/nptl/setxid.h: ... here.
10059         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10060         * sysdeps/nptl/sigfillset.c: ... here.
10061         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10062         * sysdeps/nptl/tcb-offsets.h: ... here.
10063         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10064         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10065         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10066         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10067         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10068         * sysdeps/pthread/allocalim.h: ... here.
10069         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10070         * sysdeps/pthread/bits/sigthread.h: ... here.
10071         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10072         * sysdeps/pthread/flockfile.c: ... here.
10073         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10074         * sysdeps/pthread/ftrylockfile.c: ... here.
10075         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10076         * sysdeps/pthread/funlockfile.c: ... here.
10077         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10078         * sysdeps/pthread/posix-timer.h: ... here.
10079         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10080         * sysdeps/pthread/timer_create.c: ... here.
10081         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10082         * sysdeps/pthread/timer_delete.c: ... here.
10083         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10084         * sysdeps/pthread/timer_getoverr.c: ... here.
10085         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10086         * sysdeps/pthread/timer_gettime.c: ... here.
10087         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10088         * sysdeps/pthread/timer_routines.c: ... here.
10089         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10090         * sysdeps/pthread/timer_settime.c: ... here.
10091         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10092         * sysdeps/pthread/tst-timer.c: ... here.
10093         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10094         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10096         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10097         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10099         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10100         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10101         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10102         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10103         Update #include target.
10104         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10105         * sysdeps/i386/i686/nptl/Makefile: ... here.
10106         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10107         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10108         Update #include target.
10109         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10110         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10111         * nptl/sysdeps/i386/Makefile: Moved ...
10112         * sysdeps/i386/nptl/Makefile: ... here.
10113         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10114         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10115         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10116         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10117         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10118         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10119         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10120         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10121         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10122         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10123         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10124         * nptl/sysdeps/i386/tls.h: Moved ...
10125         * sysdeps/i386/nptl/tls.h: ... here.
10127         * sysdeps/sh/Makefile [$(subdir) = csu]
10128         (gen-as-const-headers): Add tcb-offsets.sym.
10129         * nptl/sysdeps/sh/Makefile: File removed.
10130         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10131         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10132         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10133         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10134         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10135         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10136         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10137         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10138         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10139         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10140         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10141         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10142         * nptl/sysdeps/sh/tls.h: Moved ...
10143         * sysdeps/sh/nptl/tls.h: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10145         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10147         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10149         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10151         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10153         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10155         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10157         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10159         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10161         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10163         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10165         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10167         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10175         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10176         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10177         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10178         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10179         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10181         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10183         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10185         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10187         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10188         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10189         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10190         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10191         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10193 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10195         * posix/spawn_faction_addopen.c: Include string.h.
10197 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10199         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10200         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10201         * nptl/sysdeps/x86_64/Makefile: Moved ...
10202         * sysdeps/x86_64/nptl/Makefile: ... here.
10203         * nptl/sysdeps/x86_64/configure: Moved ...
10204         * sysdeps/x86_64/nptl/configure: ... here.
10205         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10206         * sysdeps/x86_64/nptl/configure.ac: ... here.
10207         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10208         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10209         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10210         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10211         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10212         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10213         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10214         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10215         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10216         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10217         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10218         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10219         * nptl/sysdeps/x86_64/tls.h: Moved ...
10220         * sysdeps/x86_64/nptl/tls.h: ... here.
10221         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10222         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10223         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10224         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10226         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10228 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10230         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10232 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10234         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10235         type.
10236         [POSIX] (off_t): Likewise.
10237         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10238         [POSIX] (S_ISBLK): Require macro.
10239         [POSIX] (S_ISCHR): Likewise.
10240         [POSIX] (S_ISDIR): Likewise.
10241         [POSIX] (S_ISFIFO): Likewise.
10242         [POSIX] (S_ISREG): Likewise.
10243         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10244         optional-macro.
10245         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10246         type.
10247         [POSIX] (time_t): Likewise.
10248         [POSIX] (timer_t): Likewise.
10250 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10252         [BZ #17048]
10253         * posix/spawn_int.h (struct __spawn_action): Make the path string
10254         non-const to support deallocation.
10255         * posix/spawn_faction_addopen.c
10256         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10257         * posix/spawn_faction_destroy.c
10258         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10259         path in all spawn_do_open actions.
10260         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10261         posix_spawn_file_actions_addopen.
10263 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10265         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10266         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10267         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10268         conditional code always true.
10269         (__libc_vfork): New alias.
10271 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10273         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10274         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10276         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10278         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10279         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10281         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10282         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10284         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10285         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10287 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10289         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10290         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10291         multiarch strcmp for PPC64.
10292         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10293         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10294         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10295         multiarch optimizations.
10296         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10297         (__libc_ifunc_impl_list): Likewise.
10299 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10301         * benchtests/scripts/validate_benchout.py: New script.
10302         * benchtests/Makefile (bench-func): Call it.
10303         * benchtests/scripts/benchout.schema.json: New file.
10305 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10307         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10308         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10309         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10310         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10311         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10312         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10313         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10314         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10315         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10316         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10317         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10318         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10319         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10320         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10321         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10322         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10324         Moved ...
10325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10326         ... here.
10327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10331         Moved ...
10332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10333         ... here.
10334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10337         ... here.
10338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10342         Moved ...
10343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10344         ... here.
10345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10346         Moved ...
10347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10348         ... here.
10349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10350         Moved ...
10351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10355         ... here.
10356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10357         Moved ...
10358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10359         ... here.
10360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10361         Moved ...
10362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10363         ... here.
10364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10365         Moved ...
10366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10368         Moved ...
10369         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10370         ... here.
10371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10374         ... here.
10375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10378         ... here.
10379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10385         ... here.
10386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10389         ... here.
10390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10396         ... here.
10397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10398         Moved ...
10399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10401         Moved ...
10402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10404         Moved ...
10405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10406         ... here.
10407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10408         Moved ...
10409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10410         ... here.
10411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10412         Moved ...
10413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10414         ... here.
10415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10416         Moved ...
10417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10419         Moved ...
10420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10421         ... here.
10422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10423         Moved ...
10424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10425         ... here.
10426         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10427         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10428         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10433         ... here.
10434         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10443         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10445         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10446         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10447         Moved ...
10448         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10452         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10453         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10455         Moved ...
10456         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10458         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10459         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10460         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10461         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10462         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10464 2014-06-10  Wilco  <wdijkstr@arm.com>
10466         * math/test-fenv-return.c: New file.
10467         * math/Makefile: Add new test test-fenv-return.
10469 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10471         [BZ #17042]
10472         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10473         when x - 1 is zero.
10474         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10475         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10476         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10477         0.0L for an argument of 1.0L.
10478         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10479         Likewise.
10480         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10481         value when x - 1 is zero.
10482         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10483         * sysdeps/i386/fpu/libm-test-ulps: Update.
10484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10486 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10488         [BZ #15119]
10489         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10491 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10493         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10494         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10496 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10498         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10499         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10501         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10502         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10504         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10505         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10507         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10508         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10510         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10511         if not already defined.
10512         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10513         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10514         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10515         (TLS_INIT_TP): Use it.
10516         (TLS_DEFINE_INIT_TP): New macro.
10517         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10519 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10521         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10522         constant.
10523         [POSIX] (IXANY): Likewise.
10524         [POSIX] (OLCUC): Likewise.
10525         [POSIX || POSIX2008] (CBAUD): Do not allow.
10526         [POSIX || POSIX2008] (DEFECHO): Likewise.
10527         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10528         [POSIX || POSIX2008] (ECHOKE): Likewise.
10529         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10530         [POSIX || POSIX2008] (EXTA): Likewise.
10531         [POSIX || POSIX2008] (EXTB): Likewise.
10532         [POSIX || POSIX2008] (FLUSHO): Likewise.
10533         [POSIX || POSIX2008] (LOBLK): Likewise.
10534         [POSIX || POSIX2008] (PENDIN): Likewise.
10535         [POSIX || POSIX2008] (SWTCH): Likewise.
10536         [POSIX || POSIX2008] (VDISCARD): Likewise.
10537         [POSIX || POSIX2008] (VDSUSP): Likewise.
10538         [POSIX || POSIX2008] (VLNEXT): Likewise.
10539         [POSIX || POSIX2008] (VREPRINT): Likewise.
10540         [POSIX || POSIX2008] (VSTATUS): Likewise.
10541         [POSIX || POSIX2008] (VWERASE): Likewise.
10542         (B*): Change to B[0123456789]*.
10543         * conform/data/time.h-data [POSIX || UNIX98]
10544         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10545         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10546         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10547         [POSIX] (tm_*): Do not allow.
10549 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10551         * Makefile (install): Don't set LANGUAGE.
10552         * Makefile.in (install): Likewise.
10553         * assert/Makefile (test-assert-ENV): Remove variable.
10554         (test-assert-perr-ENV): Likewise.
10555         * elf/Makefile (neededtest4-ENV): Likewise.
10556         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10557         [$(cross-compiling) = no]: Don't set LANGUAGE.
10558         * io/ftwtest-sh (LANG): Remove variable.
10559         * libio/Makefile (tst-widetext-ENV): Likewise.
10560         * manual/install.texi (Running make install): Don't refer to
10561         environment settings for make install.
10562         * INSTALL: Regenerated.
10563         * nptl/tst-tls6.sh: Don't set LANG.
10564         * posix/globtest.sh (LANG): Remove variable.
10565         * string/Makefile (tester-ENV): Likewise.
10566         (inl-tester-ENV): Likewise.
10567         (noinl-tester-ENV): Likewise.
10568         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10569         [$(cross-compiling) = no]: Don't set LANGUAGE.
10570         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10571         without explicit environment settings.
10573 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10575         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10576         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10577         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10578         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10580 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10582         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10583         other files in the crypt directory.
10584         * crypt/crypt.c: Remove duplicate includes.
10585         * crypt/crypt-entry.c: Likewise.
10586         * crypt/crypt_util.c: Likewise.
10588 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10590         * Makeconfig (run-program-env): New variable.
10591         (run-program-prefix-before-env): Likewise.
10592         (run-program-prefix-after-env): Likewise.
10593         (run-program-prefix): Define in terms of new variables.
10594         (built-program-cmd-before-env): New variable.
10595         (built-program-cmd-after-env): Likewise.
10596         (built-program-cmd): Define in terms of new variables.
10597         (test-program-prefix-before-env): New variable.
10598         (test-program-prefix-after-env): Likewise.
10599         (test-program-prefix): Define in terms of new variables.
10600         (test-program-cmd-before-env): New variable.
10601         (test-program-cmd-after-env): Likewise.
10602         (test-program-cmd): Define in terms of new variables.
10603         * Rules (make-test-out): Use $(run-program-env).
10604         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10605         (help): Do not mention environment variables.  Mention
10606         --timeoutfactor option.
10607         (timeoutfactor): New variable.
10608         (blacklist_exports): Remove function.
10609         (exports): Remove variable.
10610         (command): Do not include ${exports}.
10611         * manual/install.texi (Configuring and compiling): Do not mention
10612         test wrappers preserving environment variables.  Mention that last
10613         assignment to a variable must take precedence.
10614         * INSTALL: Regenerated.
10615         * benchtests/Makefile (run-bench): Use $(run-program-env).
10616         * catgets/Makefile ($(objpfx)test1.cat): Use
10617         $(built-program-cmd-before-env), $(run-program-env) and
10618         $(built-program-cmd-after-env).
10619         ($(objpfx)test2.cat): Do not specify environment variables
10620         explicitly.
10621         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10622         $(run-program-env) and $(built-program-cmd-after-env).
10623         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10624         $(run-program-env) and $(test-program-cmd-after-env).
10625         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10626         explicitly.
10627         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10628         run_program_env and test_program_cmd_after_env arguments.
10629         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10630         * elf/tst-pathopt.sh: Use run_program_env argument.
10631         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10632         $(test-wrapper-env) and $(run-program-env).
10633         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10634         run_program_env arguments.
10635         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10636         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10637         $(test-program-prefix-before-env), $(run-program-env) and
10638         $(test-program-prefix-after-env).
10639         ($(objpfx)tst-gettext2.out): Likewise.
10640         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10641         run_program_env and test_program_prefix_after_env arguments.
10642         * intl/tst-gettext2.sh: Likewise.
10643         * intl/tst-gettext4.sh: Do not set environment variables
10644         explicitly.
10645         * intl/tst-gettext6.sh: Likewise.
10646         * intl/tst-translit.sh: Likewise.
10647         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10648         $(test-program-prefix-before-env), $(run-program-env) and
10649         $(test-program-prefix-after-env).
10650         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10651         run_program_env and test_program_prefix_after_env arguments.
10652         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10653         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10654         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10655         explicitly with each use of ${test_wrapper_env}.
10656         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10657         $(test-program-prefix-before-env), $(run-program-env) and
10658         $(test-program-prefix-after-env).
10659         * posix/tst-getconf.sh: Do not set environment variables
10660         explicitly.
10661         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10662         run_program_env and test_program_prefix_after_env arguments.
10663         * stdio-common/tst-printf.sh: Do not set environment variables
10664         explicitly.
10665         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10666         $(test-program-prefix-before-env), $(run-program-env) and
10667         $(test-program-prefix-after-env).
10668         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10669         run_program_env and test_program_prefix_after_env arguments.
10670         Split $test calls into $test_pre and $test.
10671         * timezone/Makefile (build-testdata): Use
10672         $(built-program-cmd-before-env), $(run-program-env) and
10673         $(built-program-cmd-after-env).
10675 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10677         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10678         strlen for non SHARED builds.
10680 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10682         * nptl/allocatestack.c (check_list): Inlined function...
10683         (__reclaim_stacks): ... here.
10685 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10687         [BZ #15698]
10688         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10689         memory overrun.
10691 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10693         * Rules (make-test-out): Include
10694         LOCPATH=$(common-objpfx)localedata in default environment.
10695         * debug/Makefile (tst-chk1-ENV): Remove variable.
10696         (tst-chk2-ENV): Likewise.
10697         (tst-chk3-ENV): Likewise.
10698         (tst-chk4-ENV): Likewise.
10699         (tst-chk5-ENV): Likewise.
10700         (tst-chk6-ENV): Likewise.
10701         (tst-lfschk1-ENV): Likewise.
10702         (tst-lfschk2-ENV): Likewise.
10703         (tst-lfschk3-ENV): Likewise.
10704         (tst-lfschk4-ENV): Likewise.
10705         (tst-lfschk5-ENV): Likewise.
10706         (tst-lfschk6-ENV): Likewise.
10707         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10708         (tst-iconv7-ENV): Likewise.
10709         * intl/Makefile (LOCPATH-ENV): Likewise.
10710         (tst-codeset-ENV): Likewise.
10711         (tst-gettext3-ENV): Likewise.
10712         (tst-gettext5-ENV): Likewise.
10713         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10714         (tst-fopenloc-ENV): Likewise.
10715         (tst-fgetws-ENV): Remove variable.
10716         (tst-ungetwc1-ENV): Likewise.
10717         (tst-ungetwc2-ENV): Likewise.
10718         (bug-ungetwc2-ENV): Likewise.
10719         (tst-swscanf-ENV): Likewise.
10720         (bug-ftell-ENV): Likewise.
10721         (tst-fgetwc-ENV): Likewise.
10722         (tst-fseek-ENV): Likewise.
10723         (tst-ftell-partial-wide-ENV): Likewise.
10724         (tst-ftell-active-handler-ENV): Likewise.
10725         (tst-ftell-append-ENV): Likewise.
10726         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10727         (tst-regexloc-ENV): Likewise.
10728         (bug-regex1-ENV): Likewise.
10729         (tst-regex-ENV): Likewise.
10730         (tst-regex2-ENV): Likewise.
10731         (bug-regex5-ENV): Likewise.
10732         (bug-regex6-ENV): Likewise.
10733         (bug-regex17-ENV): Likewise.
10734         (bug-regex18-ENV): Likewise.
10735         (bug-regex19-ENV): Likewise.
10736         (bug-regex20-ENV): Likewise.
10737         (bug-regex22-ENV): Likewise.
10738         (bug-regex23-ENV): Likewise.
10739         (bug-regex25-ENV): Likewise.
10740         (bug-regex26-ENV): Likewise.
10741         (bug-regex30-ENV): Likewise.
10742         (bug-regex32-ENV): Likewise.
10743         (bug-regex33-ENV): Likewise.
10744         (bug-regex34-ENV): Likewise.
10745         (bug-regex35-ENV): Likewise.
10746         (tst-rxspencer-ENV): Likewise.
10747         (tst-rxspencer-no-utf8-ENV): Likewise.
10748         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10749         (tst-sscanf-ENV): Likewise.
10750         (tst-swprintf-ENV): Likewise.
10751         (tst-swscanf-ENV): Likewise.
10752         (test-vfprintf-ENV): Likewise.
10753         (scanf13-ENV): Likewise.
10754         (bug14-ENV): Likewise.
10755         (tst-grouping-ENV): Likewise.
10756         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10757         (tst-strtod3-ENV): Likewise.
10758         (tst-strtod4-ENV): Likewise.
10759         (tst-strtod5-ENV): Likewise.
10760         (testmb2-ENV): Likewise./
10761         * string/Makefile (tst-strxfrm-ENV): Likewise.
10762         (tst-strxfrm2-ENV): Likewise.
10763         (bug-strcoll1-ENV): Likewise.
10764         (test-strcasecmp-ENV): Likewise.
10765         (test-strncasecmp-ENV): Likewise.
10766         * time/Makefile (tst-strptime-ENV): Likewise.
10767         (tst-ftime_l-ENV): Likewise.
10768         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10769         (tst-mbrtowc-ENV): Likewise.
10770         (tst-wcrtomb-ENV): Likewise.
10771         (tst-mbrtowc2-ENV): Likewise.
10772         (tst-c16c32-1-ENV): Likewise.
10773         (tst-mbsnrtowcs-ENV): Likewise.
10775 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10777         * manual/resource.texi (How to get information about the memory
10778         subsystem?): Fix typo.
10779         Reported by Peon de la Parra Ivan <peon@keba.com>
10781 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10783         [BZ #16882]
10784         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10785         (pthread_spin_lock): Branch out of spin loop to proper location.
10786         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10787         (pthread_spin_lock): Likewise.
10789         * nptl/tst-spin4.c: New test.
10790         * nptl/Makefile (tests): Add tst-spin4.
10792 2014-06-03  Andreas Schwab  <schwab@suse.de>
10794         [BZ #15946]
10795         * resolv/res_send.c (send_dg): Reload file descriptor after
10796         calling reopen.
10798 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10800         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10802 2014-06-03  Richard Henderson  <rth@redhat.com>
10804         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10805         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10806         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10807         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10808         in the SAVE_PID block.
10809         (__libc_vfork): New alias.
10810         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10812         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10813         child in registers, not on the stack.  Remove RESET_PID conditionals.
10814         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10816 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10818         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10820 2014-06-03  Wilco  <wdijkstr@arm.com>
10822         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10823         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10824         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10825         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10826         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10827         Likewise.
10829 2014-06-03  Wilco  <wdijkstr@arm.com>
10831         * sysdeps/aarch64/fpu/math_private.h
10832         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10833         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10834         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10835         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10836         Fix declarations.
10838 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10840         * crypt/crypt-private.h: Include ufc-crypt.h.
10841         (__b64_from_24bit): Declare extern.
10842         * crypt/crypt_util.c(__b64_from_24bit): New function.
10843         (b64t): New static const variable.
10844         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10845         (b64t): Remove variable.
10846         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10847         * crypt/sha256-crypt.c: Include crypt-private.h.
10848         (b64t): Remove variable.
10849         (__sha256_crypt_r): Remove b64_from_24bit and replace
10850         with __b64_from_24bit.
10851         * crypt/sha512-crypt.c: Likewise.
10853 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10855         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10856         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10857         Label the code __libc_vfork rather than __vfork.
10858         [!NOT_IN_libc] (vfork): Define as weak alias.
10859         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10860         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10861         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10863 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10865         * malloc/malloc.c (malloc_info): Fix format specifier for
10866         n_mmaps.
10868 2014-06-02  Wilco  <wdijkstr@arm.com>
10870         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10871         FPCR write.
10873 2014-06-02  Wilco  <wdijkstr@arm.com>
10875         [BZ #17009]
10876         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10877         Rewrite to reduce FPCR/FPSR accesses.
10879 2014-06-01  David S. Miller  <davem@davemloft.net>
10881         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10883 2014-05-31  David S. Miller  <davem@davemloft.net>
10885         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10886         to occur in round to nearest mode when |x| >= 2.0
10888 2014-05-30  Richard Henderson  <rth@twiddle.net>
10890         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10891         (PSEUDO_RET_NOERRNO): Remove.
10892         (ret): Don't redefine.
10893         (ret_NOERRNO): Define in terms of ret.
10894         (ret_ERRVAL): Likewise.
10896         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10897         use of PSEUDO_RET; perform the error check directly.
10899 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10901         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10902         with __int128_t.
10904 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10906         * malloc/malloc (malloc_info): Fix formatting.
10908 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10909             Roland McGrath  <roland@hack.frob.com>
10911         * malloc/malloc (malloc_info): Also print mmapped statistics.
10913 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10915         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10916         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10918 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10920         * malloc/malloc.c (malloc_info): Inline mi_arena.
10922 2014-05-29  Richard Henderson  <rth@twiddle.net>
10924         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10925         Remove comma before expanding ASM_ARGS_##nr.
10926         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10927         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10928         of ASM_ARGS_##nr.
10929         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10930         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10931         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10932         (ASM_ARGS_1): Add leading comma.
10934         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10935         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10936         to __errno_location.
10937         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10938         Remove the expected plt for __errno_location.
10940         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10941         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10942         call to __read_tp.
10944         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10945         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10946         it and break it down.
10947         (DOCARGS_0, DOCARGS_1): Do nothing.
10948         (DOCARGS_2): Update to store into the new stack frame.
10949         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10950         (UNDOCARGS_1): Update to restore from the new stack frame.
10951         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10952         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10954         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10955         (SINGLE_THREAD_P): New parameter for result regno.
10956         (PSEUDO): Update to match; use cbz instead of beq.
10958         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10959         Use ENTRY to define the _nocancel entry point.  Share the syscall
10960         and syscall error check paths with the cancel path.
10961         (PSEUDO_END): New.
10963         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10964         whitespace; tabs before and after asm mnemonics.
10966 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10968         [BZ #15132]
10969         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10970         Call fstat64 or stat64 internally, depending on arguments passed.
10971         Replace stat buffer argument with file descriptor argument.
10972         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
10973         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10974         Pass fd to __internal_statvfs instead of calling fstat64.
10975         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
10976         Pass fd to __internal_statvfs64 instead of calling fstat64.
10977         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
10978         Pass -1 to __internal_statvfs instead of calling stat64.
10979         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
10980         Pass -1 to __internal_statvfs64 instead of calling stat64.
10982 2014-05-28  Roland McGrath  <roland@hack.frob.com>
10984         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
10985         that was previously under [RESET_PID].
10986         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
10988         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
10989         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
10991 2014-05-27  Roland McGrath  <roland@hack.frob.com>
10993         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
10995         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
10996         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
10998 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11000         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11002 2014-05-27  Andreas Schwab  <schwab@suse.de>
11004         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11005         TLS_INIT_TP macro.
11006         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11007         * elf/rtld.c (init_tls, dl_main): Likewise.
11008         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11009         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11010         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11011         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11012         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11013         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11014         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11015         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11016         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11017         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11018         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11019         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11020         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11021         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11022         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11023         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11024         * sysdeps/generic/tls.h: Update description.
11026 2014-05-27  Will Newton  <will.newton@linaro.org>
11028         [BZ #16990]
11029         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11030         and restore r2 rather than just restoring.
11032 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11034         [BZ #16724]
11035         * libio/tst-ftell-append.c: New test case.
11036         * libio/Makefile (tests): Add test case.
11037         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11038         append mode.
11039         * libio/wfileops.c (do_ftell_wide): Likewise.
11041 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11043         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11045         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11046         ...
11047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11049         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11050         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11051         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11052         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11053         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11054         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11055         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11056         Moved ...
11057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11059         Moved ...
11060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11061         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11062         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11063         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11064         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11065         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11066         ...
11067         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11068         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11069         Moved ...
11070         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11071         here.
11072         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11073         ...
11074         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11075         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11076         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11078         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11079         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11080         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11081         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11083         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11084         merge into ...
11085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11086         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11087         ...
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11089         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11090         ...
11091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11092         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11093         Moved ...
11094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11095         here.
11096         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11097         Moved ...
11098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11099         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11100         Moved ...
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11104         conditional [RESET_PID].
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11106         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11107         removed.
11108         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11109         removed.
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11112         <tcb-offsets.h>.
11113         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11114         (__libc_vfork): New strong alias.
11115         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11116         removed.
11117         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11118         Removed.
11120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11121         <tcb-offsets.h>.
11122         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11123         (__libc_vfork): New strong alias.
11124         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11125         removed.
11126         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11127         removed.
11129 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11131         * malloc/malloc.c (mi_arena): New function.
11132         (malloc_info): Remove nested function mi_arena. Call non-nosted
11133         function mi_arena.
11135 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11137         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11138         by insrwi.
11139         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11140         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11141         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11142         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11143         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11144         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11145         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11147 2014-05-26  Andreas Schwab  <schwab@suse.de>
11149         [BZ #16984]
11150         * locale/programs/repertoire.c (repertoire_read): Add slash
11151         between I18NPATH element and file name.
11152         * locale/programs/locfile.c (locfile_read): Likewise.
11154 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11156         * nptl/pthread_mutexattr_settype.c
11157         (__pthread_mutexattr_settype):
11158         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11160 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11162         * nptl/tst-mutex5 (do_test):
11163         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11165 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11167         * benchtests/README: Document 'init' directive.
11168         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11169         BENCH_INIT.
11170         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11171         (parse_file): Recognize 'init' directive.
11173 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11175         [BZ #16796]
11176         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11177         alignment of struct pthread.
11179 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11181         [BZ #16878]
11182         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11183         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11184         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11185         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11187 2014-05-25  Richard Henderson  <rth@twiddle.net>
11189         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11190         (SINGLE_THREAD_P_PIC): Remove.
11191         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11192         (SINGLE_THREAD_P_PIC): Remove.
11194         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11195         branch to syscall error ...
11196         (PSEUDO): ... here.
11197         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11198         from __local_syscall_error to .Lsyscall_error.
11199         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11200         (SYSCALL_ERROR): Update label name.
11202         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11203         Do not use DOARGS/UNDOARGS.
11204         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11205         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11206         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11207         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11208         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11210         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11211         block comment.
11213         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11214         define if !NOT_IN_libc.
11215         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11216         define with non-default symbol versions.
11218 2014-05-23  Richard Henderson  <rth@twiddle.net>
11220         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11221         (vfork, __vfork): Define via compat_symbol.
11223         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11224         [!HAVE_IFUNC] (vfork_compat): Remove.
11225         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11227 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11229         [BZ #16978]
11230         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11231         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11232         variable.
11234 2014-05-23  Richard Henderson  <rth@twiddle.net>
11236         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11237         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11238         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11239         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11241         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11242         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11243         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11244         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11245         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11246         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11247         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11248         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11249         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11250         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11251         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11252         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11253         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11254         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11255         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11256         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11257         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11258         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11259         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11260         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11261         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11262         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11263         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11264         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11265         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11266         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11267         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11268         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11269         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11270         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11271         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11272         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11273         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11274         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11275         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11276         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11277         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11278         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11279         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11280         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11281         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11282         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11283         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11284         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11285         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11286         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11287         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11288         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11289         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11290         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11291         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11292         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11293         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11294         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11295         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11296         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11298         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11299         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11300         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11301         before exiting on error.
11302         (__libc_vfork): New strong alias.
11303         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11304         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11306         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11307         that was previously under [RESET_PID].
11308         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11310         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11312 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11314         [BZ #16977]
11315         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11316         value when x - 1 is zero.
11317         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11318         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11319         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11320         0.0L for an argument of 1.0L.
11321         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11322         Likewise.
11323         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11324         value when x - 1 is zero.
11325         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11326         * sysdeps/i386/fpu/libm-test-ulps: Update.
11327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11329 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11331         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11332         alphasort and versionsort.
11334 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11336         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11337         macro.
11338         [copysignf]: Likewise.
11340 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11342         * crypt/md5-crypt.c: Fix formatting.
11344 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11346         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11347         (b64_from_24bit): New function.
11349 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11351         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11352         libc_hidden_builtin_def to ifunc.
11353         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11354         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11356 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11358         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11359         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11361 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11363         * nscd/Depend (linuxthreads): Remove.
11364         (nptl): Add.
11365         * resolv/Depend (linuxthreads): Remove.
11366         * rt/Depend (linuxthreads): Remove.
11368         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11369         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11370         $(common-objpfx)elf/.
11371         (link-libc-before-gnulib): Likewise.
11372         (elfobjdir): Remove variable.
11373         * Makefile (install): Use $(elf-objpfx) instead of
11374         $(common-objpfx)elf/.
11375         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11376         $(elfobjdir)/.
11377         (link-libc-deps): Likewise.
11378         ($(common-objpfx)libc.so): Likewise.
11379         ($(common-objpfx)linkobj/libc.so): Likewise.
11380         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11381         instead of $(common-objpfx)elf/.
11382         (symbolic-link-list): Likewise.
11383         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11384         [$(cross-compiling) = no]: Likewise.
11385         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11386         $(elfobjdir)/.
11387         (static-gnulib-arch): Likewise.
11388         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11389         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11390         $(common-objpfx)elf/.
11392 2014-05-21  Richard Henderson  <rth@redhat.com>
11394         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11395         (SINGLE_THREAD_P): Use the correct width load.  Fold
11396         into the ldr offset.
11398         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11399         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11401 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11403         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11404         (libgcc_s_resume): Use __attribute_used__.
11405         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11406         Likewise.
11408 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11410         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11411         optimization when used with float constants.
11413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11415 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11417         [BZ #16915]
11418         * locale/nl_langinfo_l.c: Make direct reference to every
11419         _nl_current_CATEGORY symbol.
11420         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11421         (tests-static): Add tst-langinfo-static.
11422         (tests-special): Add tst-langinfo-static.out.
11423         ($(objpfx)tst-langinfo.out): Redirect output.
11424         ($(objpfx)tst-langinfo-static.out): New.
11425         * localedata/tst-langinfo.sh: Send output to stdout.
11426         * localedata/tst-langinfo-static.c: New file.
11428         [BZ #16965]
11429         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11430         when the shift amount is modulo the limb size.
11432 2014-05-20  Richard Henderson  <rth@redhat.com>
11434         [BZ #16967]
11435         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11436         Change type of sa_flags from unsigned int to int.
11438         [BZ #16966]
11439         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11441         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11443 2014-05-20  Will Newton  <will.newton@linaro.org>
11445         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11446         Test the return value of the system call in the nocancel case.
11448 2014-05-20  Will Newton  <will.newton@linaro.org>
11449             Yvan Roux  <yvan.roux@linaro.org>
11451         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11452         #include of asm/ptrace.h.
11453         (PTRACE_GET_THREAD_AREA): Remove #undef.
11454         (PTRACE_GETHBPREGS): Likewise.
11455         (PTRACE_SETHBPREGS): Likewise.
11456         (struct user_regs_struct): New structure.
11457         (struct user_fpsimd_struct): New structure.
11458         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11459         #include of asm/ptrace.h and second #include of sys/user.h.
11460         (PTRACE_GET_THREAD_AREA): Remove #undef.
11461         (PTRACE_GETHBPREGS): Likewise.
11462         (PTRACE_SETHBPREGS): Likewise.
11463         (ELF_NGREG): Use new struct user_regs_struct.
11464         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11466 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11468         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11469         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11471 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11473         [BZ #16958]
11474         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11475         membar to avoid block loads/stores to overlap previous stores.
11477 2014-05-17  Richard Henderson  <rth@redhat.com>
11479         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11480         Create the __##syscall_name##_nocancel entry point.
11481         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11482         Remove; let the sysdep-cancel.h code create it.
11484 2014-05-17  David S. Miller  <davem@davemloft.net>
11486         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11487         Protect with __USE_GNU.
11488         (TIOCSET_TEMPT): Likewise.
11489         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11490         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11491         these are already provided in bits/ioctl-types.h
11493 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11495         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11496         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11498         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11499         Use wait4 regardless of [__NR_waitpid].
11501 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11503         PR libgcc/60166
11504         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11505         (_FP_NANSIGN_Q): Set the quiet bit.
11507 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11509         * benchtests/Makefile
11510         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11511         not $(common-objpfx)math/libm.so.
11512         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11513         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11514         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11515         $(common-objpfx)dlfcn/libdl.so.
11516         ($(objpfx)tst-audit8): Depend on $(libm), not
11517         $(common-objpfx)math/libm.so.
11518         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11519         not $(common-objpfx)dlfcn/libdl.so.
11520         * math/Makefile
11521         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11522         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11523         [$(build-shared) = yes].
11524         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11525         $(common-objpfx)nptl/libpthread.so.
11526         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11527         $(common-objpfx)math/libm.so$(libm.so-version) or
11528         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11529         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11530         $(common-objpfx)dlfcn/libdl.so.
11531         * setjmp/Makefile (link-libm): Remove variable.
11532         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11533         * stdio-common/Makefile (link-libm): Remove variable.
11534         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11535         * stdlib/Makefile (link-libm): Remove variable.
11536         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11537         ($(objpfx)tst-strtod-round): Likewise.
11538         ($(objpfx)tst-tininess): Likewise.
11539         ($(objpfx)tst-strtod-underflow): Likewise.
11540         ($(objpfx)tst-strtod6): Likewise.
11541         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11542         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11543         $(common-objpfx)dlfcn/libdl.so.
11545 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11547         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11548         BSD terminal modes definitions.
11550 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11552         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11553         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11555         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11556         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11557         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11558         Don't do #include_next.
11559         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11560         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11561         Don't do #include_next.
11562         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11563         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11564         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11565         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11567 2014-05-16  Allan McRae  <allan@archlinux.org>
11569         * po/sv.po: Update Swedish translation from translation project.
11571         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11572         in sed expression.
11574 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11576         [BZ #16917]
11577         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11578         errno if the TIOCGPTN ioctl fails with an error different than
11579         EINVAL.
11580         * login/tst-ptsname.c: New file.
11581         * login/Makefile (tests): Add tst-ptsname.
11583         [BZ #16943]
11584         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11585         and prlimit64.
11587 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11589         [BZ #16849]
11590         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11591         herrno to return EAI_AGAIN.
11593 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11595         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11596         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11597         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11598         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11599         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11600         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11601         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11602         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11603         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11604         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11605         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11606         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11607         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11608         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11609         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11610         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11611         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11612         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11614         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11615         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11616         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11617         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11618         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11619         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11620         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11621         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11622         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11623         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11624         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11625         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11626         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11627         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11628         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11630         Moved ...
11631         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11633         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11634         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11635         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11636         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11637         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11638         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11639         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11641         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11642         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11643         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11644         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11645         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11647         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11649         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11651         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11653         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11655         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11656         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11657         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11658         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11659         Moved ...
11660         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11662         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11664         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11674         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11680         Moved ...
11681         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11685         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11686         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11687         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11688         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11689         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11690         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11691         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11692         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11693         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11694         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11695         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11696         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11697         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11698         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11699         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11700         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11701         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11702         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11703         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11704         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11705         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11706         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11707         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11708         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11709         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11710         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11711         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11712         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11713         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11714         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11715         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11717         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11718         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11720         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11721         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11722         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11723         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11724         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11725         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11726         Moved ...
11727         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11728         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11729         Moved ...
11730         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11731         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11732         Moved ...
11733         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11734         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11735         Moved ...
11736         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11737         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11738         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11739         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11740         Moved ...
11741         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11742         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11743         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11744         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11745         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11746         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11747         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11748         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11751         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11752         Moved ...
11753         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11754         ... here.
11755         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11756         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11758         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11760         Moved ...
11761         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11762         ... here.
11763         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11764         Moved ...
11765         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11766         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11767         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11768         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11769         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11770         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11771         Moved ...
11772         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11773         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11774         Moved ...
11775         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11776         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11777         Moved ...
11778         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11779         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11780         Moved ...
11781         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11782         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11783         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11784         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11785         Moved ...
11786         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11787         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11788         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11789         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11790         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11791         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11792         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11793         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11794         Moved ...
11795         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11796         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11797         Moved ...
11798         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11799         ... here.
11800         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11801         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11802         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11803         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11804         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11805         Moved ...
11806         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11807         ... here.
11808         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11809         Moved ...
11810         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11811         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11812         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11813         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11814         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11815         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11816         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11817         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11818         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11819         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11820         Moved ...
11821         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11822         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11823         Moved ...
11824         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11825         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11826         Moved ...
11827         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11828         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11829         Moved ...
11830         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11831         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11832         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11833         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11834         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11835         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11838         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11839         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11840         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11841         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11842         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11843         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11844         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11845         Moved ...
11846         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11847         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11848         Moved ...
11849         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11850         ... here.
11851         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11852         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11853         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11854         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11855         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11856         Moved ...
11857         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11858         ... here.
11859         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11860         Moved ...
11861         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11862         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11863         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11864         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11865         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11866         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11867         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11868         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11869         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11870         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11871         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11873         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11874         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11876         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11877         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11879         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11880         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11881         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11882         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11883         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11884         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11885         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11886         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11887         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11889         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11890         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11891         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11892         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11893         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11894         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11895         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11896         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11897         Moved ...
11898         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11899         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11900         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11901         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11902         Moved ...
11903         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11904         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11905         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11906         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11907         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11908         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11909         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11910         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11911         Moved ...
11912         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11913         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11914         Moved ...
11915         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11916         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11917         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11918         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11919         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11920         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11921         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11922         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11923         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11924         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11925         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11926         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11927         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11928         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11929         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11930         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11931         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11933         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11934         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11935         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11936         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11937         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11939         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11940         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11941         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11942         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11943         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11944         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11945         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11946         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11947         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11948         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11950         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11951         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11953         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11954         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11955         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11956         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11958         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11959         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11960         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11961         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11962         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11963         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11964         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11965         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11966         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11967         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11968         Update #include.
11969         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11970         Likewise.
11971         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11972         Likewise.
11973         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11974         Likewise.
11975         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11976         Likewise.
11977         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
11978         Likewise.
11979         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
11980         Likewise.
11981         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11982         Likewise.
11983         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
11984         Likewise.
11985         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
11986         Likewise.
11987         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
11988         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
11989         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
11990         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
11991         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
11992         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
11993         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
11994         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
11995         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
11996         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
11997         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
11998         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
11999         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12000         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12001         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12003         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12004         that was previously under [RESET_PID].
12005         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12006         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12007         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12009         * sysdeps/i386/nptl/Implies: New file.
12010         * sysdeps/x86_64/nptl/Implies: New file.
12011         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12012         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12013         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12014         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12016         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12017         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12018         (__libc_vfork): New strong alias.
12019         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12020         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12022         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12023         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12024         (__libc_vfork): New strong alias.
12025         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12026         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12028         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12029         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12030         (__libc_vfork): New strong alias.
12031         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12032         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12033         * nptl/pt-vfork.c: New file.
12034         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12035         (libpthread: GLIBC_2.20): New version set (empty).
12037 2014-05-14  Will Newton  <will.newton@linaro.org>
12039         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12040         rather than #if.
12042 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12044         [BZ #16564]
12045         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12046         arguments with exponent 65 or above.
12047         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12048         arguments 0x1p113L or above.
12049         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12050         to arguments 0x1p107L or above.
12051         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12052         positive arguments with exponent 65 or above.
12053         * math/auto-libm-test-in: Add more tests of log1p.
12054         * math/auto-libm-test-out: Regenerated.
12056         [BZ #16928]
12057         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12058         non-finite arguments is +0.
12059         * math/s_cacosf.c (__cacosf): Likewise.
12060         * math/s_cacosl.c (__cacosl): Likewise.
12061         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12062         * sysdeps/i386/fpu/libm-test-ulps: Update.
12063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12065         [BZ #16927]
12066         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12067         value.
12068         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12069         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12070         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12071         for explicit high bit of mantissa when testing for argument equal
12072         to 1.
12073         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12074         * sysdeps/i386/fpu/libm-test-ulps: Update.
12075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12077         [BZ #16516]
12078         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12079         (__erf): Scale by 16 instead of 8 in potentially underflowing
12080         case.  Ensure exception if result actually underflows.
12081         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12082         (__erff): Scale by 16 instead of 8 in potentially underflowing
12083         case.  Ensure exception if result actually underflows.
12084         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12085         (efx8): Remove variable.
12086         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12087         case.  Ensure exception if result actually underflows.
12088         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12089         (efx8): Remove variable.
12090         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12091         case.  Ensure exception if result actually underflows.
12092         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12093         (efx8): Remove variable.
12094         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12095         case.  Ensure exception if result actually underflows.
12096         * math/auto-libm-test-in: Add more tests of erf.
12097         * math/auto-libm-test-out: Regenerated.
12099 2014-05-14  Andreas Schwab  <schwab@suse.de>
12101         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12102         Remove code conditionalized on USE___THREAD.
12104         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12105         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12106         not definedness.
12108 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12110         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12111         Define unconditionally.
12112         (__ASSUME_O_CLOEXEC): Likewise.
12113         (__ASSUME_SOCK_CLOEXEC): Likewise.
12114         (__ASSUME_IN_NONBLOCK): Likewise.
12115         (__ASSUME_PIPE2): Likewise.
12116         (__ASSUME_EVENTFD2): Likewise.
12117         (__ASSUME_SIGNALFD4): Likewise.
12118         (__ASSUME_DUP3): Likewise.
12119         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12120         (__ASSUME_DUP3): Do not define.
12121         (__ASSUME_EVENTFD2): Likewise.
12122         (__ASSUME_IN_NONBLOCK): Likewise.
12123         (__ASSUME_O_CLOEXEC): Likewise.
12124         (__ASSUME_PIPE2): Likewise.
12125         (__ASSUME_SIGNALFD4): Likewise.
12126         (__ASSUME_SOCK_CLOEXEC): Likewise.
12127         (__ASSUME_UTIMES): Undefine.
12128         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12129         (__ASSUME_UTIMES): Do not define.
12130         (__ASSUME_O_CLOEXEC): Likewise.
12131         (__ASSUME_SOCK_CLOEXEC): Likewise.
12132         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12133         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12134         0x020621].
12135         (__ASSUME_PIPE2): Likewise.
12136         (__ASSUME_EVENTFD2): Likewise.
12137         (__ASSUME_SIGNALFD4): Likewise.
12138         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12139         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12140         Do not define.
12141         (__ASSUME_EVENTFD2): Likewise.
12142         (__ASSUME_SIGNALFD4): Likewise.
12143         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12144         (__ASSUME_32BITUIDS): Likewise.
12145         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12146         (__ASSUME_IPC64): Likewise.
12147         (__ASSUME_ST_INO_64_BIT): Likewise.
12148         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12149         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12150         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12151         (__ASSUME_UTIMES): Do not define.
12152         (__ASSUME_PSELECT): Likewise.
12153         (__ASSUME_PPOLL): Likewise.
12154         (__ASSUME_O_CLOEXEC): Likewise.
12155         (__ASSUME_SOCK_CLOEXEC): Likewise.
12156         (__ASSUME_IN_NONBLOCK): Likewise.
12157         (__ASSUME_PIPE2): Likewise.
12158         (__ASSUME_EVENTFD2): Likewise.
12159         (__ASSUME_SIGNALFD4): Likewise.
12160         (__ASSUME_DUP3): Likewise.
12161         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12162         (__ASSUME_UTIMES): Likewise.
12163         (__ASSUME_O_CLOEXEC): Likewise.
12164         (__ASSUME_SOCK_CLOEXEC): Likewise.
12165         (__ASSUME_IN_NONBLOCK): Likewise.
12166         (__ASSUME_PIPE2): Likewise.
12167         (__ASSUME_EVENTFD2): Likewise.
12168         (__ASSUME_SIGNALFD4): Likewise.
12169         (__ASSUME_DUP3): Likewise.
12170         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12171         (__ASSUME_UTIMES): Likewise.
12172         (__ASSUME_O_CLOEXEC): Likewise.
12173         (__ASSUME_SOCK_CLOEXEC): Likewise.
12174         (__ASSUME_IN_NONBLOCK): Likewise.
12175         (__ASSUME_PIPE2): Likewise.
12176         (__ASSUME_EVENTFD2): Likewise.
12177         (__ASSUME_SIGNALFD4): Likewise.
12178         (__ASSUME_DUP3): Likewise.
12179         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12180         Likewise.
12181         (__ASSUME_UTIMES): Likewise.
12182         (__ASSUME_EVENTFD2): Likewise.
12183         (__ASSUME_SIGNALFD4): Likewise.
12184         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12185         (__ASSUME_O_CLOEXEC): Likewise.
12186         (__ASSUME_SOCK_CLOEXEC): Likewise.
12187         (__ASSUME_IN_NONBLOCK): Likewise.
12188         (__ASSUME_PIPE2): Likewise.
12189         (__ASSUME_EVENTFD2): Likewise.
12190         (__ASSUME_SIGNALFD4): Likewise.
12191         (__ASSUME_DUP3): Likewise.
12192         (__ASSUME_UTIMES): Undefine.
12194         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12195         feclearexcept.  Remove symbol versioning code.
12196         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12197         symbol versioning code.
12198         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12199         symbol versioning code.
12200         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12201         feupdateenv.  Remove symbol versioning code.
12202         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12203         fegetexceptflag.  Remove symbol versioning code.
12204         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12205         fesetexceptflag.  Remove symbol versioning code.
12206         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12207         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12208         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12209         (__posix_fadvise64_l32): Remove prototype.
12210         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12211         code.
12213 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12215         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12216         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12217         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12218         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12220 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12222         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12223         current working directory
12225 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12227         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12228         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12229         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12230         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12231         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12232         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12233         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12234         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12235         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12236         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12237         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12238         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12239         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12240         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12241         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12242         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12243         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12244         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12245         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12246         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12247         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12248         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12249         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12250         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12251         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12252         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12253         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12254         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12255         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12256         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12257         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12258         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12259         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12260         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12261         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12262         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12263         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12264         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12265         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12266         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12267         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12268         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12270         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12271         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12273         * sysdeps/unix/sysv/linux/arm/Makefile
12274         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12275         Add rt-aeabi_unwind_cpp_pr1.
12276         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12277         Add nptl-aeabi_unwind_cpp_pr1.
12278         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12279         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12280         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12281         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12282         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12283         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12285         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12286         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12287         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12288         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12290         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12291         Deconditionalize the code that was previously under [RESET_PID].
12292         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12294         * sysdeps/generic/exit-thread.h: New file.
12295         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12296         * include/unistd.h (__exit_thread): Remove declaration.
12297         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12298         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12299         * csu/libc-start.c: Include <exit-thread.h>.
12300         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12301         * nptl/pthread_create.c: Include <exit-thread.h>.
12302         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12303         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12304         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12305         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12306         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12307         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12308         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12309         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12310         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12311         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12312         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12313         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12314         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12315         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12316         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12317         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12318         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12320 2014-05-13  Andreas Schwab  <schwab@suse.de>
12322         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12324 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12326         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12327         (__ASSUME_UTIMES): Do not condition on kernel version.
12328         (__ASSUME_PSELECT): Define unconditionally.
12329         (__ASSUME_PPOLL): Likewise.
12330         (__ASSUME_ATFCTS): Likewise.
12331         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12332         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12333         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12334         (__ASSUME_UTIMENSAT): Define unconditionally.
12335         (__ASSUME_PRIVATE_FUTEX): Likewise.
12336         (__ASSUME_FALLOCATE): Likewise.
12337         (__ASSUME_O_CLOEXEC): Likewise.
12338         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12339         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12340         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12341         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12342         (__ASSUME_IN_NONBLOCK): Likewise.
12343         (__ASSUME_PIPE2): Likewise.
12344         (__ASSUME_EVENTFD2): Likewise.
12345         (__ASSUME_SIGNALFD4): Likewise.
12346         (__ASSUME_DUP3): Likewise.
12347         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12348         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12349         (__ASSUME_AT_RANDOM): Likewise.
12350         (__ASSUME_PREADV): Likewise.
12351         (__ASSUME_PWRITEV): Likewise.
12352         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12353         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12354         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12355         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12356         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12357         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12358         (__ASSUME_O_CLOEXEC): Define unconditionally.
12359         (__ASSUME_PSELECT): Do not undefine conditionally.
12360         (__ASSUME_PPOLL): Likewise.
12361         (__ASSUME_ATFCTS): Likewise.
12362         (__ASSUME_SET_ROBUST_LIST): Likewise.
12363         (__ASSUME_UTIMENSAT): Likewise.
12364         (__ASSUME_FDATASYNC): Define unconditionally.
12365         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12366         (__ASSUME_SIGFRAME_V2): Likewise.
12367         )__ASSUME_EVENTFD2): Likewise.
12368         (__ASSUME_SIGNALFD4): Likewise.
12369         (__ASSUME_PSELECT): Do not undefine conditionally.
12370         (__ASSUME_PPOLL): Likewise.
12371         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12372         (__ASSUME_PSELECT): Define unconditionally.
12373         (__ASSUME_PPOLL): Likewise.
12374         (__ASSUME_O_CLOEXEC): Likewise.
12375         (__ASSUME_SOCK_CLOEXEC): Likewise.
12376         (__ASSUME_IN_NONBLOCK): Likewise.
12377         (__ASSUME_PIPE2): Likewise.
12378         (__ASSUME_EVENTFD2): Likewise.
12379         (__ASSUME_SIGNALFD4): Likewise.
12380         (__ASSUME_DUP3): Likewise.
12381         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12382         (__ASSUME_O_CLOEXEC): Likewise.
12383         (__ASSUME_SOCK_CLOEXEC): Likewise.
12384         (__ASSUME_IN_NONBLOCK): Likewise.
12385         (__ASSUME_PIPE2): Likewise.
12386         (__ASSUME_EVENTFD2): Likewise.
12387         (__ASSUME_SIGNALFD4): Likewise.
12388         (__ASSUME_DUP3): Likewise.
12389         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12390         (__ASSUME_EVENTFD2): Likewise.
12391         (__ASSUME_SIGNALFD4): Likewise.
12392         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12394 2014-05-12  Andreas Schwab  <schwab@suse.de>
12396         [BZ #16932]
12397         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12398         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12399         than maximum RPC packet size.
12400         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12401         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12402         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12403         (_nss_nis_getservbyport_r): Likewise.
12405 2014-05-12  Will Newton  <will.newton@linaro.org>
12407         * malloc/Makefile (tests): Add tst-mallopt.
12408         * malloc/tst-mallopt.c: New file.
12410 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12412         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12413         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12415 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12417         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12418         (tst-tlsmod6.so): Likewise.
12420 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12422         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12424 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12426         [BZ #16064]
12427         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12428         and <dl-procinfo.h>.
12429         (__fegetenv): Save SSE state in envp->__eip if supported.
12430         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12431         envp->__eip if supported.
12432         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12433         and <dl-procinfo.h>.
12434         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12435         __data_offset and __data_selector in environment to 0.  Set SSE
12436         state if supported.
12437         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12438         test-fenv-sse.
12439         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12440         -mfpmath=sse.
12441         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12443 2014-05-09  Will Newton  <will.newton@linaro.org>
12445         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12446         and libc_relro_required for ARM.
12447         * sysdeps/arm/preconfigure: Regenerate.
12449 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12450             Stefan Liebler  <stli@linux.vnet.ibm.com>
12452         * config.make.in (enable-lock-elision): New Makefile variable.
12453         * configure.ac: Likewise.
12454         * configure: Regenerate.
12455         * sysdeps/s390/configure.ac:
12456         Add check for gcc transactions support.
12457         * sysdeps/s390/configure: Regenerate.
12458         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12459         Build elision files if enabled.
12460         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12461         Add lock elision support for s390.
12462         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12463         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12464         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12465         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12466         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12467         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12468         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12469         Likewise.
12470         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12471         Likewise.
12472         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12473         Likewise.
12474         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12475         Likewise.
12476         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12477         (__lll_timedlock_elision, __lll_lock_elision)
12478         (__lll_unlock_elision, __lll_trylock_elision)
12479         (lll_timedlock_elision, lll_lock_elision)
12480         (lll_unlock_elision, lll_trylock_elision): Add.
12481         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12482         (pthread_mutex_t): Add lock elision support for s390.
12484 2014-05-14  Wilco  <wdijkstr@arm.com>
12486         * sysdeps/arm/fclrexcpt.c: Cleanup.
12487         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12488         * sysdeps/arm/feenablxcpt.c: Cleanup.
12489         * sysdeps/arm/fegetenv.c: Cleanup.
12490         * sysdeps/arm/fegetexcept.c: Cleanup.
12491         * sysdeps/arm/fegetround.c: Cleanup.
12492         * sysdeps/arm/feholdexcpt.c: Cleanup.
12493         * sysdeps/arm/fesetenv.c: Cleanup.
12494         * sysdeps/arm/fesetround.c: Cleanup.
12495         * sysdeps/arm/feupdateenv.c: Cleanup.
12496         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12497         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12498         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12499         * sysdeps/arm/ftestexcept.c: Cleanup.
12500         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12501         * sysdeps/arm/setfpucw.c: Cleanup.
12503 2014-05-09  Will Newton  <will.newton@linaro.org>
12505         * sysdeps/arm/armv7/strcmp.S: New file.
12506         * NEWS: Mention addition of ARMv7 optimized strcmp.
12508 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12510         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12511         look for %.ac rather than %.in.
12513         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12514         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12515         * sysdeps/mach/hurd/configure: Regenerated.
12516         * sysdeps/unix/sysv/linux/configure: Regenerated.
12518         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12520 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12522         [BZ# 16922]
12523         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12524         (LONG_SUB): Ditto.
12525         (PTR_SUB): Ditto.
12527 2014-05-07  Andreas Schwab  <schwab@suse.de>
12529         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12530         when skipping over non-matching result from nscd.
12532 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12534         [BZ #16876]
12535         * nptl/sockperf.c (client): Check socket return value.
12537         [BZ #16877]
12538         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12539         nscd security class.
12541 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12543         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12544         * sysdeps/arm/unwind.h: ... here.
12546 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12548         [BZ# 16916]
12549         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12550         Define.
12552 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12554         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12555         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12556         multiarch strncpy for PPC64.
12557         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12558         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12560         multiarch optimizations.
12561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12562         (__libc_ifunc_impl_list): Likewise.
12563         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12564         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12565         multiarch stpncpy for PPC64.
12566         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12567         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12569 2014-05-06  Andreas Schwab  <schwab@suse.de>
12571         [BZ #16912]
12572         * gmon/mcount.c (_MCOUNT_DECL): Use
12573         atomic_compare_and_exchange_bool_acq instead of
12574         catomic_compare_and_exchange_bool_acq.
12576 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12578         * elf/Makefile (others, install-bin): Remove pldd.
12579         (pldd-modules): Variable removed.
12580         ($(objpfx)pldd): Target removed.
12581         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12582         (others, install-bin): Append pldd here.
12583         ($(objpfx)pldd): New target.
12585         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12586         to 0, so the first #if test emitted later doesn't see it undefined.
12587         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12588         * sysdeps/gnu/errlist.c: Regenerated.
12590 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12592         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12593         [libc_hidden_builtin_def]: Define to empty value.
12594         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12595         [libc_hidden_builtin_def]: Likewise.
12596         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12597         [libc_hidden_builtin_def]: Likewise.
12598         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12599         [libc_hidden_builtin_def]: Likewise.
12600         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12601         __redirect_memcpy and define ifunc as default hidden symbol.
12602         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12603         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12605 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12607         * locale/iso-4217.def: Reintroduce XDR currency.
12609 2014-05-04  Allan McRae  <allan@archlinux.org>
12611         * po/eo.po: Update Esperanto translation from translation project.
12613 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12615         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12616         and FEATURE_INDEX_MAX to 1.
12617         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12619 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12621         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12622         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12623         * iconvdata/big5.c (ONE_DIRECTION): Define.
12624         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12625         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12626         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12627         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12628         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12629         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12630         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12631         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12632         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12633         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12634         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12635         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12636         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12637         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12638         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12639         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12640         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12641         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12642         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12643         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12644         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12645         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12646         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12647         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12648         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12649         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12650         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12651         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12652         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12653         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12654         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12655         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12656         * iconvdata/johab.c (ONE_DIRECTION): Define.
12657         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12658         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12659         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12660         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12661         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12662         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12663         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12664         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12665         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12666         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12668 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12670         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12671         (_IO_JUMPS_OFFSET): Define to 0.
12673         * nptl/sysdeps/pthread/bits/libc-lock.h
12674         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12675         (__libc_lock_define_initialized_recursive): Always define using
12676         initializer.  Modern compilers treat uninitialized (implicit zero) and
12677         explicit zero initializers the same (i.e. put the datum in bss).
12679 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12681         * nscd/nscd-client.h: Include <string.h>.
12683 2014-05-01  David S. Miller  <davem@davemloft.net>
12685         [BZ #16885]
12686         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12687         multiple zero bytes exist at the end of a string.
12688         Reported by Aurelien Jarno <aurelien@aurel32.net>
12690         * string/test-strcmp.c (check): Add explicit test for situations where
12691         there are multiple zero bytes after the first.
12693 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12695         [BZ #16890]
12696         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12697         when compiling wprintf.
12698         * stdio-common/tstdiomisc.c (t3): New function.
12699         (main): Call it.
12701 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12703         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12704         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12705         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12706         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12708 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12710         * stdlib/longlong.h: Updated from GCC.
12712 2014-05-01  Will Newton  <will.newton@linaro.org>
12713             Bernard Ogden  <bernie.ogden@linaro.org>
12715         * NEWS: Update fixed bug list.
12717         [BZ #15119]
12718         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12720 2014-04-30  David S. Miller  <davem@davemloft.net>
12722         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12723         (libc_feholdexcept_setround_sparc_ctx): New function.
12724         (libc_fesetenv_sparc_ctx): Likewise.
12725         (libc_feupdateenv_sparc_ctx): Likewise.
12726         (libc_feholdsetround_sparc_ctx): Likewise.
12727         (libc_feholdexcept_setround_ctx): Define.
12728         (libc_feholdexcept_setroundf_ctx): Likewise.
12729         (libc_feholdexcept_setroundl_ctx): Likewise.
12730         (libc_fesetenv_ctx): Likewise.
12731         (libc_fesetenvf_ctx): Likewise.
12732         (libc_fesetenvl_ctx): Likewise.
12733         (libc_feupdateenv_ctx): Likewise.
12734         (libc_feupdateenvf_ctx): Likewise.
12735         (libc_feupdateenvl_ctx): Likewise.
12736         (libc_feresetround_ctx): Likewise.
12737         (libc_feresetroundf_ctx): Likewise.
12738         (libc_feresetroundl_ctx): Likewise.
12739         (libc_feholdsetround_ctx): Likewise.
12740         (libc_feholdsetroundf_ctx): Likewise.
12741         (libc_feholdsetroundl_ctx): Likewise.
12743         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12744         with __USE_GNU instead of XOPEN cpp guards.
12746         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12747         0.
12749         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12750         with XOPEN cpp guards.
12752 2014-04-30  Julian Brown  <julian@codesourcery.com>
12754         [BZ #16888]
12755         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12756         handling.
12758 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12760         [BZ #9894]
12761         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12762         Change to 2.6.32.
12763         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12764         * sysdeps/unix/sysv/linux/configure: Regenerated.
12765         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12766         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12767         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12768         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12769         * README: Update reference to required Linux kernel version.
12770         * manual/install.texi (Linux): Update reference to required Linux
12771         kernel headers version.
12772         * INSTALL: Regenerated.
12774         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12775         header inclusion.
12776         [POSIX] (limits.h): Likewise.
12777         [POSIX] (math.h): Likewise.
12778         [POSIX] (sys/wait.h): Likewise.
12779         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12780         function.
12781         [POSIX] (stddef.h): Do not allow header inclusion.
12783 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12785         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12787 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12789         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12790         Return immediately after lll_futex_wake.
12792 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12794         [BZ #16791]
12795         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12796         structure.
12797         (datahead_init_pos): Call datahead_init_common early.
12798         (datahead_init_neg): Likewise.
12800         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12801         datahead_init_neg): New functions.
12802         * nscd/aicache.c (addhstaiX): Use them.
12803         * nscd/grpcache.c (cache_addgr): Likewise.
12804         * nscd/hstcache.c (cache_addhst): Likewise.
12805         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12806         * nscd/netgroupcache.c (do_notfound): Likewise.
12807         (addgetnetgrentX): Likewise.
12808         (addinnetgrX): Likewise.
12809         * nscd/pwdcache.c (cache_addpw): Likewise.
12810         * nscd/servicescache.c (cache_addserv): Likewise.
12812 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12813             Atsushi Onoe  <atsushi@onoe.org>
12815         [BZ #14308]
12816         [BZ #12994]
12817         [BZ #13651]
12818         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12819         one response is valid.
12820         * resolv/res_send.c (send_dg): Check for validity of other
12821         response if the current response is a referral.
12823 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12825         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12827 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12829         [BZ #16823]
12830         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12831         Always divide by positive zero when computing -Inf result.
12832         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12833         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12835 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12837         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12838         FPSCR if value do not change.
12839         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12840         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12841         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12842         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12843         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12844         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12845         function.
12847 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12849         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12850         * sysdeps/unix/sysv/linux/hppa: Move directory from
12851         ports/systeps/unix/sysv/linux/hppa.
12852         * README: Update listing for hppa-*-linux-gnu.
12854 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12856         [BZ #16754]
12857         * manual/stdio.texi (Hook functions): Fix types of stream hook
12858         functions.
12859         [BZ #16854]
12860         * socket/sys/socket.h: Fix typo in comment.
12862 2014-04-28  Wilco  <wdijkstr@arm.com>
12864         * sysdeps/arm/fenv_private.h: New file.
12865         * sysdeps/arm/math_private.h: New file.
12866         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12868 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12870         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12871         with __int128_t.
12872         (La_x86_64_retval): Likewise.
12874 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12876         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12877         fpsr if value didn't change.
12878         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12879         to fpcr if value didn't change.
12880         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12881         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12882         fpsr or fpcr if value didn't change.
12883         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12884         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12885         fpcr if value didn't change.
12886         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12887         to fpsr if value didn't change.
12889 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12891         * nptl/tst-sem3.c: Use test-skeleton.c
12892         (main): Rename to do_test.  Use return instead of
12893         exit.
12894         * nptl/tst-sem4.c: Use test-skeleton.c
12895         (main): Rename to do_test.
12897 2014-04-22  David S. Miller  <davem@davemloft.net>
12899         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12900         (struct sigaction): New struct member __glibc_reserved0, change
12901         type of sa_flags to int.
12903 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12905         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12906         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12908 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12910         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12911         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12913 2014-04-22  Will Newton  <will.newton@linaro.org>
12914             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12916         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12917         (__longjmp): Add longjmp and longjmp_target SystemTap
12918         probes.
12919         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12920         (__sigsetjmp): Add setjmp SystemTap probe.
12922 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12924         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12925         match manual order.
12927 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12929         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12931         * sysdeps/powerpc/fpu/fenv_private.h
12932         (libc_feholdexcept_setroundl_ctx): Define to
12933         libc_feholdexcept_setround_ppc_ctx.
12934         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12935         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12936         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12937         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12939 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12941         * sysdeps/aarch64/math-tests.h: New file.
12943 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12945         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12946         New.
12947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12948         Check and set bit_AVX2_Usable.
12949         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12950         macro.
12951         (bit_AVX2): Likewise.
12952         (index_AVX2_Usable): Likewise.
12953         (CPUID_AVX2): Likewise.
12954         (HAS_AVX2): Likewise.
12956 2014-04-17  Will Newton  <will.newton@linaro.org>
12958         * manual/setjmp.texi (System V contexts): Add note that
12959         calling setcontext on a context created by a call to a
12960         signal handler is undefined.  Update text to note that
12961         setcontext from a signal handler is possible but not
12962         recommended.
12964         [BZ #16629]
12965         * stdlib/tst-setcontext.c: Include signal.h.
12966         (main): Check that the signal stack before and
12967         after swapcontext is the same.
12969         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12970         Re-implement to restore registers in user code and avoid
12971         rt_sigreturn system call.
12973 2014-04-17  Wilco  <wdijkstr@arm.com>
12975         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
12976         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
12977         * math/test-fenv.c: Skip exception trap tests on targets which only
12978         support non-stop mode.
12980 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12981             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12983         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
12984         (libc_feholdsetround_aarch64_ctx)
12985         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
12986         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
12987         (libc_feresetround_ctx, libc_feresetroundf_ctx)
12988         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
12989         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
12990         (libc_feresetround_noexl_ctx): Define.
12992 2014-04-16  Richard Henderson  <rth@redhat.com>
12994         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
12996         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
12997         unwind tables.
12999         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13000         const from the non-libc, non-ldso copy.
13002         * sysdeps/alpha/libm-test-ulps: Regenerate.
13004 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13005             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13007         * sysdeps/aarch64/fpu/math_private.h: New file.
13009 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13011         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13013 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13015         [BZ #16275]
13016         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13017         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13018         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13019         Intel MPX bound registers before _dl_profile_fixup.
13020         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13021         registers after _dl_profile_fixup.  Save and restore bound
13022         registers bnd0/bnd1 when calling _dl_call_pltexit.
13023         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13024         (LR_BND_OFFSET): Likewise.
13025         (LRV_BND0_OFFSET): Likewise.
13026         (LRV_BND1_OFFSET): Likewise.
13028 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13030         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13031         to...
13032         * sysdeps/mach/hurd/i386/tls.h: ... here.
13033         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13034         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13035         fields.
13037 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13039         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13041 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13043         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13045 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13047         [BZ #14770]
13048         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13049         * sysdeps/s390/configure: Regenerate.
13051         [BZ #16824]
13052         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13053         Set round-to-nearest internally to reduce error accumulation.
13055 2014-04-16  Alan Modra  <amodra@gmail.com>
13057         [BZ #16740]
13058         [BZ #16619]
13059         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13060         * math/libm-test.inc (frexp_test_data): Add tests.
13061         * NEWS: Update fixed bug list.
13063 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13065         * benchtests/Makefile: Depend on libraries in build directory.
13066         (bench-math): Separate out math tests.
13067         (bench-pthread): Separate out pthread tests.
13068         (bench): Include math and pthread tests.
13070 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13072         [BZ #16831]
13073         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13074         _dl_debug_initialize.
13076         * configure.ac: Remove SELinux header check.
13077         * configure: Regenerate.
13078         * nscd/selinux.c (perms): Array of const char* to permission names.
13079         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13080         default policy. Call string_to_security_class and string_to_av_perm to
13081         translate strings. Enforce default policy and call avs_has_perm with
13082         results of translated strings.
13084 2014-04-13  David S. Miller  <davem@davemloft.net>
13086         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13088 2014-04-12  Allan McRae  <allan@archlinux.org>
13090         [BZ #16838]
13091         * manual/string.texi (Collation Functions): Fix qsort argument
13092         order in example.
13093         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13095 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13097         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13098         Make the test a no-op if there are no exceptions defined.
13100 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13102         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13103         enable-hardcoded-path-in-tests
13105 2014-04-11  Will Newton  <will.newton@linaro.org>
13107         * benchtests/Makefile (extra-objs): Add json-lib.o.
13108         (bench-func): Tidy up JSON output.
13109         * benchtests/bench-skeleton.c: Include json-lib.h.
13110         (main): Use JSON library functions to do output of
13111         benchmark results.
13112         * benchtests/bench-timing-type.c (main): Output the
13113         timing type simply, leaving formatting to the user.
13114         * benchtests/json-lib.c: New file.
13115         * benchtests/json-lib.h: Likewise.
13117 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13119         [BZ #15215]
13120         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13121         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13122         memory barriers.  Add comments.
13123         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13124         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13125         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13126         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13127         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13128         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13130 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13132         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13133         * sysdeps/s390/s390-64/configure.ac: ... this ...
13134         * sysdeps/s390/configure.ac: ... to here.
13135         * sysdeps/s390/s390-32/configure: Delete file.
13136         * sysdeps/s390/s390-64/configure: Delete file.
13137         * sysdeps/s390/configure: Regenerate.
13139 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13141         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13143 2014-04-11  Will Newton  <will.newton@linaro.org>
13145         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13146         to zero if it is not defined elsewhere.  (mtrim): Test
13147         the value of MALLOC_DEBUG with #if rather than #ifdef.
13149 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13151         * benchtests/pthread_once-inputs: New file.
13152         * benchtests/pthread_once-source.c: New file.
13153         * benchtests/README: Update documentation.
13155 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13156             H.J. Lu  <hongjiu.lu@intel.com>
13158         [BZ #16275]
13159         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13160         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13161         * sysdeps/x86_64/configure: Regenerated.
13162         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13163         macro.
13164         (REGISTER_SAVE_RAX): Likewise.
13165         (REGISTER_SAVE_RCX): Likewise.
13166         (REGISTER_SAVE_RDX): Likewise.
13167         (REGISTER_SAVE_RSI): Likewise.
13168         (REGISTER_SAVE_RDI): Likewise.
13169         (REGISTER_SAVE_R8): Likewise.
13170         (REGISTER_SAVE_R9): Likewise.
13171         (REGISTER_SAVE_BND0): Likewise.
13172         (REGISTER_SAVE_BND1): Likewise.
13173         (REGISTER_SAVE_BND2): Likewise.
13174         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13175         bound registers when calling _dl_fixup.
13177 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13179         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13180         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13181         of its definition.
13182         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13183         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13184         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13185         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13186         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13187         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13188         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13190 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13192         [BZ #15514]
13193         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13194         pathconf(_PC_NAME_MAX).
13196 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13198         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13199         Remove macro usage.
13200         (__PTHREAD_SPINS): Move definition to ...
13201         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13202         (__PTHREAD_SPINS): ... here.
13203         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13204         (__PTHREAD_SPIN): Likewise.
13205         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13206         (__PTHREAD_SPIN): Likewise.
13207         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13208         (__PTHREAD_SPIN): Likewise.
13209         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13210         (__PTHREAD_SPIN): Likewise.
13211         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13212         (__PTHREAD_SPIN): Likewise.
13213         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13214         (__PTHREAD_SPIN): Likewise.
13215         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13216         (__PTHREAD_SPIN): Likewise.
13217         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13218         (__PTHREAD_SPIN): Likewise.
13219         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13220         (__PTHREAD_SPIN): Likewise.
13221         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13222         (__PTHREAD_SPIN): Likewise.
13223         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13224         (__PTHREAD_SPIN): Likewise.
13225         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13226         (__PTHREAD_SPIN): Likewise.
13228         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13229         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13230         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13231         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13232         imply folder.
13233         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13234         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13235         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13236         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13237         correct imply path.
13238         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13239         strlen symbol for non multi-arch builds.
13240         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13241         missing hidden_def and weak_alias.
13243 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13245         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13247 2014-04-07  Will Newton  <will.newton@linaro.org>
13249         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13250         and contents.  [!_LIBC] Remove #ifndef and contents.
13251         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13252         * string/memccpy.c (__memccpy): Use ANSI prototype.
13253         * string/memfrob.c (memfrob): Likewise.
13254         * string/strcoll.c (STRCOLL): Likewise.
13255         * string/strlen.c (strlen): Likewise.
13256         * string/strtok.c (STRTOK): Likewise.
13257         * string/strcat.c: Remove unused #include of memcopy.h.
13258         (strcat): Use ANSI prototype.
13259         * string/strchr.c: Remove unused #include of memcopy.h.
13260         (strchr): Use ANSI prototype.
13261         * string/strcmp.c: Remove unused #include of memcopy.h.
13262         (strcmp): Use ANSI prototype.
13263         * string/strcpy.c: Remove unused #include of memcopy.h.
13264         (strcpy): Use ANSI prototype.
13266 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13268         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13269         * config.make.in (config-extra-cppflags): Set it from
13270         libc_extra_cppflags.
13271         * configure.ac (libc_extra_cflags): Make it accumulate over
13272         configure fragments.
13273         (libc_extra_cppflags): New flag.
13274         * configure. Regenerate.
13275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13276         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13277         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13280         [BZ #16815]
13281         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13282         result for FE_DOWNWARD rounding mode.
13283         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13284         Likewise.
13285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13287 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13289         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13290         in function argument name.
13292 2014-04-03  David Svoboda  <svoboda@cert.org>
13294         [BZ #5666]
13295         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13296         explicitly.
13298 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13300         * elf/dl-unmap-segments.h: New file.
13301         * sysdeps/generic/ldsodefs.h
13302         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13303         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13304         * elf/dl-fptr.c: Likewise.
13305         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13306         * sysdeps/aarch64/tlsdesc.c: Likewise.
13307         * sysdeps/arm/tlsdesc.c: Likewise.
13308         * sysdeps/i386/tlsdesc.c: Likewise.
13309         * sysdeps/tile/dl-runtime.c: Likewise.
13310         * sysdeps/x86_64/tlsdesc.c: Likewise.
13311         * elf/dl-load.h: New file.
13312         * elf/dl-load.c: Include it.
13313         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13314         Macros moved to dl-load.h.
13315         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13316         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13317         Use _dl_unmap_segments in place of __munmap.
13318         Break out segment-mapping loop into ...
13319         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13321 2014-04-03  Will Newton  <will.newton@linaro.org>
13323         * elf/dl-lookup.c (do_lookup_x): Remove comment
13324         referring to nested function and move variable
13325         declarations down to before first use.
13327 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13329         [BZ #16799]
13330         [BZ #16800]
13331         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13332         with 0 numerator.
13333         * math/s_catanf.c (__catanf): Likewise.
13334         * math/s_catanh.c (__catanh): Likewise.
13335         * math/s_catanhf.c (__catanhf): Likewise.
13336         * math/s_catanhl.c (__catanhl): Likewise.
13337         * math/s_catanl.c (__catanl): Likewise.
13338         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13339         by positive zero when computing -Inf result.
13340         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13341         (catanh_test): Likewise.
13342         * sysdeps/i386/fpu/libm-test-ulps: Update.
13343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13345         [BZ #16789]
13346         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13347         instead of using underflowing value in computing result.
13348         * math/s_clog10.c (__clog10): Likewise.
13349         * math/s_clog10f.c (__clog10f): Likewise.
13350         * math/s_clog10l.c (__clog10l): Likewise.
13351         * math/s_clogf.c (__clogf): Likewise.
13352         * math/s_clogl.c (__clogl): Likewise.
13353         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13354         (clog10_test): Likewise.
13355         * sysdeps/i386/fpu/libm-test-ulps: Update.
13356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13358 2014-04-02  Alan Modra  <amodra@gmail.com>
13360         [BZ #16739]
13361         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13362         output when value is near a power of two.  Use int64_t for lx and
13363         remove casts.  Use decimal rather than hex exponent constants.
13364         Don't use long double multiplication when double will suffice.
13365         * math/libm-test.inc (nextafter_test_data): Add tests.
13366         * NEWS: Add 16739 and 16786 to bug list.
13368         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13370         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13372 2014-04-01  Will Newton  <will.newton@linaro.org>
13374         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13375         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13377 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13379         [BZ #13347]
13380         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13381         * nptl/tst-setuid2.c: New file.
13382         * nptl/Makefile (xtests): Add tst-setuid2.
13384 2014-04-01  Alan Modra  <amodra@gmail.com>
13386         [BZ #16786]
13387         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13389 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13391         [BZ #6803]
13392         [BZ #6804]
13393         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13394         set errno as appropriate.
13395         * math/w_scalbf.c (__scalbf): Likewise.
13396         * math/w_scalbl.c (__scalbl): Likewise.
13397         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13398         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13399         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13400         Add more NaN tests.
13402         [BZ #16349]
13403         * math/w_atan2.c: Include <errno.h>.
13404         (__atan2): Set errno for result underflowing to zero.
13405         * math/w_atan2f.c: Include <errno.h>.
13406         (__atan2f): Set errno for result underflowing to zero.
13407         * math/w_atan2l.c: Include <errno.h>.
13408         (__atan2l): Set errno for result underflowing to zero.
13409         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13410         tests.
13411         * math/auto-libm-test-out: Regenerated.
13413 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13415         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13416         Encode instruction correctly in little endian.
13417         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13418         Likewise.
13419         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13420         Likewise.
13421         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13422         Likewise.
13423         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13424         Likewise.
13426 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13428         [BZ #9894]
13429         * sysdeps/unix/sysv/linux/kernel-features.h
13430         [__sparc__ && !__arch64__ && !__sparc_v9__]
13431         (__ASSUME_SET_ROBUST_LIST): Do not define.
13432         [__sparc__ && !__arch64__ && !__sparc_v9__]
13433         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13434         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13435         Likewise.
13436         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13437         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13438         (__ASSUME_REQUEUE_PI): Likewise.
13439         (__ASSUME_SET_ROBUST_LIST): Likewise.
13440         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13441         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13442         Undefine.
13443         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13444         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13445         Likewise.
13446         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13447         Likewise.
13448         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13449         Likewise.
13450         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13451         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13452         Undefine.
13453         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13454         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13455         Likewise.
13457         [BZ #16648]
13458         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13459         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13460         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13462 2014-03-31  Will Newton  <will.newton@linaro.org>
13464         * benchtests/Makefile (bench): Add ffs and ffsll to list
13465         of tests.
13466         * benchtests/ffs-inputs: New file.
13467         * benchtests/ffsll-inputs: Likewise.
13469 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13471         [BZ #16770]
13472         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13473         too large before casting to int.
13474         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13475         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13476         * math/libm-test.inc (scalb_test_data): Add more tests.
13478 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13480         * benchtests/Makefile (DETAILED_OPT): New make option.
13481         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13482         set.
13483         * benchtests/bench-skeleton.c: Include stdbool.h.
13484         (main): Store and print timings per input.
13485         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13486         member to each argument value.
13487         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13488         (_print_arg_data): Initialize per-input timing to 0.
13490         * benchtests/Makefile (timing-type): New binary.
13491         (bench-clean): Also remove bench-timing-type.
13492         (bench): New target for timing-type.
13493         (bench-func): Print output in JSON format.
13494         * benchtests/bench-skeleton.c (main): Print output in JSON
13495         format.
13496         * benchtests/bench-timing-type.c: New file.
13497         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13498         (TIMING_PRINT_STATS): Remove.
13499         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13500         name separately.
13502         * benchtests/bench-modf.c: Remove.
13503         * benchtests/modf-inputs: New inputs file.
13505 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13507         [BZ #16362]
13508         * math/s_clog10.c (M_PI_LOG10E): New macro.
13509         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13510         imaginary parts are 0.
13511         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13512         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13513         imaginary parts are 0.
13514         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13515         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13516         imaginary parts are 0.
13517         * math/libm-test.inc (clog10_test_data): Update expected results
13518         for when real and imaginary parts are 0.
13520 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13522         * elf/dl-load.c: Finish conversion of __builtin_expect into
13523         __glibc_{un}likely.
13525 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13527         [BZ #16348]
13528         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13529         1+x for argument with exponent below -67.
13530         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13531         Likewise.
13532         * math/auto-libm-test-in: Add more tests of exp.
13533         * math/auto-libm-test-out: Regenerated.
13535 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13537         [BZ #16759]
13538         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13539         (nscd_getnetgrent): Use it.
13541         [BZ #16760]
13542         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13543         of stpcpy.
13545 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13547         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13548         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13549         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13550         (lll_robust_unlock): Remove out of line section. Use cfi
13551         intrinsics.
13552         (LLL_STUB_UNWIND_INFO*): Remove.
13553         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13554         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13555         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13556         (lll_robust_unlock): Remove out of line section. Use cfi
13557         intrinsics.
13558         (LLL_STUB_UNWIND_INFO*): Remove.
13560 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13562         [BZ #16758]
13563         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13564         blank values.
13566 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13568         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13570 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13572         [BZ #16198]
13573         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13574         fnstenv.
13575         * math/test-fenv-preserve.c: New file.
13576         * math/Makefile (tests): Add test-fenv-preserve.
13578 2014-03-26  Will Newton <will.newton@linaro.org>
13580         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13582 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13584         * scripts/versionlist.awk: Partition the version sets and emit all
13585         GLIBC_* (sorted) before all others (sorted).
13587 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13589         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13590         GLIBC_2.2.5 version.
13592 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13594         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13595         calls.
13597         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13598         previous change.
13600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13602 2014-03-25  Andreas Schwab  <schwab@suse.de>
13604         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13605         label to be used after in6ailist is initialized.
13607 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13609         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13610         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13612 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13614         [BZ #16357]
13615         [BZ #16599]
13616         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13617         min_plus_half.
13618         (fp_formats): Update initializers.
13619         (init_fp_formats): Initialize new field.
13620         (output_for_one_input_case): Allow underflow for results up to
13621         min_plus_half.
13622         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13623         * math/auto-libm-test-in: Don't mark some underflows from asin and
13624         atanh as spurious.
13625         * math/auto-libm-test-out: Regenerated.
13626         * sysdeps/i386/fpu/libm-test-ulps: Update.
13627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13629 2014-03-25  Andreas Schwab  <schwab@suse.de>
13631         * libio/Makefile (tst-ftell-partial-wide-ENV)
13632         (tst-ftell-active-handler-ENV): Define.
13634 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13636         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13638 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13640         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13642 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13644         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13645         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13646         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13648 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13650         [BZ #16634]
13651         * elf/dl-load.c (open_verify): Add mode parameter.
13652         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13653         (open_path): Change from boolean 'secure' to complete flag 'mode'
13654         (_dl_map_object): Adjust.
13655         * elf/Makefile (tests): Add tst-dlopen-aout.
13656         * elf/tst-dlopen-aout.c: New test.
13658 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13660         [BZ #16714]
13661         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13662         (struct stat): Rename member pad0 to __glibc_reserved0.
13664         [BZ #16712]
13665         * sysdeps/s390/s390-32/bits/wordsize.h
13666         (__WORDSIZE32_SIZE_ULONG): New define.
13667         * sysdeps/s390/s390-64/bits/wordsize.h
13668         (__WORDSIZE32_SIZE_ULONG): Likewise.
13669         * sysdeps/generic/stdint.h (SIZE_MAX):
13670         Define as UL if __WORDSIZE32_SIZE_ULONG.
13672         [BZ #16713]
13673         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13674         (__glibc_reserved0): New variable.
13675         (sa_flags): Change type to int.
13677         * posix/Makefile (before-compile): Use += before-compile instead
13678         of a :=.
13680         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13681         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13683 2014-03-20  Andreas Schwab  <schwab@suse.de>
13685         [BZ #16743]
13686         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13687         non-matching result from nscd.
13689 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13691         * scripts/bench.py: Moved to ...
13692         * benchtests/scripts/bench.py: ... here.
13693         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13695 2014-03-24  Andreas Schwab  <schwab@suse.de>
13697         [BZ #16002]
13698         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13699         alloca_account and account alloca use for struct in6ailist.
13701 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13703         [BZ #16284]
13704         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13705         rounding mode to recompute results that overflow to infinity or
13706         underflow to zero.
13707         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13708         bug 16284.
13709         * math/auto-libm-test-out: Regenerated.
13710         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13711         (ccosh_test): Likewise.
13712         (csin_test_data): Use plus_oflow.
13713         (csin_test): Use ALL_RM_TEST.
13714         (csinh_test_data): Use plus_oflow.
13715         (csinh_test): Use ALL_RM_TEST.
13716         * sysdeps/i386/fpu/libm-test-ulps: Update.
13717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13719 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13721         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13722         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13723         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13725         [BZ #16731]
13726         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13727         when x - 1 is zero.
13728         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13729         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13730         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13731         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13732         argument is 1.
13733         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13734         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13735         zero.
13736         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13737         * sysdeps/i386/fpu/libm-test-ulps: Update.
13738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13740 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13742         * scripts/bench.pl: Remove file.
13743         * scripts/bench.py: New benchmark script.
13744         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13745         * benchtests/README: Mention python dependency.
13746         * scripts/pylintrc: New file.
13747         * scripts/pylint: New file.
13749         * bits/mathdef.h: Use #ifdef instead of #if.
13750         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13751         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13752         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13753         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13754         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13755         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13757 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13758             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13760         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13761         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13762         and strpbrk-ppc64 objects.
13763         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13764         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13765         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13766         multiarch strpbrk for POWER7.
13767         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13768         multiarch strpbrk for PPC64.
13769         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13770         ifunc selector.
13771         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13772         strpbrk for POWER7.
13774 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13776         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13777         (atan_test): Likewise.
13778         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13779         (atanh_test): Use ALL_RM_TEST.
13780         (atan2_test_data): Likewise.
13781         (cabs_test): Likewise.
13782         (cacosh_test): Likewise.
13783         (carg_test): Likewise.
13784         (casin_test): Likewise.
13785         (casinh_test): Likewise.
13786         (cbrt_test): Likewise.
13787         (csqrt_test): Likewise.
13788         (erf_test): Likewise.
13789         (erfc_test): Likewise.
13790         (pow10_test): Likewise.
13791         (exp2_test): Likewise.
13792         (hypot_test): Likewise.
13793         (j0_test): Likewise.
13794         (j1_test): Likewise.
13795         (lgamma_test): Likewise.
13796         (gamma_test): Likewise.
13797         (sincos_test): Likewise.
13798         (tanh_test): Likewise.
13799         (y0_test): Likewise.
13800         (y1_test): Likewise.
13801         * sysdeps/i386/fpu/libm-test-ulps: Update.
13802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13804 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13806         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13807         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13808         and strcspn-ppc64 objects.
13809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13810         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13811         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13812         multiarch strcspn for POWER7.
13813         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13814         multiarch strcspn for PPC64.
13815         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13816         ifunc selector.
13817         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13818         strcspn for POWER7.
13820 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13822         * math/gen-libm-test.pl (generate_testfile): Expect only function
13823         name as argument to AUTO_TESTS_* and pass results for all rounding
13824         modes to parse_args.
13825         (parse_auto_input): Separate inputs of automatic tests from
13826         outputs before storing in %auto_tests.
13827         * math/libm-test.inc (acos_test_data): Update call to
13828         AUTO_TESTS_f_f.
13829         (acos_test): Use ALL_RM_TEST.
13830         (acos_tonearest_test_data): Remove.
13831         (acos_test_tonearest): Likewise.
13832         (acos_towardzero_test_data): Likewise.
13833         (acos_test_towardzero): Likewise.
13834         (acos_downward_test_data): Likewise.
13835         (acos_test_downward): Likewise.
13836         (acos_upward_test_data): Likewise.
13837         (acos_test_upward): Likewise.
13838         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13839         (asin_test_data): Likewise.
13840         (asin_test): Use ALL_RM_TEST.
13841         (asin_tonearest_test_data): Remove.
13842         (asin_test_tonearest): Likewise.
13843         (asin_towardzero_test_data): Likewise.
13844         (asin_test_towardzero): Likewise.
13845         (asin_downward_test_data): Likewise.
13846         (asin_test_downward): Likewise.
13847         (asin_upward_test_data): Likewise.
13848         (asin_test_upward): Likewise.
13849         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13850         (atan_test_data): Likewise.
13851         (atanh_test_data): Likewise.
13852         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13853         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13854         (carg_test_data): Likewise.
13855         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13856         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13857         (ccosh_test_data): Likewise.
13858         (cexp_test_data): Likewise.
13859         (clog_test_data): Likewise.
13860         (clog10_test_data): Likewise.
13861         (cos_test_data): Update call to AUTO_TESTS_f_f.
13862         (cos_test): Use ALL_RM_TEST.
13863         (cos_tonearest_test_data): Remove.
13864         (cos_test_tonearest): Likewise.
13865         (cos_towardzero_test_data): Likewise.
13866         (cos_test_towardzero): Likewise.
13867         (cos_downward_test_data): Likewise.
13868         (cos_test_downward): Likewise.
13869         (cos_upward_test_data): Likewise.
13870         (cos_test_upward): Likewise.
13871         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13872         (cosh_test): Use ALL_RM_TEST.
13873         (cosh_tonearest_test_data): Remove.
13874         (cosh_test_tonearest): Likewise.
13875         (cosh_towardzero_test_data): Likewise.
13876         (cosh_test_towardzero): Likewise.
13877         (cosh_downward_test_data): Likewise.
13878         (cosh_test_downward): Likewise.
13879         (cosh_upward_test_data): Likewise.
13880         (cosh_test_upward): Likewise.
13881         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13882         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13883         (ctan_test_data): Likewise.
13884         (ctan_test): Use ALL_RM_TEST.
13885         (ctan_tonearest_test_data): Remove.
13886         (ctan_test_tonearest): Likewise.
13887         (ctan_towardzero_test_data): Likewise.
13888         (ctan_test_towardzero): Likewise.
13889         (ctan_downward_test_data): Likewise.
13890         (ctan_test_downward): Likewise.
13891         (ctan_upward_test_data): Likewise.
13892         (ctan_test_upward): Likewise.
13893         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13894         (ctanh_test): Use ALL_RM_TEST.
13895         (ctanh_tonearest_test_data): Remove.
13896         (ctanh_test_tonearest): Likewise.
13897         (ctanh_towardzero_test_data): Likewise.
13898         (ctanh_test_towardzero): Likewise.
13899         (ctanh_downward_test_data): Likewise.
13900         (ctanh_test_downward): Likewise.
13901         (ctanh_upward_test_data): Likewise.
13902         (ctanh_test_upward): Likewise.
13903         (erf_test_data): Update call to AUTO_TESTS_f_f.
13904         (erfc_test_data): Likewise.
13905         (exp_test_data): Likewise.
13906         (exp_test): Use ALL_RM_TEST.
13907         (exp_tonearest_test_data): Remove.
13908         (exp_test_tonearest): Likewise.
13909         (exp_towardzero_test_data): Likewise.
13910         (exp_test_towardzero): Likewise.
13911         (exp_downward_test_data): Likewise.
13912         (exp_test_downward): Likewise.
13913         (exp_upward_test_data): Likewise.
13914         (exp_test_upward): Likewise.
13915         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13916         (exp10_test): Use ALL_RM_TEST.
13917         (exp10_tonearest_test_data): Remove.
13918         (exp10_test_tonearest): Likewise.
13919         (exp10_towardzero_test_data): Likewise.
13920         (exp10_test_towardzero): Likewise.
13921         (exp10_downward_test_data): Likewise.
13922         (exp10_test_downward): Likewise.
13923         (exp10_upward_test_data): Likewise.
13924         (exp10_test_upward): Likewise.
13925         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13926         (expm1_test_data): Likewise.
13927         (expm1_test): Use ALL_RM_TEST.
13928         (expm1_tonearest_test_data): Remove.
13929         (expm1_test_tonearest): Likewise.
13930         (expm1_towardzero_test_data): Likewise.
13931         (expm1_test_towardzero): Likewise.
13932         (expm1_downward_test_data): Likewise.
13933         (expm1_test_downward): Likewise.
13934         (expm1_upward_test_data): Likewise.
13935         (expm1_test_upward): Likewise.
13936         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13937         (fma_test): Use ALL_RM_TEST.
13938         (fma_towardzero_test_data): Remove.
13939         (fma_test_towardzero): Likewise.
13940         (fma_downward_test_data): Likewise.
13941         (fma_test_downward): Likewise.
13942         (fma_upward_test_data): Likewise.
13943         (fma_test_upward): Likewise.
13944         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13945         (j0_test_data): Update call to AUTO_TESTS_f_f.
13946         (j1_test_data): Likewise.
13947         (jn_test_data): Update call to AUTO_TESTS_if_f.
13948         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13949         (log_test_data): Update call to AUTO_TESTS_f_f.
13950         (log10_test_data): Likewise.
13951         (log1p_test_data): Likewise.
13952         (log2_test_data): Likewise.
13953         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13954         (pow_tonearest_test_data): Likewise.
13955         (sin_test_data): Update call to AUTO_TESTS_f_f.
13956         (sin_test): Use ALL_RM_TEST.
13957         (sin_tonearest_test_data): Remove.
13958         (sin_test_tonearest): Likewise.
13959         (sin_towardzero_test_data): Likewise.
13960         (sin_test_towardzero): Likewise.
13961         (sin_downward_test_data): Likewise.
13962         (sin_test_downward): Likewise.
13963         (sin_upward_test_data): Likewise.
13964         (sin_test_upward): Likewise.
13965         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13966         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13967         (sinh_test): Use ALL_RM_TEST.
13968         (sinh_tonearest_test_data): Remove.
13969         (sinh_test_tonearest): Likewise.
13970         (sinh_towardzero_test_data): Likewise.
13971         (sinh_test_towardzero): Likewise.
13972         (sinh_downward_test_data): Likewise.
13973         (sinh_test_downward): Likewise.
13974         (sinh_upward_test_data): Likewise.
13975         (sinh_test_upward): Likewise.
13976         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
13977         (sqrt_test): Use ALL_RM_TEST.
13978         (sqrt_tonearest_test_data): Remove.
13979         (sqrt_test_tonearest): Likewise.
13980         (sqrt_towardzero_test_data): Likewise.
13981         (sqrt_test_towardzero): Likewise.
13982         (sqrt_downward_test_data): Likewise.
13983         (sqrt_test_downward): Likewise.
13984         (sqrt_upward_test_data): Likewise.
13985         (sqrt_test_upward): Likewise.
13986         (tan_test_data): Update call to AUTO_TESTS_f_f.
13987         (tan_test): Use ALL_RM_TEST.
13988         (tan_tonearest_test_data): Remove.
13989         (tan_test_tonearest): Likewise.
13990         (tan_towardzero_test_data): Likewise.
13991         (tan_test_towardzero): Likewise.
13992         (tan_downward_test_data): Likewise.
13993         (tan_test_downward): Likewise.
13994         (tan_upward_test_data): Likewise.
13995         (tan_test_upward): Likewise.
13996         (tanh_test_data): Update call to AUTO_TESTS_f_f.
13997         (tgamma_test_data): Likewise.
13998         (y0_test_data): Likewise.
13999         (y1_test_data): Likewise.
14000         (yn_test_data): Update call to AUTO_TESTS_if_f.
14001         (main): Do not call removed functions.
14003 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14005         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14006         (ldexp_test_data): Remove.
14007         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14008         scalbn_test_data.
14009         (scalb_test): Use ALL_RM_TEST.
14011 2014-03-19  Andreas Schwab  <schwab@suse.de>
14013         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14015 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14017         [BZ #16649]
14018         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14019         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14020         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14021         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14022         (__ASSUME_PREADV): Undefine.
14023         (__ASSUME_PWRITEV): Likewise.
14025 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14027         * bits/mman-linux.h: Add comment about non-Linux use.
14028         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14029         bits/mman-linux.h resting place.
14031         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14032         * bits/mman-linux.h: ... here.
14034 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14036         * conform/conformtest.pl: Add standard definition when calling C
14037         preprocessor on data files.
14038         (checknamespace): Remove unused variable.
14040 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14042         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14043         minus_oflow, plus_uflow and minus_uflow in expected results.
14044         * math/libm-test.inc (scalbn_test_data): Add more tests of
14045         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14046         minus_uflow.
14047         (scalbn_test): Use ALL_RM_TEST.
14048         (scalbln_test_data): Add more tests of negative arguments.  Use
14049         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14050         (scalbln_test): Use ALL_RM_TEST.
14052 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14054         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14056 2014-03-18  Will Newton  <will.newton@linaro.org>
14058         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14059         inaccurate comment.
14061 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14063         * Makerules [!subdir] (check-abi): Exit with error status if a
14064         test failed.
14066 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14068         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14069         for rint.  Include results for all rounding modes.
14070         (nearbyint_test): Use ALL_RM_TEST.
14071         (rint_test_data): Include all tests used for nearbyint.
14073 2014-03-17  Will Newton  <will.newton@linaro.org>
14075         * nptl/sysdeps/pthread/pthread.h: Revert previous
14076         change.
14078         * sysdeps/generic/ldsodefs.h: Revert previous
14079         change.
14081         * libio/genops.c: Revert previous change.
14082         * libio/libioP.h: Likewise.
14083         * stdio-common/vfprintf.c: Likewise.
14085         * sysdeps/generic/math_private.h: Revert previous
14086         change.
14088         * sysdeps/generic/math_private.h: Check whether
14089         HAVE_RM_CTX is defined with #ifdef rather
14090         than #if.
14092         * argp/argp-fmtstream.h: Check whether
14093         __STRICT_ANSI__ is defined with #ifdef rather
14094         than #if.
14095         * argp/argp.h: Likewise.
14097         * libio/genops.c: Check whether
14098         _IO_JUMPS_OFFSET is defined with #ifdef rather
14099         than #if.
14100         * libio/libioP.h: Likewise.
14101         * stdio-common/vfprintf.c: Likewise.
14103         * sysdeps/generic/ldsodefs.h: Check whether
14104         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14105         than #if.
14107         * nptl/sysdeps/pthread/pthread.h: Check
14108         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14109         its value.
14111 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14113         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14114         setting O_APPEND.
14115         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14116         test case.
14118         [BZ #16680]
14119         * libio/fileops.c (_IO_file_open): Seek to end of file but
14120         don't cache the offset.
14121         (get_file_offset): Remove function.
14122         (do_ftell): Use cached offset when available.
14123         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14124         don't cache the offset.
14125         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14126         case.
14127         (do_one_test): Call it.
14128         (do_ftell_test): Fix up expected old offset for a+ mode.
14129         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14130         available.
14132         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14133         up test status with function return status.
14134         (do_write_test): Likewise.
14135         (do_append_test): Likewise.
14137         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14138         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14139         Remove.
14141 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14143         * math/gen-libm-test.pl (parse_args): Handle results specified for
14144         each rounding mode separately.
14145         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14146         tests and results from lrint_tonearest_test_data,
14147         lrint_towardzero_test_data, lrint_downward_test_data and
14148         lrint_upward_test_data.
14149         (lrint_test): Use ALL_RM_TEST.
14150         (lrint_tonearest_test_data): Remove.
14151         (lrint_test_tonearest): Likewise.
14152         (lrint_towardzero_test_data): Likewise.
14153         (lrint_test_towardzero): Likewise.
14154         (lrint_downward_test_data): Likewise.
14155         (lrint_test_downward): Likewise.
14156         (lrint_upward_test_data): Likewise.
14157         (lrint_test_upward): Likewise.
14158         (llrint_test_data): Merge in per-rounding-mode tests and results
14159         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14160         llrint_downward_test_data and llrint_upward_test_data.
14161         (llrint_test): Use ALL_RM_TEST.
14162         (llrint_tonearest_test_data): Remove.
14163         (llrint_test_tonearest): Likewise.
14164         (llrint_towardzero_test_data): Likewise.
14165         (llrint_test_towardzero): Likewise.
14166         (llrint_downward_test_data): Likewise.
14167         (llrint_test_downward): Likewise.
14168         (llrint_upward_test_data): Likewise.
14169         (llrint_test_upward): Likewise.
14170         (rint_test_data): Merge in per-rounding-mode tests and results
14171         from rint_tonearest_test_data, rint_towardzero_test_data,
14172         rint_downward_test_data and rint_upward_test_data.  Add
14173         per-rounding-mode results for tests not in those arrays.
14174         (rint_test): Use ALL_RM_TEST.
14175         (rint_tonearest_test_data): Remove.
14176         (rint_test_tonearest): Likewise.
14177         (rint_towardzero_test_data): Likewise.
14178         (rint_test_towardzero): Likewise.
14179         (rint_downward_test_data): Likewise.
14180         (rint_test_downward): Likewise.
14181         (rint_upward_test_data): Likewise.
14182         (rint_test_upward): Likewise.
14183         (main): Don't call removed functions.
14185 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14187         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14188         "Compiled on ..." crapola.  It is anti-useful.
14190 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14192         * scripts/evaluate-test.sh: Handle fourth argument to determine
14193         whether test run should stop on failure.
14194         * Makeconfig (stop-on-test-failure): New variable.
14195         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14196         $(stop-on-test-failure).
14197         * Makefile (tests): Give a summary of results from testing and
14198         exit with failure status if they include an ERROR or FAIL.
14199         (xtests): Likewise.
14200         * manual/install.texi (Configuring and compiling): Mention
14201         stop-on-test-failure=y.
14202         * INSTALL: Regenerated.
14204 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14206         * scripts/versionlist.awk: New file.
14207         * Makerules [$(build-shared) = yes]
14208         (postclean-generated): Add Versions.def, not Versions.def.v and
14209         Versions.def.v.i.
14210         ($(common-objpfx)Versions.def.v.i): Target removed.
14211         ($(common-objpfx)Versions.def): New target.
14212         ($(common-objpfx)Versions.all): Depend on that rather that
14213         $(common-objpfx)Versions.def.v.
14214         * Versions.def: File removed.
14216         * Makeconfig (+gccwarn): Add -Wundef.
14217         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14218         a dl-sysdep.h breaking its contract.
14219         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14220         * include/stackinfo.h: New file.
14221         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14222         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14223         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14224         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14225         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14226         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14227         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14228         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14229         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14230         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14231         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14232         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14233         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14234         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14235         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14237 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14239         [BZ #16707]
14240         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14241         implementation.
14242         * math/libm-test.inc (round_test_data): Add more tests.
14244         [BZ #16706]
14245         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14246         implementation.
14247         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14249         [BZ #16701]
14250         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14251         implementation.
14252         * math/libm-test.inc (ceil_test_data): Add more tests.
14254         * math/libm-test.inc (trunc_test_data): Add more tests related to
14255         BZ#16414.
14257 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14259         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14260         with #if rather than #ifdef.
14261         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14263 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14265         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14266         first.  Disable AVX-512 GCC support if assembler doesn't support
14267         it.
14268         * sysdeps/x86_64/configure: Regenerated.
14270 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14272         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14273         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14274         (__old_pthread_attr_setstack): Likewise.
14275         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14276         [!_STACK_GROWS_DOWN]: Likewise.
14278 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14280         * config.make.in (have-bash2): Delete.
14281         * configure.ac (libc_cv_have_bash2): Delete.
14282         * configure: Regenerate.
14283         * elf/Makefile (common-ldd-rewrite): Rename to ...
14284         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14285         (sh-ldd-rewrite): Delete.
14286         (bash-ldd-rewrite): Delete.
14287         (have-bash2): Delete checks.
14288         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14289         ldd-rewrite.
14291         * config.make.in (have-ksh): Delete.
14292         (KSH): Delete.
14293         * configure.ac (libc_cv_have_ksh): Delete.
14294         * configure: Regenerate.
14296         * elf/Makefile: Delete $(have-ksh) check.
14297         ($(objpfx)sotruss): Change KSH to BASH.
14298         * elf/sotruss.ksh: Rename to ...
14299         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14300         function style to match POSIX.  Drop ksh vim mode setting.
14302         * manual/time.texi (Specifying the Time Zone with TZ): Change
14303         Tuesday to Thursday.
14305         * debug/tst-longjmp_chk2.c: Update header comment.
14306         (stackoverflow_handler): Add comment.  Call assert on pass value.
14308 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14310         [BZ #16194]
14311         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14312         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14313         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14314         (La_x86_64_vector): Add zmm.
14315         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14316         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14317         ($(objpfx)tst-audit10): New target.
14318         ($(objpfx)tst-audit10.out): Likewise.
14319         (tst-audit10-ENV): New.
14320         (AVX512-CFLAGS): Likewise.
14321         (CFLAGS-tst-audit10.c): Likewise.
14322         (CFLAGS-tst-auditmod10a.c): Likewise.
14323         (CFLAGS-tst-auditmod10b.c): Likewise.
14324         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14325         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14326         * sysdeps/x86_64/configure: Regenerated.
14327         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14328         AVX-512 zmm register support.
14329         (_dl_x86_64_save_sse): Likewise.
14330         (_dl_x86_64_restore_sse): Likewise.
14331         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14332         size vector registers.
14333         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14334         (ZMM_SIZE): Likewise.
14335         * sysdeps/x86_64/tst-audit10.c: New file.
14336         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14337         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14339 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14341         * configure.ac (HAVE_EHDR_START): New check.
14342         * configure: Regenerated.
14343         * config.h.in (HAVE_EHDR_START): New #undef.
14344         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14345         assuming the lowest-addressed segment maps the start of the file.
14347 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14349         * INSTALL: Regenerated.
14351 2014-03-13  Will Newton  <will.newton@linaro.org>
14353         * manual/setjmp.texi (System V contexts): Improve
14354         clarity and grammar of documentation.
14356 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14358         [BZ #16381]
14359         * elf/Makefile (tests): Add tst-pie2.
14360         (tests-pie): Add tst-pie2.
14361         * elf/tst-pie2.c: New file.
14362         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14363         for ET_EXEC.
14364         * elf/rtld.c (map_doit): Load executable as lt_executable.
14365         (dl_main): Likewise.
14367 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14369         [BZ #16642]
14370         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14371         (__ASSUME_PSELECT): Undefine.
14373 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14375         [BZ #16689]
14376         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14377         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14378         static build.
14379         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14380         selector for static builds.
14382 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14384         [BZ #16695]
14385         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14386         key in the buffer.
14388 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14390         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14391         IFUNC selector for static builds.
14393 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14395         * sysdeps/mips/math_private.h [__mips_hard_float]
14396         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14397         libc_feresetround_mips_ctx.
14398         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14399         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14400         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14402         [BZ #16677]
14403         * math/s_nextafter.c (__nextafter): Do not return value from
14404         overflowing computation.
14405         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14406         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14407         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14408         Likewise.
14409         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14410         Likewise.
14411         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14412         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14414 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14416         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14417         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14418         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14419         the new mov targetting sp.
14421 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14423         [BZ #16683]
14424         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14425         Define it for static builds as well.
14426         (NO_BZERO_IMPL): Likewise.
14428 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14430         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14431         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14432         multiarch strspn for PPC64.
14433         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14434         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14435         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14436         (__libc_ifunc_impl_list): Likewise.
14437         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14438         multiarch optimizations
14439         * string/strspn.c (strspn): Using macro to redefine symbol name.
14441 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14442             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14444         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14445         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14446         multiarch strncat for PPC64.
14447         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14448         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14450         (__libc_ifunc_impl_list): Likewise.
14451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14452         multiarch optimizations
14454 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14456         [BZ #16639]
14457         * nscd/nscd.service: Make service type forking.
14459 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14461         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14462         sign in non default rounding modes.
14463         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14465 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14467         * math/libm-test.inc (ALL_RM_TEST): New macro.
14468         (ceil_test): Use ALL_RM_TEST.
14469         (cimag_test): Likewise.
14470         (conj_test): Likewise.
14471         (copysign_test): Likewise.
14472         (cproj_test): Likewise.
14473         (creal_test): Likewise.
14474         (fabs_test): Likewise.
14475         (floor_test): Likewise.
14476         (fmax_test): Likewise.
14477         (fmin_test): Likewise.
14478         (fmod_test): Likewise.
14479         (fpclassify_test): Likewise.
14480         (frexp_test): Likewise.
14481         (ilogb_test): Likewise.
14482         (isfinite_test): Likewise.
14483         (finite_test): Likewise.
14484         (isgreater_test): Likewise.
14485         (isgreaterequal_test): Likewise.
14486         (isinf_test): Likewise.
14487         (isless_test): Likewise.
14488         (islessequal_test): Likewise.
14489         (islessgreater_test): Likewise.
14490         (isnan_test): Likewise.
14491         (isnormal_test): Likewise.
14492         (issignaling_test): Likewise.
14493         (isunordered_test): Likewise.
14494         (logb_test): Likewise.
14495         (logb_downward_test_data): Remove.
14496         (logb_test_downward): Likewise.
14497         (lround_test): Use ALL_RM_TEST.
14498         (llround_test): Likewise.
14499         (modf_test): Likewise.
14500         (nexttoward_test): Likewise.
14501         (remainder_test): Likewise.
14502         (drem_test): Likewise.
14503         (remainder_tonearest_test_data): Likewise.
14504         (remainder_test_tonearest): Likewise.
14505         (drem_test_tonearest): Likewise.
14506         (remainder_towardzero_test_data): Likewise.
14507         (remainder_test_towardzero): Likewise.
14508         (drem_test_towardzero): Likewise.
14509         (remainder_downward_test_data): Likewise.
14510         (remainder_test_downward): Likewise.
14511         (drem_test_downward): Likewise.
14512         (remainder_upward_test_data): Likewise.
14513         (remainder_test_upward): Likewise.
14514         (drem_test_upward): Likewise.
14515         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14516         (round_test): Use ALL_RM_TEST.
14517         (signbit_test): Likewise.
14518         (trunc_test): Likewise.
14519         (significand_test): Likewise.
14520         (main): Don't call removed functions.
14522 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14524         [BZ #16674]
14525         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14526         || __USE_XOPEN2K8].
14527         (ILL_ILLOPN): Likewise.
14528         (ILL_ILLADR): Likewise.
14529         (ILL_ILLTRP): Likewise.
14530         (ILL_PRVOPC): Likewise.
14531         (ILL_PRVREG): Likewise.
14532         (ILL_COPROC): Likewise.
14533         (ILL_BADSTK): Likewise.
14534         (FPE_INTDIV): Likewise.
14535         (FPE_INTOVF): Likewise.
14536         (FPE_FLTDIV): Likewise.
14537         (FPE_FLTOVF): Likewise.
14538         (FPE_FLTUND): Likewise.
14539         (FPE_FLTRES): Likewise.
14540         (FPE_FLTINV): Likewise.
14541         (FPE_FLTSUB): Likewise.
14542         (SEGV_MAPERR): Likewise.
14543         (SEGV_ACCERR): Likewise.
14544         (BUS_ADRALN): Likewise.
14545         (BUS_ADRERR): Likewise.
14546         (BUS_OBJERR): Likewise.
14547         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14548         (TRAP_TRACE): Likewise.
14549         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14550         __USE_XOPEN2K8].
14551         (CLD_KILLED): Likewise.
14552         (CLD_DUMPED): Likewise.
14553         (CLD_TRAPPED): Likewise.
14554         (CLD_STOPPED): Likewise.
14555         (CLD_CONTINUED): Likewise.
14556         (POLL_IN): Likewise.
14557         (POLL_OUT): Likewise.
14558         (POLL_MSG): Likewise.
14559         (POLL_ERR): Likewise.
14560         (POLL_PRI): Likewise.
14561         (POLL_HUP): Likewise.
14562         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14563         Likewise.
14564         (ILL_ILLOPN): Likewise.
14565         (ILL_ILLADR): Likewise.
14566         (ILL_ILLTRP): Likewise.
14567         (ILL_PRVOPC): Likewise.
14568         (ILL_PRVREG): Likewise.
14569         (ILL_COPROC): Likewise.
14570         (ILL_BADSTK): Likewise.
14571         (FPE_INTDIV): Likewise.
14572         (FPE_INTOVF): Likewise.
14573         (FPE_FLTDIV): Likewise.
14574         (FPE_FLTOVF): Likewise.
14575         (FPE_FLTUND): Likewise.
14576         (FPE_FLTRES): Likewise.
14577         (FPE_FLTINV): Likewise.
14578         (FPE_FLTSUB): Likewise.
14579         (SEGV_MAPERR): Likewise.
14580         (SEGV_ACCERR): Likewise.
14581         (BUS_ADRALN): Likewise.
14582         (BUS_ADRERR): Likewise.
14583         (BUS_OBJERR): Likewise.
14584         (BUS_MCEERR_AR): Likewise.
14585         (BUS_MCEERR_AO): Likewise.
14586         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14587         (TRAP_TRACE): Likewise.
14588         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14589         __USE_XOPEN2K8].
14590         (CLD_KILLED): Likewise.
14591         (CLD_DUMPED): Likewise.
14592         (CLD_TRAPPED): Likewise.
14593         (CLD_STOPPED): Likewise.
14594         (CLD_CONTINUED): Likewise.
14595         (POLL_IN): Likewise.
14596         (POLL_OUT): Likewise.
14597         (POLL_MSG): Likewise.
14598         (POLL_ERR): Likewise.
14599         (POLL_PRI): Likewise.
14600         (POLL_HUP): Likewise.
14601         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14602         (ILL_ILLOPN): Likewise.
14603         (ILL_ILLADR): Likewise.
14604         (ILL_ILLTRP): Likewise.
14605         (ILL_PRVOPC): Likewise.
14606         (ILL_PRVREG): Likewise.
14607         (ILL_COPROC): Likewise.
14608         (ILL_BADSTK): Likewise.
14609         (FPE_INTDIV): Likewise.
14610         (FPE_INTOVF): Likewise.
14611         (FPE_FLTDIV): Likewise.
14612         (FPE_FLTOVF): Likewise.
14613         (FPE_FLTUND): Likewise.
14614         (FPE_FLTRES): Likewise.
14615         (FPE_FLTINV): Likewise.
14616         (FPE_FLTSUB): Likewise.
14617         (SEGV_MAPERR): Likewise.
14618         (SEGV_ACCERR): Likewise.
14619         (BUS_ADRALN): Likewise.
14620         (BUS_ADRERR): Likewise.
14621         (BUS_OBJERR): Likewise.
14622         (BUS_MCEERR_AR): Likewise.
14623         (BUS_MCEERR_AO): Likewise.
14624         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14625         (TRAP_TRACE): Likewise.
14626         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14627         __USE_XOPEN2K8].
14628         (CLD_KILLED): Likewise.
14629         (CLD_DUMPED): Likewise.
14630         (CLD_TRAPPED): Likewise.
14631         (CLD_STOPPED): Likewise.
14632         (CLD_CONTINUED): Likewise.
14633         (POLL_IN): Likewise.
14634         (POLL_OUT): Likewise.
14635         (POLL_MSG): Likewise.
14636         (POLL_ERR): Likewise.
14637         (POLL_PRI): Likewise.
14638         (POLL_HUP): Likewise.
14639         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14640         Likewise.
14641         (ILL_ILLOPN): Likewise.
14642         (ILL_ILLADR): Likewise.
14643         (ILL_ILLTRP): Likewise.
14644         (ILL_PRVOPC): Likewise.
14645         (ILL_PRVREG): Likewise.
14646         (ILL_COPROC): Likewise.
14647         (ILL_BADSTK): Likewise.
14648         (ILL_BADIADDR): Likewise.
14649         (ILL_BREAK): Likewise.
14650         (FPE_INTDIV): Likewise.
14651         (FPE_INTOVF): Likewise.
14652         (FPE_FLTDIV): Likewise.
14653         (FPE_FLTOVF): Likewise.
14654         (FPE_FLTUND): Likewise.
14655         (FPE_FLTRES): Likewise.
14656         (FPE_FLTINV): Likewise.
14657         (FPE_FLTSUB): Likewise.
14658         (FPE_DECOVF): Likewise.
14659         (FPE_DECDIV): Likewise.
14660         (FPE_DECERR): Likewise.
14661         (FPE_INVASC): Likewise.
14662         (FPE_INVDEC): Likewise.
14663         (SEGV_MAPERR): Likewise.
14664         (SEGV_ACCERR): Likewise.
14665         (SEGV_PSTKOVF): Likewise.
14666         (BUS_ADRALN): Likewise.
14667         (BUS_ADRERR): Likewise.
14668         (BUS_OBJERR): Likewise.
14669         (BUS_MCEERR_AR): Likewise.
14670         (BUS_MCEERR_AO): Likewise.
14671         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14672         (TRAP_TRACE): Likewise.
14673         (TRAP_BRANCH): Likewise.
14674         (TRAP_HWBKPT): Likewise.
14675         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14676         __USE_XOPEN2K8].
14677         (CLD_KILLED): Likewise.
14678         (CLD_DUMPED): Likewise.
14679         (CLD_TRAPPED): Likewise.
14680         (CLD_STOPPED): Likewise.
14681         (CLD_CONTINUED): Likewise.
14682         (POLL_IN): Likewise.
14683         (POLL_OUT): Likewise.
14684         (POLL_MSG): Likewise.
14685         (POLL_ERR): Likewise.
14686         (POLL_PRI): Likewise.
14687         (POLL_HUP): Likewise.
14688         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14689         (ILL_ILLOPN): Likewise.
14690         (ILL_ILLADR): Likewise.
14691         (ILL_ILLTRP): Likewise.
14692         (ILL_PRVOPC): Likewise.
14693         (ILL_PRVREG): Likewise.
14694         (ILL_COPROC): Likewise.
14695         (ILL_BADSTK): Likewise.
14696         (FPE_INTDIV): Likewise.
14697         (FPE_INTOVF): Likewise.
14698         (FPE_FLTDIV): Likewise.
14699         (FPE_FLTOVF): Likewise.
14700         (FPE_FLTUND): Likewise.
14701         (FPE_FLTRES): Likewise.
14702         (FPE_FLTINV): Likewise.
14703         (FPE_FLTSUB): Likewise.
14704         (SEGV_MAPERR): Likewise.
14705         (SEGV_ACCERR): Likewise.
14706         (BUS_ADRALN): Likewise.
14707         (BUS_ADRERR): Likewise.
14708         (BUS_OBJERR): Likewise.
14709         (BUS_MCEERR_AR): Likewise.
14710         (BUS_MCEERR_AO): Likewise.
14711         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14712         (TRAP_TRACE): Likewise.
14713         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14714         __USE_XOPEN2K8].
14715         (CLD_KILLED): Likewise.
14716         (CLD_DUMPED): Likewise.
14717         (CLD_TRAPPED): Likewise.
14718         (CLD_STOPPED): Likewise.
14719         (CLD_CONTINUED): Likewise.
14720         (POLL_IN): Likewise.
14721         (POLL_OUT): Likewise.
14722         (POLL_MSG): Likewise.
14723         (POLL_ERR): Likewise.
14724         (POLL_PRI): Likewise.
14725         (POLL_HUP): Likewise.
14726         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14727         (ILL_ILLOPN): Likewise.
14728         (ILL_ILLADR): Likewise.
14729         (ILL_ILLTRP): Likewise.
14730         (ILL_PRVOPC): Likewise.
14731         (ILL_PRVREG): Likewise.
14732         (ILL_COPROC): Likewise.
14733         (ILL_BADSTK): Likewise.
14734         (FPE_INTDIV): Likewise.
14735         (FPE_INTOVF): Likewise.
14736         (FPE_FLTDIV): Likewise.
14737         (FPE_FLTOVF): Likewise.
14738         (FPE_FLTUND): Likewise.
14739         (FPE_FLTRES): Likewise.
14740         (FPE_FLTINV): Likewise.
14741         (FPE_FLTSUB): Likewise.
14742         (SEGV_MAPERR): Likewise.
14743         (SEGV_ACCERR): Likewise.
14744         (BUS_ADRALN): Likewise.
14745         (BUS_ADRERR): Likewise.
14746         (BUS_OBJERR): Likewise.
14747         (BUS_MCEERR_AR): Likewise.
14748         (BUS_MCEERR_AO): Likewise.
14749         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14750         (TRAP_TRACE): Likewise.
14751         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14752         __USE_XOPEN2K8].
14753         (CLD_KILLED): Likewise.
14754         (CLD_DUMPED): Likewise.
14755         (CLD_TRAPPED): Likewise.
14756         (CLD_STOPPED): Likewise.
14757         (CLD_CONTINUED): Likewise.
14758         (POLL_IN): Likewise.
14759         (POLL_OUT): Likewise.
14760         (POLL_MSG): Likewise.
14761         (POLL_ERR): Likewise.
14762         (POLL_PRI): Likewise.
14763         (POLL_HUP): Likewise.
14764         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14765         (ILL_ILLOPN): Likewise.
14766         (ILL_ILLADR): Likewise.
14767         (ILL_ILLTRP): Likewise.
14768         (ILL_PRVOPC): Likewise.
14769         (ILL_PRVREG): Likewise.
14770         (ILL_COPROC): Likewise.
14771         (ILL_BADSTK): Likewise.
14772         (FPE_INTDIV): Likewise.
14773         (FPE_INTOVF): Likewise.
14774         (FPE_FLTDIV): Likewise.
14775         (FPE_FLTOVF): Likewise.
14776         (FPE_FLTUND): Likewise.
14777         (FPE_FLTRES): Likewise.
14778         (FPE_FLTINV): Likewise.
14779         (FPE_FLTSUB): Likewise.
14780         (SEGV_MAPERR): Likewise.
14781         (SEGV_ACCERR): Likewise.
14782         (BUS_ADRALN): Likewise.
14783         (BUS_ADRERR): Likewise.
14784         (BUS_OBJERR): Likewise.
14785         (BUS_MCEERR_AR): Likewise.
14786         (BUS_MCEERR_AO): Likewise.
14787         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14788         (TRAP_TRACE): Likewise.
14789         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14790         __USE_XOPEN2K8].
14791         (CLD_KILLED): Likewise.
14792         (CLD_DUMPED): Likewise.
14793         (CLD_TRAPPED): Likewise.
14794         (CLD_STOPPED): Likewise.
14795         (CLD_CONTINUED): Likewise.
14796         (POLL_IN): Likewise.
14797         (POLL_OUT): Likewise.
14798         (POLL_MSG): Likewise.
14799         (POLL_ERR): Likewise.
14800         (POLL_PRI): Likewise.
14801         (POLL_HUP): Likewise.
14802         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14803         (ILL_ILLOPN): Likewise.
14804         (ILL_ILLADR): Likewise.
14805         (ILL_ILLTRP): Likewise.
14806         (ILL_PRVOPC): Likewise.
14807         (ILL_PRVREG): Likewise.
14808         (ILL_COPROC): Likewise.
14809         (ILL_BADSTK): Likewise.
14810         (ILL_DBLFLT): Likewise.
14811         (ILL_HARDWALL): Likewise.
14812         (FPE_INTDIV): Likewise.
14813         (FPE_INTOVF): Likewise.
14814         (FPE_FLTDIV): Likewise.
14815         (FPE_FLTOVF): Likewise.
14816         (FPE_FLTUND): Likewise.
14817         (FPE_FLTRES): Likewise.
14818         (FPE_FLTINV): Likewise.
14819         (FPE_FLTSUB): Likewise.
14820         (SEGV_MAPERR): Likewise.
14821         (SEGV_ACCERR): Likewise.
14822         (BUS_ADRALN): Likewise.
14823         (BUS_ADRERR): Likewise.
14824         (BUS_OBJERR): Likewise.
14825         (BUS_MCEERR_AR): Likewise.
14826         (BUS_MCEERR_AO): Likewise.
14827         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14828         (TRAP_TRACE): Likewise.
14829         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14830         __USE_XOPEN2K8].
14831         (CLD_KILLED): Likewise.
14832         (CLD_DUMPED): Likewise.
14833         (CLD_TRAPPED): Likewise.
14834         (CLD_STOPPED): Likewise.
14835         (CLD_CONTINUED): Likewise.
14836         (POLL_IN): Likewise.
14837         (POLL_OUT): Likewise.
14838         (POLL_MSG): Likewise.
14839         (POLL_ERR): Likewise.
14840         (POLL_PRI): Likewise.
14841         (POLL_HUP): Likewise.
14842         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14843         (ILL_ILLOPN): Likewise.
14844         (ILL_ILLADR): Likewise.
14845         (ILL_ILLTRP): Likewise.
14846         (ILL_PRVOPC): Likewise.
14847         (ILL_PRVREG): Likewise.
14848         (ILL_COPROC): Likewise.
14849         (ILL_BADSTK): Likewise.
14850         (FPE_INTDIV): Likewise.
14851         (FPE_INTOVF): Likewise.
14852         (FPE_FLTDIV): Likewise.
14853         (FPE_FLTOVF): Likewise.
14854         (FPE_FLTUND): Likewise.
14855         (FPE_FLTRES): Likewise.
14856         (FPE_FLTINV): Likewise.
14857         (FPE_FLTSUB): Likewise.
14858         (SEGV_MAPERR): Likewise.
14859         (SEGV_ACCERR): Likewise.
14860         (BUS_ADRALN): Likewise.
14861         (BUS_ADRERR): Likewise.
14862         (BUS_OBJERR): Likewise.
14863         (BUS_MCEERR_AR): Likewise.
14864         (BUS_MCEERR_AO): Likewise.
14865         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14866         (TRAP_TRACE): Likewise.
14867         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14868         __USE_XOPEN2K8].
14869         (CLD_KILLED): Likewise.
14870         (CLD_DUMPED): Likewise.
14871         (CLD_TRAPPED): Likewise.
14872         (CLD_STOPPED): Likewise.
14873         (CLD_CONTINUED): Likewise.
14874         (POLL_IN): Likewise.
14875         (POLL_OUT): Likewise.
14876         (POLL_MSG): Likewise.
14877         (POLL_ERR): Likewise.
14878         (POLL_PRI): Likewise.
14879         (POLL_HUP): Likewise.
14880         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14881         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14883         [BZ #16670]
14884         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14885         before #include of <time.h>.
14886         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14887         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14888         (test-xfail-UNIX98/sched.h/conform): Likewise.
14890 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14892         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14893         error absence of trapping exception support.
14894         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14896 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14898         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14899         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14900         * timezone/Makefile (testdata): Move definition above include of
14901         Rules.
14902         (test-zones): New variable.
14903         (tests-special): Add zone files.
14904         (build-testdata): Use $(evaluate-test).
14906         * elf/Makefile (tests-special): Rename tests to end with .out.
14907         ($(objpfx)noload-mem): Likewise.
14908         ($(objpfx)tst-leaks1-mem): Likewise.
14909         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14910         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14911         $(objpfx)test-iconvconfig.out.
14912         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14913         set -e inside subshell and redirect output to file.
14914         * iconvdata/Makefile (generated): Rename tests to end with .out.
14915         Correct type.
14916         (tests-special): Rename tests to end with .out.
14917         ($(objpfx)mtrace-tst-loading): Likewise.
14918         * intl/Makefile (generated): Likewise.
14919         (tests-special): Likewise.
14920         ($(objpfx)mtrace-tst-gettext): Likewise.
14921         * misc/Makefile (generated): Likewise.
14922         (tests-special): Likewise.
14923         ($(objpfx)tst-error1-mem): Likewise.
14924         * nptl/Makefile (tests-special): Likewise.
14925         ($(objpfx)tst-stack3-mem): Likewise.
14926         (generated): Likewise.
14927         * posix/Makefile (generated): Likewise.
14928         (tests-special): Likewise.
14929         (xtests-special): Likewise.
14930         ($(objpfx)tst-fnmatch-mem): Likewise.
14931         ($(objpfx)bug-regex2-mem): Likewise.
14932         ($(objpfx)bug-regex14-mem): Likewise.
14933         ($(objpfx)bug-regex21-mem): Likewise.
14934         ($(objpfx)bug-regex31-mem): Likewise.
14935         ($(objpfx)tst-vfork3-mem): Likewise.
14936         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14937         ($(objpfx)tst-pcre-mem): Likewise.
14938         ($(objpfx)tst-boost-mem): Likewise.
14939         ($(objpfx)bug-ga2-mem): Likewise.
14940         ($(objpfx)bug-glob2-mem): Likewise.
14941         * resolv/Makefile (generate): Likewise.
14942         (tests-special): Likewise.
14943         (xtests-special): Likewise.
14944         (generated): Likewise.
14945         ($(objpfx)mtrace-tst-leaks): Likewise.
14946         ($(objpfx)mtrace-tst-leaks2): Likewise.
14948         * scripts/merge-test-results.sh: New file.
14949         * Makefile (tests-special-notdir): New variable.
14950         (tests): Run merge-test-results.sh.
14951         (xtests): Likewise.
14952         * Rules (tests-special-notdir): New variable.
14953         (xtests-special-notdir): Likewise.
14954         (tests): Run merge-test-results.sh
14955         (xtests): Likewise.
14957         * Makeconfig (test-xfail-name): New variable.
14958         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14959         compute variable name for expected failures.
14960         * conform/Makefile (conformtest-headers-data): New variable.
14961         (conformtest-standards): Likewise.
14962         (conformtest-headers-ISO): Likewise.
14963         (conformtest-headers-ISO99): Likewise.
14964         (conformtest-headers-ISO11): Likewise.
14965         (conformtest-headers-POSIX): Likewise.
14966         (conformtest-headers-XPG3): Likewise.
14967         (conformtest-headers-XPG4): Likewise.
14968         (conformtest-headers-UNIX98): Likewise.
14969         (conformtest-headers-XOPEN2K): Likewise.
14970         (conformtest-headers-POSIX2008): Likewise.
14971         (conformtest-headers-XOPEN2K8): Likewise.
14972         (conformtest-header-list-base): Likewise.
14973         (conformtest-header-list-tests): Likewise.
14974         (conformtest-header-base): Likewise.
14975         (conformtest-header-tests): Likewise.
14976         (tests-special): Add $(conformtest-header-list-tests).  If
14977         [$(fast-check) && !$(cross-compiling)], add
14978         $(conformtest-header-tests) instead of
14979         $(objpfx)run-conformtest.out.
14980         (generated): Add $(conformtest-header-list-base).  If
14981         [$(fast-check) && !$(cross-compiling)], add
14982         $(conformtest-header-base).  Remove previous setting.
14983         ($(conformtest-header-list-tests)): New target.
14984         (test-xfail-run-conformtest): Remove variable.
14985         ($(objpfx)run-conformtest.out): Remove target.
14986         (test-xfail-ISO11/complex.h/conform): New variable.
14987         (test-xfail-ISO11/stdalign.h/conform): Likewise.
14988         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
14989         (test-xfail-XPG3/varargs.h/conform): Likewise.
14990         (test-xfail-XPG4/varargs.h/conform): Likewise.
14991         (test-xfail-UNIX98/varargs.h/conform): Likewise.
14992         (test-xfail-XPG4/ndbm.h/conform): Likewise.
14993         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
14994         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
14995         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
14996         (test-xfail-XPG3/fcntl.h/conform): Likewise.
14997         (test-xfail-XPG3/ftw.h/conform): Likewise.
14998         (test-xfail-XPG3/grp.h/conform): Likewise.
14999         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15000         (test-xfail-XPG3/limits.h/conform): Likewise.
15001         (test-xfail-XPG3/pwd.h/conform): Likewise.
15002         (test-xfail-XPG3/search.h/conform): Likewise.
15003         (test-xfail-XPG3/signal.h/conform): Likewise.
15004         (test-xfail-XPG3/stdio.h/conform): Likewise.
15005         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15006         (test-xfail-XPG3/string.h/conform): Likewise.
15007         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15008         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15009         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15010         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15011         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15012         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15013         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15014         (test-xfail-XPG3/termios.h/conform): Likewise.
15015         (test-xfail-XPG3/time.h/conform): Likewise.
15016         (test-xfail-XPG3/unistd.h/conform): Likewise.
15017         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15018         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15019         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15020         (test-xfail-XPG4/netdb.h/conform): Likewise.
15021         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15022         (test-xfail-XPG4/signal.h/conform): Likewise.
15023         (test-xfail-XPG4/stdio.h/conform): Likewise.
15024         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15025         (test-xfail-XPG4/stropts.h/conform): Likewise.
15026         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15027         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15028         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15029         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15030         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15031         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15032         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15033         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15034         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15035         (test-xfail-XPG4/termios.h/conform): Likewise.
15036         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15037         (test-xfail-XPG4/unistd.h/conform): Likewise.
15038         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15039         (test-xfail-POSIX/sched.h/conform): Likewise.
15040         (test-xfail-POSIX/signal.h/conform): Likewise.
15041         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15042         (test-xfail-POSIX/tar.h/conform): Likewise.
15043         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15044         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15045         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15046         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15047         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15048         (test-xfail-UNIX98/sched.h/conform): Likewise.
15049         (test-xfail-UNIX98/signal.h/conform): Likewise.
15050         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15051         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15052         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15053         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15054         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15055         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15056         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15057         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15058         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15059         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15060         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15061         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15062         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15063         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15064         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15065         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15066         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15067         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15068         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15069         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15070         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15071         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15072         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15073         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15074         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15075         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15076         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15077         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15078         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15079         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15080         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15081         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15082         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15083         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15084         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15085         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15086         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15087         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15088         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15089         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15090         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15091         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15092         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15093         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15094         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15095         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15096         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15097         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15098         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15099         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15100         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15101         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15102         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15103         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15104         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15105         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15106         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15107         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15108         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15109         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15110         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15111         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15112         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15113         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15114         (conformtest-cc-flags): Likewise.
15115         ($(conformtest-header-tests): New target.
15116         * conform/check-header-lists.sh: New file.
15117         * conform/run-conformtest.sh: Remove.
15119         * conform/conformtest.pl: Allow ' and \ in values given for
15120         constants.
15121         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15122         inclusion.
15123         [POSIX] (sys/types.h): Likewise.
15124         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15125         inclusion.
15126         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15127         inclusion.
15128         * conform/data/signal.h-data (SIGIO): Remove expectation.
15129         [XPG3] (SIGBUS): Do not expect.
15130         [POSIX || XPG3] (SIGPOLL): Likewise.
15131         [POSIX || XPG3] (SIGPROF): Likewise.
15132         [POSIX || XPG3] (SIGSYS): Likewise.
15133         [XPG3] (SIGTRAP): Likewise.
15134         [POSIX || XPG3] (SIGURG): Likewise.
15135         [POSIX || XPG3] (SIGVTALRM): Likewise.
15136         [POSIX || XPG3] (SIGXCPU): Likewise.
15137         [POSIX || XPG3] (SIGXFSZ): Likewise.
15138         [POSIX] (SA_SIGINFO): Expect.
15139         [XPG3] (siginfo_t): Do not expect type or contents.
15140         [POSIX] (si_pid): Do not expect element.
15141         [POSIX] (si_uid): Likewise.
15142         [POSIX] (si_addr): Likewise.
15143         [POSIX] (si_status): Likewise.
15144         [POSIX] (si_band): Likewise.
15145         [XPG4] (si_value): Likewise.
15146         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15147         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15148         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15149         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15150         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15151         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15152         [POSIX || XPG3] (ILL_COPROC): Likewise.
15153         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15154         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15155         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15156         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15157         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15158         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15159         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15160         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15161         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15162         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15163         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15164         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15165         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15166         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15167         [POSIX || XPG3] (CLD_EXITED): Likewise.
15168         [POSIX || XPG3] (CLD_KILLED): Likewise.
15169         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15170         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15171         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15172         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15173         [POSIX || XPG3] (POLL_IN): Likewise.
15174         [POSIX || XPG3] (POLL_OUT): Likewise.
15175         [POSIX || XPG3] (POLL_MSG): Likewise.
15176         [POSIX || XPG3] (POLL_ERR): Likewise.
15177         [POSIX || XPG3] (POLL_PRI): Likewise.
15178         [POSIX || XPG3] (POLL_HUP): Likewise.
15179         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15180         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15181         (SIG*): Do not allow.
15182         [XPG3] (si_*): Likewise.
15183         [XPG3] (SI_*): Likewise.
15184         [XPG3 || XPG4] (sigev_*): Likewise.
15185         [XPG3 || XPG4] (SIGEV_*): Likewise.
15186         [XPG3 || XPG4] (sival_*): Likewise.
15187         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15188         [POSIX || XPG3] (BUS_*): Likewise.
15189         [POSIX || XPG3] (CLD_*): Likewise.
15190         [POSIX || XPG3] (FPE_*): Likewise.
15191         [POSIX || XPG3] (ILL_*): Likewise.
15192         [POSIX || XPG3] (POLL_*): Likewise.
15193         [POSIX || XPG3] (SEGV_*): Likewise.
15194         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15195         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15196         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15197         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15198         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15199         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15200         Specify type and value.
15201         (TVERSLEN): Likewise.
15202         (REGTYPE): Likewise.
15203         (AREGTYPE): Likewise.
15204         (LNKTYPE): Likewise.
15205         (SYMTYPE): Likewise.
15206         (CHRTYPE): Likewise.
15207         (BLKTYPE): Likewise.
15208         (DIRTYPE): Likewise.
15209         (FIFOTYPE): Likewise.
15210         (CONTTYPE): Likewise.
15211         (TSUID): Likewise.
15212         (TSGID): Likewise.
15213         (TSVTX): Likewise.
15214         (TUREAD): Likewise.
15215         (TUWRITE): Likewise.
15216         (TUEXEC): Likewise.
15217         (TGREAD): Likewise.
15218         (TGWRITE): Likewise.
15219         (TGEXEC): Likewise.
15220         (TOREAD): Likewise.
15221         (TOWRITE): Likewise.
15222         (TOEXEC): Likewise.
15223         [POSIX] (TSVTX): Expect constant.
15225 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15227         * Makefile (tests): Change dependencies to ....
15228         (tests-special): ... additions to this variable.
15229         (tests): Depend on $(tests-special).
15230         * Makerules (check-abi-list): New variable.
15231         (check-abi): Depend on $(check-abi-list).
15232         [$(subdir) = elf] (tests-special): Add
15233         $(objpfx)check-abi-libc.out.
15234         [$(build-shared) = yes && subdir] (tests-special): Add
15235         $(check-abi-list).
15236         [$(build-shared) = yes && subdir] (tests): Do not depend on
15237         check-abi.
15238         * Rules (tests): Depend on $(tests-special).
15239         (xtests): Depend on $(xtests-special).
15240         * catgets/Makefile (tests): Change dependencies to ....
15241         (tests-special): ... additions to this variable.
15242         * conform/Makefile (tests): Change dependencies to ....
15243         (tests-special): ... additions to this variable.
15244         * elf/Makefile (tests): Change dependencies to ....
15245         (tests-special): ... additions to this variable.
15246         * grp/Makefile (tests): Change dependencies to ....
15247         (tests-special): ... additions to this variable.
15248         * iconv/Makefile (xtests): Change dependencies to ....
15249         (xtests-special): ... additions to this variable.
15250         * iconvdata/Makefile (tests): Change dependencies to ....
15251         (tests-special): ... additions to this variable.
15252         * intl/Makefile (tests): Change dependencies to ....
15253         (tests-special): ... additions to this variable.  Also add
15254         $(objpfx)tst-gettext.out.
15255         * io/Makefile (tests): Change dependencies to ....
15256         (tests-special): ... additions to this variable.
15257         * libio/Makefile (tests): Change dependencies to ....
15258         (tests-special): ... additions to this variable.
15259         * malloc/Makefile (tests): Change dependencies to ....
15260         (tests-special): ... additions to this variable.
15261         * misc/Makefile (tests): Change dependencies to ....
15262         (tests-special): ... additions to this variable.
15263         * nptl/Makefile (tests): Change dependencies to ....
15264         (tests-special): ... additions to this variable.
15265         * nptl_db/Makefile (tests): Change dependencies to ....
15266         (tests-special): ... additions to this variable.
15267         * posix/Makefile (tests): Change dependencies to ....
15268         (tests-special): ... additions to this variable.
15269         (xtests): Change dependencies to ....
15270         (xtests-special): ... additions to this variable.
15271         * resolv/Makefile (tests): Change dependencies to ....
15272         (tests-special): ... additions to this variable.
15273         (xtests): Change dependencies to ....
15274         (xtests-special): ... additions to this variable.
15275         * stdio-common/Makefile (tests): Change dependencies to ....
15276         (tests-special): ... additions to this variable.
15277         (do-tst-unbputc): Remove target.
15278         (do-tst-printf): Likewise.
15279         * stdlib/Makefile (tests): Change dependencies to ....
15280         (tests-special): ... additions to this variable.
15281         * string/Makefile (tests): Change dependencies to ....
15282         (tests-special): ... additions to this variable.
15283         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15284         (tests-special): ... additions to this variable.
15286         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15287         whole file.
15288         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15289         whole file.
15290         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15291         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15293         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15294         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15295         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15296         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15297         * conform/data/libgen.h-data [XPG3]: Likewise.
15298         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15299         * conform/data/ndbm.h-data [XPG3]: Likewise.
15300         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15301         * conform/data/netdb.h-data [XPG3]: Likewise.
15302         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15303         * conform/data/poll.h-data [XPG3]: Likewise.
15304         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15305         * conform/data/strings.h-data [XPG3]: Likewise.
15306         * conform/data/stropts.h-data [XPG3]: Likewise.
15307         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15308         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15309         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15310         Likewise.
15311         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15312         * conform/data/sys/time.h-data [XPG3]: Likewise.
15313         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15314         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15315         * conform/data/sys/un.h-data [XPG3]: Likewise.
15316         * conform/data/syslog.h-data [XPG3]: Likewise.
15317         * conform/data/ucontext.h-data [XPG3]: Likewise.
15318         * conform/data/utmpx.h-data [XPG3]: Likewise.
15319         * conform/data/varargs.h-data [UNIX98]: Enable file.
15321         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15323         * math/libm-test.inc (struct test_f_f_data): Move expected results
15324         into structure for each rounding mode.
15325         (struct test_ff_f_data): Likewise.
15326         (struct test_ff_f_data_nexttoward): Likewise.
15327         (struct test_fi_f_data): Likewise.
15328         (struct test_fl_f_data): Likewise.
15329         (struct test_if_f_data): Likewise.
15330         (struct test_fff_f_data): Likewise.
15331         (struct test_c_f_data): Likewise.
15332         (struct test_f_f1_data): Likewise.
15333         (struct test_fF_f1_data): Likewise.
15334         (struct test_ffI_f1_data): Likewise.
15335         (struct test_c_c_data): Likewise.
15336         (struct test_cc_c_data): Likewise.
15337         (struct test_f_i_data): Likewise.
15338         (struct test_ff_i_data): Likewise.
15339         (struct test_f_l_data): Likewise.
15340         (struct test_f_L_data): Likewise.
15341         (struct test_fFF_11_data): Likewise.
15342         (RM_): New macro.
15343         (RM_FE_DOWNWARD): Likewise.
15344         (RM_FE_TONEAREST): Likewise.
15345         (RM_FE_TOWARDZERO): Likewise.
15346         (RM_FE_UPWARD): Likewise.
15347         (RUN_TEST_LOOP_f_f): Update references to expected results.
15348         (RUN_TEST_LOOP_2_f): Likewise.
15349         (RUN_TEST_LOOP_fff_f): Likewise.
15350         (RUN_TEST_LOOP_c_f): Likewise.
15351         (RUN_TEST_LOOP_f_f1): Likewise.
15352         (RUN_TEST_LOOP_fF_f1): Likewise.
15353         (RUN_TEST_LOOP_fI_f1): Likewise.
15354         (RUN_TEST_LOOP_ffI_f1): Likewise.
15355         (RUN_TEST_LOOP_c_c): Likewise.
15356         (RUN_TEST_LOOP_cc_c): Likewise.
15357         (RUN_TEST_LOOP_f_i): Likewise.
15358         (RUN_TEST_LOOP_f_i_tg): Likewise.
15359         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15360         (RUN_TEST_LOOP_f_b): Likewise.
15361         (RUN_TEST_LOOP_f_b_tg): Likewise.
15362         (RUN_TEST_LOOP_f_l): Likewise.
15363         (RUN_TEST_LOOP_f_L): Likewise.
15364         (RUN_TEST_LOOP_fFF_11): Likewise.
15365         * math/gen-libm-test.pl (parse_args): Output four copies of
15366         expected results for each test.
15368         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15369         (__ASSUME_UTIMES): Remove.
15370         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15371         (__ASSUME_UTIMES): Likewise.
15373         * math/gen-auto-libm-tests.c: Update comment on output format.
15374         (output_for_one_input_case): Generate before-rounding and
15375         after-rounding information as conditions on output flags not
15376         floating-point format.
15377         * math/auto-libm-test-out: Regenerated.
15378         * math/gen-libm-test.pl (cond_value): New function.
15379         (or_cond_value): Use cond_value.
15380         (generate_testfile): Handle conditional exceptions.
15382 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15384         * math/libm-test.inc (max_valid_error): New variable.
15385         (init_max_error): Take new argument specifying whether function
15386         results are exactly determined.  Set max_valid_error and bound
15387         other variables for errors based on this argument.
15388         (set_max_error): Do not record results above max_valid_error.
15389         (check_float_internal): Only accept errors of up to 0.5ulps if
15390         also at most max_valid_error.
15391         (START): Take new argument EXACT and pass it to init_max_error.
15392         (acos_test): Update call to START.
15393         (acos_test_tonearest): Likewise.
15394         (acos_test_towardzero): Likewise.
15395         (acos_test_downward): Likewise.
15396         (acos_test_upward): Likewise.
15397         (acosh_test): Likewise.
15398         (asin_test): Likewise.
15399         (asin_test_tonearest): Likewise.
15400         (asin_test_towardzero): Likewise.
15401         (asin_test_downward): Likewise.
15402         (asin_test_upward): Likewise.
15403         (asinh_test): Likewise.
15404         (atan_test): Likewise.
15405         (atanh_test): Likewise.
15406         (atan2_test): Likewise.
15407         (cabs_test): Likewise.
15408         (cacos_test): Likewise.
15409         (cacosh_test): Likewise.
15410         (carg_test): Likewise.
15411         (casin_test): Likewise.
15412         (casinh_test): Likewise.
15413         (catan_test): Likewise.
15414         (catanh_test): Likewise.
15415         (cbrt_test): Likewise.
15416         (ccos_test): Likewise.
15417         (ccosh_test): Likewise.
15418         (ceil_test): Likewise.
15419         (cexp_test): Likewise.
15420         (cimag_test): Likewise.
15421         (clog_test): Likewise.
15422         (clog10_test): Likewise.
15423         (conj_test): Likewise.
15424         (copysign_test): Likewise.
15425         (cos_test): Likewise.
15426         (cos_test_tonearest): Likewise.
15427         (cos_test_towardzero): Likewise.
15428         (cos_test_downward): Likewise.
15429         (cos_test_upward): Likewise.
15430         (cosh_test): Likewise.
15431         (cosh_test_tonearest): Likewise.
15432         (cosh_test_towardzero): Likewise.
15433         (cosh_test_downward): Likewise.
15434         (cosh_test_upward): Likewise.
15435         (cpow_test): Likewise.
15436         (cproj_test): Likewise.
15437         (creal_test): Likewise.
15438         (csin_test): Likewise.
15439         (csinh_test): Likewise.
15440         (csqrt_test): Likewise.
15441         (ctan_test): Likewise.
15442         (ctan_test_tonearest): Likewise.
15443         (ctan_test_towardzero): Likewise.
15444         (ctan_test_downward): Likewise.
15445         (ctan_test_upward): Likewise.
15446         (ctanh_test): Likewise.
15447         (ctanh_test_tonearest): Likewise.
15448         (ctanh_test_towardzero): Likewise.
15449         (ctanh_test_downward): Likewise.
15450         (ctanh_test_upward): Likewise.
15451         (erf_test): Likewise.
15452         (erfc_test): Likewise.
15453         (exp_test): Likewise.
15454         (exp_test_tonearest): Likewise.
15455         (exp_test_towardzero): Likewise.
15456         (exp_test_downward): Likewise.
15457         (exp_test_upward): Likewise.
15458         (exp10_test): Likewise.
15459         (exp10_test_tonearest): Likewise.
15460         (exp10_test_towardzero): Likewise.
15461         (exp10_test_downward): Likewise.
15462         (exp10_test_upward): Likewise.
15463         (pow10_test): Likewise.
15464         (exp2_test): Likewise.
15465         (expm1_test): Likewise.
15466         (expm1_test_tonearest): Likewise.
15467         (expm1_test_towardzero): Likewise.
15468         (expm1_test_downward): Likewise.
15469         (expm1_test_upward): Likewise.
15470         (fabs_test): Likewise.
15471         (fdim_test): Likewise.
15472         (floor_test): Likewise.
15473         (fma_test): Likewise.
15474         (fma_test_towardzero): Likewise.
15475         (fma_test_downward): Likewise.
15476         (fma_test_upward): Likewise.
15477         (fmax_test): Likewise.
15478         (fmin_test): Likewise.
15479         (fmod_test): Likewise.
15480         (fpclassify_test): Likewise.
15481         (frexp_test): Likewise.
15482         (hypot_test): Likewise.
15483         (ilogb_test): Likewise.
15484         (isfinite_test): Likewise.
15485         (finite_test): Likewise.
15486         (isgreater_test): Likewise.
15487         (isgreaterequal_test): Likewise.
15488         (isinf_test): Likewise.
15489         (isless_test): Likewise.
15490         (islessequal_test): Likewise.
15491         (islessgreater_test): Likewise.
15492         (isnan_test): Likewise.
15493         (isnormal_test): Likewise.
15494         (issignaling_test): Likewise.
15495         (isunordered_test): Likewise.
15496         (j0_test): Likewise.
15497         (j1_test): Likewise.
15498         (jn_test): Likewise.
15499         (ldexp_test): Likewise.
15500         (lgamma_test): Likewise.
15501         (gamma_test): Likewise.
15502         (lrint_test): Likewise.
15503         (lrint_test_tonearest): Likewise.
15504         (lrint_test_towardzero): Likewise.
15505         (lrint_test_downward): Likewise.
15506         (lrint_test_upward): Likewise.
15507         (llrint_test): Likewise.
15508         (llrint_test_tonearest): Likewise.
15509         (llrint_test_towardzero): Likewise.
15510         (llrint_test_downward): Likewise.
15511         (llrint_test_upward): Likewise.
15512         (log_test): Likewise.
15513         (log10_test): Likewise.
15514         (log1p_test): Likewise.
15515         (log2_test): Likewise.
15516         (logb_test): Likewise.
15517         (logb_test_downward): Likewise.
15518         (lround_test): Likewise.
15519         (llround_test): Likewise.
15520         (modf_test): Likewise.
15521         (nearbyint_test): Likewise.
15522         (nextafter_test): Likewise.
15523         (nexttoward_test): Likewise.
15524         (pow_test): Likewise.
15525         (pow_test_tonearest): Likewise.
15526         (pow_test_towardzero): Likewise.
15527         (pow_test_downward): Likewise.
15528         (pow_test_upward): Likewise.
15529         (remainder_test): Likewise.
15530         (drem_test): Likewise.
15531         (remainder_test_tonearest): Likewise.
15532         (drem_test_tonearest): Likewise.
15533         (remainder_test_towardzero): Likewise.
15534         (drem_test_towardzero): Likewise.
15535         (remainder_test_downward): Likewise.
15536         (drem_test_downward): Likewise.
15537         (remainder_test_upward): Likewise.
15538         (drem_test_upward): Likewise.
15539         (remquo_test): Likewise.
15540         (rint_test): Likewise.
15541         (rint_test_tonearest): Likewise.
15542         (rint_test_towardzero): Likewise.
15543         (rint_test_downward): Likewise.
15544         (rint_test_upward): Likewise.
15545         (round_test): Likewise.
15546         (scalb_test): Likewise.
15547         (scalbn_test): Likewise.
15548         (scalbln_test): Likewise.
15549         (signbit_test): Likewise.
15550         (sin_test): Likewise.
15551         (sin_test_tonearest): Likewise.
15552         (sin_test_towardzero): Likewise.
15553         (sin_test_downward): Likewise.
15554         (sin_test_upward): Likewise.
15555         (sincos_test): Likewise.
15556         (sinh_test): Likewise.
15557         (sinh_test_tonearest): Likewise.
15558         (sinh_test_towardzero): Likewise.
15559         (sinh_test_downward): Likewise.
15560         (sinh_test_upward): Likewise.
15561         (sqrt_test): Likewise.
15562         (sqrt_test_tonearest): Likewise.
15563         (sqrt_test_towardzero): Likewise.
15564         (sqrt_test_downward): Likewise.
15565         (sqrt_test_upward): Likewise.
15566         (tan_test): Likewise.
15567         (tan_test_tonearest): Likewise.
15568         (tan_test_towardzero): Likewise.
15569         (tan_test_downward): Likewise.
15570         (tan_test_upward): Likewise.
15571         (tanh_test): Likewise.
15572         (tgamma_test): Likewise.
15573         (trunc_test): Likewise.
15574         (y0_test): Likewise.
15575         (y1_test): Likewise.
15576         (yn_test): Likewise.
15577         (significand_test): Likewise.
15579         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15580         individual tests in comment.
15581         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15582         (prev_max_error): New variable.
15583         (prev_real_max_error): Likewise.
15584         (prev_imag_max_error): Likewise.
15585         (compare_ulp_data): Don't refer to test names in comment.
15586         (find_test_ulps): Remove function.
15587         (find_function_ulps): Likewise.
15588         (find_complex_function_ulps): Likewise.
15589         (init_max_error): Take function name as argument.  Look up ulps
15590         for that function.
15591         (print_ulps): Remove function.
15592         (print_max_error): Use prev_max_error instead of calling
15593         find_function_ulps.
15594         (print_complex_max_error): Use prev_real_max_error and
15595         prev_imag_max_error instead of calling find_complex_function_ulps.
15596         (check_float_internal): Take max_ulp parameter instead of calling
15597         find_test_ulps.  Don't call print_ulps.
15598         (check_float): Update call to check_float_internal.
15599         (check_complex): Update calls to check_float_internal.
15600         (START): Pass argument to init_max_error.
15601         * math/gen-libm-test.pl (%results): Don't include "kind"
15602         information.
15603         (parse_ulps): Don't handle ulps of individual tests.
15604         (print_ulps_file): Likewise.
15605         (output_ulps): Likewise.
15606         * math/README.libm-test: Update.
15607         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15608         individual tests.
15609         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15610         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15611         * sysdeps/arm/libm-test-ulps: Likewise.
15612         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15613         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15614         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15615         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15616         * sysdeps/microblaze/libm-test-ulps: Likewise.
15617         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15618         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15619         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15620         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15621         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15622         * sysdeps/sh/libm-test-ulps: Likewise.
15623         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15624         * sysdeps/tile/libm-test-ulps: Likewise.
15625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15627 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15629         * math/libm-test.inc (print_complex_max_error): Check separately
15630         whether real and imaginary errors are within allowed range and
15631         pass 0 to print_complex_function_ulps instead of value within
15632         allowed range.
15634 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15636         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15637         formatting.
15638         (get_handles_fopen): Likewise.
15639         (do_write_test): Likewise.
15641         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15643         * libio/fileops.c (do_ftell): Use cached offset when
15644         available.
15645         * libio/iofwide.c (do_ftell_wide): Likewise.
15646         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15647         _IO_file_attach.
15648         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15650         [BZ #16532]
15651         * libio/libioP.h (get_file_offset): New function.
15652         * libio/fileops.c (get_file_offset): Likewise.
15653         (do_ftell): Likewise.
15654         (_IO_new_file_seekoff): Split out ftell logic.
15655         * libio/wfileops.c (do_ftell_wide): Likewise.
15656         (_IO_wfile_seekoff): Split out ftell logic.
15657         * libio/tst-ftell-active-handler.c: New test case.
15658         * libio/Makefile (tests): Add it.
15660 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15662         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15663         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15665 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15667         [BZ #16639]
15668         * nscd/connections.c (nscd_init): Call do_exit.
15669         (start_threads): Call do_exit and notify_parent.
15670         (begin_drop_privileges): Call do_exit.
15671         (finish_drop_privileges): Likewise.
15672         * nscd/selinux.c (preserve_capabilities): Likewise.
15673         (install_real_capabilities): Likewise.
15674         (nscd_selinux_enabled): Likewise.
15675         (avc_create_thread): Likewise.
15676         (avc_alloc_lock): Likewise.
15677         (nscd_avc_init): Likewise.
15678         * nscd/nscd.c (parent_fd): New static variable.
15679         (main): Create a pipe between parent and child processes.
15680         Skip closing parent_fd.
15681         (monitor_child): New function.
15682         (do_exit): Likewise.
15683         (notify_parent): Likewise.
15684         * nscd/nscd.h (notify_parent): Likewise.
15685         (do_exit): Likewise.
15687 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15689         * malloc/malloc.c (__libc_calloc): Revert last change.
15691 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15695 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15697         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15698         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15699         implementation.
15700         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15701         (__libc_ifunc_impl_list): Likewise.
15702         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15703         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15704         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15705         * string/strrchr.c: Define STRRCHR.
15707 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15709         * benchtest/bench-strtok.c (simple_strtok): Delete.
15710         (strtok_string): Use as benchmark.
15711         * string/strtok (STRTOK): New macro.
15713 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15715         * manual/threads.texi: Add header and standard comments to all
15716         functions.
15718         * elf/dl-lookup.c (check_match): New function.
15719         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15720         (do_lookup_x): Remove nested function check_match. Use non-nested
15721         function check_match.
15723 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15725         * csu/Makefile (generated, before-compile): Use += rather than =.
15726         * catgets/Makefile (generated, generated-dirs): Likewise.
15727         * debug/Makefile (generated): Likewise.
15728         * dlfcn/Makefile (generated): Likewise.
15729         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15730         * iconvdata/Makefile (before-compile, generated): Likewise.
15731         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15732         * libio/Makefile (generated): Likewise.
15733         * malloc/Makefile (generated): Likewise.
15734         * manual/Makefile (generated, generated-dirs): Likewise.
15735         * misc/Makefile (generated): Likewise.
15736         * posix/Makefile (generated): Likewise.
15737         * resolv/Makefile (generated): Likewise.
15738         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15739         * timezone/Makefile (generated, generated-dirs): Likewise.
15741         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15743 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15745         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15746         power8 implementation.
15747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15748         file: POWER8 llround ifunc implementation.
15749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15750         (__lllround): Add POWER8 implementation.
15751         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15752         POWER8 llround implementation.
15754         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15755         power8 implementation.
15756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15757         file: POWER8 llrint ifunc implementation.
15758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15759         Add POWER8 implementation.
15760         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15761         POWER8 llrint implementation.
15763         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15764         power8 implementation.
15765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15766         file: POWER8 finite ifunc implementation.
15767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15768         Add POWER8 implementation.
15769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15770         Likewise.
15771         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15772         POWER8 finite implementation.
15773         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15775         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15776         power8 implementation.
15777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15778         file: POWER8 isinf ifunc implementation.
15779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15780         POWER8 implementation.
15781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15782         Likewise.
15783         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15784         isinf implementation.
15785         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15787         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15788         (INIT_ARCH): Add hwcap2 initialization.
15789         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15790         power8 implementation.
15791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15792         file: POWER8 isnan ifunc implementation.
15793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15794         POWER8 implementation.
15795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15796         Likewise.
15797         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15798         isnan implementation.
15799         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15801 2014-02-27  Joey Ye  <joey.ye@arm.com>
15803         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15804         (_FP_NANFRAC_Q): Set to zero.
15806 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15808         [BZ #16623]
15809         * math/auto-libm-test-in: New test inputs.
15810         * math/auto-libm-test-out: Regenerate.
15811         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15812         and DA.
15813         (__cos): Likewise.
15814         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15816 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15818         * scripts/evaluate-test.sh: Take new argument indicating whether
15819         failure is expected.
15820         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15821         indicating whether failure is expected.
15822         * conform/Makefile (test-xfail-run-conformtest): New variable.
15823         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15824         level.
15825         * posix/Makefile (test-xfail-annexc): New variable.
15826         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15828 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15830         * argp/Makefile: Include Makeconfig immediately after defining
15831         subdir.
15832         * assert/Makefile: Likewise.
15833         * benchtests/Makefile: Likewise.
15834         * catgets/Makefile: Likewise.
15835         * conform/Makefile: Likewise.
15836         * crypt/Makefile: Likewise.
15837         * csu/Makefile: Likewise.
15838         (all): Remove target.
15839         * ctype/Makefile: Include Makeconfig immediately after defining
15840         subdir.
15841         * debug/Makefile: Likewise.
15842         * dirent/Makefile: Likewise.
15843         * dlfcn/Makefile: Likewise.
15844         * gmon/Makefile: Likewise.
15845         * gnulib/Makefile: Likewise.
15846         * grp/Makefile: Likewise.
15847         * gshadow/Makefile: Likewise.
15848         * hesiod/Makefile: Likewise.
15849         * hurd/Makefile: Likewise.
15850         (all): Remove target.
15851         * iconvdata/Makefile: Include Makeconfig immediately after
15852         defining subdir.
15853         * inet/Makefile: Likewise.
15854         * intl/Makefile: Likewise.
15855         * io/Makefile: Likewise.
15856         * libio/Makefile: Likewise.
15857         (all): Remove target.
15858         * locale/Makefile: Include Makeconfig immediately after defining
15859         subdir.
15860         * login/Makefile: Likewise.
15861         * mach/Makefile: Likewise.
15862         (all): Remove target.
15863         * malloc/Makefile: Include Makeconfig immediately after defining
15864         subdir.
15865         (all): Remove target.
15866         * manual/Makefile: Include Makeconfig immediately after defining
15867         subdir.
15868         * math/Makefile: Likewise.
15869         * misc/Makefile: Likewise.
15870         * nis/Makefile: Likewise.
15871         * nss/Makefile: Likewise.
15872         * po/Makefile: Likewise.
15873         (all): Remove target.
15874         * posix/Makefile: Include Makeconfig immediately after defining
15875         subdir.
15876         * pwd/Makefile: Likewise.
15877         * resolv/Makefile: Likewise.
15878         * resource/Makefile: Likewise.
15879         * rt/Makefile: Likewise.
15880         * setjmp/Makefile: Likewise.
15881         * shadow/Makefile: Likewise.
15882         * signal/Makefile: Likewise.
15883         * socket/Makefile: Likewise.
15884         * soft-fp/Makefile: Likewise.
15885         * stdio-common/Makefile: Likewise.
15886         * stdlib/Makefile: Likewise.
15887         * streams/Makefile: Likewise.
15888         * string/Makefile: Likewise.
15889         * sunrpc/Makefile: Likewise.
15890         (all): Remove target.
15891         * sysvipc/Makefile: Include Makeconfig immediately after defining
15892         subdir.
15893         * termios/Makefile: Likewise.
15894         * time/Makefile: Likewise.
15895         * timezone/Makefile: Likewise.
15896         (all): Remove target.
15897         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15898         subdir.
15899         * wctype/Makefile: Likewise.
15901 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15903         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15904         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15905         (libc_feholdexcept_setround_mips): Ditto.
15906         (libc_feholdsetround): New.
15907         (libc_feholdsetroundf): New.
15908         (libc_feholdsetroundl): New.
15909         (libc_feupdateenv_test_mips): New.
15910         (libc_feupdateenv_test): New.
15911         (libc_feupdateenv_testf): New.
15912         (libc_feupdateenv_testl): New.
15913         (libc_feresetround): New.
15914         (libc_feresetroundf): New.
15915         (libc_feresetroundl): New.
15916         (libc_fetestexcept_mips): New.
15917         (libc_fetestexcept): New.
15918         (libc_fetestexceptf): New.
15919         (libc_fetestexceptl): New.
15920         (HAVE_RM_CTX): New.
15921         (libc_feholdexcept_setround_mips_ctx): New.
15922         (libc_feholdexcept_setround_ctx): New.
15923         (libc_feholdexcept_setroundf_ctx): New.
15924         (libc_feholdexcept_setroundl_ctx): New.
15925         (libc_fesetenv_mips_ctx): New.
15926         (libc_fesetenv_ctx): New.
15927         (libc_fesetenv_ctxf): New.
15928         (libc_fesetenv_ctxl): New.
15929         (libc_feupdateenv_mips_ctx): New.
15930         (libc_feupdateenv_ctx): New.
15931         (libc_feupdateenvf_ctx): New.
15932         (libc_feupdateenvl_ctx): New.
15933         (libc_feholdsetround_mips_ctx): New.
15934         (libc_feholdsetround_ctx): New.
15935         (libc_feholdsetroundf_ctx): New.
15936         (libc_feholdsetroundl_ctx): New.
15937         (libc_feresetround_mips_ctx): New.
15938         (libc_feresetround_ctx): New.
15939         (libc_feresetroundf_ctx): New.
15940         (libc_feresetroundl_ctx): New.
15942 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15944         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15946         * manual/ipc.texi: New file.
15947         * manual/Makefile (chapters): Add ipc.
15948         * manual/job.texi: Add "Inter-Process Communication" to next.
15949         * manual/process.texi: Add "Inter-Process Communication" to prev.
15951 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15953         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15955 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15957         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15959         * manual/arith.texi: Fix spaces after sentences.
15960         * manual/charset.texi: Likewise.
15961         * manual/errno.texi: Likewise.
15962         * manual/install.texi: Likewise.
15963         * manual/llio.texi: Likewise.
15964         * manual/locale.texi: Likewise.
15965         * manual/maint.texi: Likewise.
15966         * manual/math.texi: Likewise.
15967         * manual/memory.texi: Likewise.
15968         * manual/message.texi: Likewise.
15969         * manual/probes.texi: Likewise.
15970         * manual/resource.texi: Likewise.
15971         * manual/signal.texi: Likewise.
15972         * manual/socket.texi: Likewise.
15973         * manual/stdio.texi: Likewise.
15974         * manual/string.texi: Likewise.
15975         * manual/time.texi: Likewise.
15976         * manual/users.texi: Likewise.
15978 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
15980         [BZ #16632]
15981         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
15982         _DEFAULT_SOURCE is defined.
15984 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
15985             Carlos O'Donell  <carlos@redhat.com>
15987         [BZ #16613]
15988         * elf/dl-tls.c (_dl_count_modids): New function.
15989         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
15990         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
15991         audit library and increment generation counter.
15992         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
15993         * elf/tst-audit9.c: New file.
15994         * elf/tst-auditmod9a.c: New file.
15995         * elf/tst-auditmod9b.c: New file.
15996         * elf/Makefile: Add rules to build and run tst-audit9.
15998 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16000         [BZ #15347]
16001         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16003 2014-02-25  Will Newton  <will.newton@linaro.org>
16005         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16006         (__longjmp): Restore sp and lr before restoring callee
16007         saved registers.  Add longjmp and longjmp_target
16008         SystemTap probe point.
16009         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16010         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16011         Define to zero to match jmpbuf layout.
16012         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16013         (__sigsetjmp): Save sp and lr before saving callee
16014         saved registers.  Add setjmp SystemTap probe point.
16016 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16018         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16020 2014-02-24  Andreas Schwab  <schwab@suse.de>
16022         [BZ #15804]
16023         * elf/pldd.c (wait_for_ptrace_stop): New function.
16024         (main): Call it after attaching.
16026 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16028         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16029         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16030         Versions files is now verboten.
16031         * hurd/Versions (libc: GLIBC_2.0):
16032         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16033         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16034         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16035         * mach/Versions: Likewise.
16037         * csu/Versions: Remove unused %include.
16038         * resolv/Versions: Likewise.
16040 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16042         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16043         ($(objpfx)check-local-headers.out): Likewise.
16044         ($(objpfx)begin-end-check.out): Likewise.
16045         * Makerules (check-abi-%.out): Likewise.
16046         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16047         ($(objpfx)test2.cat): Likewise.
16048         ($(objpfx)de/libc.cat): Likewise.
16049         ($(objpfx)test-gencat.out): Likewise.
16050         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16051         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16052         ($(objpfx)noload-mem): Likewise.
16053         ($(objpfx)tst-pathopt.out): Likewise.
16054         ($(objpfx)tst-rtld-load-self.out): Likewise.
16055         ($(objpfx)tst-array1-cmp.out): Likewise.
16056         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16057         ($(objpfx)tst-array2-cmp.out): Likewise.
16058         ($(objpfx)tst-array3-cmp.out): Likewise.
16059         ($(objpfx)tst-array4-cmp.out): Likewise.
16060         ($(objpfx)tst-array5-cmp.out): Likewise.
16061         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16062         ($(objpfx)check-textrel.out): Likewise.
16063         ($(objpfx)check-execstack.out): Likewise.
16064         ($(objpfx)check-localplt.out): Likewise.
16065         ($(objpfx)order2-cmp.out): Likewise.
16066         ($(objpfx)tst-leaks1-mem): Likewise.
16067         ($(objpfx)tst-leaks1-static-mem): Likewise.
16068         ($(objpfx)tst-initorder-cmp.out): Likewise.
16069         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16070         ($(objpfx)tst-unused-dep.out): Likewise.
16071         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16072         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16073         * iconv/Makefile (test-iconvconfig): Likewise.
16074         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16075         ($(objpfx)iconv-test.out): Likewise.
16076         ($(objpfx)tst-tables.out): Likewise.
16077         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16078         ($(objpfx)tst-gettext.out): Likewise.
16079         ($(objpfx)tst-translit.out): Likewise.
16080         ($(objpfx)tst-gettext2.out): Likewise.
16081         ($(objpfx)tst-gettext4.out): Likewise.
16082         ($(objpfx)tst-gettext6.out): Likewise.
16083         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16084         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16085         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16086         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16087         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16088         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16089         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16090         ($(objpfx)wordexp-tst.out): Likewise.
16091         ($(objpfx)annexc.out): Likewise.
16092         ($(objpfx)tst-fnmatch-mem): Likewise.
16093         ($(objpfx)bug-regex2-mem): Likewise.
16094         ($(objpfx)bug-regex14-mem): Likewise.
16095         ($(objpfx)bug-regex21-mem): Likewise.
16096         ($(objpfx)bug-regex31-mem): Likewise.
16097         ($(objpfx)tst-vfork3-mem): Likewise.
16098         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16099         ($(objpfx)tst-pcre-mem): Likewise.
16100         ($(objpfx)tst-boost-mem): Likewise.
16101         ($(objpfx)tst-getconf.out): Likewise.
16102         ($(objpfx)bug-ga2-mem): Likewise.
16103         ($(objpfx)bug-glob2-mem): Likewise.
16104         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16105         ($(objpfx)mtrace-tst-leaks2): Likewise.
16106         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16107         ($(objpfx)tst-printf.out): Likewise.
16108         ($(objpfx)tst-setvbuf1.out): Likewise.
16109         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16110         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16111         ($(objpfx)tst-fmtmsg.out): Likewise.
16112         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16113         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16115         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16116         * bits/sigaction.h [__USE_MISC]: Likewise.
16117         * bits/waitstatus.h: Update #endif comments.
16118         * ctype/ctype.h: Likewise.
16119         * dirent/dirent.h: Likewise.
16120         [__USE_MISC]: Remove redundant conditionals.
16121         * grp/grp.h: Update #endif comments.
16122         [__USE_GNU]: Remove redundant conditionals.
16123         [__USE_MISC]: Likewise.
16124         * inet/netinet/in.h [__USE_GNU]: Likewise.
16125         * io/sys/stat.h [__USE_MISC]: Likewise.
16126         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16127         * libio/bits/stdio.h: Update #endif comments.
16128         [__USE_MISC]: Remove redundant conditionals.
16129         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16130         * libio/stdio.h: Update #endif comments.
16131         [__USE_MISC]: Remove redundant conditionals.
16132         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16133         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16134         * math/math.h: Update #else and #endif comments.
16135         [__USE_MISC]: Remove redundant conditionals.
16136         * misc/sys/uio.h: Update #endif comments.
16137         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16138         * posix/glob.h [__USE_MISC]: Likewise.
16139         * posix/sys/types.h: Update #endif comments.
16140         [__USE_MISC]: Remove redundant conditionals.
16141         * posix/sys/wait.h: Update #endif comments.
16142         [__USE_MISC]: Remove redundant conditionals.
16143         * posix/unistd.h: Update #endif comments.
16144         [__USE_MISC]: Remove redundant conditionals.
16145         * pwd/pwd.h [__USE_GNU]: Likewise.
16146         [__USE_MISC]: Likewise.
16147         * resolv/netdb.h [__USE_GNU]: Likewise.
16148         * signal/signal.h: Update #endif comments.
16149         [__USE_MISC]: Remove redundant conditionals.
16150         * stdlib/stdlib.h: Update #else and #endif comments.
16151         [__USE_MISC]: Remove redundant conditionals.
16152         [__USE_GNU]: Likewise.
16153         * string/bits/string2.h [__USE_MISC]: Likewise.
16154         * string/string.h: Update #endif comments.
16155         [__USE_MISC]: Remove redundant conditionals.
16156         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16157         Likewise.
16158         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16159         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16160         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16161         Likewise.
16162         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16163         Likewise.
16164         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16165         comments.
16166         [__USE_MISC]: Remove redundant conditionals.
16167         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16168         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16169         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16170         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16171         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16172         Likewise.
16173         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16174         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16175         Likewise.
16176         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16177         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16178         Likewise.
16179         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16180         Likewise.
16181         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16182         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16183         Likewise.
16184         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16185         Likewise.
16186         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16187         * sysdeps/x86/bits/string.h: Update #endif comments.
16188         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16189         conditionals.
16190         * time/sys/time.h: Update #endif comments.
16191         * time/time.h: Likewise.
16192         [__USE_MISC]: Remove redundant conditionals.
16194 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16196         [BZ #16600]
16197         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16199 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16201         * Versions.def (librt): Add GLIBC_2.17.
16203 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16205         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16206         synonym for _SYS_AUXV_H to allow direct inclusion.
16207         * sysdeps/sparc/bits/hwcap.h: Likewise.
16208         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16209         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16210         * sysdeps/sparc/sysdep.h: Likewise.
16212 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16214         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16216 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16218         * benchtests/bench-strrchr.c: Print length instead of position.
16220 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16222         [BZ #16611]
16223         * sysdeps/unix/sysv/linux/kernel-features.h
16224         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16225         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16226         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16227         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16228         Likewise.
16229         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16230         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16231         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16232         (__ASSUME_SENDMMSG): Define instead of using previous
16233         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16234         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16235         (__ASSUME_SENDMMSG_SYSCALL): Define.
16236         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16237         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16238         Likewise.
16239         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16240         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16241         Likewise.
16242         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16243         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16244         Likewise.
16245         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16246         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16247         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16248         [__ASSUME_SENDMMSG]: Change conditionals to
16249         [__ASSUME_SENDMMSG_SOCKETCALL].
16250         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16251         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16252         Define.
16253         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16254         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16255         Likewise.
16256         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16257         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16258         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16259         [!__ASSUME_SENDMMSG]: Change conditional to
16260         [!__ASSUME_SENDMMSG_SOCKETCALL].
16261         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16262         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16263         Define.
16265         [BZ #16610]
16266         * sysdeps/unix/sysv/linux/kernel-features.h
16267         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16268         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16269         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16270         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16271         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16272         [__i386__ || __sparc__]
16273         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16274         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16275         (__ASSUME_RECVMMSG): Define instead of using previous
16276         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16277         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16278         (__ASSUME_RECVMMSG_SYSCALL): Define.
16279         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16280         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16281         Likewise.
16282         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16283         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16284         Likewise.
16285         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16286         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16287         Likewise.
16288         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16289         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16290         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16291         [__ASSUME_RECVMMSG]: Change condition to
16292         [__ASSUME_RECVMMSG_SOCKETCALL].
16293         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16294         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16295         Define.
16296         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16297         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16298         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16299         Likewise.
16300         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16301         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16302         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16303         [!__ASSUME_RECVMMSG]: Change condition to
16304         [!__ASSUME_RECVMMSG_SOCKETCALL].
16305         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16306         (__ASSUME_RECVMMSG_SYSCALL): Define.
16308         [BZ #16609]
16309         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16310         __powerpc__ || __s390__ || __sh__ || __sparc__]
16311         (__ASSUME_SOCKETCALL): Define.
16312         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16313         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16314         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16315         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16316         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16317         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16318         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16319         (__ASSUME_ACCEPT4): Define instead of using previous
16320         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16321         __powerpc__ || __sparc__ || __s390__)] condition.
16322         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16323         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16324         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16325         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16326         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16327         [!__ASSUME_ACCEPT4]: Change condition to
16328         [!__ASSUME_ACCEPT4_SOCKETCALL].
16329         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16330         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16331         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16332         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16333         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16334         __ASSUME_ACCEPT4_SYSCALL.
16335         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16336         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16337         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16338         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16339         __ASSUME_ACCEPT4_SYSCALL.
16340         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16341         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16342         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16343         [__ASSUME_ACCEPT4]: Change condition to
16344         [__ASSUME_ACCEPT4_SOCKETCALL].
16345         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16346         (__ASSUME_SOCKETCALL): Define.
16347         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16348         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16349         (__ASSUME_SOCKETCALL): Define.
16350         (__ASSUME_ACCEPT4): Remove.
16351         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16352         Define.
16353         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16354         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16355         Likewise.
16356         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16357         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16359         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16360         macro.
16361         (HWCAP_ARM_LPAE): Likewise.
16362         (HWCAP_ARM_EVTSTRM): Likewise.
16363         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16364         Add vpfd32, lpae and evtstrm.
16365         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16366         Increase to 22.
16368 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16370         * math/auto-libm-test-in: Add tests of clog10.
16371         * math/auto-libm-test-out: Regenerated.
16372         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16373         * sysdeps/i386/fpu/libm-test-ulps: Update.
16374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16376 2014-02-18  Andreas Schwab  <schwab@suse.de>
16378         [BZ #16574]
16379         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16380         Store non-zero if the second buffer was newly allocated.
16381         (send_dg): Likewise.
16382         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16383         to send_vc and send_dg.
16384         (res_nsend): Pass NULL for ansp2_malloced.
16385         * resolv/res_query.c (__libc_res_nquery): Add parameter
16386         answerp2_malloced and pass it down to __libc_res_nsend.
16387         (res_nquery): Pass additional NULL to __libc_res_nquery.
16388         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16389         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16390         second answer buffer if answerp2_malloced was set.
16391         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16392         (__libc_res_nquerydomain): Add parameter
16393         answerp2_malloced and pass it down to __libc_res_nquery.
16394         (res_nquerydomain): Pass additional NULL to
16395         __libc_res_nquerydomain.
16396         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16397         additional NULL to __libc_res_nsend and __libc_res_nquery.
16398         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16399         additional NULL to __libc_res_nsearch.
16400         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16401         parameter of __libc_res_nsearch to check for separately allocated
16402         second buffer.
16403         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16404         __libc_res_nquery.
16405         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16406         additional NULL to __libc_res_nquery.
16407         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16408         __libc_res_nsearch.
16409         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16410         * include/resolv.h: Update prototypes of __libc_res_nquery,
16411         __libc_res_nsearch, __libc_res_nsend.
16413 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16415         * math/auto-libm-test-in: Add tests of fma.
16416         * math/auto-libm-test-out: Regenerated.
16417         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16418         (fma_towardzero_test_data): Likewise.
16419         (fma_downward_test_data): Likewise.
16420         (fma_upward_test_data): Likewise.
16421         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16422         mpc_mode.
16423         (rounding_modes): Add values for new field.
16424         (func_calc_method): Add value mpfr_fff_f.
16425         (func_calc_desc): Add mpfr_fff_f union field.
16426         (test_function): Add field exact_args.
16427         (FUNC): Add macro argument EXACT_ARGS.
16428         (FUNC_mpfr_f_f): Update call to FUNC.
16429         (FUNC_mpfr_f_f): Likewise.
16430         (FUNC_mpfr_ff_f): Likewise.
16431         (FUNC_mpfr_if_f): Likewise.
16432         (FUNC_mpc_c_f): Likewise.
16433         (FUNC_mpc_c_c): Likewise.
16434         (test_functions): Add fma.  Update calls to FUNC.
16435         (handle_input_arg): Add argument exact_args.
16436         (add_test): Update call to handle_input_arg.
16437         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16438         (output_for_one_input_case): Update call to calc_generic_results.
16439         Recalculate exact zero results in each rounding mode.
16441         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16442         non-negative before setting low bit.
16443         * math/auto-libm-test-in: Mark one asin test possibly having
16444         spurious underflow.
16445         * math/auto-libm-test-out: Regenerated.
16446         * sysdeps/i386/fpu/libm-test-ulps: Update.
16447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16449 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16451         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16452         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16453         ports/sysdeps/unix/sysv/linux/microblaze.
16454         * README: Add missing listing for microblaze*-*-linux-gnu.
16456 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16458         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16459         duplicate code
16461 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16463         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16464         * sysdeps/unix/sysv/linux/ia64: Move directory from
16465         ports/sysdeps/unix/sysv/linux/ia64.
16466         * README: Update listing for ia64-*-linux-gnu.
16468 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16469             Joseph Myers  <joseph@codesourcery.com>
16471         * Makeconfig (test-name): New variable.
16472         (evaluate-test): Likewise.
16473         * Makerules (do-test-clean): Remove .test-result files.
16474         (common-mostlyclean): Likewise.
16475         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16476         * scripts/evaluate-test.sh: New file.
16478 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16480         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16481         separate $(objpfx)tst-fopenloc-cmp.out and
16482         $(objpfx)tst-fopenloc-mem.out targets.
16483         (tests): Update dependencies.
16484         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16485         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16486         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16487         (tst-rxspencer-no-utf8-ARGS): New variable.
16488         (tst-rxspencer-no-utf8-ENV): Likewise.
16489         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16490         instead of $(objpfx)tst-rxspencer-mem.
16491         ($(objpfx)tst-rxspencer-mem): Change target to
16492         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16493         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16494         * posix/tst-rxspencer-no-utf8.c: New file.
16496         * elf/Makefile ($(objpfx)order.out): Remove rule.
16497         [$(run-built-tests) = yes] (tests): Depend on
16498         $(objpfx)order-cmp.out.
16499         ($(objpfx)order-cmp.out): New rule.
16500         [$(run-built-tests) = yes] (tests): Depend on
16501         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16502         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16503         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16504         $(objpfx)tst-array5-static-cmp.out.
16505         ($(objpfx)tst-array1.out): Remove rule.
16506         ($(objpfx)tst-array1-cmp.out): New rule.
16507         ($(objpfx)tst-array1-static.out): Remove rule.
16508         ($(objpfx)tst-array1-static-cmp.out): New rule.
16509         ($(objpfx)tst-array2.out): Remove rule.
16510         ($(objpfx)tst-array2-cmp.out): New rule.
16511         ($(objpfx)tst-array3.out): Remove rule.
16512         ($(objpfx)tst-array3-cmp.out): New rule.
16513         ($(objpfx)tst-array4.out): Remove rule.
16514         ($(objpfx)tst-array4-cmp.out): New rule.
16515         ($(objpfx)tst-array5.out): Remove rule.
16516         ($(objpfx)tst-array5-cmp.out): New rule.
16517         ($(objpfx)tst-array5-static.out): Remove rule.
16518         ($(objpfx)tst-array5-static-cmp.out): New rule.
16519         [$(run-built-tests) = yes] (tests): Depend on
16520         $(objpfx)order2-cmp.out.
16521         ($(objpfx)order2.out): Remove rule.
16522         ($(objpfx)order2-cmp.out): New rule.
16523         ($(objpfx)tst-initorder.out): Remove rule.
16524         [$(run-built-tests) = yes] (tests): Depend on
16525         $(objpfx)tst-initorder-cmp.out.
16526         ($(objpfx)tst-initorder-cmp.out): New rule.
16527         ($(objpfx)tst-initorder2.out): Remove rule.
16528         [$(run-built-tests) = yes] (tests): Depend on
16529         $(objpfx)tst-initorder2-cmp.out.
16530         ($(objpfx)tst-initorder2-cmp.out): New rule.
16531         [$(run-built-tests) = yes] (tests): Depend on
16532         $(objpfx)tst-unused-dep-cmp.out.
16533         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16534         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16535         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16536         on $(objpfx)tst-setvbuf1-cmp.out.
16537         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16538         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16539         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16540         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16541         ($(objpfx)tst-svc.out): Remove rule.
16542         ($(objpfx)tst-svc-cmp.out): New rule.
16544 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16546         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16547         * ctype/ctype.h [__USE_MISC]: Likewise.
16548         * dirent/dirent.h [__USE_MISC]: Likewise.
16549         * grp/grp.h [__USE_MISC]: Likewise.
16550         * io/fcntl.h [__USE_MISC]: Likewise.
16551         * io/sys/stat.h [__USE_MISC]: Likewise.
16552         * libio/stdio.h [__USE_MISC]: Likewise.
16553         * posix/unistd.h [__USE_MISC]: Likewise.
16554         * pwd/pwd.h [__USE_MISC]: Likewise.
16555         * stdlib.h [__USE_MISC]: Likewise.
16556         * string/bits/string2.h [__USE_MISC]: Likewise.
16557         * string/string.h [__USE_MISC]: Likewise.
16558         * time/time.h [__USE_MISC]: Likewise.
16560 2014-02-13  Andreas Schwab  <schwab@suse.de>
16562         [BZ #16574]
16563         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16564         second answer buffer if it was separately allocated.
16566 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16568         * sysdeps/mips/math-tests.h: Include <features.h>.
16569         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16570         (ROUNDING_TESTS_long_double): Do not define.
16571         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16572         (EXCEPTION_TESTS_long_double): Likewise.
16573         * sysdeps/mips/mips64/libm-test-ulps: Update.
16575         * include/features.h (__USE_BSD): Remove macro definitions.
16576         (__USE_SVID): Likewise.
16577         (_BSD_SOURCE): Likewise.
16578         (_SVID_SOURCE): Likewise.
16579         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16580         from definition of _DEFAULT_SOURCE.
16581         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16582         [_DEFAULT_SOURCE].
16583         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16584         * bits/mman.h [__USE_BSD]: Likewise.
16585         * bits/termios.h [__USE_BSD]: Likewise.
16586         * bits/waitstatus.h [__USE_BSD]: Likewise.
16587         * ctype/ctype.h [__USE_SVID]: Likewise.
16588         * dirent/dirent.h [__USE_BSD]: Likewise.
16589         * grp/grp.h [__USE_SVID]: Likewise.
16590         [__USE_BSD]: Likewise.
16591         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16592         * io/fcntl.h [__USE_BSD]: Likewise.
16593         * io/ftw.h [__USE_BSD]: Likewise.
16594         * io/sys/stat.h [__USE_BSD]: Likewise.
16595         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16596         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16597         * libio/stdio.h [__USE_SVID]: Likewise.
16598         [__USE_BSD]: Likewise.
16599         * math/math.h [__USE_SVID]: Likewise.
16600         [__USE_BSD]: Likewise.
16601         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16602         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16603         * misc/search.h [__USE_SVID]: Likewise.
16604         * misc/sys/mman.h [__USE_BSD]: Likewise.
16605         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16606         * misc/sys/uio.h [__USE_BSD]: Likewise.
16607         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16608         * posix/glob.h [__USE_BSD]: Likewise.
16609         * posix/regex.h [__USE_BSD]: Likewise.
16610         * posix/sys/types.h [__USE_BSD]: Likewise.
16611         [__USE_SVID]: Likewise.
16612         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16613         * posix/sys/wait.h [__USE_BSD]: Likewise.
16614         [__USE_SVID]: Likewise.
16615         * posix/unistd.h [__USE_BSD]: Likewise.
16616         [__USE_SVID]: Likewise.
16617         * pwd/pwd.h [__USE_SVID]: Likewise.
16618         * resolv/netdb.h [__USE_BSD]: Likewise.
16619         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16620         * signal/signal.h [__USE_BSD]: Likewise.
16621         [__USE_SVID]: Likewise.
16622         * socket/sys/socket.h [__USE_BSD]: Likewise.
16623         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16624         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16625         [__USE_SVID]: Likewise.
16626         * string/bits/string2.h [__USE_BSD]: Likewise.
16627         [__USE_SVID]: Likewise.
16628         * string/bits/string3.h [__USE_BSD]: Likewise.
16629         * string/endian.h [__USE_BSD]: Likewise.
16630         * string/string.h [__USE_SVID]: Likewise.
16631         [__USE_BSD]: Likewise.
16632         * string/strings.h [__USE_BSD]: Likewise.
16633         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16634         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16635         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16636         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16637         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16638         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16639         Likewise.
16640         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16641         Likewise.
16642         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16643         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16644         Likewise.
16645         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16646         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16647         Likewise.
16648         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16649         Likewise.
16650         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16651         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16652         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16653         Likewise.
16654         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16655         Likewise.
16656         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16657         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16658         * termios/termios.h [__USE_BSD]: Likewise.
16659         * time/sys/time.h [__USE_BSD]: Likewise.
16660         * time/time.h [__USE_BSD]: Likewise.
16661         [__USE_SVID]: Likewise.
16663         * Makefile (subdir_targets): Remove subdir_lint.out.
16665         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16666         (do-tst-printf): Likewise.
16667         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16668         $(objpfx)tst-printf.out.
16670         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16672         * Makerules (check-abi-%): Change target to
16673         $(objpfx)check-abi-%.out.
16674         (check-abi target): Update dependencies.
16675         (check-abi-pattern variable): Redirect output of diff to $@.
16676         (check-abi variable): Likewise.
16677         * elf/Makefile (check-abi): Update dependencies.
16679         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16680         unused.
16681         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16682         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16683         subnormal range.
16684         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16685         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16686         value has largest subnormal exponent.
16687         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16688         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16689         * sysdeps/aarch64/soft-fp/sfp-machine.h
16690         (_FP_TININESS_AFTER_ROUNDING): New macro.
16691         * sysdeps/alpha/soft-fp/sfp-machine.h
16692         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16693         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16694         Likewise.
16695         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16696         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16697         * sysdeps/mips/soft-fp/sfp-machine.h
16698         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16699         * sysdeps/powerpc/soft-fp/sfp-machine.h
16700         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16701         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16702         Likewise.
16703         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16704         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16705         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16706         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16707         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16708         Likewise.
16710 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16712         [BZ #16545]
16713         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16714         model 1.
16716 2014-02-12  Richard Henderson  <rth@redhat.com>
16718         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16719         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16720         * sysdeps/unix/sysv/linux/alpha: Move directory from
16721         ports/sysdeps/unix/sysv/linux/alpha.
16722         * README: Update listing for alpha-*-linux-gnu.
16724 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16726         * include/features.h: Update comment documenting feature test
16727         macros.
16728         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16729         _DEFAULT_SOURCE.
16730         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16731         (_SVID_SOURCE): Likewise.
16732         (_DEFAULT_SOURCE): Update description of default features.
16733         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16734         with _GNU_SOURCE.
16735         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16736         (S_ISVTX): Likewise.
16737         * manual/math.texi (Mathematical Constants): Likewise.
16738         * manual/signal.texi (Interrupted Primitives): Likewise.
16739         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16740         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16741         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16742         Don't refer to _SVID_SOURCE in warning text.
16744         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16746         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16747         already defined.
16748         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16749         * sysdeps/mips/dl-lookup.c: Remove.
16750         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16752 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16754         [BZ #16447]
16755         * math/auto-libm-test-in: Add testcase for expl.
16756         * math/auto-libm-test-out: Regenerate.
16757         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16758         calculation of unsafe.
16759         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16761 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16763         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16764         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16765         ports/sysdeps/unix/sysv/linux/aarch64.
16766         * README: Update listing for aarch64*-*-linux-gnu.
16768 2014-02-11  Will Newton  <will.newton@linaro.org>
16770         * manual/probes.texi (Mathematical Function Probes): Use
16771         "triggered" instead of "hit".
16773         * manual/probes.texi (Internal Probes): Add documentation
16774         of setjmp, longjmp and longjmp_target probes.
16776         * include/stap-probe.h: Add comment about probe argument
16777         format.
16779         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16780         definition.  (tr_where, tr_freehook, tr_mallochook,
16781         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16783 2014-02-11  David S. Miller  <davem@davemloft.net>
16785         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16786         processing int_tests.
16788 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16790         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16791         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16792         * sysdeps/unix/sysv/linux/mips: Move directory from
16793         ports/sysdeps/unix/sysv/linux/mips.
16794         * README: Update listing for mips-*-linux-gnu and
16795         mips64-*-linux-gnu.
16797 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16799         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16800         * sysdeps/unix/sysv/linux/m68k: Move directory from
16801         ports/sysdeps/unix/sysv/linux/m68k.
16802         * README: Update listing for m68k-*-linux-gnu.
16804 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16806         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16807         * sysdeps/unix/sysv/linux/generic: Move directory from
16808         ports/sysdeps/unix/sysv/linux/generic.
16809         * sysdeps/unix/sysv/linux/tile: Move directory from
16810         ports/sysdeps/unix/sysv/linux/tile.
16811         * README: Update listing for tile*-*-linux-gnu.
16813 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16815         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16816         __builtin_expect.
16817         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16818         * catgets/open_catalog.c (__open_catalog): Likewise.
16819         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16820         * debug/confstr_chk.c: Likewise.
16821         * debug/fread_chk.c (__fread_chk): Likewise.
16822         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16823         * debug/getgroups_chk.c: Likewise.
16824         * debug/mbsnrtowcs_chk.c: Likewise.
16825         * debug/mbsrtowcs_chk.c: Likewise.
16826         * debug/mbstowcs_chk.c: Likewise.
16827         * debug/memcpy_chk.c: Likewise.
16828         * debug/memmove_chk.c: Likewise.
16829         * debug/mempcpy_chk.c: Likewise.
16830         * debug/memset_chk.c: Likewise.
16831         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16832         * debug/strcat_chk.c (__strcat_chk): Likewise.
16833         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16834         * debug/strncat_chk.c (__strncat_chk): Likewise.
16835         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16836         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16837         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16838         * debug/wcpncpy_chk.c: Likewise.
16839         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16840         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16841         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16842         * debug/wcsncpy_chk.c: Likewise.
16843         * debug/wcsnrtombs_chk.c: Likewise.
16844         * debug/wcsrtombs_chk.c: Likewise.
16845         * debug/wcstombs_chk.c: Likewise.
16846         * debug/wmemcpy_chk.c: Likewise.
16847         * debug/wmemmove_chk.c: Likewise.
16848         * debug/wmempcpy_chk.c: Likewise.
16849         * debug/wmemset_chk.c: Likewise.
16850         * dirent/scandirat.c (SCANDIRAT): Likewise.
16851         * dlfcn/dladdr1.c (dladdr1): Likewise.
16852         * dlfcn/dladdr.c (dladdr): Likewise.
16853         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16854         * dlfcn/dlerror.c (__dlerror): Likewise.
16855         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16856         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16857         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16858         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16859         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16860         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16861         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16862         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16863         Likewise.
16864         * elf/dl-conflict.c: Likewise.
16865         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16866         * elf/dl-dst.h: Likewise.
16867         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16868         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16869         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16870         * elf/dl-init.c (call_init, _dl_init): Likewise.
16871         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16872         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16873         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16874         Likewise.
16875         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16876         Likewise.
16877         * elf/dl-minimal.c (__libc_memalign): Likewise.
16878         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16879         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16880         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16881         * elf/dl-sym.c (do_sym): Likewise.
16882         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16883         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16884         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16885         * elf/dl-writev.h (_dl_writev): Likewise.
16886         * elf/ldconfig.c (search_dir): Likewise.
16887         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16888         (dl_main): Likewise.
16889         * elf/setup-vdso.h (setup_vdso): Likewise.
16890         * grp/compat-initgroups.c (compat_call): Likewise.
16891         * grp/fgetgrent.c (fgetgrent): Likewise.
16892         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16893         * grp/putgrent.c (putgrent): Likewise.
16894         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16895         Likewise.
16896         * hurd/hurdinit.c: Likewise.
16897         * iconvdata/8bit-gap.c (struct): Likewise.
16898         * iconvdata/ansi_x3.110.c : Likewise.
16899         * iconvdata/big5.c : Likewise.
16900         * iconvdata/big5hkscs.c : Likewise.
16901         * iconvdata/cp1255.c: Likewise.
16902         * iconvdata/cp1258.c : Likewise.
16903         * iconvdata/cp932.c : Likewise.
16904         * iconvdata/euc-cn.c: Likewise.
16905         * iconvdata/euc-jisx0213.c : Likewise.
16906         * iconvdata/euc-jp.c: Likewise.
16907         * iconvdata/euc-jp-ms.c : Likewise.
16908         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16909         * iconvdata/gb18030.c : Likewise.
16910         * iconvdata/gbbig5.c (const): Likewise.
16911         * iconvdata/gbgbk.c: Likewise.
16912         * iconvdata/gbk.c : Likewise.
16913         * iconvdata/ibm1364.c : Likewise.
16914         * iconvdata/ibm930.c : Likewise.
16915         * iconvdata/ibm932.c: Likewise.
16916         * iconvdata/ibm933.c : Likewise.
16917         * iconvdata/ibm935.c : Likewise.
16918         * iconvdata/ibm937.c : Likewise.
16919         * iconvdata/ibm939.c : Likewise.
16920         * iconvdata/ibm943.c: Likewise.
16921         * iconvdata/iso_11548-1.c: Likewise.
16922         * iconvdata/iso-2022-cn.c : Likewise.
16923         * iconvdata/iso-2022-cn-ext.c : Likewise.
16924         * iconvdata/iso-2022-jp-3.c: Likewise.
16925         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16926         * iconvdata/iso-2022-kr.c : Likewise.
16927         * iconvdata/iso646.c (gconv_end): Likewise.
16928         * iconvdata/iso_6937-2.c : Likewise.
16929         * iconvdata/iso_6937.c : Likewise.
16930         * iconvdata/iso8859-1.c: Likewise.
16931         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16932         * iconvdata/shift_jisx0213.c : Likewise.
16933         * iconvdata/sjis.c : Likewise.
16934         * iconvdata/t.61.c : Likewise.
16935         * iconvdata/tcvn5712-1.c : Likewise.
16936         * iconvdata/tscii.c: Likewise.
16937         * iconvdata/uhc.c : Likewise.
16938         * iconvdata/unicode.c (gconv_end): Likewise.
16939         * iconvdata/utf-16.c (gconv_end): Likewise.
16940         * iconvdata/utf-32.c (gconv_end): Likewise.
16941         * iconvdata/utf-7.c (base64): Likewise.
16942         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16943         * iconv/gconv_close.c (__gconv_close): Likewise.
16944         * iconv/gconv_open.c (__gconv_open): Likewise.
16945         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16946         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16947         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16948         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16949         (ucs4le_internal_loop_single): Likewise.
16950         * iconv/iconv.c (iconv): Likewise.
16951         * iconv/iconv_close.c: Likewise.
16952         * iconv/loop.c (SINGLE): Likewise.
16953         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16954         * include/atomic.h: Likewise.
16955         * inet/inet6_option.c (option_alloc): Likewise.
16956         * intl/bindtextdom.c (set_binding_values): Likewise.
16957         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16958         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16959         * intl/localealias.c (read_alias_file): Likewise.
16960         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16961         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16962         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16963         * libio/fmemopen.c (fmemopen): Likewise.
16964         * libio/iofgets.c (_IO_fgets): Likewise.
16965         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16966         * libio/iofgetws.c (fgetws): Likewise.
16967         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16968         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16969         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16970         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16971         * locale/findlocale.c (_nl_find_locale): Likewise.
16972         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
16973         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
16974         Likewise.
16975         * locale/setlocale.c (setlocale): Likewise.
16976         * login/programs/pt_chown.c (main): Likewise.
16977         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
16978         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
16979         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
16980         (mmap, mmap64, mremap, munmap): Likewise.
16981         * math/e_exp2l.c: Likewise.
16982         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
16983         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
16984         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
16985         * math/s_catan.c (__catan): Likewise.
16986         * math/s_catanf.c (__catanf): Likewise.
16987         * math/s_catanh.c (__catanh): Likewise.
16988         * math/s_catanhf.c (__catanhf): Likewise.
16989         * math/s_catanhl.c (__catanhl): Likewise.
16990         * math/s_catanl.c (__catanl): Likewise.
16991         * math/s_ccosh.c (__ccosh): Likewise.
16992         * math/s_ccoshf.c (__ccoshf): Likewise.
16993         * math/s_ccoshl.c (__ccoshl): Likewise.
16994         * math/s_cexp.c (__cexp): Likewise.
16995         * math/s_cexpf.c (__cexpf): Likewise.
16996         * math/s_cexpl.c (__cexpl): Likewise.
16997         * math/s_clog10.c (__clog10): Likewise.
16998         * math/s_clog10f.c (__clog10f): Likewise.
16999         * math/s_clog10l.c (__clog10l): Likewise.
17000         * math/s_clog.c (__clog): Likewise.
17001         * math/s_clogf.c (__clogf): Likewise.
17002         * math/s_clogl.c (__clogl): Likewise.
17003         * math/s_csin.c (__csin): Likewise.
17004         * math/s_csinf.c (__csinf): Likewise.
17005         * math/s_csinh.c (__csinh): Likewise.
17006         * math/s_csinhf.c (__csinhf): Likewise.
17007         * math/s_csinhl.c (__csinhl): Likewise.
17008         * math/s_csinl.c (__csinl): Likewise.
17009         * math/s_csqrt.c (__csqrt): Likewise.
17010         * math/s_csqrtf.c (__csqrtf): Likewise.
17011         * math/s_csqrtl.c (__csqrtl): Likewise.
17012         * math/s_ctan.c (__ctan): Likewise.
17013         * math/s_ctanf.c (__ctanf): Likewise.
17014         * math/s_ctanh.c (__ctanh): Likewise.
17015         * math/s_ctanhf.c (__ctanhf): Likewise.
17016         * math/s_ctanhl.c (__ctanhl): Likewise.
17017         * math/s_ctanl.c (__ctanl): Likewise.
17018         * math/w_pow.c: Likewise.
17019         * math/w_powf.c: Likewise.
17020         * math/w_powl.c: Likewise.
17021         * math/w_scalb.c (sysv_scalb): Likewise.
17022         * math/w_scalbf.c (sysv_scalbf): Likewise.
17023         * math/w_scalbl.c (sysv_scalbl): Likewise.
17024         * misc/error.c (error_tail): Likewise.
17025         * misc/pselect.c (__pselect): Likewise.
17026         * nis/nis_callback.c (__nis_create_callback): Likewise.
17027         * nis/nis_call.c (__nisfind_server): Likewise.
17028         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17029         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17030         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17031         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17032         * nis/nis_lookup.c (nis_lookup): Likewise.
17033         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17034         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17035         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17036         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17037         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17038         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17039         * nis/nss_compat/compat-initgroups.c (add_group)
17040         (internal_getgrent_r): Likewise.
17041         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17042         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17043         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17044         (internal_getspnam_r): Likewise.
17045         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17046         (_nss_nis_getaliasbyname_r): Likewise.
17047         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17048         (_nss_nis_getntohost_r): Likewise.
17049         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17050         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17051         (_nss_nis_getgrgid_r): Likewise.
17052         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17053         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17054         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17055         (_nss_nis_gethostbyname4_r): Likewise.
17056         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17057         (initgroups_netid): Likewise.
17058         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17059         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17060         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17061         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17062         (_nss_nis_getprotobynumber_r): Likewise.
17063         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17064         (_nss_nis_getsecretkey): Likewise.
17065         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17066         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17067         (_nss_nis_getpwuid_r): Likewise.
17068         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17069         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17070         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17071         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17072         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17073         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17074         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17075         Likewise.
17076         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17077         (_nss_nisplus_getntohost_r): Likewise.
17078         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17079         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17080         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17081         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17082         Likewise.
17083         * nis/nss_nisplus/nisplus-initgroups.c
17084         (_nss_nisplus_initgroups_dyn): Likewise.
17085         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17086         (_nss_nisplus_getnetbyaddr_r): Likewise.
17087         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17088         (_nss_nisplus_getprotobynumber_r): Likewise.
17089         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17090         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17091         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17092         Likewise.
17093         * nis/nss_nisplus/nisplus-service.c
17094         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17095         (_nss_nisplus_getservbyport_r): Likewise.
17096         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17097         (_nss_nisplus_getspnam_r): Likewise.
17098         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17099         Likewise.
17100         * nscd/aicache.c (addhstaiX): Likewise.
17101         * nscd/cache.c (cache_search, prune_cache): Likewise.
17102         * nscd/connections.c (register_traced_file, send_ro_fd)
17103         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17104         (main_loop_epoll): Likewise.
17105         * nscd/grpcache.c (addgrbyX): Likewise.
17106         * nscd/hstcache.c (addhstbyX): Likewise.
17107         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17108         * nscd/mem.c (gc, mempool_alloc): Likewise.
17109         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17110         (addinnetgrX): Likewise.
17111         * nscd/nscd-client.h (__nscd_acquire_maplock)
17112         (__nscd_drop_map_ref): Likewise.
17113         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17114         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17115         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17116         Likewise.
17117         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17118         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17119         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17120         (__nscd_get_map_ref): Likewise.
17121         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17122         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17123         Likewise.
17124         * nscd/pwdcache.c (addpwbyX): Likewise.
17125         * nscd/selinux.c (preserve_capabilities): Likewise.
17126         * nscd/servicescache.c (addservbyX): Likewise.
17127         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17128         * posix/fnmatch.c (fnmatch): Likewise.
17129         * posix/getopt.c (_getopt_internal_r): Likewise.
17130         * posix/glob.c (glob, glob_in_dir): Likewise.
17131         * posix/wordexp.c (exec_comm_child): Likewise.
17132         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17133         (getanswer_r, gaih_getanswer_slice): Likewise.
17134         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17135         * resolv/res_init.c: Likewise.
17136         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17137         * resolv/res_query.c (__libc_res_nquery): Likewise.
17138         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17139         Likewise.
17140         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17141         * stdio-common/perror.c (perror): Likewise.
17142         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17143         * stdio-common/tmpnam.c (tmpnam): Likewise.
17144         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17145         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17146         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17147         Likewise.
17148         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17149         * stdlib/putenv.c (putenv): Likewise.
17150         * stdlib/setenv.c (__add_to_environ): Likewise.
17151         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17152         * stdlib/strtol_l.c (INTERNAL): Likewise.
17153         * string/memmem.c (memmem): Likewise.
17154         * string/strerror.c (strerror): Likewise.
17155         * string/strnlen.c (__strnlen): Likewise.
17156         * string/test-memmem.c (simple_memmem): Likewise.
17157         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17158         * sunrpc/pm_getport.c (__get_socket): Likewise.
17159         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17160         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17161         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17162         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17163         Likewise.
17164         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17165         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17166         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17167         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17168         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17169         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17170         Likewise.
17171         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17172         Likewise.
17173         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17174         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17175         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17176         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17177         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17178         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17179         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17180         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17181         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17182         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17183         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17184         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17185         Likewise.
17186         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17187         Likewise.
17188         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17189         Likewise.
17190         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17191         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17192         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17193         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17194         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17195         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17196         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17197         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17198         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17199         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17200         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17201         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17202         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17203         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17204         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17205         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17206         Likewise.
17207         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17208         Likewise.
17209         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17210         Likewise.
17211         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17212         Likewise.
17213         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17214         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17215         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17216         Likewise.
17217         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17218         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17219         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17220         * sysdeps/posix/sleep.c: Likewise.
17221         * sysdeps/posix/tempname.c: Likewise.
17222         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17223         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17224         Likewise.
17225         * sysdeps/powerpc/powerpc32/dl-machine.h
17226         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17227         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17228         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17229         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17230         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17231         Likewise.
17232         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17233         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17234         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17235         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17236         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17237         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17238         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17239         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17240         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17241         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17242         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17243         (elf_machine_lazy_rel): Likewise.
17244         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17245         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17246         (elf_machine_lazy_rel): Likewise.
17247         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17248         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17249         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17250         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17251         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17252         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17253         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17254         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17255         Likewise.
17256         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17257         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17258         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17259         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17260         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17261         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17262         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17263         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17264         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17265         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17266         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17267         Likewise.
17268         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17269         (__posix_fallocate64_l64): Likewise.
17270         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17271         (posix_fallocate): Likewise.
17272         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17273         Likewise.
17274         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17275         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17276         (getifaddrs_internal): Likewise.
17277         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17278         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17279         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17280         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17281         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17282         (__posix_fallocate64_l64): Likewise.
17283         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17284         Likewise.
17285         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17286         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17287         (__get_clockfreq): Likewise.
17288         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17289         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17290         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17291         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17292         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17293         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17294         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17295         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17296         Likewise.
17297         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17298         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17299         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17300         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17301         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17302         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17303         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17304         Likewise.
17305         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17306         (posix_fallocate): Likewise.
17307         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17308         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17309         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17310         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17311         (elf_machine_rela, elf_machine_rela_relative)
17312         (elf_machine_lazy_rel): Likewise.
17313         * time/asctime.c (asctime_internal): Likewise.
17314         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17315         * time/tzset.c (__tzset_parse_tz): Likewise.
17316         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17317         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17318         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17319         * wcsmbs/wcsmbsload.h: Likewise.
17321         [BZ #15894]
17322         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17324         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17325         (arena_get2): Remove THREAD_STATS conditionals.
17326         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17327         (__malloc_stats, int): Likewise.
17329 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17331         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17332         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17334         * manual/setjmp.texi: Fix typos/grammar errors.
17336         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17337         Only return early when n is <= 0.  Delete unused return statement.
17339         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17340         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17341         * debug/tst-longjmp_chk3.c: New file.
17343         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17344         (test_main): Replace code with set_fortify_handler call.
17345         * debug/test-strcpy_chk.c: Likewise.
17346         * debug/tst-chk1.c: Likewise.
17347         * debug/tst-longjmp_chk.c: Likewise.
17348         * test-skeleton.c: Include fcntl.h & paths.h
17349         (set_fortify_handler): Define.
17351         * debug/tst-longjmp_chk.c: Add header comment and include
17352         ../test-skeleton.c.
17353         (do_test): Mark static.
17354         (TEST_FUNCTION): Define.
17356         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17357         (IP_PMTUDISC_INTERFACE): Likewise.
17358         (IP_MULTICAST_IF): Likewise.
17359         (IP_MULTICAST_TTL): Likewise.
17360         (IP_MULTICAST_LOOP): Likewise.
17361         (IP_ADD_MEMBERSHIP): Likewise.
17362         (IP_DROP_MEMBERSHIP): Likewise.
17363         (IP_UNBLOCK_SOURCE): Likewise.
17364         (IP_BLOCK_SOURCE): Likewise.
17365         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17366         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17367         (IP_MSFILTER): Likewise.
17368         (MCAST_JOIN_GROUP): Likewise.
17369         (MCAST_BLOCK_SOURCE): Likewise.
17370         (MCAST_UNBLOCK_SOURCE): Likewise.
17371         (MCAST_LEAVE_GROUP): Likewise.
17372         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17373         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17374         (MCAST_MSFILTER): Likewise.
17375         (IP_MULTICAST_ALL): Likewise.
17376         (IP_UNICAST_IF): Likewise.
17378         * timezone/Makefile: Delete $(have-ksh) check.
17379         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17380         * timezone/tzselect.ksh: Add +x mode bits.
17382         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17383         (ANON_INODE_FS_MAGIC): Likewise.
17384         (BDEVFS_MAGIC): Likewise.
17385         (BINFMTFS_MAGIC): Likewise.
17386         (BTRFS_TEST_MAGIC): Likewise.
17387         (CRAMFS_MAGIC_WEND): Likewise.
17388         (DEBUGFS_MAGIC): Likewise.
17389         (ECRYPTFS_SUPER_MAGIC): Likewise.
17390         (EXT3_SUPER_MAGIC): Likewise.
17391         (EXT4_SUPER_MAGIC): Likewise.
17392         (FUTEXFS_SUPER_MAGIC): Likewise.
17393         (HOSTFS_SUPER_MAGIC): Likewise.
17394         (HUGETLBFS_MAGIC): Likewise.
17395         (MINIX3_SUPER_MAGIC): Likewise.
17396         (MTD_INODE_FS_MAGIC): Likewise.
17397         (NILFS_SUPER_MAGIC): Likewise.
17398         (OPENPROM_SUPER_MAGIC): Likewise.
17399         (PIPEFS_MAGIC): Likewise.
17400         (PSTOREFS_MAGIC): Likewise.
17401         (QNX6_SUPER_MAGIC): Likewise.
17402         (RAMFS_MAGIC): Likewise.
17403         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17404         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17405         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17406         (SECURITYFS_MAGIC): Likewise.
17407         (SELINUX_MAGIC): Likewise.
17408         (SMACK_MAGIC): Likewise.
17409         (SOCKFS_MAGIC): Likewise.
17410         (SQUASHFS_MAGIC): Likewise.
17411         (STACK_END_MAGIC): Likewise.
17412         (TMPFS_MAGIC): Likewise.
17413         (USBDEVICE_SUPER_MAGIC): Likewise.
17414         (V9FS_MAGIC): Likewise.
17415         (XENFS_SUPER_MAGIC): Likewise.
17416         (CRAMFS_MAGIC): Fix typo in comment.
17417         (EXT2_SUPER_MAGIC): Update comment.
17418         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17420 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17422         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17423         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17424         * sysdeps/unix/sysv/linux/arm: Move directory from
17425         ports/sysdeps/unix/sysv/linux/arm.
17426         * README: Update listing for arm-*-linux-gnueabi.
17428         * README: Remove mention of am33.
17430 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17432         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17433         than the comma operator, to avoid "rhs of comma has no effect"
17434         compiler warnings.
17435         (__sigfillset, __sigandset, __sigorset): Likewise.
17436         * include/signal.h (__sigemptyset): Likewise.
17437         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17439 2014-02-07  Allan McRae  <allan@archlinux.org>
17441         * version.h (RELEASE): Set to "development".
17442         (VERSION): Set to "2.19.90"
17443         * NEWS: Add 2.20 section.
17445 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17447         [BZ #16529]
17448         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17450 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17452         * manual/contrib.texi: Update entry for Carlos O'Donell,
17453         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17455 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17457         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17459         * sysdeps/unix/sysv/linux/kernel-features.h
17460         [__LINUX_KERNEL_VERSION >= 0x020621]
17461         (__ASSUME_PROC_PID_TASK_COMM): Define.
17463 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17465         [BZ #16398]
17466         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17467         conversion when destination buffer does not have enough space.
17468         * libio/tst-ftell-partial-wide.c: New test case.
17469         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17471         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17472         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17473         Leonard and Allan McRae.
17475 2014-02-04  David S. Miller  <davem@davemloft.net>
17477         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17478         32-bit.
17480 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17483         New file
17484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17485         New file
17486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17487         New file.
17488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17489         New file.
17490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17491         New file.
17492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17493         New file.
17494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17495         New file.
17496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17497         New file.
17498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17499         New file.
17500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17501         New file.
17502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17503         New file.
17504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17505         New file.
17506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17507         New file.
17509 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17511         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17512         * shlib-versions: Likewise.
17514 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17515             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17517         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17518         (abilist-pattern): New variable, set to %-le.abilist.
17520         * Makerules (abilist-pattern): New variable.
17521         (vpath): Use $(abilist-pattern) in place of %.abilist.
17522         (check-abi-% pattern rule): Likewise.
17523         (check-abi, update-abi): Likewise.
17525 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17527         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17529 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17531         * manual/startup.texi: Add next, previous, and top entries for
17532         the `Program Arguments' and `Environment Variables' nodes.
17534 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17536         * manual/macros.texi: Add comments before MTASC-safety macros.
17538         * manual/users.texi: Document MTASC-safety properties.
17540         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17541         (pthread_getspecific, pthread_setspecific): Format with
17542         @deftypefun, and add @safety note.
17543         * manual/signal.texi: Move comments that analyze the above
17544         functions to their home place.
17546 2014-02-03  Allan McRae  <allan@archlinux.org>
17548         * po/sl.po: Update Slovenian translation from translation project.
17550 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17552         * manual/time.texi (timegm): Add missing blank after @c.
17553         Reported by Joseph Myers <joseph@codesourcery.com>.
17555 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17557         * manual/check-safety.sh: New.
17558         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17560         * manual/terminal.texi: Document MTASC-safety properties.
17562         * manual/filesys.texi: Document MTASC-safety properties.
17564         * manual/errno.texi: Document MTASC-safety properties.
17566         * manual/intro.texi: Document safety identifiers and
17567         conditionals.
17569         * manual/string.texi (wcstok): Fix prototype.
17570         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17572         * manual/time.texi: Document MTASC-safety properties.
17574         * manual/string.texi: Document MTASC-safety properties.
17576         * manual/threads.texi: Document MTASC-safety properties.
17578         * manual/stdio.texi: Document MTASC-safety properties.
17580         * manual/syslog.texi: Document MTASC-safety properties.
17582         * manual/sysinfo.texi: Document MTASC-safety properties.
17584         * manual/startup.texi: Document MTASC-safety properties.
17586         * manual/socket.texi: Document MTASC-safety properties.
17588         * manual/signal.texi: Document MTASC-safety properties.
17590 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17592         * manual/setjmp.texi: Document MTASC-safety properties.
17594         * manual/search.texi: Document MTASC-safety properties.
17596         * manual/resource.texi: Document MTASC-safety properties.
17598         * manual/process.texi: Document MTASC-safety properties.
17600         * manual/platform.texi: Document MTASC-safety properties.
17602         * manual/pipe.texi: Document MTASC-safety properties.
17604         * manual/pattern.texi: Document MTASC-safety properties.
17606         * manual/message.texi: Document MTASC-safety properties.
17608         [BZ #12751]
17609         * manual/memory.texi: Document MTASC-safety properties.
17611         * manual/math.texi: Document MTASC-safety properties.
17613         * manual/locale.texi: Document MTASC-safety properties.
17615         * manual/llio.texi: Document MTASC-safety properties.
17617         * manual/libdl.texi: New.
17619         * manual/lang.texi: Document MTASC-safety properties.
17621         * manual/job.texi: Document MTASC-safety properties.
17623         * manual/getopt.texi: Document MTASC-safety properties.
17625         * manual/ctype.texi: Document MTASC-safety properties.
17627 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17629         [BZ #16046]
17630         * csu/libc-tls.c (static_map): Remove variable.
17631         (__libc_setup_tls): Use main executable's link map for TLS data.
17632         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17633         casing for LM_ID_BASE and GL(dl_nns).
17634         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17635         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17636         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17637         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17638         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17639         member.
17640         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17641         l_phnum members.
17643 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17645         * manual/debug.texi: Document MTASC-safety properties.
17647 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17649         [BZ #16510]
17650         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17651         of __x86_64__ when disabling x87 inline functions.
17653 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17655         * manual/charset.texi: Document MTASC-safety properties.
17657         * manual/crypt.texi: Document MTASC-safety properties.
17659         * manual/conf.texi: Document MTASC-safety properties.
17661         * manual/arith.texi: Document MTASC-safety properties.
17663         * manual/argp.texi: Document MTASC-safety properties.
17665         * manual/macros.texi: Introduce macros to document multi
17666         thread, asynchronous signal and asynchronous cancellation
17667         safety properties.
17668         * manual/intro.texi: Introduce the properties themselves.
17670 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17672         * sysdeps/sh/sh4/Makefile: New file.
17674 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17676         * math/gen-libm-test.pl ($srcdir): New variable.
17677         ($auto_input): Use it.
17679 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17681         [BZ #16506]
17682         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17683         access beyond array bounds when parsing netgroups file.
17685         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17686         the old buffer before realloc.
17688 2014-01-27  Allan McRae  <allan@archlinux.org>
17690         * po/fr.po: Update French translation from translation project.
17692 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17694         * sysdeps/sh/libm-test-ulps: Regenerate.
17696 2014-01-24  David S. Miller  <davem@davemloft.net>
17698         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17700 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17702         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17703         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17705 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17707         [BZ #16474]
17708         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17709         string pointers after reallocation.
17711 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17713         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17714         __SH4A__ instead of __SH_FPU_ANY__.
17716 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17718         * sysdeps/sh/fpu_control.h: New file.
17719         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17720         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17721         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17722         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17723         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17724         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17725         * sysdeps/sh/sys/ucontext.h: Remove.
17726         * sysdeps/sh/sys: Remove directory.
17728 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17730         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17731         s390/sys/ucontext.h.
17732         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17733         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17735 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17737         [BZ #15605]
17738         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17740 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17742         [BZ#16431]
17743         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17744         Adjust the vDSO correctly for internal calls.
17745         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17747 2014-01-20  Allan McRae  <allan@archlinux.org>
17749         * po/ca.po: Update Catalan translation from translation project.
17751 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17753         * sysdeps/s390/sotruss-lib.c: New file.
17755 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17757         [BZ#16430]
17758         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17759         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17760         local calls issues by not having a PLT stub required for IFUNC calls.
17761         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17763 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17765         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17766         * math/test-fpucw-static.c: Likewise.
17768 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17770         [BZ #16453]
17771         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17773 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17775         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17776         implementation for powerpc.
17778 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17780         [BZ #14782]
17781         * sysdeps/posix/system.c (__libc_system): Do not enable
17782         asynchronous cancellation.
17784 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17786         [BZ #16427]
17787         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17788         handling only for numbers special also in the IEEE case.
17790 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17792         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17794 2014-01-11  Allan McRae  <allan@archlinux.org>
17796         * po/bg.po: Update Bulgarian translation from translation project.
17798         * po/de.po: Update German translation from translation project.
17800 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17802         * sysdeps/generic/gcc-compat.h: New file.
17804 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17806         * benchtests/asin-inputs: Correct slow inputs.
17807         * benchtests/acos-inputs: Likewise.
17809 2014-01-10  Allan McRae  <allan@archlinux.org>
17811         * po:sv.po: Update Swedish translation from translation project.
17813         * po/vi.po: Update Vietnamese translation from translation project.
17815         * po/eo.po: Update Esperanto translation from translation project.
17817         * po/cs.po: Update Czech translation from translation project.
17819         * po/nl.po: Update Dutch translation from translation project.
17821         * po/pl.po: Update Polish translation from translation project.
17823         * po/ru.po: Update Russian translation from translation project.
17825         * po/uk.po: Update Ukrainian translation from translation project.
17827 2014-01-08  Brooks Moses  <bmoses@google.com>
17829         * elf/dl-load.c: Fix comment typo.
17831 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17833         * po/header.pot: Rename to...
17834         * po/pot.header: ... this.
17835         * po/Makefile: Use pot.header.
17837 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17838             Maxim Kuvyrkov  <maxim@kugelworks.com>
17840         [BZ #16394]
17841         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17842         SRC and DEST against LEN.
17844 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17846         [BZ #16414]
17847         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17848         implementation.
17849         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17851 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17853         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17855 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17857         [BZ #16408]
17858         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17859         for large positive arguments.
17861 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17863         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17865         * math/auto-libm-test-in: Mark various tests with
17866         xfail-rounding:ldbl-128ibm.
17867         * math/auto-libm-test-out: Regenerated.
17869         [BZ #16407]
17870         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17871         Increase overflow threshold.
17873 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17875         [BZ #14286]
17876         * stdio-common/vfprintf.c: Check for integer overflow.
17878 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17880         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17881         the first argument and return value of __tls_get_addr_internal.
17883 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17885         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17886         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17888 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17890         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17891         * sysdeps/s390/rtld-global-offsets.sym: New file.
17892         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17893         GLIBC_2.19 symbol.
17894         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17895         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17896         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17897         ... this.
17898         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17899         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17900         ... this.
17901         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17902         Regenerate.
17903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17904         Regenerate.
17905         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17906         halfs of GPRs for high_gprs contexts.
17907         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17908         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17909         field.
17910         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17911         uc_flags field.
17912         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17913         64 bit versions:
17914         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17915         for high GPRs (uc_high_gprs) and for future extensions
17916         (__reserved).
17917         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17918         for future extensions (__reserved).
17919         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17920         64 bit versions:
17921         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17922         SC_HIGHGPRS offset definition.
17923         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17924         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17926         * Versions.def: Add GLIBC_2.19 for libpthread.
17927         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17928         siglongjmp for libpthread with GLIBC_2.19 symver.
17929         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17930         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17931         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17932         * sysdeps/s390/__longjmp.c: New file.
17933         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17934         * sysdeps/s390/longjmp.c: New file.
17935         * sysdeps/s390/setjmp.S: New file.
17936         * sysdeps/s390/sigjmp.S: New file.
17937         * sysdeps/s390/v1-longjmp.c: New file.
17938         * sysdeps/s390/v1-setjmp.h: New file.
17939         * sysdeps/s390/v1-sigjmp.c: New file.
17940         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17941         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17942         GLIBC_2.19 version.
17943         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17944         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17945         versioned symbols for ____longjmp_chk.
17946         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17947         Likewise.
17948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17949         Regenerate.
17950         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17951         Regenerate.
17952         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17953         Regenerate.
17954         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17955         Regenerate.
17956         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17957         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17958         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17959         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17960         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17961         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17962         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17963         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17964         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17965         * sysdeps/s390/rtld-__longjmp.c: New file.
17966         * sysdeps/s390/rtld-setjmp.S: New file.
17968 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17970         [BZ #16400]
17971         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17972         Return -__logl (x) for small positive arguments without evaluating
17973         a polynomial.
17975 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
17977         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
17978         Rename to ...
17979         (__ptrace_peeksiginfo_args): ... this.
17980         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17981         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17982         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17984 2014-01-06  Allan McRae  <allan@archlinux.org>
17986         * inet/netinet/in.h: Fix typo in comment.
17988 2014-01-05  Andreas Jaeger  <aj@suse.de>
17990         * sysdeps/i386/fpu/libm-test-ulps: Update.
17992 2014-01-05  Allan McRae  <allan@archlinux.org>
17994         * po/libc.pot: Regenerated.
17996         * malloc/memusagestat.c: Fix gettext call formatting.
17998 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18000         * nscd/nscd.c: Improve usage() output.
18002 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18004         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18005         * sysdeps/unix/sysv/linux/configure: Regenerated.
18006         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18007         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18009 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18011         [BZ #16390]
18012         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18013         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18015 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18017         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18018         extra tokens at end of #undef directive.
18019         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18020         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18021         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18023 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18025         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18027         * math/auto-libm-test-in: Mark various tests with
18028         xfail-rounding:ldbl-128ibm.
18029         * math/auto-libm-test-out: Regenerated.
18031 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18033         [BZ #16386]
18034         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18035         numbers with subnormal high part when calculating exponent.
18037         [BZ #16385]
18038         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18039         fabs.
18041         [BZ #16384]
18042         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18043         M_LN2l.
18044         (__ieee754_acoshl): Use __log1pl not __log1p.
18046 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18048         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18049         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18050         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18051         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18052         (reused_arena, arena_get2): Convert to GNU style.
18053         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18054         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18055         (memalign_check, __malloc_set_state): Likewise.
18056         * malloc/mallocbug.c (main): Likewise.
18057         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18058         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18059         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18060         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18061         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18062         (__posix_memalign, malloc_info): Likewise.
18063         * malloc/malloc.h: Likewise.
18064         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18065         (mallochook, memalignhook, reallochook, mabort): Likewise.
18066         * malloc/mcheck.h: Likewise.
18067         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18068         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18069         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18070         * malloc/morecore.c (__default_morecore): Likewise.
18071         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18072         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18073         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18074         (print_and_abort): Likewise.
18075         * malloc/obstack.h: Likewise.
18076         * malloc/set-freeres.c (__libc_freeres): Likewise.
18077         * malloc/tst-mallocstate.c (main): Likewise.
18078         * malloc/tst-mtrace.c (main): Likewise.
18079         * malloc/tst-realloc.c (do_test): Likewise.
18081 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18083         [BZ #16366]
18084         * nscd/netgroupcache.c (do_notfound): New function.
18085         (addgetnetgrentX): Use it.
18087         [BZ # 16365]
18088         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18089         NSS_STATUS_NOTFOUND.
18091 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18093         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18096 2014-01-01  Allan McRae  <allan@archlinux.org>
18098         * scripts/update-copyrights: Update configure input file suffix.
18100         * NEWS: Update copyright year.
18101         * catgets/gencat.c: Likewise.
18102         * csu/version.c: Likewise.
18103         * debug/catchsegv.sh: Likewise.
18104         * debug/pcprofiledump.c: Likewise.
18105         * debug/xtrace.sh: Likewise.
18106         * elf/ldconfig.c: Likewise.
18107         * elf/ldd.bash.in: Likewise.
18108         * elf/pldd.c: Likewise.
18109         * elf/sotruss.ksh: Likewise.
18110         * elf/sprof.c: Likewise.
18111         * iconv/iconv_prog.c: Likewise.
18112         * iconv/iconvconfig.c: Likewise.
18113         * locale/programs/locale.c: Likewise.
18114         * locale/programs/localedef.c: Likewise.
18115         * login/programs/pt_chown.c: Likewise.
18116         * malloc/memusage.sh: Likewise.
18117         * malloc/memusagestat.c: Likewise.
18118         * malloc/mtrace.pl: Likewise.
18119         * manual/libc.texinfo: Likewise.
18120         * nscd/nscd.c: Likewise.
18121         * nss/getent.c: Likewise.
18122         * nss/makedb.c: Likewise.
18123         * posix/getconf.c: Likewise.
18124         * scripts/test-installation.pl: Likewise.
18126         * All files with FSF copyright notices: Update copyright dates
18127         using scripts/update-copyrights.
18128         * intl/plural.c: Regenerated.
18129         * locale/programs/charmap-kw.h: Likewise.
18130         * locale/programs/locfile-kw.h: Likewise.
18132 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18134         * sysdeps/unix/sysv/linux/configure: Regenerated.
18135         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18136         the linux/fanotify.h header.
18137         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18138         HAVE_LINUX_FANOTIFY_H is defined.
18140 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18142         * benchtests/cos-inputs: New inputs.
18143         * benchtests/sin-inputs: Likewise.
18145         * benchtests/atan-inputs: New inputs. Fix name of multiple
18146         precision fallback inputs.
18148         * benchtests/atanh-inputs: New inputs.
18149         * benchtests/tanh-inputs: Likewise.
18151         * benchtests/acosh-inputs: New inputs.
18152         * benchtests/asinh-inputs: Likewise.
18154         * benchtests/cosh-inputs: New inputs.
18155         * benchtests/sinh-inputs: Likewise.
18157         * benchtests/acos-inputs: Add more inputs.
18158         * benchtests/asin-inputs: Likewise.
18160 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18162         [BZ #16375]
18163         * manual/arith.texi: Fix spelling.
18164         * manual/charset.texi: Likewise.
18165         * manual/errno.texi: Likewise.
18166         * manual/filesys.texi: Likewise.
18167         * manual/lang.texi: Likewise.
18168         * manual/llio.texi: Likewise.
18169         * manual/locale.texi: Likewise.
18170         * manual/message.texi: Likewise.
18171         * manual/resource.texi: Likewise.
18172         * manual/search.texi: Likewise.
18173         * manual/setjmp.texi: Likewise.
18174         * manual/stdio.texi: Likewise.
18175         * manual/string.texi: Likewise.
18176         * manual/sysinfo.texi: Likewise.
18177         * manual/time.texi: Likewise.
18179 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18181         * po/sl.po: New file.
18183 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18185         * .gitignore: Add core/.gdbinit/.gdb_history.
18187 2013-12-27  Allan McRae  <allan@archlinux.org>
18189         [BZ #16369]
18190         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18191         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18193 2013-12-24  Brooks Moses  <bmoses@google.com>
18195         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18196         all compilers that claim C++98 compliance, not just GCC.
18197         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18198         Likewise.
18200 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18202         * NEWS: Restore accidentally deleted bug-fix entries.
18204 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18205             Ondřej Bílka  <neleai@seznam.cz>
18207         [BZ #15073]
18208         * malloc/malloc.c (_int_free): Perform sanity check only if we
18209         have_lock.
18211 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18213         [BZ #12986]
18214         * manual/stdio.texi (String Input Conversions): Clarify that character
18215         classes are not supported.
18217 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18221 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18223         [BZ #16337]
18224         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18225         Calculate results for small negative arguments directly rather
18226         than using reflection formula with special underflow handling.
18228         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18229         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18230         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18231         (fchflags): Likewise.
18232         (revoke): Likewise.
18233         (setlogin): Likewise.
18234         (sigaltstack): Likewise.
18235         (wait4): Likewise.
18236         (sigblock): Remove.
18237         (sigsetmask): Likewise.
18238         (wait3): Likewise.
18239         (waitpid): Likewise.
18240         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18241         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18242         file.
18243         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18244         * sysdeps/unix/bsd/Makefile: ... here.
18245         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18246         * sysdeps/unix/bsd/Versions: ... here.
18247         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18248         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18249         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18250         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18251         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18252         * sysdeps/unix/bsd/sigblock.c: ... here.
18253         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18254         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18255         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18256         * sysdeps/unix/bsd/sigvec.c: ... here.
18257         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18258         * sysdeps/unix/bsd/tcdrain.c: ... here.
18259         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18260         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18261         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18262         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18263         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18264         * sysdeps/unix/bsd/wait.c: ... here.
18265         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18266         * sysdeps/unix/bsd/wait3.c: ... here.
18267         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18268         * sysdeps/unix/bsd/waitpid.c: ... here.
18270 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18272         [BZ #16356]
18273         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18274         round-to-nearest for [!USE_AS_EXPM1L].
18275         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18276         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18277         more tests of exp and exp10.  Expect some exp10 tests to miss
18278         exceptions or fail in directed rounding modes.
18279         * math/auto-libm-test-out: Regenerated.
18280         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18281         (exp10_test_tonearest): New function.
18282         (exp10_towardzero_test_data): New array.
18283         (exp10_test_towardzero): New function.
18284         (exp10_downward_test_data): New array.
18285         (exp10_test_downward): New function.
18286         (exp10_upward_test_data): New array.
18287         (exp10_test_upward): New function.
18288         (main): Call the new functions.
18289         * sysdeps/i386/fpu/libm-test-ulps: Update.
18290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18292 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18294         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18295         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18296         * math/auto-libm-test-out: Regenerated.
18297         * math/libm-test.inc (acosh_test_data): Add more tests.
18298         (atanh_test_data): Likewise.
18299         (ceil_test_data): Likewise.
18300         (copysign_test_data): Likewise.
18301         * sysdeps/i386/fpu/libm-test-ulps: Update.
18302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18304         * timezone/checktab.awk: Update from tzcode 2013i.
18305         * timezone/private.h: Likewise.
18306         * timezone/scheck.c: Likewise.
18307         * timezone/tzfile.h: Likewise.
18308         * timezone/tzselect.ksh: Likewise.
18309         * timezone/zdump.c: Likewise.
18310         * timezone/zic.c: Likewise.
18312         * math/auto-libm-test-in: Add tests of cpow.
18313         * math/auto-libm-test-out: Regenerated.
18314         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18315         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18316         mpc_cc_c.
18317         (func_calc_desc): Add mpc_cc_c union field.
18318         (test_functions): Add cpow.
18319         (special_fill_2pi): New function.
18320         (special_real_inputs): Add 2pi.
18321         (calc_generic_results): Handle mpc_cc_c.
18322         * sysdeps/i386/fpu/libm-test-ulps: Update.
18323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18325         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18326         csqrt, ctan and ctanh.
18327         * math/auto-libm-test-out: Regenerated.
18328         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18329         (TEST_COND_x86): Likewise.
18330         (ccos_test_data): Use AUTO_TESTS_c_c.
18331         (ccosh_test_data): Likewise.
18332         (cexp_test_data): Likewise.
18333         (clog_test_data): Likewise.
18334         (csqrt_test_data): Likewise.
18335         (ctan_test_data): Likewise.
18336         (ctan_tonearest_test_data): Likewise.
18337         (ctan_towardzero_test_data): Likewise.
18338         (ctan_downward_test_data): Likewise.
18339         (ctan_upward_test_data): Likewise.
18340         (ctanh_test_data): Likewise.
18341         (ctanh_tonearest_test_data): Likewise.
18342         (ctanh_towardzero_test_data): Likewise.
18343         (ctanh_downward_test_data): Likewise.
18344         (ctanh_upward_test_data): Likewise.
18345         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18346         mpc_c_c.
18347         (func_calc_desc): Add mpc_c_c union field.
18348         (FUNC_mpc_c_c): New macro.
18349         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18350         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18351         ctanh.
18352         (special_fill_min_subnorm_p120): New function.
18353         (special_real_inputs): Add min_subnorm_p120.
18354         (calc_generic_results): Handle mpc_c_c.
18355         * sysdeps/i386/fpu/libm-test-ulps: Update.
18356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18358 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18360         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18361         (do_sin_slow): New functions.
18362         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18363         (cslow2, csloww1, csloww2): Use the new functions.
18365         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18366         Use M to change sign of result instead of X.  Assume X is
18367         positive.
18368         (csloww1): Likewise.
18369         (__sin): Adjust.
18370         (__cos): Adjust.
18372         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18373         arguments A and DA.
18374         (__sin): Adjust.
18375         (__cos): Likewise.
18377         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18378         (__cos): Likewise.
18379         (sloww1): Don't adjust sign of DX.
18380         (csloww1): Likewise.
18381         (sloww2): Use X directly and don't adjust sign of DX.
18382         (csloww2): Likewise.
18384 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18386         * math/auto-libm-test-in: Add tests of cabs and carg.
18387         * math/auto-libm-test-out: Regenerated.
18388         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18389         (carg_test_data): Likewise.
18390         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18391         mpc_c_f.
18392         (func_calc_desc): Add mpc_c_f union field.
18393         (test_functions): Add cabs and carg.
18394         (calc_generic_results): Handle mpc_c_f.
18396         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18397         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18398         as a macro and a compat symbol.
18399         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18400         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18401         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18402         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18403         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18404         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18405         not use .hidden.
18406         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18407         Likewise.
18408         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18409         Likewise.
18410         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18411         Likewise.
18412         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18413         Likewise.
18414         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18415         Likewise.
18416         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18417         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18418         from GLIBC_2.3.2.
18420 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18422         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18424 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18426         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18427         trailing whitespace removed.
18428         * scripts/config.guess: Update to version 2013-11-29.
18429         * scripts/config.sub: Update to version 2013-10-01.
18431         * math/auto-libm-test-in: Add tests of sincos.
18432         * math/auto-libm-test-out: Regenerated.
18433         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18434         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18435         mpfr_f_11.
18436         (func_calc_desc): Add mpfr_f_11 union field.
18437         (test_functions): Add sincos.
18438         (calc_generic_results): Handle mpfr_f_11.
18439         * sysdeps/i386/fpu/libm-test-ulps: Update.
18440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18442 2013-12-19  Andreas Schwab  <schwab@suse.de>
18444         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18445         CALL_MCOUNT.
18446         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18447         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18448         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18450 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18452         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18453         * sysdeps/i386/fpu/libm-test-ulps: Update.
18454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18456         [BZ #16293]
18457         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18458         round-to-nearest mode when using frndint.
18459         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18460         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18461         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18462         Likewise.
18463         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18464         sinh test to fail.
18465         * math/auto-libm-test-out: Regenerated.
18466         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18467         (TEST_COND_x86): Likewise.
18468         (expm1_tonearest_test_data): New array.
18469         (expm1_test_tonearest): New function.
18470         (expm1_towardzero_test_data): New array.
18471         (expm1_test_towardzero): New function.
18472         (expm1_downward_test_data): New array.
18473         (expm1_test_downward): New function.
18474         (expm1_upward_test_data): New array.
18475         (expm1_test_upward): New function.
18476         (main): Run the new test functions.
18477         * sysdeps/i386/fpu/libm-test-ulps: Update.
18478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18480         * include/features.h: Update comment documenting feature test
18481         macros.  Mention _DEFAULT_SOURCE in comment.
18482         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18483         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18484         _BSD_SOURCE and _SVID_SOURCE.
18485         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18486         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18487         !_SVID_SOURCE]: Likewise.
18488         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18489         (__USE_POSIX_IMPLICITLY): Define.
18490         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18491         (_POSIX_SOURCE): Undefine and redefine.
18492         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18493         (_POSIX_C_SOURCE): Likewise.
18494         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18495         (Feature Test Macros): Update documentation of default features.
18497 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18499         * benchtests/Makefile: Add bench-strtok.
18500         * benchtests/bench-strtok.c: New file: strtok benchtest.
18502 2013-12-19  Allan McRae  <allan@archlinux.org>
18504         * manual/install.texi: Suppress menu for plain text output.
18505         * INSTALL: Regenerated.
18507 2013-12-18  Brooks Moses  <bmoses@google.com>
18509         [BZ #15846]
18510         * misc/getauxval.c: Include errno.h.
18511         (__getauxval): Set errno to ENOENT if the requested type is not
18512         found.
18513         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18514         don't declare with __attribute_const__.
18515         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18516         * manual/startup.texi: Document that getauxval sets errno.
18518 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18520         * math/auto-libm-test-in: Add tests of jn and yn.
18521         * math/auto-libm-test-out: Regenerated.
18522         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18523         (yn_test_data): Likewise.
18524         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18525         mpfr_if_f.
18526         (func_calc_desc): Add mpfr_if_f union field.
18527         (FUNC_mpfr_if_f): New macro.
18528         (test_functions): Add jn and yn.
18529         (calc_generic_results): Assert type of second input for
18530         mpfr_ff_f.  Handle mpfr_if_f.
18531         (output_for_one_input_case): Disable all checking for arguments
18532         fitting floating-point types in case of an integer argument.
18533         * sysdeps/i386/fpu/libm-test-ulps: Update.
18534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18537         Don't expect fegetround reference in libm.so.
18539 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18541         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18542         $(config-cflags-nofma).
18544 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18546         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18547         * math/auto-libm-test-out: Regenerated.
18549         [BZ #16338]
18550         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18551         to determine exponent and adjust argument to have exponent of -1.
18552         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18553         log2.
18554         * math/auto-libm-test-out: Regenerated.
18555         * sysdeps/i386/fpu/libm-test-ulps: Update.
18556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18558 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18560         * manual/probes.texi: Remove cases when per-thread arenas are
18561         disabled.
18563 2013-12-18  Andreas Schwab  <schwab@suse.de>
18565         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18566         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18567         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18568         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18569         * sysdeps/i386/i686/multiarch/Makefile: Update.
18570         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18572 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18574         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18575         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18577 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18579         [BZ #15968]
18580         Support TZ transition times < 00:00:00.
18581         This is needed for version-3 tz-format files; it supports time
18582         stamps past 2037 for America/Godthab (the only entry in the tz
18583         database for which this change is relevant).
18584         * manual/time.texi (TZ Variable): Document transition times
18585         from -167:59:59 through -00:00:01.
18586         * time/tzset.c (tz_rule): Time of day is now signed.
18587         (__tzset_parse_tz): Parse negative time of day.
18589         Document TZ transition times >= 25:00:00.
18590         * manual/time.texi (TZ Variable): Document transition times from
18591         25:00:00 through 167:59:59.  These are already supported, and this
18592         support will help with version-3 tz-format files.
18594         * manual/time.texi (TZ Variable): Modernize North America example
18595         to reflect current (i.e., 2007-and-later) daylight saving rules.
18597         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18599 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18601         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18602         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18603         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18604         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18605         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18606         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18607         * sysdeps/unix/bsd/clock.c: Likewise.
18608         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18609         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18610         * sysdeps/unix/bsd/init-posix.c: Likewise.
18611         * sysdeps/unix/bsd/poll.c: Likewise.
18612         * sysdeps/unix/bsd/ptsname.c: Likewise.
18613         * sysdeps/unix/bsd/seekdir.c: Likewise.
18614         * sysdeps/unix/bsd/setegid.c: Likewise.
18615         * sysdeps/unix/bsd/seteuid.c: Likewise.
18616         * sysdeps/unix/bsd/setgid.c: Likewise.
18617         * sysdeps/unix/bsd/setrgid.c: Likewise.
18618         * sysdeps/unix/bsd/setruid.c: Likewise.
18619         * sysdeps/unix/bsd/setsid.c: Likewise.
18620         * sysdeps/unix/bsd/setuid.c: Likewise.
18621         * sysdeps/unix/bsd/sigaction.c: Likewise.
18622         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18623         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18624         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18625         * sysdeps/unix/bsd/telldir.c: Likewise.
18626         * sysdeps/unix/bsd/times.c: Likewise.
18627         * sysdeps/unix/bsd/usleep.c: Likewise.
18629         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18630         ($(objpfx)libbsd-compat.a): Remove rule.
18632         * include/features.h (__FAVOR_BSD): Do not define.
18633         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18634         features conflicting with POSIX.
18635         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18636         (_BSD_SOURCE): Remove description of not being a subset of other
18637         feature test macros.
18638         * manual/job.texi (getpgrp): Do not document BSD version.
18639         (getpgid): Do not document by reference to BSD getpgrp.
18640         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18641         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18642         * signal/signal.h [__FAVOR_BSD]: Likewise.
18643         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18644         instead of making contents conditional on [__FAVOR_BSD].
18645         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18647 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18651 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18653         [BZ #16314]
18654         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18655         values below 2**-450, not 2**-500.
18656         * math/auto-libm-test-in: Don't allow spurious underflow from
18657         hypot.
18658         * math/auto-libm-test-out: Regenerated.
18660         [BZ #16316]
18661         [BZ #16330]
18662         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18663         values of ha and hb and sort them after adjusting subnormal
18664         arguments.
18665         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18666         Likewise.
18667         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18668         values of ea and eb and sort them after adjusting subnormal
18669         arguments.
18670         * math/auto-libm-test-in: Do not expect some hypot tests of
18671         subnormals to fail.  Add more hypot tests.
18672         * math/auto-libm-test-out: Regenerated.
18674 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18676         [BZ #13304]
18677         * sysdeps/sh/s_fma.c: New file.
18678         * sysdeps/sh/s_fmaf.c: New file.
18679         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18680         version.
18681         * sysdeps/sh/Implies: Add sh/soft-fp.
18683 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18685         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18686         level of indirection to members `objname', `errstring', `malloced'.
18687         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18688         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18689         it as the __longjmp argument (just pass 1 instead).
18690         (_dl_catch_error): Initialize C with argument pointers and address of
18691         volatile local ERRCODE rather than copying values out of C at return.
18693 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18695         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18696         * math/auto-libm-test-out: Regenerated.
18697         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18698         (hypot_test_data): Likewise.
18699         (pow_test_data): Likewise.
18700         (pow_tonearest_test_data): Likewise.
18701         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18702         mpfr_ff_f.
18703         (func_calc_desc): Add mpfr_ff_f union field.
18704         (FUNC_mpfr_ff_f): New macro.
18705         (test_functions): Add atan2, hypot and pow.
18706         (special_fill_min): New function.
18707         (special_fill_minus_min): Likewise.
18708         (special_fill_min_subnorm): Likewise.
18709         (special_fill_minus_min_subnorm): Likewise.
18710         (special_real_inputs): Add min, -min, min_subnorm and
18711         -min_subnorm.
18712         (calc_generic_results): Handle mpfr_ff_f.
18713         * sysdeps/i386/fpu/libm-test-ulps: Update.
18714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18716 2013-12-16  Will Newton  <will.newton@linaro.org>
18718         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18719         (Aligned Memory Blocks): Add documentation for aligned_alloc
18720         and suggest it as an alternative to posix_memalign.
18721         (Hooks for Malloc): Document __memalign_hook is also called
18722         for aligned_alloc.  (Summary of Malloc): Add summary for
18723         aligned alloc.  Document __memalign_hook is also called
18724         for aligned_alloc.
18726 2013-12-16  Will Newton  <will.newton@linaro.org>
18728         * manual/memory.texi (Malloc Examples): Clarify default
18729         alignment documentation.  Suggest posix_memalign rather
18730         than memalign or valloc.
18731         (Aligned Memory Blocks): Remove suggestion to use memalign
18732         or valloc.  Remove obsolete comment about BSD.
18733         Document memalign errno values and mark the function obsolete.
18734         Document posix_memalign returned error codes.  Mark valloc
18735         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18736         called for posix_memalign and valloc.
18737         (Summary of Malloc): Add posix_memalign to function summary.
18738         __memalign_hook is also called for posix_memalign and valloc.
18740 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18742         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18743         TAYLOR_SIN.
18744         (__sin): Adjust.
18745         (__cos): Likewise.
18746         (sloww): Use mynumber union.  Expand ternary operator into
18747         if-else statements.
18748         (cslow): use mynumber union.
18750 2013-12-16  Allan McRae  <allan@archlinux.org>
18752         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18753         * configure: Regenerated.
18755         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18757         [BZ #14120]
18758         * configure.ac: Added --enable-maintainer-mode. Check for
18759         autoconf when enabled.
18760         * configure: Regenerated.
18762         * nscd/nscd.service: New file.
18763         * nscd/nscd.tmpfiles: New file.
18765 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18767         [BZ #12100]
18768         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18769         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18770         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18771         (strstr): Add __strstr_sse2_unaligned ifunc.
18772         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18773         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18774         (strcasestr): Remove __strcasestr_sse42 ifunc.
18775         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18776         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18777         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18779 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18781         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18782         * sysdeps/sh/bits/fenv.h: ... here.
18783         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18785 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18787         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18789         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18790         hypotf multiarch implementations.
18791         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18792         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18793         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18794         multiarch hypot for PPC64.
18795         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18796         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18797         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18798         multiarch hypotf for PPC64.
18800         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18801         modff multiarch implementations.
18802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18805         multiarch modf for PPC64.
18806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18809         multiarch modff for PPC64.
18811         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18812         and logl multiarch implementations.
18813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18816         multiarch logb for PPC64.
18817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18820         multiarch logb for PPC64.
18821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18824         multiarch logb for PPC64.
18826         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18827         isinff multiarch implementation.
18828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18829         file.
18830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18832         multiarch isinf for PPC64.
18833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18834         file.
18835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18836         multiarch isinff for PPC64.
18838         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18839         finitef multiarch implementation.
18840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18841         file.
18842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18844         multiarch finite for PPC64.
18845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18846         file.
18847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18848         multiarch finitef for PPC64.
18850         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18851         lrint multiarch implementation.
18852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18853         file.
18854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18856         multiarch llrint for PPC64.
18857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18858         multiarch lrint for PPC64.
18860         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18861         copysignf multiarch implementation.
18862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18863         file.
18864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18865         file.
18866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18867         multiarch copysign for PPC64.
18868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18869         multiarch copysignf for PPC64.
18871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18872         multiarch implementation.
18873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18874         file.
18875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18876         file.
18877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18878         file.
18879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18880         file.
18881         multiarch llround for PPC64.
18882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18883         multiarch trunc for PPC64.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18885         multiarch truncf for PPC64.
18887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18888         multiarch implementation.
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18890         file.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18892         file.
18893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18894         file.
18895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18896         file.
18897         multiarch llround for PPC64.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18899         multiarch round for PPC64.
18900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18901         multiarch roundf for PPC64.
18903         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18904         multiarch implementation.
18905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18906         file.
18907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18908         file.
18909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18910         file.
18911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18912         file.
18913         multiarch llround for PPC64.
18914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18915         multiarch floor for PPC64.
18916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18917         multiarch floorf for PPC64.
18919         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18920         multiarch implementation.
18921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18922         file.
18923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18924         file.
18925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18926         file.
18927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18928         file.
18929         multiarch llround for PPC64.
18930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18931         multiarch ceil for PPC64.
18932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18933         multiarch ceilf for PPC64.
18935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18936         multiarch implementation.
18937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18938         file.
18939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18940         file.
18941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18942         file.
18943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18944         multiarch llround for PPC64.
18945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18946         multiarch lround for PPC64.
18948         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18949         multiarch implementation.
18950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18953         file.
18954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18957         multiarch isnan for PPC64.
18958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18959         multiarch isnanf for PPC64.
18961         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18962         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18963         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18964         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18965         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18968         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18969         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18970         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18971         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18973         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
18974         multiarch implementations.
18975         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18976         (__libc_ifunc_impl_list): Likewise.
18977         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
18978         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
18979         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
18980         multiarch stpcpy for PPC64.
18982         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
18983         multiarch implementations.
18984         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18985         (__libc_ifunc_impl_list): Likewise.
18986         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
18987         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
18988         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
18989         multiarch strcpy for PPC64.
18991         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
18992         redefine function name.
18993         (_wordcopy_fwd_dest_aligned): Likewise.
18994         (_wordcopy_bwd_aligned): Likewise.
18995         (_wordcopy_bwd_dest_aligned): Likewise.
18996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
18997         multiarch implementations.
18998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18999         (__libc_ifunc_impl_list): Likewise.
19000         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19001         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19002         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19003         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19004         multiarch wcscpy for PPC64.
19006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19007         multiarch implementations.
19008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19009         (__libc_ifunc_impl_list): Likewise.
19010         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19011         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19012         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19013         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19014         multiarch wcscpy for PPC64.
19016         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19017         multiarch implementations.
19018         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19019         (__libc_ifunc_impl_list): Likewise.
19020         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19021         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19022         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19023         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19024         multiarch wcsrchr for PPC64.
19026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19027         multiarch implementations.
19028         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19029         (__libc_ifunc_impl_list): Likewise.
19030         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19031         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19032         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19033         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19034         multiarch wcschr for PPC64.
19036         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19037         multiarch implementations.
19038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19039         (__libc_ifunc_impl_list): Likewise.
19040         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19041         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19042         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19043         multiarch strchrnul for PPC64.
19045         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19046         implementations.
19047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19048         (__libc_ifunc_impl_list): Likewise.
19049         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19050         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19051         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19052         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19053         strchr for PPC64.
19055         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19056         implementations.
19057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19058         (__libc_ifunc_impl_list): Likewise.
19059         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19060         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19061         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19062         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19063         strncmp for PPC64.
19065         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19066         multiarch implementations.
19067         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19068         (__libc_ifunc_impl_list): Likewise.
19069         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19070         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19071         strncasecmp for PPC64.
19072         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19073         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19074         multiarch strncasecmp_l for PPC64.
19076         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19077         multiarch implementations.
19078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19079         (__libc_ifunc_impl_list): Likewise.
19080         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19081         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19082         multiarch strcasecmp for PPC64.
19083         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19084         file.
19085         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19086         multiarch strcasecmp_l for PPC64.
19088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19089         implementations.
19090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19091         (__libc_ifunc_impl_list): Likewise.
19092         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19093         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19094         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19095         strnlen for PPC64.
19097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19098         implementations.
19099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19100         (__libc_ifunc_impl_list): Likewise.
19101         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19102         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19103         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19104         strlen for PPC64.
19106         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19107         implementations.
19108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19109         (__libc_ifunc_impl_list): Likewise.
19110         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19111         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19112         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19113         rawmemrchr for PPC64.
19115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19116         implementation.
19117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19118         (__libc_ifunc_impl_list): Likewise.
19119         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19120         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19121         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19122         memrchr for PPC64.
19124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19125         implementation.
19126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19127         (__libc_ifunc_impl_list): Likewise.
19128         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19129         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19130         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19131         memchr for PPC64.
19133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19134         implementation.
19135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19136         (__libc_ifunc_impl_list): Likewise.
19137         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19138         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19139         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19140         mempcpy for PPC64.
19142         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19143         avoid cretion of __bzero symbol.
19144         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19145         Likewise.
19146         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19147         Likewise.
19148         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19149         Likewise.
19150         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19151         multiarch implementations.
19152         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19153         (__libc_ifunc_impl_list): Likewise.
19154         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19155         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19156         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19157         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19158         bzero for PPC32.
19159         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19160         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19161         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19162         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19163         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19164         memset for PPC64.
19165         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19167         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19168         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19169         implementations.
19170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19171         (__libc_ifunc_impl_list): Likewise.
19172         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19173         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19174         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19175         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19176         memcmp for PPC64.
19178         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19179         multiarch for POWER/PPC64.
19180         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19181         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19182         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19183         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19184         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19185         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19186         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19187         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19188         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19189         memcpy for PPC64.
19191         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19192         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19193         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19194         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19195         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19196         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19197         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19198         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19199         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19200         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19201         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19202         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19203         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19204         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19205         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19214 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19216         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19218 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19220         * benchtests/Makefile (bench): Add exp2 and log2.
19221         (LDLIBS-bench-exp2): Add -lm.
19222         (LDLIBS-bench-log2): Likewise.
19223         * benchtests/exp2-inputs: New inputs file.
19224         * benchtests/log2-inputs: New inputs file.
19225         * benchtests/log-inputs: Add new inputs.
19226         * benchtests/tan-inputs: Likewise.
19228 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19230         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19231         definition...
19232         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19233         (csloww2): ... from here.
19235         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19236         instead of structures.
19237         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19238         (POLYNOMIAL): Likewise.
19239         (TAYLOR_SLOW): Likewise.
19240         (__sin): Likewise.
19241         (__cos): Likewise.
19242         (slow1): Likewise.
19243         (slow2): Likewise.
19244         (sloww): Likewise.
19245         (sloww1); Likewise.
19246         (sloww2): Likewise.
19247         (bsloww1): Likewise.
19248         (bsloww2): Likewise.
19249         (cslow2): Likewise.
19250         (csloww): Likewise.
19251         (csloww1): Likewise.
19252         (csloww2): Likewise.
19254 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19256         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19257         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19258         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19259         * malloc/hooks.c (realloc_check): Likewise.
19261         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19262         * malloc/arena.c: Remove PER_THREAD conditional.
19263         [!PER_THREAD]: Remove code.
19264         (ptmalloc_unlock_all2): Likewise.
19265         (ptmalloc_init): Likewise.
19266         (_int_new_arena): Likewise.
19267         (arena_get2): Likewise.
19268         * malloc/hooks.c (__malloc_get_state): Likewise.
19269         (__malloc_set_state): Likewise.
19270         * malloc/malloc.c: Likewise.
19271         (struct malloc_state): Likewise.
19272         (struct malloc_par): Likewise.
19273         (__libc_realloc): Likewise.
19274         (__libc_mallopt): Likewise.
19276 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19278         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19280 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19282         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19283         macro to a function.  Check for zero perturb_byte.
19284         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19286         * malloc/malloc.c: (force_reg): Remove.
19287         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19288         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19289         force_reg by atomic_forced_read.
19290         * malloc/arena.c (ptmalloc_init): Likewise.
19291         * malloc/hooks.c (top_check): Likewise.
19293 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19297 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19299         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19301 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19303         * math/auto-libm-test-in: Add tests of lgamma.
19304         * math/auto-libm-test-out: Regenerated.
19305         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19306         (M_LOG_2_SQRT_PIl): Likewise.
19307         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19308         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19309         mpfr_f_f1.
19310         (func_calc_desc): Add mpfr_f_f1 union field.
19311         (ARGS1): New macro.
19312         (ARGS2): Likewise.
19313         (ARGS3): Likewise.
19314         (ARGS4): Likewise.
19315         (RET1): Likewise.
19316         (RET2): Likewise.
19317         (CALC): Likewise.
19318         (FUNC): Likewise.
19319         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19320         (test_functions): Add lgamma.
19321         (calc_generic_results): Handle mpfr_f_f1.
19322         * sysdeps/i386/fpu/libm-test-ulps: Update.
19323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19325 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19327         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19328         __mpn_add_n for PowerPC64/POWER7.
19329         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19330         __mpn_sub_n for PowerPC64/POWER7.
19332         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19333         __mpn_addmul_1 for PowerPC64.
19334         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19335         __mpn_submul_1 for PowerPC64.
19336         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19337         for PowerPC64.
19338         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19339         for PowerPC64.
19341 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19343         [BZ #15089]
19344         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19346 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19348         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19350         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19351         add multiarch folders.
19352         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19353         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19354         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19355         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19356         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19357         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19358         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19359         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19360         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19361         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19362         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19371         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19373         New file.
19374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19375         New file.
19376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19377         multiarch __ieee754_hypot for PowerPC32.
19378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19379         New file.
19380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19381         New file.
19382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19383         multiarch __ieee754_hypotf for PowerPC32.
19385         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19386         long_double_symbol only if __logbl is defined.
19387         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19388         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19389         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19390         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19391         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19392         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19393         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19394         path for implementation.
19395         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19396         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19398         logb, and logbl multiarch implementations for PowerPC32.
19399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19400         file.
19401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19402         file.
19403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19404         multiarch logb for PowerPC32.
19405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19406         file.
19407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19408         file.
19409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19410         multiarch logbf for PowerPC32.
19411         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19413         file.
19414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19415         multiarch logbl implementation for PowerPC32.
19417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19418         and modff multiarch implementations.
19419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19420         New file.
19421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19422         New file.
19423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19424         multiarch modf for PowerPC32.
19425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19426         New file.
19427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19428         New file.
19429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19430         multiarch modff for PowerPC32.
19432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19433         and lrintf multiarch implementations.
19434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19435         New file.
19436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19437         New file.
19438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19439         multiarch lrint for PowerPC32.
19440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19441         file: multiarch lrintf for PowerPC32.
19443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19444         and lroundf multiarch implementations.
19445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19446         New file.
19447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19448         New file.
19449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19450         New file.
19451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19452         multiarch lround for PowerPC32.
19453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19454         file: multiarch lroundf for PowerPC32.
19456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19457         copysign and copysignf multiarch implementations.
19458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19459         New file.
19460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19461         New file.
19462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19463         file: multiarch copysign for PowerPC32.
19464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19465         file: multiarch copysignf for PowerPC32.
19467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19468         and truncf multiarch implementations.
19469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19470         New file.
19471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19472         file.
19473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19474         multiarch trunc for PowerPC32.
19475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19476         New file.
19477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19478         New file.
19479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19480         multiarch truncf for PowerPC32.
19482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19483         and roundf multiarch implementations.
19484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19485         New file.
19486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19487         file.
19488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19489         multiarch round for PowerPC32.
19490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19491         New file.
19492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19493         New file.
19494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19495         multiarch roundf for PowerPC32.
19497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19498         and floorf multiarch implementations.
19499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19500         New file.
19501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19502         file.
19503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19504         multiarch floor for PowerPC32.
19505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19506         New file.
19507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19508         New file.
19509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19510         multiarch floorf for PowerPC32.
19512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19513         and ceilf multiarch implementations.
19514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19515         New file.
19516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19517         file.
19518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19519         multiarch ceil for PowerPC32.
19520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19521         New file.
19522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19523         file.
19524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19525         multiarch ceilf for PowerPC32.
19527         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19528         is defined.
19529         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19530         FINITEF is defined.
19531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19532         and finitef multiarch implementations.
19533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19534         New file.
19535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19536         file.
19537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19538         multiarch finite for PowerPC32.
19539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19540         New file.
19541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19542         file: multiarch finitef for PowerPC32.
19544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19545         and isinff multiarch implementations.
19546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19547         file.
19548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19549         file.
19550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19551         multiarch isinf for PowerPC32.
19552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19553         New file.
19554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19555         multiarch isinff for PowerPC32.
19557         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19558         alias when __isnan is defined.
19559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19560         and isnanf multiarch implementations.
19561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19562         file.
19563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19564         file.
19565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19566         file.
19567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19568         file.
19569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19570         multiarch isnan for PowerPC32.
19571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19572         New file.
19573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19574         New file.
19575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19576         multiarch isnanf for PowerPC32.
19578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19579         and sqrtf multiarch implementations.
19580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19581         file.
19582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19583         file.
19584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19585         multiarch sqrt for PowerPC32.
19586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19587         file.
19588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19589         file.
19590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19591         multiarch sqrtf for PowerPC32.
19593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19594         and llroundf multiarch implementations.
19595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19596         New file.
19597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19598         New file.
19599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19600         New file.
19601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19602         file: multiarch llround for PowerPC32.
19603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19604         file: multiarch llroundf for PowerPC32.
19606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19607         multiarch PowerPC32 fpu implementations.
19608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19609         New file.
19610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19611         New file.
19612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19613         multiarch llrint for PowerPC32.
19614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19615         New file.
19616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19617         New file.
19618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19619         file.
19621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19623         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19624         file.
19625         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19626         file.
19627         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19628         file.
19629         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19630         multiarch wordcopy for PPC32.
19631         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19632         wordcopy objects.
19633         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19634         (__libc_ifunc_impl_list): Likewise.
19635         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19636         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19637         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19638         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19639         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19640         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19642         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19643         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19644         file.
19645         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19646         file.
19647         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19648         file.
19649         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19650         multiarch wcscpy for PPC32.
19651         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19652         multiarch objects.
19653         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19654         (__libc_ifunc_impl_list): Likewise.
19655         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19656         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19657         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19658         sysdeps/powerpc/power6/wcscpy.c.
19660         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19661         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19662         file.
19663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19664         file.
19665         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19666         file.
19667         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19668         multiarch wcsrchr for PPC32.
19669         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19670         multiarch objects.
19671         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19672         (__libc_ifunc_impl_list): Likewise.
19673         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19674         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19675         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19676         sysdeps/powerpc/power6/wcsrchr.c.
19678         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19679         file.
19680         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19681         file.
19682         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19683         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19684         multiarch wcschr for PPc32.
19685         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19686         multiarch objects.
19687         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19688         (__libc_ifunc_impl_list): Likewise.
19689         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19690         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19691         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19692         sysdeps/powerpc/power6/wcschr.c.
19694         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19695         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19696         file.
19697         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19698         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19699         file: multiarch strchr for PPC32.
19700         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19701         multiarch objects.
19702         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19703         (__libc_ifunc_impl_list): Likewise.
19705         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19706         name.
19707         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19708         file.
19709         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19710         file.
19711         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19712         multiarch strchrnul for PPC32.
19713         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19714         multiarch objects.
19715         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19716         (__libc_ifunc_impl_list): Likewise.
19718         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19719         file.
19720         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19721         multiarch strncasecmp for PPC32.
19722         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19723         file.
19724         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19725         multiarch strncasecmp_l for PPC32.
19726         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19727         strncasecmp multiarch objects.
19728         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19729         (__libc_ifunc_impl_list): Likewise.
19731         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19732         file.
19733         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19734         multiarch strncasecmp for PPC32.
19735         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19736         New file.
19737         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19738         multiarch strcasecmp_l for PPC32.
19739         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19740         multiarch objects.
19741         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19742         (__libc_ifunc_impl_list): Likewise.
19744         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19745         file.
19746         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19747         file.
19748         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19749         multiarch strncmp for PPC32.
19750         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19751         multiarch objects.
19752         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19753         (__libc_ifunc_impl_list): Likewise.
19755         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19756         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19757         file.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19759         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19761         multiarch objects.
19762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19763         (__libc_ifunc_impl_list): Likewise.
19765         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19766         file.
19767         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19768         file.
19769         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19770         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19771         multiarch objects.
19772         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19773         (__libc_ifunc_impl_list): Likewise.
19775         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19776         file.
19777         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19778         file.
19779         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19780         multiarch rawmemchr for PPC32.
19781         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19782         multiarch objects.
19783         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19784         (__libc_ifunc_impl_list): Likewise.
19786         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19787         file.
19788         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19789         file.
19790         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19791         file: memrchr multiarch for PPC32.
19792         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19793         multiarch objects.
19794         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19795         (__libc_ifunc_impl_list): Likewise.
19797         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19798         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19799         file.
19800         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19801         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19802         multiarch memchr for PPC32.
19803         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19804         multiarch objects.
19805         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19806         (__libc_ifunc_impl_list): Likewise.
19808         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19809         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19810         file.
19811         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19812         file.
19813         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19814         file: multiarch mempcpy for PPC32.
19815         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19816         multiarch objects.
19817         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19818         (__libc_ifunc_impl_list): Likewise.
19820         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19821         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19822         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19823         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19824         multiarch bzero for PPC32.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19826         file.
19827         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19828         file.
19829         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19830         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19831         file: multiarch memset for PPC32.
19832         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19833         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19834         memset multiarch objects.
19835         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19836         (__libc_ifunc_impl_list): Likewise.
19838         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19839         file.
19840         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19841         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19842         memcmp for PPC32.
19843         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19845         multiarch objects.
19846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19847         (__libc_ifunc_impl_list): Likewise.
19849         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19850         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19851         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19852         file.
19853         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19854         file.
19855         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19856         file.
19857         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19858         multiarch memcpy for PPC32.
19859         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19860         multiarch objects.
19861         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19862         (__libc_ifunc_impl_list): Likewise.
19864         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19865         support multiarch for POWER/PPC32.
19866         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19867         Likewise.
19868         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19870         Implies file to make multiarch folder appers before the fpu and
19871         default folder for power4 configuration.
19873 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19875         * scripts/bench.pl: Append volatile keyword to type.
19877 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19879         * sysdeps/sh/sotruss-lib.c: New file.
19880         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19882 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19886 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19888         [BZ #6810]
19889         * math/w_tgamma.c: Include <errno.h>.
19890         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19891         * math/w_tgammaf.c: Include <errno.h>.
19892         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19893         * math/w_tgammal.c: Include <errno.h>.
19894         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19895         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19896         underflow.  Add more tgamma tests.
19897         * math/auto-libm-test-out: Regenerated.
19898         * sysdeps/i386/fpu/libm-test-ulps: Update.
19899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19901         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19902         sin, sinh, tan, tanh, tgamma, y0 and y1.
19903         * math/auto-libm-test-out: Regenerated.
19904         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19905         (TEST_COND_x86): Likewise.
19906         (M_E2l): Remove macro.
19907         (M_E3l): Likewise.
19908         (M_2_SQRT_PIl): Likewise.
19909         (M_SQRT_PIl): Likewise.
19910         (M_1_DIV_El): Likewise.
19911         (log_test_data): Use AUTO_TESTS_f_f.
19912         (log10_test_data): Likewise.
19913         (log1p_test_data): Likewise.
19914         (log2_test_data): Likewise.
19915         (sin_test_data): Likewise.
19916         (sin_tonearest_test_data): Likewise.
19917         (sin_towardzero_test_data): Likewise.
19918         (sin_downward_test_data): Likewise.
19919         (sin_upward_test_data): Likewise.
19920         (sinh_test_data): Likewise.
19921         (sinh_tonearest_test_data): Likewise.
19922         (sinh_towardzero_test_data): Likewise.
19923         (sinh_downward_test_data): Likewise.
19924         (sinh_upward_test_data): Likewise.
19925         (tan_test_data): Likewise.
19926         (tan_tonearest_test_data): Likewise.
19927         (tan_towardzero_test_data): Likewise.
19928         (tan_downward_test_data): Likewise.
19929         (tan_upward_test_data): Likewise.
19930         (tanh_test_data): Likewise.
19931         (tgamma_test_data): Likewise.
19932         (y0_test_data): Likewise.
19933         (y1_test_data): Likewise.
19934         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19935         (special_real_inputs): Add pi/4.
19936         * sysdeps/i386/fpu/libm-test-ulps: Update.
19937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19939 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19941         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19942         "longjmp_target" static probes.
19943         (__longjmp): Rename to __longjmp_symbol.
19944         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19945         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19946         on which longjmp to generate.
19947         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19948         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19949         probe.
19950         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19951         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19952         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19953         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19954         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19955         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19957         __longjmp_symbol based on which __longjmp to generate.
19958         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19959         probe.
19960         (setjmp): Rename to setjmp_symbol.
19961         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19962         (_setjmp): Rename to _setjmp_symbol.
19963         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19964         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19965         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19966         which setjmp to generate.
19967         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19968         "longjmp_target" static probes.
19970 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19972         * benchtests/README: Add note about output arguments.
19973         * benchtests/bench-sincos.c: Remove file.
19974         * benchtests/sincos-inputs: New file.
19975         * scripts/bench.pl: Identify output arguments and define
19976         static variables for them.
19978         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
19980         [BZ #15941]
19981         * Makefile (INSTALL): Add install-plain.texi as the primary
19982         dependency.
19983         * manual/install-plain.texi: New file.
19984         * manual/install.texi: Include node directive only for
19985         non-plaintext output.
19987 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
19989         * stdlib/longlong.h: Update from GCC.
19991         [BZ #6807]
19992         [BZ #15901]
19993         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
19994         * math/w_j0f.c (y0f): Likewise.
19995         * math/w_j0l.c (__y0l): Likewise.
19996         * math/w_j1.c (y1): Likewise.
19997         * math/w_j1f.c (y1f): Likewise.
19998         * math/w_j1l.c (__y1l): Likewise
19999         * math/w_jn.c (yn): Likewise.
20000         * math/w_jnf.c (ynf): Likewise.
20001         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20002         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20003         value for Bessel function domain errors outside _SVID_ mode.
20004         Adjust sign of return value for yn (negative integer, 0).
20005         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20006         by zero in return for negative x and set sign appropriately for
20007         negative n.
20008         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20009         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20010         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20011         expectations in error cases.
20012         (y1_test_data): Likewise.
20013         (yn_test_data): Likewise.
20014         * sysdeps/i386/fpu/libm-test-ulps: Update.
20015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20017 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20019         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20020         "64" to "64-v1".  Add "64-v2".
20021         (abi-64-options): Rename to ...
20022         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20023         (abi-64-condition): Rename to ...
20024         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20025         (abi-64-ld-soname): Rename to ...
20026         (abi-64-v1-ld-soname): ... this.
20027         (abi-64-v2-options): Define.
20028         (abi-64-v2-condition): Likewise.
20029         (abi-64-v2-ld-soname): Likewise.
20030         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20031         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20036 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20037             Alan Modra  <amodra@gmail.com>
20039         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20040         New versions for use with the ELFv2 ABI.
20041         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20042         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20043         declaration.
20044         (struct La_ppc64v2_retval): Likewise.
20045         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20046         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20047         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20048         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20049         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20050         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20051         Do not save or restore CR.
20052         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20053         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20054         return values for ELFv2 ABI.  Fix location of FPR return registers.
20055         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20056         updated values for _CALL_ELF == 2.
20057         (La_regs, La_retval, int_retval): Likewise.
20059 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20061         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20062         (FRAME_MIN_SIZE_PARM): Likewise.
20063         (FRAME_BACKCHAIN): Likewise.
20064         (FRAME_CR_SAVE): Likewise.
20065         (FRAME_LR_SAVE): Likewise.
20066         (FRAME_TOC_SAVE): Likewise.
20067         (FRAME_PARM_SAVE): Likewise.
20068         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20069         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20070         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20071         (call_mcount_parm_offset): New macro.
20072         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20073         (PROF): Use symbolic stack frame offsets.
20074         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20075         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20076         Redefine in terms of FRAME_MIN_SIZE.
20077         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20078         (_dl_profile_resolve): Likewise.  Update comment.
20079         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20080         symbols stack frame offsets.
20081         (__sigsetjmp): Likewise.
20082         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20083         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20084         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20085         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20088         (FRAME_BACKCHAIN): Remove.
20089         (FRAME_CR_SAVE): Likewise.
20090         (FRAME_LR_SAVE): Likewise.
20091         (FRAME_COMPILER_DW): Likewise.
20092         (FRAME_LINKER_DW): Likewise.
20093         (FRAME_TOC_SAVE): Likewise.
20094         (FRAME_PARM_SAVE): Likewise.
20095         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20096         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20097         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20099         (CHECK_SP): Use symbolic stack frame offsets.
20100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20101         zone" instead of caller's parameter save area for temp storage.
20102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20103         Likewise.  Also, use symbolic stack frame offsets.
20104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20105         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20106         our own stack frame instead of the caller's.
20107         (__socket): Use symbolic stack frame offsets.
20109 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20110             Alan Modra  <amodra@gmail.com>
20112         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20113         Define.
20114         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20115         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20116         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20117         New function.
20118         (elf_machine_fixup_plt): Call it.
20119         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20120         reloc arguments.
20121         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20122         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20123         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20124         r2 before calling target.
20126 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20127             Alan Modra  <amodra@gmail.com>
20129         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20130         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20131         versions of macros to support ELFv2 ABI.
20132         (LOCALENTRY): New macro.
20133         (ENTRY, EALIGN): Use it.
20134         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20135         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20136         fall through into ENTRY entry point.
20137         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20138         Only define if _CALL_ELF != 2.
20140         (elf_machine_matches_host): Verify ABI version matches.
20141         (RTLD_START): Use LOCALENTRY.
20142         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20143         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20144         (PLT_ENTRY_WORDS): New macro.
20145         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20146         (elf_machine_runtime_setup): Support ELFv2 ABI.
20147         (elf_machine_fixup_plt): Likewise.
20148         (elf_machine_plt_conflict): Likewise.
20149         (resolve_ifunc): Likewise.
20150         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20151         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20152         Likewise.
20153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20154         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20156         (makecontext): Support ELFv2 ABI.
20157         * elf/elf.h (EF_PPC64_ABI): Define.
20159 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20161         * sysdeps/powerpc/powerpc64/sysdep.h
20162         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20163         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20164         (ENTRY) [ASSEMBLER]: ... but instead here ...
20165         (EALIGN) [ASSEMBLER]: ... and here.
20166         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20167         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20168         (ENTRY_2) [!ASSEMBLER]: Use it.
20169         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20170         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20171         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20172         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20173         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20175         Use PPC64_LOAD_FUNCPTR.
20177         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20179 2013-12-04  Alan Modra  <amodra@gmail.com>
20181         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20182         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20183         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20184         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20186         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20187         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20188         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20189         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20190         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20191         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20193 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20196         (__makecontext): Fix incorrect CFI when backtracing out of
20197         context created via makecontext.
20198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20199         (__setcontext): Fix incorrect CFI during switch to new context.
20200         (__novec_setcontext): Likewise.
20202 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20204         [BZ #4772]
20205         * time/strptime_l.c (__strptime_internal): Allow modifiers
20206         in strptime.
20207         * time/tst-strptime.c (day_tests): Add testcase.
20209 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20211         * scripts/bench.pl: Skip over blank lines.
20213 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20215         [BZ #926]
20216         * manual/time.texi (Calendar Time): Clarify what timezone functions
20217         use.
20219 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20221         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20223 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20225         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20226         implementation.
20227         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20228         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20229         * debug/memset_chk.c (__memset_chk): Likewise.
20230         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20231         * debug/strncpy_chk.c: Likewise.
20233 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20235         [BZ #15268]
20236         [BZ #15425]
20237         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20238         (__ieee754_exp): For possibly underflowing results, check size of
20239         result and force underflow exception if required.
20240         * math/auto-libm-test-in: Add more tests of exp.
20241         * math/auto-libm-test-out: Regenerated.
20242         * sysdeps/i386/fpu/libm-test-ulps: Update.
20243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20245         [BZ #16283]
20246         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20247         * math/w_exp2f.c (__exp2f): Likewise.
20248         * math/w_exp2l.c (__exp2l): Likewise.
20249         * math/auto-libm-test-in: Do not allow missing errno on exp2
20250         underflow.
20251         * math/auto-libm-test-out: Regenerated.
20253 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20255         [BZ #16274]
20256         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20257         handle filename validation.
20258         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20259         (do_open): Delete.
20261 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20263         [BZ #6786]
20264         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20265         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20266         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20267         <float.h>.
20268         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20269         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20270         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20271         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20272         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20273         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20274         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20275         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20276         Add more erfc tests.
20277         * math/auto-libm-test-out: Regenerated.
20278         * sysdeps/i386/fpu/libm-test-ulps: Update.
20279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20281         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20282         exp2, expm1, j0 and j1.
20283         * math/auto-libm-test-out: Regenerated.
20284         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20285         (erfc_test_data): Likewise.
20286         (exp_test_data): Likewise.
20287         (exp_tonearest_test_data): Likewise.
20288         (exp_towardzero_test_data): Likewise.
20289         (exp_downward_test_data): Likewise.
20290         (exp_upward_test_data): Likewise.
20291         (exp10_test_data): Likewise.
20292         (exp2_test_data): Likewise.
20293         (expm1_test_data): Likewise.
20294         (j0_test_data): Likewise.
20295         (j1_test_data): Likewise.
20296         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20297         (input_flag_type): Add flag_xfail_rounding.
20298         (input_flags): Add xfail-rounding.
20299         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20300         (output_for_one_input_case): Handle flag_xfail_rounding.
20301         * sysdeps/i386/fpu/libm-test-ulps: Update.
20302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20304 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20306         [BZ #16289]
20307         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20308         division by 0.
20310 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20312         [BZ #16195]
20313         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20314         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20315         (STAP_PROBE0): New macro.
20316         (STAP_PROBE1): Likewise.
20317         (STAP_PROBE2): Likewise.
20318         (STAP_PROBE3): Likewise.
20319         (STAP_PROBE4): Likewise.
20321 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20323         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20325 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20327         * benchtests/Makefile (bench): Add sqrt.
20328         (LDLIBS-bench-sqrt): New.
20329         * benchtests/sqrt-input: New.
20331 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20333         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20334         (GAIH_EAI): Likewise.
20335         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20336         (gaih_inet): Likewise.
20337         (getaddrinfo): Don't use GAIH_EAI.
20339         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20340         (struct gaih): Remove definition.
20342 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20344         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20345         Use HERRNOP directly.
20347 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20349         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20351 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20353         * math/gen-auto-libm-tests.c (test_functions): Add more
20354         single-argument functions.
20355         (special_fill_pi_2): New function.
20356         (special_fill_minus_pi_2): Likewise.
20357         (special_fill_pi_6): Likewise.
20358         (special_fill_minus_pi_6): Likewise.
20359         (special_fill_pi_3): Likewise.
20360         (special_fill_2pi_3): Likewise.
20361         (special_fill_e): Likewise.
20362         (special_fill_1_e): Likewise.
20363         (special_fill_e_minus_1): Likewise.
20364         (special_real_inputs): Add more special inputs.
20365         (output_for_one_input_case): Do not require ERANGE on underflow to
20366         zero if round-to-nearest result does not underflow to zero, unless
20367         exact results required.
20368         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20369         atan, atanh, cbrt, cos and cosh.
20370         * math/auto-libm-test-out: Regenerated.
20371         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20372         (acos_tonearest_test_data): Likewise.
20373         (acos_towardzero_test_data): Likewise.
20374         (acos_downward_test_data): Likewise.
20375         (acos_upward_test_data): Likewise.
20376         (acosh_test_data): Likewise.
20377         (asin_test_data): Likewise.
20378         (asin_tonearest_test_data): Likewise.
20379         (asin_towardzero_test_data): Likewise.
20380         (asin_upward_test_data): Likewise.
20381         (asinh_test_data): Likewise.
20382         (atan_test_data): Likewise.
20383         (atanh_test_data): Likewise.
20384         (cbrt_test_data): Likewise.
20385         (cos_test_data): Likewise.
20386         (cos_tonearest_test_data): Likewise.
20387         (cos_towardzero_test_data): Likewise.
20388         (cos_downward_test_data): Likewise.
20389         (cos_upward_test_data): Likewise.
20390         (cosh_test_data): Likewise.
20391         (cosh_tonearest_test_data): Likewise.
20392         (cosh_towardzero_test_data): Likewise.
20393         (cosh_downward_test_data): Likewise.
20394         (cosh_upward_test_data): Likewise.
20395         * sysdeps/i386/fpu/libm-test-ulps: Update.
20396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20398 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20400         [BZ #6787]
20401         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20402         * math/w_exp10f.c (__exp10f): Likewise.
20403         * math/w_exp10l.c (__exp10l): Likewise.
20404         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20405         errno settings in existing tests.
20407         [BZ #14032]
20408         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20409         precision control set to double precision.
20410         * sysdeps/i386/fpu/w_sqrt.c: New file.
20411         * math/auto-libm-test-in: Add more tests.
20412         * math/auto-libm-test-out: Update.
20414         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20415         (sqrt_test_tonearest): New function.
20416         (sqrt_towardzero_test_data): New variable.
20417         (sqrt_test_towardzero): New function.
20418         (sqrt_downward_test_data): New variable.
20419         (sqrt_test_downward): New function.
20420         (sqrt_upward_test_data): New variable.
20421         (sqrt_test_upward): New function.
20422         (main): Call the new functions.
20424         * math/gen-auto-libm-tests.c: New file.
20425         * math/auto-libm-test-in: Likewise.
20426         * math/auto-libm-test-out: New generated file.
20427         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20428         variables.
20429         (%beautify): Add generated representations of zero.
20430         (top level): Set $auto_input and call parse_auto_input.
20431         (beautify): Remove trailing "f" from hex float constants.
20432         (parse_args): Handle XFAIL_TEST.
20433         (convert_condition): New function.
20434         (or_value): Likewise.
20435         (or_cond_value): Likewise.
20436         (generate_testfile): Handle AUTO_TESTS_* lines.
20437         (parse_auto_input): New function.
20438         * math/libm-test.inc (XFAIL_TEST): New macro.
20439         (ERRNO_UNCHANGED): Update value.
20440         (ERRNO_EDOM): Likewise.
20441         (ERRNO_ERANGE): Likewise.
20442         (IGNORE_RESULT): Likewise.
20443         (TEST_COND_flt_32): New macro.
20444         (TEST_COND_dbl_64): Likewise.
20445         (TEST_COND_ldbl_96_intel): Likewise.
20446         (TEST_COND_ldbl_96_m68k): Likewise.
20447         (TEST_COND_ldbl_128): Likewise.
20448         (TEST_COND_ldbl_128ibm): Likewise.
20449         (TEST_COND_long32): Likewise.
20450         (TEST_COND_long64): Likewise.
20451         (TEST_COND_before_rounding): Likewise.
20452         (TEST_COND_after_rounding): Likewise.
20453         (enable_test): Handle XFAIL_TEST flag.
20454         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20455         with finite results.
20456         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20457         auto-libm-test-out.
20459 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20460             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20462         [BZ #16214]
20463         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20464         __tls_get_addr_internal instead of __tls_get_offset in order to
20465         avoid GOT pointer dependency.  Make rtld export
20466         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20467         __tls_get_addr since we are a __tls_get_offset platform.
20468         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20469         GOT pointer being set up before.
20470         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20472 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20474         * manual/math.texi (Errors in Math Functions): Document accuracy
20475         goals.
20477         [BZ #15004]
20478         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20479         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20480         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20481         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20482         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20483         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20484         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20485         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20486         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20487         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20488         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20489         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20490         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20491         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20492         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20493         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20495         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20496         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20497         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20498         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20499         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20500         Likewise.
20501         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20502         Likewise.
20503         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20504         Likewise.
20505         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20506         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20507         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20508         atomic-feupdateenv and flt-rounds.
20509         * sysdeps/powerpc/nofpu/Versions (libc): Add
20510         __atomic_feholdexcept, __atomic_feclearexcept,
20511         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20512         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20513         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20514         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20515         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20516         here.
20517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20518         Update.
20520         * manual/arith.texi (FP Exceptions): Document that exceptions may
20521         not be raised when matherr is used.
20522         (Math Error Reporting): Document overflow in directed rounding
20523         modes.  Document that errno may not be set when finite values are
20524         returned on overflow.  Document intent to set errno on underflow
20525         only for underflow to zero.
20527         [BZ #16271]
20528         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20529         round-to-nearest then adjust result for other rounding modes.
20530         * include/fenv.h (fegetround): Use libm_hidden_proto.
20531         * math/fegetround.c (fegetround): Use libm_hidden_def.
20532         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20533         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20534         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20535         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20536         Likewise.
20537         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20538         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20539         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20540         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20542 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20544         [BZ #16077]
20545         * nss/Versions (libnss_files): Add
20546         _nss_files_gethostbyname3_r.
20547         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20548         New function.
20549         (HOST_DB_LOOKUP): Remove macro.
20550         (_nss_files_gethostbyname_r): Implement function without the
20551         HOST_DB_LOOKUP macro.
20552         (_nss_files_gethostbyname2_r): Likewise.
20554 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20556         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20558 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20560         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20561         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20562         warning.
20564 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20566         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20567         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20568         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20569         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20570         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20571         __fe_nomask_env_priv and attribute_hidden.
20572         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20573         (libc_feupdateenv_test_ppc): Likewise.
20574         (libc_feresetround_ppc): Likewise.
20575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20576         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20577         compat_symbol macro.
20578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20579         (__fe_nomask_env): Likewise.
20580         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20582 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20584         * string/Makefile: Remove ifunc tests.
20585         * string/test-string.h: Define TEST_IFUNC.
20586         * string/test-bcopy-ifunc.c: Remove.
20587         * string/test-bzero-ifunc.c: Likewise.
20588         * string/test-memccpy-ifunc.c: Likewise.
20589         * string/test-memchr-ifunc.c: Likewise.
20590         * string/test-memcmp-ifunc.c: Likewise.
20591         * string/test-memcpy-ifunc.c: Likewise.
20592         * string/test-memmem-ifunc.c: Likewise.
20593         * string/test-memmove-ifunc.c: Likewise.
20594         * string/test-mempcpy-ifunc.c: Likewise.
20595         * string/test-memrchr-ifunc.c: Likewise.
20596         * string/test-memset-ifunc.c: Likewise.
20597         * string/test-rawmemchr-ifunc.c: Likewise.
20598         * string/test-stpcpy-ifunc.c: Likewise.
20599         * string/test-stpncpy-ifunc.c: Likewise.
20600         * string/test-strcasecmp-ifunc.c: Likewise.
20601         * string/test-strcasestr-ifunc.c: Likewise.
20602         * string/test-strcat-ifunc.c: Likewise.
20603         * string/test-strchr-ifunc.c: Likewise.
20604         * string/test-strchrnul-ifunc.c: Likewise.
20605         * string/test-strcmp-ifunc.c: Likewise.
20606         * string/test-strcpy-ifunc.c: Likewise.
20607         * string/test-strcspn-ifunc.c: Likewise.
20608         * string/test-strlen-ifunc.c: Likewise.
20609         * string/test-strncasecmp-ifunc.c: Likewise.
20610         * string/test-strncat-ifunc.c: Likewise.
20611         * string/test-strncmp-ifunc.c: Likewise.
20612         * string/test-strncpy-ifunc.c: Likewise.
20613         * string/test-strnlen-ifunc.c: Likewise.
20614         * string/test-strpbrk-ifunc.c: Likewise.
20615         * string/test-strrchr-ifunc.c: Likewise.
20616         * string/test-strspn-ifunc.c: Likewise.
20617         * string/test-strstr-ifunc.c: Likewise.
20619 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20621         * benchtests/Makefile: Remove ifunc tests.
20622         * benchtests/bench-string.h: Define TEST_IFUNC.
20623         * benchtests/bench-bcopy-ifunc.c: Remove.
20624         * benchtests/bench-bzero-ifunc.c: Likewise.
20625         * benchtests/bench-memccpy-ifunc.c: Likewise.
20626         * benchtests/bench-memchr-ifunc.c: Likewise.
20627         * benchtests/bench-memcmp-ifunc.c: Likewise.
20628         * benchtests/bench-memcpy-ifunc.c: Likewise.
20629         * benchtests/bench-memmem-ifunc.c: Likewise.
20630         * benchtests/bench-memmove-ifunc.c: Likewise.
20631         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20632         * benchtests/bench-memrchr-ifunc.c: Likewise.
20633         * benchtests/bench-memset-ifunc.c: Likewise.
20634         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20635         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20636         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20637         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20638         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20639         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20640         * benchtests/bench-strcat-ifunc.c: Likewise.
20641         * benchtests/bench-strchr-ifunc.c: Likewise.
20642         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20643         * benchtests/bench-strcmp-ifunc.c: Likewise.
20644         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20645         * benchtests/bench-strcpy-ifunc.c: Likewise.
20646         * benchtests/bench-strcspn-ifunc.c: Likewise.
20647         * benchtests/bench-strlen-ifunc.c: Likewise.
20648         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20649         * benchtests/bench-strncat-ifunc.c: Likewise.
20650         * benchtests/bench-strncmp-ifunc.c: Likewise.
20651         * benchtests/bench-strncpy-ifunc.c: Likewise.
20652         * benchtests/bench-strnlen-ifunc.c: Likewise.
20653         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20654         * benchtests/bench-strrchr-ifunc.c: Likewise.
20655         * benchtests/bench-strsep-ifunc.c: Likewise.
20656         * benchtests/bench-strspn-ifunc.c: Likewise.
20657         * benchtests/bench-strstr-ifunc.c: Likewise.
20659 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20661         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20663 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20665         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20666         * rt/aio.h: Likewise.
20667         * sysdeps/gnu/bits/utmp.h: Likewise.
20668         * sysdeps/gnu/bits/utmpx.h: Likewise.
20669         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20670         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20671         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20672         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20673         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20674         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20675         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20676         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20677         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20678         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20679         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20680         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20681         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20683         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20684         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20685         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20686         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20687         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20688         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20689         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20690         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20691         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20692         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20693         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20694         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20695         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20696         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20697         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20698         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20699         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20700         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20701         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20702         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20703         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20704         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20705         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20706         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20707         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20708         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20709         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20710         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20712 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20714         [BZ #16245]
20715         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20716         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20718 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20720         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20721         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20722         Likewise.
20724 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20726         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20727         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20728         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20729         (__fesetround): Remove define.
20730         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20731         rounding and exceptions handling.
20732         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20733         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20734         (__fe_nomask_env): Likewise.
20735         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20736         __fegetround instead of fegetround.
20737         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20738         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20740 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20742         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20743         it's there.
20745         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20747 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20749         [BZ #11157]
20750         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20751         (encrypt_r): Likewise.
20752         * malloc/obstack.h (obstack_free): Likewise.
20753         * posix/unistd.h (encrypt): Likewise.
20755 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20757         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20758         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20759         DL_CALL_DT_FINI() that call the functions directly.
20760         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20761         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20762         * elf/dl-fini.c: Likewise.
20764 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20766         * malloc/hooks.c (memalign_check): Add alignment rounding.
20767         * malloc/malloc.c (_mid_memalign): New function.
20768         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20769         Implement by calling _mid_memalign.
20770         * manual/probes.texi (Memory Allocation Probes): Remove
20771         memory_valloc_retry and memory_pvalloc_retry.
20773 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20775         * locale/programs/locarchive.c (open_archive): Add const
20776         qualifier to ARCHIVEFNAME and copy default fname to
20777         DEFAULT_FNAME.
20779         [BZ #15601]
20780         * libio/tst-widetext.input: Rename Oriya to Odia.
20781         * locale/iso-639.def: Likewise.
20783         * manual/probes.texi (Mathematical Function Probes): Add
20784         documentation for sin, cos, asin and acos probes.
20785         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20786         (__sin32): Add slowasin probe.
20787         (__cos32): Add slowacos probe.
20788         (__mpsin): Add slowsin probe.
20789         (__mpcos): Add slowcos probe.
20791 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20793         [BZ #15483]
20794         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20795         thread-local __sim_exceptions_thread and global
20796         __sim_exceptions_global.
20797         (__sim_disabled_exceptions): Change to thread-local
20798         __sim_disabled_exceptions_thread and global
20799         __sim_disabled_exceptions_global.
20800         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20801         and global __sim_round_mode_global.
20802         (__simulate_exceptions): Use thread-local floating-point state and
20803         set global state from it as needed.
20804         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20805         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20806         __sim_round_mode_thread.
20807         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20808         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20809         and global __sim_exceptions_global.
20810         (__sim_disabled_exceptions): Change to thread-local
20811         __sim_disabled_exceptions_thread and global
20812         __sim_disabled_exceptions_global.
20813         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20814         and global __sim_round_mode_global.
20815         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20816         (SIM_SET_GLOBAL): Likewise.
20817         * sysdeps/powerpc/soft-fp/sfp-machine.h
20818         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20819         __sim_round_mode_thread.
20820         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20821         __sim_disabled_exceptions_thread.
20822         (__sim_exceptions): Change to __sim_exceptions_thread.
20823         (__sim_disabled_exceptions): Change to
20824         __sim_disabled_exceptions_thread.
20825         (__sim_round_mode): Change to __sim_round_mode_thread.
20826         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20827         thread-local floating-point state and set global state from it as
20828         needed.
20829         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20830         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20831         (__sim_disabled_exceptions): Remove extern declaration.
20832         (feenableexcept): Use thread-local floating-point state and set
20833         global state from it as needed.
20834         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20835         extern declaration.
20836         (__sim_disabled_exceptions): Likewise.
20837         (__sim_round_mode): Likewise.
20838         (__fegetenv): Use thread-local floating-point state.
20839         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20840         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20841         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20842         floating-point state and set global state from it as needed.
20843         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20844         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20845         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20846         Likewise.
20847         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20848         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20849         Likewise.
20850         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20851         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20852         Use __sim_round_mode_thread.
20853         * math/test-fenv-tls.c: New file.
20854         * math/Makefile (tests): Add test-fenv-tls.
20855         ($(objpfx)test-fenv-tls): Depend on
20856         $(common-objpfx)nptl/libpthread.so.
20858 2013-11-19  Andreas Schwab  <schwab@suse.de>
20860         * locale/programs/locale.c (show_info): Decode wordarray elements.
20861         * locale/categories.def (LC_MONETARY): Add element for
20862         _NL_MONETARY_CRNCYSTR.
20863         * locale/C-monetary.c (conversion_rate): New variable.
20864         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20865         element.
20867 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20869         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20870         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20872 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20874         * elf/Makefile (tst-auxv): New test.
20875         * elf/tst-auxv.c: New
20876         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20878 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20880         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20881         (hidden_proto): Caller changed.
20882         (hidden_tls_proto): New macro.
20883         (libc_hidden_tls_proto): Likewise.
20884         (rtld_hidden_tls_proto): Likewise.
20885         (libm_hidden_tls_proto): Likewise.
20886         (libresolv_hidden_tls_proto): Likewise.
20887         (librt_hidden_tls_proto): Likewise.
20888         (libdl_hidden_tls_proto): Likewise.
20889         (libnss_files_hidden_tls_proto): Likewise.
20890         (libnsl_hidden_tls_proto): Likewise.
20891         (libnss_nisplus_hidden_tls_proto): Likewise.
20892         (libutil_hidden_tls_proto): Likewise.
20894 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20896         [BZ #10253]
20897         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20898         (decompose_rpath): Defer expansion to fillin_rpath.
20899         (_dl_init_paths): Pass linkmap to fillin_rpath.
20901 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20903         * benchtests/Makefile: Add strsep.
20904         * benchtests/bench-strsep.c: New file: strsep benchtest.
20905         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20907 2013-11-18  Andreas Schwab  <schwab@suse.de>
20909         * locale/programs/locale.c (show_info) [case byte]: Check for
20910         '\377' instead of '\177'.
20911         * locale/C-monetary.c (not_available): Always use "\377".
20912         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20913         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20914         detect unavailable sign_posn locale elements.
20915         * locale/localeconv.c (__localeconv): For grouping and
20916         mon_grouping handle "\177" and "\377" like no grouping.
20917         (INT_ELEM): New macro.  Use it to set all numeric members.
20918         * locale/programs/ld-monetary.c (monetary_read)
20919         <tok_mon_grouping>: Normalize single -1 to the empty string.
20920         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20921         Likewise.
20923 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20925         [BZ #16055]
20926         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20927         when we match (nil).
20928         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20930 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20932         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20933         (NO_TEST_INLINE): Update value.
20934         (ERRNO_UNCHANGED): Likewise.
20935         (ERRNO_EDOM): Likewise.
20936         (ERRNO_ERANGE): Likewise.
20937         (IGNORE_RESULT): Likewise.
20938         (check_float_internal): Check signs of NaN results if
20939         TEST_NAN_SIGN used.
20940         (check_complex): Pass TEST_NAN_SIGN flag through to second
20941         check_float_internal call.
20942         (copysign_test_data): Add tests with quiet NaNs as second
20943         argument.  Use TEST_NAN_SIGN.
20944         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20945         TEST_NAN_SIGN.
20946         (signbit_test_data): Add tests of quiet NaN argument.
20947         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20949         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20950         $ignore_result.
20951         (parse_args): Handle function results specified as IGNORE.
20952         * math/libm-test.inc (IGNORE_RESULT): New macro.
20953         (check_float_internal): Do not check numerical result if flag
20954         IGNORE_RESULT set.
20955         (check_complex): Pass through IGNORE_RESULT to second
20956         check_float_internal call.
20957         (check_int): Do not check numerical result if flag IGNORE_RESULT
20958         set.
20959         (check_long): Likewise.
20960         (check_bool): Likewise.
20961         (check_longlong): Likewise.
20962         (lrint_test_data): Add tests of infinite and NaN arguments.
20963         (lrint_tonearest_test_data): Likewise.
20964         (lrint_towardzero_test_data): Likewise.
20965         (lrint_downward_test_data): Likewise.
20966         (lrint_upward_test_data): Likewise.
20967         (llrint_test_data): Likewise.
20968         (llrint_tonearest_test_data): Likewise.
20969         (llrint_towardzero_test_data): Likewise.
20970         (llrint_downward_test_data): Likewise.
20971         (llrint_upward_test_data): Likewise.
20972         (lround_test_data): Likewise.
20973         (llround_test_data): Likewise.
20975         * math/libm-test.inc (NO_TEST_INLINE): New macro.
20976         (ERRNO_UNCHANGED): Update value.
20977         (ERRNO_EDOM): Likewise.
20978         (ERRNO_ERANGE): Likewise.
20979         (NO_TEST_INLINE_FLOAT): New macro.
20980         (NO_TEST_INLINE_DOUBLE): Likewise.
20981         (enable_test): New function.
20982         (RUN_TEST_f_f): Check enable_test before running test.
20983         (RUN_TEST_2_f): Likewise.
20984         (RUN_TEST_fff_f): Likewise.
20985         (RUN_TEST_c_f): Likewise.
20986         (RUN_TEST_f_f1): Likewise.
20987         (RUN_TEST_fF_f1): Likewise.
20988         (RUN_TEST_fI_f1): Likewise.
20989         (RUN_TEST_ffI_f1): Likewise.
20990         (RUN_TEST_c_c): Likewise.
20991         (RUN_TEST_cc_c): Likewise.
20992         (RUN_TEST_f_i): Likewise.
20993         (RUN_TEST_f_i_tg): Likewise.
20994         (RUN_TEST_ff_i_tg): Likewise.
20995         (RUN_TEST_f_b): Likewise.
20996         (RUN_TEST_f_b_tg): Likewise.
20997         (RUN_TEST_f_l): Likewise.
20998         (RUN_TEST_f_L): Likewise.
20999         (RUN_TEST_fFF_11): Likewise.
21000         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21001         conditionals.
21002         (cosh_test_data): Likewise.
21003         (exp_test_data): Likewise.
21004         (expm1_test_data): Likewise.
21005         (hypot_test_data): Likewise.
21006         (pow_test_data): Likewise.
21007         (sinh_test_data): Likewise.
21008         (tanh_test_data): Likewise.
21009         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21010         flags argument.
21012         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21013         tests with quiet NaN input and output.
21014         (acosh_test_data): Likewise.
21015         (asin_test_data): Likewise.
21016         (asinh_test_data): Likewise.
21017         (atan_test_data): Likewise.
21018         (atanh_test_data): Likewise.
21019         (atan2_test_data): Likewise.
21020         (cbrt_test_data): Likewise.
21021         (cos_test_data): Likewise.
21022         (cosh_test_data): Likewise.
21023         (erf_test_data): Likewise.
21024         (erfc_test_data): Likewise.
21025         (exp_test_data): Likewise.
21026         (exp10_test_data): Likewise.
21027         (exp2_test_data): Likewise.
21028         (expm1_test_data): Likewise.
21029         (hypot_test_data): Likewise.
21030         (j0_test_data): Likewise.
21031         (j1_test_data): Likewise.
21032         (jn_test_data): Likewise.
21033         (lgamma_test_data): Likewise.
21034         (log_test_data): Likewise.
21035         (log10_test_data): Likewise.
21036         (log1p_test_data): Likewise.
21037         (log2_test_data): Likewise.
21038         (pow_test_data): Likewise.
21039         (scalb_test_data): Likewise.
21040         (sin_test_data): Likewise.
21041         (sincos_test_data): Likewise.
21042         (sinh_test_data): Likewise.
21043         (tan_test_data): Likewise.
21044         (tanh_test_data): Likewise.
21045         (tgamma_test_data): Likewise.
21046         (y0_test_data): Likewise.
21047         (y1_test_data): Likewise.
21048         (yn_test_data): Likewise.
21050         [BZ #16167]
21051         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21052         argument being NaN and avoid computations with second argument in
21053         that case.
21054         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21055         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21056         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21058 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21060         * locale/iso-639.def: Add Chitwani Tharu (the).
21062 2013-11-14  Andreas Schwab  <schwab@suse.de>
21064         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21065         word instead of empty string.
21067 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21070         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21072         (__fe_nomask_env): Likewise.
21074 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21076         * benchtests/bench-timing.h: Include time.h.
21078 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21080         [BZ #15997]
21081         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21082         to 3.4.0 for x32.
21083         * sysdeps/unix/sysv/linux/configure: Regenerated.
21085 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21087         [BZ #16151]
21088         * stdlib/strtod_l.c (round_and_return): Do not consider
21089         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21090         exponent one less than half the least subnormal exponent.
21091         * stdlib/test-strtod-round-data: Add more tests.
21092         * stdlib/tst-strtod-round.c (tests): Regenerated.
21094 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21096         [BZ #14143]
21097         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21098         (__fe_mask_env): Likewise.
21099         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21100         libm_hidden_proto and add function prototype.
21101         (__fe_mask_env): Add function prototype.
21102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21103         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21105         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21107         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21109 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21111         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21112         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21114 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21116         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21117         of htab_find_slot().
21119 2013-11-11  David S. Miller  <davem@davemloft.net>
21121         [BZ #16150]
21122         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21123         symbol in the non-vis3 case in static builds.
21124         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21125         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21126         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21127         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21129 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21131         [BZ #387]
21132         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21133         it is empty.
21135 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21137         * benchtests/Makefile: Add bench-strtod.
21138         * benchtests/bench-strtod.c: New file: strtod benchtest
21140 2013-11-11  Andreas Schwab  <schwab@suse.de>
21142         [BZ #16153]
21143         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21144         terminating NUL in key length.
21146 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21148         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21149         Add artificial ODP entry for vDSO symbol for PPC64.
21150         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21151         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21153 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21155         [BZ #15374]
21156         * nss/getent.c (services_keys): Recognize services starting with digit.
21158 2013-11-06  David S. Miller  <davem@davemloft.net>
21160         [BZ #15985]
21161         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21162         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21164 2013-11-06  Will Newton  <will.newton@linaro.org>
21166         * manual/memory.texi (Malloc Examples): Remove register
21167         keyword from examples.
21169 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21171         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21173 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21175         [BZ #6981]
21176         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21177         depending on [__GCC_IEC_559 > 0].
21178         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21179         depending on [__GCC_IEC_559_COMPLEX > 0].
21181 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21183         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21184         to iso-639.def.
21186 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21188         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21190 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21192         [BZ #16112]
21193         * malloc/malloc (malloc_info): Do not handle first bin as
21194         special case.
21196 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21198         * locale/iso-639.def: Add Central Nahuatl (nhn).
21200 2013-11-01  Bruno Haible  <bruno@clisp.org>
21202         [BZ #7003]
21203         * manual/math.texi (BSD Random): Specify range upper bound as
21204         in POSIX.
21206 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21208         * locale/iso-639.def: Add Meadow Mari (mhr).
21210 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21212         [BZ #14752], [BZ #15763]
21213         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21214         Validate name.
21215         * rt/tst_shm.c: Add test for escaping directory.
21217 2013-10-31  Andreas Schwab  <schwab@suse.de>
21219         [BZ #15917]
21220         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21221         followed by 'x' as part of digit sequence.
21222         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21224 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21226         [BZ #16037]
21227         * configure.ac: allow GNU Make 4.0 and greater.
21228         * configure: Regenerated.
21230 2013-10-30  Will Newton  <will.newton@linaro.org>
21232         [BZ #16038]
21233         * malloc/hooks.c (memalign_check): Limit alignment to the
21234         maximum representable power of two.
21235         * malloc/malloc.c (__libc_memalign): Likewise.
21236         * malloc/tst-memalign.c (do_test): Add test for very
21237         large alignment values.
21238         * malloc/tst-posix_memalign.c (do_test): Likewise.
21240 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21242         [BZ #11087]
21243         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21244         (munmap_chunk): Likewise.
21245         (mremap_chunk): Likewise.
21247 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21249         [BZ #15799]
21250         * stdlib/div.c (div): Remove obsolete code.
21251         * stdlib/ldiv.c (ldiv): Likewise.
21252         * stdlib/lldiv.c (lldiv): Likewise.
21254 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21256         [BZ #16071]
21257         * nss/nss_files/files-XXX.c (get_contents_ret): New
21258         enumerator.
21259         (get_contents): New function.
21260         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21262 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21264         * configure.in: Moved to ...
21265         * configure.ac: ... here. Change reference to configure.in
21266         to configure.ac.
21267         * sysdeps/arm/preconfigure.ac: ... here.
21268         configure.in to configure.ac.
21269         * sysdeps/gnu/configure.in: Moved to ...
21270         * sysdeps/gnu/configure.ac: ... here.
21271         * sysdeps/i386/configure.in: Moved to ...
21272         * sysdeps/i386/configure.ac: ... here.
21273         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21274         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21275         * sysdeps/mach/configure.in: Moved to ...
21276         * sysdeps/mach/configure.ac: ... here.
21277         * sysdeps/mach/hurd/configure.in: Moved to ...
21278         * sysdeps/mach/hurd/configure.ac: ... here.
21279         * sysdeps/powerpc/configure.in: Moved to ...
21280         * sysdeps/powerpc/configure.ac: ... here.
21281         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21282         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21283         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21284         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21285         * sysdeps/s390/s390-32/configure.in: Moved to ...
21286         * sysdeps/s390/s390-32/configure.ac: ... here.
21287         * sysdeps/s390/s390-64/configure.in: Moved to ...
21288         * sysdeps/s390/s390-64/configure.ac: ... here.
21289         * sysdeps/sh/configure.in: Moved to ...
21290         * sysdeps/sh/configure.ac: ... here.
21291         * sysdeps/sparc/configure.in: Moved to ...
21292         * sysdeps/sparc/configure.ac: ... here.
21293         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21294         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21295         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21296         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21297         * sysdeps/x86_64/configure.in: Moved to ...
21298         * sysdeps/x86_64/configure.ac: ... here.
21299         * sysdeps/x86_64/preconfigure.in: Moved to ...
21300         * sysdeps/x86_64/preconfigure.ac: ... here.
21301         * aclocal.m4: Change reference to configure.in to configure.ac.
21302         * config.h.in: Likewise.
21303         * manual/install.texi: Likewise.
21304         * manual/maint.texi: Likewise.
21305         * Makefile: Likewise.
21306         * malloc/Makefile: Likewise.
21307         * nscd/Makefile: Likewise.
21308         * Makeconfig: Change reference to configure.in and
21309         preconfigure.in to configure.ac and preconfigure.ac
21310         respectively.
21311         * INSTALL: Regenerated.
21312         * configure: Likewise.
21313         * sysdeps/gnu/configure: Likewise.
21314         * sysdeps/i386/configure: Likewise.
21315         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21316         * sysdeps/mach/configure: Likewise.
21317         * sysdeps/mach/hurd/configure: Likewise.
21318         * sysdeps/powerpc/configure: Likewise.
21319         * sysdeps/powerpc/powerpc32/configure: Likewise.
21320         * sysdeps/powerpc/powerpc64/configure: Likewise.
21321         * sysdeps/s390/s390-32/configure: Likewise.
21322         * sysdeps/s390/s390-64/configure: Likewise.
21323         * sysdeps/sh/configure: Likewise.
21324         * sysdeps/sparc/configure: Likewise.
21325         * sysdeps/unix/sysv/linux/configure: Likewise.
21326         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21327         * sysdeps/x86_64/configure: Likewise.
21328         * sysdeps/x86_64/preconfigure: Likewise.
21330 2013-10-29  Andreas Schwab  <schwab@suse.de>
21332         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21334 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21336         * benchtests/pow-inputs: Add new inputs.
21338         * benchtests/exp-inputs: Add new inputs.
21340         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21341         conditional check for return value.
21342         (__cos32): Likewise.
21344 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21346         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21347         to provide a boost for large inputs with word alignment.
21348         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21349         implementation based on optimized PPC64 strcpy.
21350         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21351         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21352         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21353         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21355 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21357         [BZ #2801]
21358         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21360 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21362         [BZ #14876]
21363         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21364         * time/tst-strptime.c (day_tests): Add testcase.
21366 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21368         [BZ #14029]
21369         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21371 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21373         [BZ #16074]
21374         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21375         MAP_FAILED on error.
21377 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21379         [BZ #16072]
21380         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21381         heap for large requests.
21383 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21385         [BZ #9954]
21386         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21387         result if the result has no associated interface.
21388         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21389         interface for all 127.X.Y.Z addresses.
21391 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21393         * locale/iso-639.def: Add Ligurian (lij)
21395 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21397         [BZ #15825]
21398         * sunrpc/rpc_main.c: Document rpcgen -5.
21400 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21402         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21404 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21406         [BZ #10278]
21407         * posix/glob.c: Match only directories when trailing slash is present.
21408         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21409         (main): Add testcase.
21411 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21413         [BZ #15670]
21414         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21416 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21418         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21419         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21420         AUTH_DES and cindex for FIPS 140-2.
21421         (DES Encryption): Add cindex FIPS 46-3.
21423         * locale/locarchive.h (struct locarhandle): Add fname.
21424         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21425         if an optional argument was specified to --list-archive,
21426         otherwise NULL.
21427         * locale/programs/locarchive.c (show_archive_content): Take new
21428         argument fname and pass it via ah.fname to open_archive.
21429         * locale/programs/localedef.h: Update decl.
21430         (open_archive): If AH->fname is non-null, open that file
21431         rather than the default file name, and don't ignore ENOENT.
21432         (create_archive): Set AH.fname to NULL.
21433         (delete_locales_from_archive): Likewise.
21434         (add_locales_to_archive): Likewise.
21435         * locale/programs/locfile.c (write_all_categories): Likewise.
21437 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21438             Aldy Hernandez  <aldyh@redhat.com>
21440         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21441         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21442         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21443         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21444         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21445         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21446         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21447         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21448         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21449         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21450         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21451         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21452         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21453         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21454         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21455         Likewise.
21456         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21457         Likewise.
21458         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21459         Likewise.
21460         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21461         Likewise.
21462         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21463         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21464         Likewise.
21465         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21466         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21467         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21468         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21469         Likewise.
21470         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21471         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21472         * sysdeps/powerpc/preconfigure: Likewise.
21473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21474         Likewise.
21475         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21476         Replace contents of file by #include of <fenv_libc.h>.
21477         * sysdeps/powerpc/soft-fp/sfp-machine.h
21478         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21479         and <sys/prctl.h>.
21480         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21481         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21482         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21483         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21484         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21485         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21486         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21487         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21488         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21489         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21490         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21491         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21493         Allow copysignl PLT reference to be missing.
21495 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21496             Joseph Myers  <joseph@codesourcery.com
21498         [BZ #15948]
21499         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21500         single character.
21501         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21503 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21505         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21506         * elf/tst-tls1.c: Likewise.
21507         * elf/tst-tls10.h: Likewise.
21508         * elf/tst-tls14.c: Likewise.
21509         * elf/tst-tls2.c: Likewise.
21510         * elf/tst-tls3.c: Likewise.
21511         * elf/tst-tls4.c: Likewise.
21512         * elf/tst-tls5.c: Likewise.
21513         * elf/tst-tls6.c: Likewise.
21514         * elf/tst-tls7.c: Likewise.
21515         * elf/tst-tls8.c: Likewise.
21516         * elf/tst-tls9.c: Likewise.
21517         * elf/tst-tlsmod1.c: Likewise.
21518         * elf/tst-tlsmod13.c: Likewise.
21519         * elf/tst-tlsmod13a.c: Likewise.
21520         * elf/tst-tlsmod14a.c: Likewise.
21521         * elf/tst-tlsmod16a.c: Likewise.
21522         * elf/tst-tlsmod16b.c: Likewise.
21523         * elf/tst-tlsmod2.c: Likewise.
21524         * elf/tst-tlsmod3.c: Likewise.
21525         * elf/tst-tlsmod4.c: Likewise.
21526         * elf/tst-tlsmod5.c: Likewise.
21527         * elf/tst-tlsmod6.c: Likewise.
21529 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21531         [BZ #12486]
21532         * malloc/malloc.c: remove checks for statistics.
21534 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21536         [BZ #15277]
21537         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21538         * inet/tst-network.c: Add testcase.
21540 2013-10-17  Andreas Schwab  <schwab@suse.de>
21542         [BZ #15218]
21543         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21544         to determine canonical name.
21546 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21548         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21549         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21550         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21551         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21552         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21553         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21554         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21555         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21556         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21557         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21558         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21559         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21560         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21561         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21562         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21563         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21564         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21565         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21566         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21567         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21568         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21569         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21570         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21571         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21572         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21573         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21574         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21575         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21576         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21577         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21578         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21579         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21580         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21581         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21582         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21583         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21584         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21585         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21586         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21587         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21588         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21589         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21590         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21591         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21592         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21593         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21594         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21595         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21596         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21597         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21598         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21599         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21600         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21601         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21602         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21603         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21604         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21605         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21607 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21609         [BZ #16041]
21610         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21611         make result into a quiet NaN.
21613 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21615         * soft-fp/adddf3.c: Fix horizontal whitespace.
21616         * soft-fp/addsf3.c: Likewise.
21617         * soft-fp/addtf3.c: Likewise.
21618         * soft-fp/divdf3.c: Likewise.
21619         * soft-fp/divsf3.c: Likewise.
21620         * soft-fp/divtf3.c: Likewise.
21621         * soft-fp/double.h: Likewise.
21622         * soft-fp/eqdf2.c: Likewise.
21623         * soft-fp/eqsf2.c: Likewise.
21624         * soft-fp/eqtf2.c: Likewise.
21625         * soft-fp/extenddftf2.c: Likewise.
21626         * soft-fp/extended.h: Likewise.
21627         * soft-fp/extendsfdf2.c: Likewise.
21628         * soft-fp/extendsftf2.c: Likewise.
21629         * soft-fp/extendxftf2.c: Likewise.
21630         * soft-fp/fixdfdi.c: Likewise.
21631         * soft-fp/fixdfsi.c: Likewise.
21632         * soft-fp/fixdfti.c: Likewise.
21633         * soft-fp/fixsfdi.c: Likewise.
21634         * soft-fp/fixsfsi.c: Likewise.
21635         * soft-fp/fixsfti.c: Likewise.
21636         * soft-fp/fixtfdi.c: Likewise.
21637         * soft-fp/fixtfsi.c: Likewise.
21638         * soft-fp/fixtfti.c: Likewise.
21639         * soft-fp/fixunsdfdi.c: Likewise.
21640         * soft-fp/fixunsdfsi.c: Likewise.
21641         * soft-fp/fixunsdfti.c: Likewise.
21642         * soft-fp/fixunssfdi.c: Likewise.
21643         * soft-fp/fixunssfsi.c: Likewise.
21644         * soft-fp/fixunssfti.c: Likewise.
21645         * soft-fp/fixunstfdi.c: Likewise.
21646         * soft-fp/fixunstfsi.c: Likewise.
21647         * soft-fp/fixunstfti.c: Likewise.
21648         * soft-fp/floatdidf.c: Likewise.
21649         * soft-fp/floatdisf.c: Likewise.
21650         * soft-fp/floatditf.c: Likewise.
21651         * soft-fp/floatsidf.c: Likewise.
21652         * soft-fp/floatsisf.c: Likewise.
21653         * soft-fp/floatsitf.c: Likewise.
21654         * soft-fp/floattidf.c: Likewise.
21655         * soft-fp/floattisf.c: Likewise.
21656         * soft-fp/floattitf.c: Likewise.
21657         * soft-fp/floatundidf.c: Likewise.
21658         * soft-fp/floatundisf.c: Likewise.
21659         * soft-fp/floatunditf.c: Likewise.
21660         * soft-fp/floatunsidf.c: Likewise.
21661         * soft-fp/floatunsisf.c: Likewise.
21662         * soft-fp/floatunsitf.c: Likewise.
21663         * soft-fp/floatuntidf.c: Likewise.
21664         * soft-fp/floatuntisf.c: Likewise.
21665         * soft-fp/floatuntitf.c: Likewise.
21666         * soft-fp/fmadf4.c: Likewise.
21667         * soft-fp/fmasf4.c: Likewise.
21668         * soft-fp/fmatf4.c: Likewise.
21669         * soft-fp/gedf2.c: Likewise.
21670         * soft-fp/gesf2.c: Likewise.
21671         * soft-fp/getf2.c: Likewise.
21672         * soft-fp/ledf2.c: Likewise.
21673         * soft-fp/lesf2.c: Likewise.
21674         * soft-fp/letf2.c: Likewise.
21675         * soft-fp/muldf3.c: Likewise.
21676         * soft-fp/mulsf3.c: Likewise.
21677         * soft-fp/multf3.c: Likewise.
21678         * soft-fp/negdf2.c: Likewise.
21679         * soft-fp/negsf2.c: Likewise.
21680         * soft-fp/negtf2.c: Likewise.
21681         * soft-fp/op-1.h: Likewise.
21682         * soft-fp/op-2.h: Likewise.
21683         * soft-fp/op-4.h: Likewise.
21684         * soft-fp/op-8.h: Likewise.
21685         * soft-fp/op-common.h: Likewise.
21686         * soft-fp/quad.h: Likewise.
21687         * soft-fp/single.h: Likewise.
21688         * soft-fp/soft-fp.h: Likewise.
21689         * soft-fp/sqrtdf2.c: Likewise.
21690         * soft-fp/sqrtsf2.c: Likewise.
21691         * soft-fp/sqrttf2.c: Likewise.
21692         * soft-fp/subdf3.c: Likewise.
21693         * soft-fp/subsf3.c: Likewise.
21694         * soft-fp/subtf3.c: Likewise.
21695         * soft-fp/truncdfsf2.c: Likewise.
21696         * soft-fp/trunctfdf2.c: Likewise.
21697         * soft-fp/trunctfsf2.c: Likewise.
21698         * soft-fp/trunctfxf2.c: Likewise.
21699         * soft-fp/unorddf2.c: Likewise.
21700         * soft-fp/unordsf2.c: Likewise.
21701         * soft-fp/unordtf2.c: Likewise.
21703 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21705         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21706         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21708 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21710         * elf/dl-libc.c: Clear initfini list after freeing.
21712 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21714         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21715         * soft-fp/addsf3.c: Likewise.
21716         * soft-fp/addtf3.c: Likewise.
21717         * soft-fp/divdf3.c: Likewise.
21718         * soft-fp/divsf3.c: Likewise.
21719         * soft-fp/divtf3.c: Likewise.
21720         * soft-fp/double.h: Likewise.
21721         * soft-fp/eqdf2.c: Likewise.
21722         * soft-fp/eqsf2.c: Likewise.
21723         * soft-fp/eqtf2.c: Likewise.
21724         * soft-fp/extenddftf2.c: Likewise.
21725         * soft-fp/extended.h: Likewise.
21726         * soft-fp/extendsfdf2.c: Likewise.
21727         * soft-fp/extendsftf2.c: Likewise.
21728         * soft-fp/extendxftf2.c: Likewise.
21729         * soft-fp/fixdfdi.c: Likewise.
21730         * soft-fp/fixdfsi.c: Likewise.
21731         * soft-fp/fixdfti.c: Likewise.
21732         * soft-fp/fixsfdi.c: Likewise.
21733         * soft-fp/fixsfsi.c: Likewise.
21734         * soft-fp/fixsfti.c: Likewise.
21735         * soft-fp/fixtfdi.c: Likewise.
21736         * soft-fp/fixtfsi.c: Likewise.
21737         * soft-fp/fixtfti.c: Likewise.
21738         * soft-fp/fixunsdfdi.c: Likewise.
21739         * soft-fp/fixunsdfsi.c: Likewise.
21740         * soft-fp/fixunsdfti.c: Likewise.
21741         * soft-fp/fixunssfdi.c: Likewise.
21742         * soft-fp/fixunssfsi.c: Likewise.
21743         * soft-fp/fixunssfti.c: Likewise.
21744         * soft-fp/fixunstfdi.c: Likewise.
21745         * soft-fp/fixunstfsi.c: Likewise.
21746         * soft-fp/fixunstfti.c: Likewise.
21747         * soft-fp/floatdidf.c: Likewise.
21748         * soft-fp/floatdisf.c: Likewise.
21749         * soft-fp/floatditf.c: Likewise.
21750         * soft-fp/floatsidf.c: Likewise.
21751         * soft-fp/floatsisf.c: Likewise.
21752         * soft-fp/floatsitf.c: Likewise.
21753         * soft-fp/floattidf.c: Likewise.
21754         * soft-fp/floattisf.c: Likewise.
21755         * soft-fp/floattitf.c: Likewise.
21756         * soft-fp/floatundidf.c: Likewise.
21757         * soft-fp/floatundisf.c: Likewise.
21758         * soft-fp/floatunsidf.c: Likewise.
21759         * soft-fp/floatunsisf.c: Likewise.
21760         * soft-fp/floatuntidf.c: Likewise.
21761         * soft-fp/floatuntisf.c: Likewise.
21762         * soft-fp/floatuntitf.c: Likewise.
21763         * soft-fp/fmadf4.c: Likewise.
21764         * soft-fp/fmasf4.c: Likewise.
21765         * soft-fp/fmatf4.c: Likewise.
21766         * soft-fp/gedf2.c: Likewise.
21767         * soft-fp/gesf2.c: Likewise.
21768         * soft-fp/getf2.c: Likewise.
21769         * soft-fp/ledf2.c: Likewise.
21770         * soft-fp/lesf2.c: Likewise.
21771         * soft-fp/letf2.c: Likewise.
21772         * soft-fp/muldf3.c: Likewise.
21773         * soft-fp/mulsf3.c: Likewise.
21774         * soft-fp/multf3.c: Likewise.
21775         * soft-fp/negdf2.c: Likewise.
21776         * soft-fp/negsf2.c: Likewise.
21777         * soft-fp/negtf2.c: Likewise.
21778         * soft-fp/op-1.h: Likewise.
21779         * soft-fp/op-2.h: Likewise.
21780         * soft-fp/op-4.h: Likewise.
21781         * soft-fp/op-8.h: Likewise.
21782         * soft-fp/op-common.h: Likewise.
21783         * soft-fp/quad.h: Likewise.
21784         * soft-fp/single.h: Likewise.
21785         * soft-fp/soft-fp.h: Likewise.
21786         * soft-fp/sqrtdf2.c: Likewise.
21787         * soft-fp/sqrtsf2.c: Likewise.
21788         * soft-fp/sqrttf2.c: Likewise.
21789         * soft-fp/subdf3.c: Likewise.
21790         * soft-fp/subsf3.c: Likewise.
21791         * soft-fp/subtf3.c: Likewise.
21792         * soft-fp/truncdfsf2.c: Likewise.
21793         * soft-fp/trunctfdf2.c: Likewise.
21794         * soft-fp/trunctfsf2.c: Likewise.
21795         * soft-fp/trunctfxf2.c: Likewise.
21796         * soft-fp/unorddf2.c: Likewise.
21797         * soft-fp/unordsf2.c: Likewise.
21798         * soft-fp/unordtf2.c: Likewise.
21800 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21802         [BZ #15672]
21803         * misc/error.c (error_tail): Fix possible buffer overflow.
21805 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21807         [BZ #13028]
21808         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21809         address.
21811 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21813         [BZ #832]
21814         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21815         testing pipefail option.
21817 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21819         * soft-fp/double.h: Indent preprocessor directives inside #if.
21820         * soft-fp/extended.h: Likewise.
21821         * soft-fp/op-2.h: Likewise.
21822         * soft-fp/op-4.h: Likewise.
21823         * soft-fp/op-common.h: Likewise.
21824         * soft-fp/quad.h: Likewise.
21825         * soft-fp/single.h: Likewise.
21826         * soft-fp/soft-fp.h: Likewise.
21828 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21830         * iconv/iconv_prog.c: Fix typos.
21831         * stdio-common/psiginfo-data.h: Likewise.
21833 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21835         [BZ #15764]
21836         * locale/setlocale.c: Fix typo.
21838 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21840         [BZ #16036]
21841         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21842         signaling NaN arguments.
21843         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21844         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21846         [BZ #14910]
21847         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21848         unordered operands.
21849         * soft-fp/gesf2.c (__gesf2): Likewise.
21850         * soft-fp/getf2.c (__getf2): Likewise.
21851         * soft-fp/ledf2.c (__ledf2): Likewise.
21852         * soft-fp/lesf2.c (__lesf2): Likewise.
21853         * soft-fp/letf2.c (__letf2): Likewise.
21855         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21856         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21857         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21858         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21859         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21860         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21861         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21862         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21863         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21864         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21865         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21866         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21867         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21868         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21869         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21870         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21871         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21872         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21873         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21874         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21875         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21876         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21877         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21878         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21879         * soft-fp/floattidf.c (__floattidf): Likewise.
21880         * soft-fp/floattisf.c (__floattisf): Likewise.
21881         * soft-fp/floattitf.c (__floattitf): Likewise.
21882         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21883         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21884         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21885         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21886         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21887         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21888         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21889         * soft-fp/gesf2.c (__gesf2): Likewise.
21890         * soft-fp/getf2.c (__getf2): Likewise.
21891         * soft-fp/ledf2.c (__ledf2): Likewise.
21892         * soft-fp/lesf2.c (__lesf2): Likewise.
21893         * soft-fp/letf2.c (__letf2): Likewise.
21895         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21896         Undefine and redefine.
21897         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21898         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21899         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21900         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21901         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21902         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21903         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21904         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21905         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21906         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21907         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21908         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21909         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21910         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21911         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21913         [BZ #16032]
21914         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21915         without decrementing exponent if mantissa >= that for the
21916         denominator, not >.
21917         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21918         denominator, not >.  Decrement exponent in < case instead of
21919         incrementing in >= case.
21920         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21921         without decrementing exponent if mantissa >= that for the
21922         denominator, not >.
21924         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21925         computing saturated result for unsigned overflow.
21927 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21928             Jeff Law  <law@redhat.com>
21930         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21931         (atan2Mp): Add systemtap probe marker.
21932         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21933         (__ieee754_log): Add systemtap probe marker.
21934         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21935         (atanMp): Add systemtap probe marker.
21936         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21937         (tanMp): Add systemtap probe marker.
21938         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21939         (__slowexp): Add systemtap probe marker.
21940         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21941         (__slowpow): Add systemtap probe marker.
21942         * manual/probes.texi: Document probes.
21944 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21946         [BZ #15362]
21947         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21948         written.
21949         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21950         written.
21951         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21952         written to buffer but not flushed.
21953         * libio/iofwrite_u.c:  Likewise.
21954         * libio/iopadn.c:  Return bytes returned even if EOF was
21955         encountered.
21956         * libio/iowpadn.c:  Likewise.
21957         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21958         if _IO_padn does not write the whole buffer.
21959         [!COMPILE_WPRINTF] (PAD): Likewise.
21961 2013-10-10  David S. Miller  <davem@davemloft.net>
21963         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21964         directory block.
21966 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21968         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21969         instead of FSF address.
21970         * soft-fp/fixdfti.c: Likewise.
21971         * soft-fp/fixsfti.c: Likewise.
21972         * soft-fp/fixtfti.c: Likewise.
21973         * soft-fp/fixunsdfti.c: Likewise.
21974         * soft-fp/fixunssfti.c: Likewise.
21975         * soft-fp/fixunstfti.c: Likewise.
21976         * soft-fp/floattidf.c: Likewise.
21977         * soft-fp/floattisf.c: Likewise.
21978         * soft-fp/floattitf.c: Likewise.
21979         * soft-fp/floatuntidf.c: Likewise.
21980         * soft-fp/floatuntisf.c: Likewise.
21981         * soft-fp/floatuntitf.c: Likewise.
21982         * soft-fp/trunctfxf2.c: Likewise.
21984         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
21985         * soft-fp/fixdfti.c: Likewise.
21986         * soft-fp/fixsfti.c: Likewise.
21987         * soft-fp/fixtfti.c: Likewise.
21988         * soft-fp/fixunsdfti.c: Likewise.
21989         * soft-fp/fixunssfti.c: Likewise.
21990         * soft-fp/fixunstfti.c: Likewise.
21991         * soft-fp/floattidf.c: Likewise.
21992         * soft-fp/floattisf.c: Likewise.
21993         * soft-fp/floattitf.c: Likewise.
21994         * soft-fp/floatuntidf.c: Likewise.
21995         * soft-fp/floatuntisf.c: Likewise.
21996         * soft-fp/floatuntitf.c: Likewise.
21997         * soft-fp/trunctfxf2.c: Likewise.
21999 2013-10-10  David S. Miller  <davem@davemloft.net>
22001         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22003 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22005         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22006         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22007         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22008         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22009         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22010         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22011         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22013         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22014         for NaNs before doing comparisons on argument.
22015         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22016         Likewise.
22018 2013-10-10  Will Newton  <will.newton@linaro.org>
22020         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22021         passed to _int_memalign does not overflow.
22023 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22025         * scripts/bench.pl: Add include-sources directive.
22026         * benchtests/README: Update documentation.
22028 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22030         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22031         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22032         instead of FP_INIT_ROUNDMODE.
22033         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22034         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22036         [BZ #16034]
22037         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22038         copy class of input value.
22039         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22040         not handle exceptions.
22041         * soft-fp/negsf2.c (__negsf2): Likewise.
22042         * soft-fp/negtf2.c (__negtf2): Likewise.
22043         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22045 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22047         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22048         semicolon.  From Linux kernel.
22050 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22052         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22054 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22056         [BZ #156]
22057         * manual/socket.texi: Added statement about buffer
22058         for gethostbyname2_r.
22060 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22062         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22063         Use .p2align directive instead, throughout.
22064         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22065         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22066         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22067         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22068         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22069         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22070         * sysdeps/x86_64/strchr.S: Likewise.
22071         * sysdeps/x86_64/strrchr.S: Likewise.
22073 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22075         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22077         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22079         * sysdeps/generic/math_private.h (__mpsin1): Remove
22080         declaration.
22081         (__mpcos1): Likewise.
22082         (__mpsin): New argument __range_reduce.
22083         (__mpcos): Likewise.
22084         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22085         (slow): Use __mpsin and __mpcos.
22086         (slow1): Likewise.
22087         (slow2): Likewise.
22088         (sloww): Likewise.
22089         (sloww1): Likewise.
22090         (sloww2): Likewise.
22091         (bsloww): Likewise.
22092         (bsloww1): Likewise.
22093         (bsloww2): Likewise.
22094         (cslow2): Likewise.
22095         (csloww): Likewise.
22096         (csloww1): Likewise.
22097         (csloww2): Likewise.
22098         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22099         range_reduce.  Merge in __mpsin1.
22100         (__mpcos): Likewise.
22101         (__mpsin1): Remove.
22102         (__mpcos1): Likewise.
22104 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22106         * locale/loadlocale.c (_nl_intern_locale_data): Use
22107         LOCFILE_ALIGNED_P.
22108         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22109         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22110         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22111         obstack data is appropriately aligned.
22112         (obstack_int32_grow_fast): Likewise.
22113         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22114         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22115         (add_locale_uint32_array): Likewise.
22117 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22119         * benchtests/Makefile: Remove ARGLIST and RET variables.
22120         ($(objpfx)bench-%.c): Pass only function name to the script.
22121         * benchtests/README: Update documentation.
22122         * benchtests/acos-inputs: Add new directives.
22123         * benchtests/acosh-inputs: Likewise.
22124         * benchtests/asin-inputs: Likewise.
22125         * benchtests/asinh-inputs: Likewise.
22126         * benchtests/atan-inputs: Likewise.
22127         * benchtests/atanh-inputs: Likewise.
22128         * benchtests/cos-inputs: Likewise.
22129         * benchtests/cosh-inputs: Likewise.
22130         * benchtests/exp-inputs: Likewise.
22131         * benchtests/log-inputs: Likewise.
22132         * benchtests/pow-inputs: Likewise.
22133         * benchtests/rint-inputs: Likewise.
22134         * benchtests/sin-inputs: Likewise.
22135         * benchtests/sinh-inputs: Likewise.
22136         * benchtests/tan-inputs: Likewise.
22137         * benchtests/tanh-inputs: Likewise.
22138         * scripts/bench.pl: Add support for new directives.
22140 2013-10-07  Alan Modra  <amodra@gmail.com>
22142         * README: Fix careless merge.
22144 2013-10-05  Alan Modra  <amodra@gmail.com>
22146         * NEWS: Mention powerpc64le support and bugs fixed.
22147         * README: Both big-endian and little-endian powerpc64 supported.
22149 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22151         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22152         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22153         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22154         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22156 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22158         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22159         match prototype.
22161 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22163         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22164         Move -mhard-float appending from
22165         ports/sysdeps/powerpc/powerpc32/Makefile.
22166         [$(with-fp) = yes] (ASFLAGS): Likewise.
22167         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22168         * sysdeps/powerpc/nofpu: Move directory from
22169         ports/sysdeps/powerpc/nofpu.
22170         * sysdeps/powerpc/soft-fp: Move directory from
22171         ports/sysdeps/powerpc/soft-fp.
22172         * sysdeps/powerpc/powerpc32/405: Move directory from
22173         ports/sysdeps/powerpc/powerpc32/405.
22174         * sysdeps/powerpc/powerpc32/440: Move directory from
22175         ports/sysdeps/powerpc/powerpc32/440.
22176         * sysdeps/powerpc/powerpc32/464: Move directory from
22177         ports/sysdeps/powerpc/powerpc32/464.
22178         * sysdeps/powerpc/powerpc32/476: Move directory from
22179         ports/sysdeps/powerpc/powerpc32/476.
22180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22181         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22183         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22185         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22187         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22189         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22190         * README: Update for powerpc-*-linux-gnu software floating point
22191         support in libc.
22193         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22194         case to powerpc/powerpc32*.
22195         * sysdeps/unix/sysv/linux/configure: Regenerated.
22197         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22198         (_FPU_MASK_OM): Define as 0x04.
22199         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22201         0x00c10080.
22202         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22203         0x0000003c.
22204         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22207         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22208         getcontext_e500.
22209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22210         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22211         setcontext_e500.
22212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22213         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22214         and setcontext_e500.
22216 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22218         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22220 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22222         * manual/threads.texi (Default Thread Attributes): Fix typo.
22224 2013-10-04  Will Newton  <will.newton@linaro.org>
22226         * malloc/Makefile: Add tst-memalign.
22227         * malloc/tst-memalign.c: New file.
22229         * malloc/tst-posix_memalign.c: Add comments.
22230         (do_test): Add comments and call free on all potentially
22231         allocated pointers. Add space after cast.
22233         * malloc/tst-pvalloc.c: Add comments.
22234         (do_test): Add comments and call free on all potentially
22235         allocated pointers. Remove duplicate check for NULL pointer.
22236         Add space after cast.
22238         * malloc/tst-valloc.c: Add comments.
22239         (do_test): Add comments and call free on all potentially
22240         allocated pointers. Remove duplicate check for NULL pointer.
22241         Add space after cast.
22243 2013-10-04  Alan Modra  <amodra@gmail.com>
22245         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22246         Use stdint types in rather than __attribute__((mode())).
22247         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22249 2013-10-04  Alan Modra  <amodra@gmail.com>
22251         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22252         Correct handling of unaligned relocs for little-endian.
22253         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22255 2013-10-04  Alan Modra  <amodra@gmail.com>
22257         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22258         * configure: Regenerate.
22259         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22260         * shlib-versions: Likewise.
22262 2013-10-04  Alan Modra  <amodra@gmail.com>
22264         * string/tester.c (test_memrchr): Increment reported test cycle.
22266 2013-10-04  Alan Modra  <amodra@gmail.com>
22268         * string/test-memcpy.c (do_one_test): When reporting errors, print
22269         string address and don't overrun end of string.
22271 2013-10-04  Alan Modra  <amodra@gmail.com>
22273         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22274         insrdi.  Make better use of reg selection to speed exit slightly.
22275         Schedule entry path a little better.  Remove useless "are we done"
22276         checks on entry to main loop.  Handle wrapping around zero address.
22277         Correct main loop count.  Handle single left-over word from main
22278         loop inline rather than by using loop_small.  Remove extra word
22279         case in loop_small caused by wrong loop count.  Add little-endian
22280         support.
22281         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22282         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22283         cache hint.
22284         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22285         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22286         support.  Avoid rlwimi.
22287         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22289 2013-10-04  Alan Modra  <amodra@gmail.com>
22291         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22292         insrdi.  Formatting.
22293         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22294         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22295         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22296         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22297         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22298         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22300 2013-10-04  Alan Modra  <amodra@gmail.com>
22302         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22303         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22304         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22305         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22306         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22307         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22308         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22309         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22310         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22311         use of regs.  Use power7 mtocrf.  Tidy function tails.
22313 2013-10-04  Alan Modra  <amodra@gmail.com>
22315         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22316         Formatting.  Consistently use rXXX register defines or rN defines.
22317         Use early exit labels that avoid restoring unused non-volatile regs.
22318         Make cr field use more consistent with rWORDn compares.  Rename
22319         regs used as shift registers for unaligned loop, using rN defines
22320         for short lifetime/multiple use regs.
22321         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22322         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22323         addi 1,1,64 to pop stack frame.  Simplify return value code.
22324         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22326 2013-10-04  Alan Modra  <amodra@gmail.com>
22328         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22329         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22330         rather than rlwimi.
22331         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22332         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22333         little-endian support.  Correct typos.
22334         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22335         rather than rlwimi.
22336         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22337         in loop and entry code to keep "and." results.
22338         (strchr): Add little-endian support.  Comment.  Move cntlzd
22339         earlier in tail.
22340         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22342 2013-10-04  Alan Modra  <amodra@gmail.com>
22344         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22345         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22346         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22347         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22349 2013-10-04  Alan Modra  <amodra@gmail.com>
22351         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22352         (rTMP): Define as r11.
22353         (strcmp): Add little-endian support.  Optimise tail.
22354         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22355         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22356         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22357         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22358         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22359         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22360         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22362 2013-10-04  Alan Modra  <amodra@gmail.com>
22364         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22365         little-endian support.  Remove unnecessary "are we done" tests.
22366         Handle "s" wrapping around zero and extremely large "size".
22367         Correct main loop count.  Handle single left-over word from main
22368         loop inline rather than by using small_loop.  Correct comments.
22369         Delete "zero" tail, use "end_max" instead.
22370         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22372 2013-10-04  Alan Modra  <amodra@gmail.com>
22374         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22375         support.  Don't branch over align.
22376         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22377         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22378         support.  Rearrange tmp reg use to suit.  Comment.
22379         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22381 2013-10-04  Alan Modra  <amodra@gmail.com>
22383         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22385 2013-10-04  Alan Modra  <amodra@gmail.com>
22387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22388         conditional form of branch and link when obtaining pc.
22389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22391 2013-10-04  Alan Modra  <amodra@gmail.com>
22393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22394         HIWORD/LOWORD.
22395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22398 2013-10-04  Alan Modra  <amodra@gmail.com>
22400         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22401         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22402         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22403         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22404         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22405         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22406         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22407         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22408         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22409         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22411 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22412             Alistair Popple <alistair@ozlabs.au.ibm.com>
22413             Alan Modra <amodra@gmail.com>
22415         [BZ #15723]
22416         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22417         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22418         _dl_hwcap access for little-endian.
22419         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22420         destroy vmx regs when saving unaligned.
22421         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22422         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22423         destroy vmx regs when saving unaligned.
22425 2013-10-04  Alan Modra  <amodra@gmail.com>
22427         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22428         Don't use a union to pack hi/low value.
22430 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22432         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22433         for little-endian.
22434         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22435         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22436         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22437         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22438         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22440 2013-10-04  Alan Modra  <amodra@gmail.com>
22442         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22443         constants to usual value for .cst8 section, and remove redundant
22444         high address load.
22445         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22446         constant for 0x1p52.  Load little-endian words of double from
22447         correct stack offsets.
22449 2013-10-04  Alan Modra  <amodra@gmail.com>
22451         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22452         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22453         words of double from correct stack offsets.
22454         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22455         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22456         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22457         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22458         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22459         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22460         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22461         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22462         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22463         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22464         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22465         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22466         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22467         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22468         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22469         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22470         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22472 2013-10-04  Alan Modra  <amodra@gmail.com>
22474         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22475         64-bit int/double union.
22476         (_FPU_SETCW): Likewise.
22477         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22478         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22480 2013-10-04  Alan Modra  <amodra@gmail.com>
22482         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22483         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22485 2013-10-04  Alan Modra  <amodra@gmail.com>
22487         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22488         use vector int constants.
22489         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22491 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22493         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22494         array with long long.
22495         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22496         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22497         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22498         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22499         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22500         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22501         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22502         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22503         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22504         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22505         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22506         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22507         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22509 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22511         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22512         (__signbit): Likewise.  Correct for little-endian.
22513         (__signbitl): Call __signbit.
22514         (lrint): Correct for little-endian.
22515         (lrintf): Call lrint.
22517 2013-10-04  Alan Modra  <amodra@gmail.com>
22519         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22520         union 32-bit int array member with 64-bit int array.
22521         (t515, tm256): Double rather than long double.
22522         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22524 2013-10-04  Alan Modra  <amodra@gmail.com>
22526         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22527         Delete.
22528         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22529         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22530         version of math_ldbl.h.
22532 2013-10-04  Alan Modra  <amodra@gmail.com>
22534         [BZ #15734], [BZ #15735]
22535         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22536         all uses of ieee875 long double macros and unions.  Simplify test
22537         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22538         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22539         normalize after ldbl_extract_mantissa, and don't add hidden bit
22540         already handled.  Don't treat low word of ieee854 mantissa like
22541         low word of IBM long double and mask off bit when testing for
22542         zero.
22543         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22544         all uses of ieee875 long double macros and unions.  Simplify tests
22545         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22546         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22547         two1022, instead use their values.  Recognise that tests for large
22548         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22549         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22550         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22551         test for 0.0L and nan.  Correct negation.
22552         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22553         ieee875 long double macros and unions.  Correct output for large
22554         magnitude x.  Correct absolute value calculation.
22555         (__erfcl): Likewise.
22556         * math/libm-test.inc: Add tests for errors discovered in IBM long
22557         double versions of fmodl, remainderl, erfl and erfcl.
22559 2013-10-04  Alan Modra  <amodra@gmail.com>
22561         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22562         all uses of ieee854 long double macros and unions.  Simplify tests
22563         for long doubles that are fully specified by the high double.
22564         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22565         Likewise.
22566         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22567         Remove dead code too.
22568         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22569         (__ieee754_ynl): Likewise.
22570         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22571         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22572         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22573         Remove dead code too.
22574         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22575         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22576         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22577         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22578         Simplify.
22579         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22580         Simplify.
22581         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22582         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22583         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22584         Comment on variable precision.
22585         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22586         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22587         Likewise.
22588         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22589         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22590         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22591         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22592         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22594 2013-10-04  Alan Modra  <amodra@gmail.com>
22596         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22597         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22598         all uses of ieee854 long double macros and unions.
22599         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22600         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22601         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22602         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22603         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22604         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22605         Likewise.
22606         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22607         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22608         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22609         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22610         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22611         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22612         Simplify sign and nan test too.
22613         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22614         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22615         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22616         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22617         Likewise.
22618         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22619         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22620         Likewise.
22621         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22622         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22623         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22624         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22625         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22626         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22628 2013-10-04  Alan Modra  <amodra@gmail.com>
22630         * stdio-common/printf_size.c (__printf_size): Don't use
22631         union ieee854_long_double in fpnum union.
22632         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22633         signbit macro to retrieve sign from long double.
22634         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22635         retrieve sign from long double.
22636         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22637         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22638         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22639         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22640         * math/test-misc.c (main): Don't use union ieee854_long_double.
22642 2013-10-04  Alan Modra  <amodra@gmail.com>
22644         [BZ #15680]
22645         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22646         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22647         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22648         calculation.  Remove unnecessary test for denormal exponent.
22649         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22650         Correct handling of denormals.  Avoid undefined shift behaviour.
22651         Correct normalisation of low mantissa when low double is denormal.
22652         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22653         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22654         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22655         Correct normalisation of low mantissa.  Test for overflow of high
22656         mantissa and normalise.
22657         (ldbl_nearbyint): Use more readable constant for two52.
22658         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22659         (__mpn_construct_long_double): Fix test for overflow of high
22660         mantissa and correct normalisation.  Avoid undefined shift.
22662 2013-10-04  Alan Modra  <amodra@gmail.com>
22664         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22665         (union ibm_extended_long_double): Define as an array of ieee754_double.
22666         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22667         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22668         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22669         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22670         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22671         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22672         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22673         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22674         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22675         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22676         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22678 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22680         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22681         page size instead of calling getpagesize.
22683         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22684         (LOCFILE_ALIGN_MASK): Likewise.
22685         (LOCFILE_ALIGN_UP): Likewise.
22686         (LOCFILE_ALIGNED_P): Likewise.
22687         * locale/programs/ld-collate.c (collate_output): Use the new
22688         macros instead of __alignof__ (int32_t).
22689         * locale/weight.h (findidx): Likewise.
22691 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22693         [BZ #431]
22694         * manual/string.texi: Fix strncat and wcsncat.
22696 2013-10-03  Brooks Moses  <bmoses@google.com>
22698         [BZ #15915]
22699         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22700         * Makerules: ...here, and adjust associated comments.
22702 2013-10-02  Will Newton  <will.newton@linaro.org>
22704         * malloc/Makefile: Add tst-pvalloc.
22705         * malloc/tst-pvalloc.c: New file.
22707 2013-10-02  Will Newton  <will.newton@linaro.org>
22709         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22710         improve test coverage.
22712 2013-10-02  Will Newton  <will.newton@linaro.org>
22714         * malloc/Makefile: Add tst-posix_memalign.
22715         * malloc/tst-posix_memalign.c: New file.
22717 2013-10-01  Eric Blake  <eblake@redhat.com>
22719         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22720         Use __THROWNL rather than __THROW on static functions.
22722 2013-09-30  Petr Machata  <pmachata@redhat.com>
22724         * elf/elf.h (R_AARCH64_ABS16): New macro.
22725         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22726         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22727         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22728         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22729         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22730         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22731         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22732         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22733         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22734         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22735         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22736         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22737         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22738         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22739         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22740         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22741         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22742         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22743         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22744         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22745         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22746         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22747         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22748         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22749         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22750         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22751         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22752         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22753         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22754         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22755         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22756         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22757         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22758         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22759         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22760         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22761         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22762         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22763         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22764         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22765         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22766         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22767         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22768         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22769         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22770         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22771         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22772         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22773         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22774         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22775         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22776         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22777         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22778         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22779         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22780         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22781         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22782         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22783         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22784         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22785         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22786         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22787         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22788         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22789         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22790         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22791         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22792         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22793         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22794         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22795         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22796         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22797         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22798         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22799         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22800         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22801         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22802         (R_AARCH64_TLSDESC_LDR): Likewise.
22803         (R_AARCH64_TLSDESC_ADD): Likewise.
22804         (R_AARCH64_TLSDESC_CALL): Likewise.
22806 2013-09-30  Andreas Schwab  <schwab@suse.de>
22808         [BZ #15048]
22809         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22810         the nss database lookup.
22811         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22812         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22814 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22816         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22818 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22820         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22821         ${Bash-specific parameter/pattern/string} parameter expansion.
22822         * sysdeps/unix/make-syscalls.sh: Likewise.
22824 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22826         * sysdeps/sh/stackguard-macros.h: New file.
22828 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22831         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22832         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22833         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22834         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22835         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22837 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22839         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22840         Fix thread ID register.
22842 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22844         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22845         [POSIX || UNIX98]: Require rather than permitting all symbols from
22846         <time.h>.
22847         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22848         element of struct sched_param.
22849         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22850         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22851         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22852         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22853         constant.
22855 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22857         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22858         argument calculation.
22860 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22862         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22863         Expect macro.
22864         [POSIX] (pthread_attr_t): Do not require type.
22865         [POSIX] (pthread_cond_t): Likewise.
22866         [POSIX] (pthread_condattr_t): Likewise.
22867         [POSIX] (pthread_key_t): Likewise.
22868         [POSIX] (pthread_mutex_t): Likewise.
22869         [POSIX] (pthread_mutexattr_t): Likewise.
22870         [POSIX] (pthread_once_t): Likewise.
22871         [POSIX] (pthread_t): Likewise.
22872         [POSIX-based standards] (pthread_atfork): Expect function.
22874 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22875             Richard Sandiford  <richard@codesourcery.com>
22877         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22878         (swap_endianness_p): New extern variable.
22879         (set_big_endian): New inline function.
22880         (maybe_swap_uint32): Likewise.
22881         (maybe_swap_uint32_array): Likewise.
22882         (maybe_swap_uint32_obstack): Likewise.
22883         * locale/programs/locfile.c: Include <stdbool.h>.
22884         (swap_endianness_p): New variable.
22885         (add_locale_uint32): Call maybe_swap_uint32.
22886         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22887         (write_locale_data): Call maybe_swap_uint32_array.
22888         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22889         maybe_swap_uint32.
22890         (obstack_int32_grow_fast): Likewise.
22891         (output_weightwc): Call maybe_swap_uint32_obstack.
22892         (collate_output): Likewise.
22893         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22894         (OPT_LITTLE_ENDIAN): Likewise.
22895         (options): Add --little-endian and --big-endian options.
22896         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22897         * locale/programs/locarchive.c: Include "locfile.h".
22898         (GET): New macro.
22899         (SET): Likewise.
22900         (INC): Likewise.
22901         (create_archive): Use the new macros to access fields of
22902         structures directly mapped from or written to locale archives.
22903         (oldlocrecentcmp): Likewise.
22904         (enlarge_archive): Likewise.
22905         (insert_name): Likewise.
22906         (add_alias): Likewise.
22907         (add_locale): Likewise.
22908         (delete_locales_from_archive): Likewise.
22909         (show_archive_content): Likewise.
22910         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22911         locale data.
22913 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22915         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22916         http://www.gnu.org/doc/freemanuals.texi.
22917         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22919 2013-09-24  Will Newton  <will.newton@linaro.org>
22921         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22922         macro.
22924 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22926         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22927         unsigned char.
22929 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22931         * manual/threads.texi (POSIX Threads): Fix a typo.
22933 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22935         [BZ #14547]
22936         * string/tst-strcoll-overflow.c: New test case.
22937         * string/Makefile (xtests): Add tst-strcoll-overflow.
22938         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22939         cache if string sizes may cause integer overflow.
22941         [BZ #14547]
22942         * string/strcoll_l.c (coll_seq): New members rule, idx,
22943         save_idx and back_us.
22944         (get_next_seq_nocache): New function.
22945         (do_compare_nocache): New function.
22946         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22947         when malloc fails.
22949 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22951         [BZ #15754]
22952         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22953         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22954         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22956         [BZ #15754]
22957         * elf/Makefile (tests): Add tst-ptrguard1.
22958         (tests-static): Add tst-ptrguard1-static.
22959         (tst-ptrguard1-ARGS): Define.
22960         (tst-ptrguard1-static-ARGS): Define.
22961         * elf/tst-ptrguard1.c: New file.
22962         * elf/tst-ptrguard1-static.c: New file.
22963         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22964         * sysdeps/i386/stackguard-macros.h: Likewise.
22965         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22966         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22967         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22968         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22969         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22970         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22972 2013-09-23  Hector Marco  <hecmargi@upv.es>
22973             Ismael Ripoll  <iripoll@disca.upv.es>
22974             Carlos O'Donell  <carlos@redhat.com>
22976         [BZ #15754]
22977         * sysdeps/generic/stackguard-macros.h: Define
22978         __pointer_chk_guard_local and POINTER_CHK_GUARD.
22979         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
22980         Define __pointer_chk_guard_local.
22981         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
22982         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
22984 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
22986         [BZ #15859]
22987         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
22989 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
22991         * include/string.h (__ffs): Declare as hidden.
22992         * string/ffs.c (__ffs): Define as hidden.
22993         * sysdeps/i386/ffs.c (__ffs): Likewise.
22994         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
22995         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
22996         * sysdeps/s390/ffs.c (__ffs): Likewise.
22997         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
22999 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23001         * NEWS: Mention malloc probes.
23003         * malloc/arena.c (new_heap): New memory_heap_new probe.
23004         (grow_heap): New memory_heap_more probe.
23005         (shrink_heap): New memory_heap_less probe.
23006         (heap_trim): New memory_heap_free probe.
23007         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23008         (systrim): New memory_sbrk_less probe.
23009         * manual/probes.texi: Document them.
23011         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23012         * manual/probes.texi: Document it.
23014         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23015         (__libc_realloc): Add memory_realloc_retry probe.
23016         (__libc_memalign): Add memory_memalign_retry probe.
23017         (__libc_valloc): Add memory_valloc_retry probe.
23018         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23019         (__libc_calloc): Add memory_calloc_retry probe.
23020         * manual/probes.texi: Document them.
23022         * malloc/arena.c (get_free_list): Add probe
23023         memory_arena_reuse_free_list.
23024         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23025         and memory_arena_reuse.
23026         (arena_get2) [!PER_THREAD]: Likewise.
23027         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23028         memory_arena_reuse_realloc.
23029         * manual/probes.texi: Document them.
23031         * malloc/malloc.c (__libc_free): Add
23032         memory_mallopt_free_dyn_thresholds probe.
23033         (__libc_mallopt): Add multiple memory_mallopt probes.
23034         * manual/probes.texi: Document them.
23036         * malloc/malloc.c: Include stap-probe.h.
23037         (__libc_mallopt): Add memory_mallopt probe.
23038         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23039         * manual/probes.texi: New.
23040         * manual/Makefile (chapters): Add probes.
23041         * manual/threads.texi: Set next node.
23043 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23045         [BZ #15963, #13985]
23046         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23047         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23048         Add `Chinese' to `nan' entry name.
23050 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23052         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23053         (POLYNOMIAL): Likewise.
23054         (TAYLOR_SINCOS): Likewise.
23055         (TAYLOR_SLOW): Likewise.
23056         (__sin): Use TAYLOR_SINCOS.
23057         (__cos): Likewise.
23058         (slow): Use TAYLOR_SLOW.
23059         (sloww): Likewise.
23060         (bsloww): Likewise.
23061         (csloww): Likewise.
23063 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23065         * stdlib/strtod_l.c: Fix buffer overrun.
23067 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23069         * benchtests/Makefile (bench): Add sincos.
23070         * benchtests/bench-sincos.c: New file.
23072         * math/libm-test.inc (cos_test_data): New test inputs.
23073         (sin_test_data): Likewise.
23075         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23076         macro.
23077         (__sin): Use it.
23078         (__cos): Likewise.
23079         (slow1): Likewise.
23080         (slow2): Likewise.
23081         (sloww1): Likewise.
23082         (sloww2): Likewise.
23083         (bsloww1): Likewise.
23084         (bsloww2): Likewise.
23085         (cslow2): Likewise.
23086         (csloww1): Likewise.
23087         (csloww2): Likewise.
23089         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23090         function.
23091         (__sin): Use it.
23092         (__cos): Likewise.
23094         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23095         gotos.
23096         (__cos): Likewise.
23098 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23100         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23101         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23102         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23103         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23104         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23105         * elf/cache.c (print_entry): Handle the new cache flags.
23107 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23108             Aldy Hernandez  <aldyh@redhat.com>
23110         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23111         Change condition to [_SOFT_FLOAT].
23112         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23113         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23114         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23115         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23116         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23117         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23118         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23119         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23120         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23121         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23122         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23123         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23124         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23125         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23126         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23127         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23128         declaration.
23130 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23132         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23133         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23134         (__longjmp): Use LOAD_GP to load saved GPRs.
23135         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23136         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23137         (__sigsetjmp): Use SAVE_GP to save GPRs.
23139         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23140         Do not append -msoft-float.
23141         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23143 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23145         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23147 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23149         [BZ #15966]
23150         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23151         (_FPU_GETCW): Use initial "__" on variable and field names but not
23152         on macro parameter name.
23153         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23154         parentheses around reference to macro parameter.
23156 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23158         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23159         prototype.
23160         (ctype_startup): Use uint32_t in cast and sizeof for
23161         ctype->charnames.
23163 2013-09-11  Jia Liu  <proljc@gmail.com>
23165         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23166         __daddr_t_defined.
23167         [__FreeBSD__]: Likewise.
23169 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23171         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23172         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23173         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23174         (strchr): Remove __strchr_sse42 ifunc selection.
23175         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23176         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23178 2013-09-11  Will Newton  <will.newton@linaro.org>
23180         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23181         parameter to RES. Remove hardcoded 1000 value.
23182         * benchtests/bench-skeleton.c (main): Pass RES parameter
23183         to TIMING_INIT and multiply result by 1000.
23185 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23187         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23189 2013-09-11  Andreas Schwab  <schwab@suse.de>
23191         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23192         if not defined.
23193         (O_TMPFILE) [__USE_GNU]: Define.
23194         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23195         Define.
23197 2013-09-11  Will Newton  <will.newton@linaro.org>
23199         [BZ #15857]
23200         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23201         does not overflow.
23203 2013-09-11  Will Newton  <will.newton@linaro.org>
23205         [BZ #15856]
23206         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23207         does not overflow.
23209 2013-09-11  Will Newton  <will.newton@linaro.org>
23211         [BZ #15855]
23212         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23213         does not overflow.
23215 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23217         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23218         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23219         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23220         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23221         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23223 2013-09-10  Allan McRae  <allan@archlinux.org>
23225         [BZ #15748]
23226         * manual/arith.texi (Parsing of Floats): Clarify
23227         cross-reference.
23229         [BZ #15849]
23230         * manual/install.texi (Running make install): Mention
23231         --enable-pt-chown.
23232         * INSTALL: Regenerated.
23234 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23236         * csu/init-first.c (_init): Remove the !SHARED condition around
23237         FPU control word initialization.
23238         * elf/dl-support.c (_dl_fpu_control): New variable.
23239         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23240         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23241         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23242         * math/test-fpucw-static.c: New file.
23243         * math/test-fpucw-ieee.c: New file.
23244         * math/test-fpucw-ieee-static.c: New file.
23245         * math/Makefile (tests): Add `test-fpucw-ieee' and
23246         `$(tests-static)'.
23247         (tests-static): New variable.
23248         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23249         dependency to...
23250         [($(build-shared),yes)]
23251         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23252         ... this.
23253         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23254         New dependency.
23256 2013-09-09  Allan McRae  <allan@archlinux.org>
23258         [BZ #15939]
23259         * manual/string.texi (Collation Functions): Fix typo in
23260         strcoll example.
23261         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23263         [BZ #15893]
23264         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23266         [BZ #15892]
23267         * libio/memstream.c (open_memstream): Fix memory leak.
23268         * libio/wmemstream.c (open_wmemstream): Likewise.
23270         [BZ #15895]
23271         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23273 2013-09-09  Will Newton  <will.newton@linaro.org>
23275         * malloc/Makefile: Add tst-realloc to tests.
23276         * malloc/tst-realloc.c: New file.
23278 2013-09-09  Allan McRae  <allan@archlinux.org>
23280         [BZ #15844]
23281         * COPYING: Update from GNU website to fix FSF address.
23282         * COPYING.LIB: Likewise.
23284 2013-09-06  David S. Miller  <davem@davemloft.net>
23286         * po/zh_TW.po: Update Chinese (traditional) translation from
23287         translation project.
23289 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23290             Joseph Myers  <joseph@codesourcery.com>
23292         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23293         "localeinfo.h".
23294         (obstack_chunk_alloc): New macro.
23295         (obstack_chunk_free): Likewise.
23296         (record_offset): New function.
23297         (init_locale_data): Likewise.
23298         (align_locale_data): Likewise.
23299         (add_locale_empty): Likewise.
23300         (add_locale_raw_data): Likewise.
23301         (add_locale_raw_obstack): Likewise.
23302         (add_locale_string): Likewise.
23303         (add_locale_wstring): Likewise.
23304         (add_locale_uint32): Likewise.
23305         (add_locale_uint32_array): Likewise.
23306         (add_locale_char): Likewise.
23307         (start_locale_structure): Likewise.
23308         (end_locale_structure): Likewise.
23309         (start_locale_prelude): Likewise.
23310         (end_locale_prelude): Likewise.
23311         (write_locale_data): Take locale_file structure rather than an
23312         iovec.
23313         * locale/programs/locfile.h: Include "obstack.h".
23314         (struct locale_file): Change to store locale file contents instead
23315         of header.
23316         (init_locale_data): New prototype.
23317         (align_locale_data): Likewise.
23318         (add_locale_empty): Likewise.
23319         (add_locale_raw_data): Likewise.
23320         (add_locale_raw_obstack): Likewise.
23321         (add_locale_string): Likewise.
23322         (add_locale_wstring): Likewise.
23323         (add_locale_uint32): Likewise.
23324         (add_locale_uint32_array): Likewise.
23325         (add_locale_char): Likewise.
23326         (start_locale_structure): Likewise.
23327         (end_locale_structure): Likewise.
23328         (start_locale_prelude): Likewise.
23329         (end_locale_prelude): Likewise.
23330         (write_locale_data): Update prototype.
23331         * locale/programs/3level.h (struct TABLE): Remove result field.
23332         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23333         Use new locale_file interface.
23334         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23335         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23336         * locale/programs/ld-address.c (address_output): Use new
23337         locale_file interface.
23338         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23339         NO_ADD_LOCALE.
23340         (collate_finish): Don't call collseq_table_finalize.
23341         (collate_output): Use new locale_file interface.
23342         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23343         in file.
23344         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23345         (TABLE): Move defines earlier in file.
23346         (ELEMENT): Likewise.
23347         (DEFAULT): Likewise.
23348         (wctrans_table_add): Move macro and inline function earlier in
23349         file.
23350         (struct wctype_table): Move type earlier in file.
23351         (add_locale_wctype_table): New static prototype.
23352         (struct locale_ctype_t): Use logical types instead of struct iovec
23353         pointers for members.
23354         (ctype_output): Use new locale_file interface.
23355         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23356         new locale_file interface.
23357         (allocate_arrays): Update for use of new locale_file interface.
23358         * locale/programs/ld-identification.c (identification_output): Use
23359         new locale_file interface.
23360         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23361         * locale/programs/ld-messages.c (messages_output): Likewise.
23362         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23363         * locale/programs/ld-name.c (name_output): Likewise.
23364         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23365         * locale/programs/ld-paper.c (paper_output): Likewise.
23366         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23367         * locale/programs/ld-time.c (time_output): Likewise.
23369 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23371         * benchtests/Makefile: Add memrchr benchmark.
23372         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23373         benchmark as memrchr.
23374         * benchtests/bench-memrchr-ifunc.c: New file.
23375         * benchtests/bench-memrchr.c: New file.
23377 2013-09-06   Will Newton  <will.newton@linaro.org>
23379         * benchtests/Makefile (string-bench): Add memcpy.
23381 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23382             Cong Wang  <amwang@redhat.com>
23384         [BZ #15850]
23385         * sysdeps/unix/sysv/linux/bits/in.h
23386         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23387         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23388         before __USE_KERNEL_IPV6_DEFS uses.
23389         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23390         IPPROTO_BEETPH.
23391         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23392         sockaddr_in6, or ipv6_mreq.
23394 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23396         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23397         memory access for final bytes in some large inputs.
23398         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23400 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23402         * string/test-memrchr.c: New file.
23403         * string/test-memrchr-ifunc.c: New file.
23404         * string/Makefile: Add new memrchr testcase.
23406 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23408         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23409         fanotify_init returns EPERM.
23411 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23413         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23414         errors.
23415         (top level): Treat second token from macro or constant entries for
23416         allowed headers as allowed.
23417         * include/complex.h: Condition internal declarations on
23418         [!_ISOMAC].
23419         * include/fenv.h: Condition include of <stdbool.h> and internal
23420         declarations on [!_ISOMAC].
23422 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23424         [BZ #15923]
23425         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23427 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23429         * configure.in (--enable-versioning): Remove configure option.
23430         (libc_cv_asm_symver_directive): Remove configure test.
23431         (libc_cv_ld_version_script_option): Likewise.
23432         (VERSIONING): Remove variable and AC_SUBST.
23433         (DO_VERSIONING): Remove AC_DEFINE.
23434         * configure: Regenerated.
23435         * config.h.in (DO_VERSIONING): Remove macro.
23436         * Makerules [$(versioning) = yes]: Change conditionals to
23437         [$(build-shared) = yes].
23438         * config.make.in (versioning): Remove variable.
23439         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23440         [$(build-shared) = yes].
23441         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23442         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23443         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23444         [$(build-shared) = yes].
23445         * extra-lib.mk [$(versioning) = yes]: Likewise.
23446         * hurd/Makefile [$(versioning) = yes]: Likewise.
23447         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23448         [SHARED].
23449         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23450         [SHARED].
23451         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23452         [SHARED && !NO_HIDDEN].
23453         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23454         [SHARED].
23455         [SHARED && DO_VERSIONING]: Likewise..
23456         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23457         [$(build-shared) = yes].
23458         * manual/install.texi (--disable-versioning): Remove
23459         documentation.
23460         * INSTALL: Regenerated.
23461         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23462         to [SHARED].
23463         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23464         [$(build-shared) = yes].
23465         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23466         * sysdeps/i386/i686/multiarch/strstr-c.c
23467         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23468         [SHARED && !NO_HIDDEN].
23469         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23470         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23471         * sysdeps/powerpc/powerpc32/dl-machine.c
23472         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23473         * sysdeps/powerpc/powerpc32/sysdep.h
23474         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23475         to [SHARED && PIC && !NO_HIDDEN].
23476         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23477         conditional to [SHARED].
23479 2013-09-04   Will Newton  <will.newton@linaro.org>
23481         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23482         * benchtests/bench-string.h: Include bench-timing.h instead
23483         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23484         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23485         call to HP_TIMING_DIFF_INIT.
23486         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23487         instead of hp-timing.h macros.
23488         * benchtests/bench-memchr.c: Likewise.
23489         * benchtests/bench-memcmp.c: Likewise.
23490         * benchtests/bench-memcpy.c: Likewise.
23491         * benchtests/bench-memmem.c: Likewise.
23492         * benchtests/bench-memmove.c: Likewise.
23493         * benchtests/bench-memset.c: Likewise.
23494         * benchtests/bench-rawmemchr.c: Likewise.
23495         * benchtests/bench-strcasecmp.c: Likewise.
23496         * benchtests/bench-strcasestr.c: Likewise.
23497         * benchtests/bench-strcat.c: Likewise.
23498         * benchtests/bench-strchr.c: Likewise.
23499         * benchtests/bench-strcmp.c: Likewise.
23500         * benchtests/bench-strcpy.c: Likewise.
23501         * benchtests/bench-strcpy_chk.c: Likewise.
23502         * benchtests/bench-strlen.c: Likewise.
23503         * benchtests/bench-strncasecmp.c: Likewise.
23504         * benchtests/bench-strncat.c: Likewise.
23505         * benchtests/bench-strncmp.c: Likewise.
23506         * benchtests/bench-strncpy.c: Likewise.
23507         * benchtests/bench-strnlen.c: Likewise.
23508         * benchtests/bench-strpbrk.c: Likewise.
23509         * benchtests/bench-strrchr.c: Likewise.
23510         * benchtests/bench-strspn.c: Likewise.
23511         * benchtests/bench-strstr.c: Likewise.
23513 2013-09-04  Will Newton  <will.newton@linaro.org>
23515         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23517 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23519         [BZ #15427]
23520         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23521         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23522         * math/libm-test.inc (lgamma_test_data): Add more tests.
23523         * sysdeps/i386/fpu/libm-test-ulps: Update.
23524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23526 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23528         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23529         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23530         Add ifunc.
23531         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23532         Add strcmp-sse2-unaligned
23533         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23535 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23537         * Versions.def (libc): Add GLIBC_2.19.
23539 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23541         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23542         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23544 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23546         [BZ #14155]
23547         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23548         intermediate calculations in recurrence.
23549         (__ieee754_ynf): Likewise.
23550         * math/libm-test.inc (jn_test_data): Do not allow spurious
23551         underflow exception.  Add more tests.
23552         (yn_test_data): Add more tests.
23553         * sysdeps/i386/fpu/libm-test-ulps: Update.
23554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23556 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23558         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23560 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23562         * csu/init-first.c: Fix then/than typos.
23563         * locale/programs/ld-collate.c: Likewise.
23564         * locale/programs/linereader.h: Likewise.
23565         * manual/charset.texi: Likewise.
23566         * manual/filesys.texi: Likewise.
23567         * manual/stdio.texi: Likewise.
23568         * manual/string.texi: Likewise.
23569         * stdlib/fmtmsg.c: Likewise.
23570         * sysdeps/i386/stpncpy.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23572         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23573         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23574         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23576 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23578         * elf/dl-open.c: Fix typos.
23579         * iconvdata/gbbig5.c: Likewise.
23580         * iconvdata/iso-2022-jp.c: Likewise.
23581         * iconv/gconv_int.h: Likewise.
23582         * iconv/loop.c: Likewise.
23583         * nis/rpcsvc/nis.h: Likewise.
23584         * resolv/ns_name.c: Likewise.
23585         * stdio-common/vfscanf.c: Likewise.
23586         * streams/stropts.h: Likewise.
23587         * sunrpc/rpc_thread.c: Likewise.
23588         * sysdeps/i386/strpbrk.S: Likewise.
23589         * sysdeps/ieee754/k_standard.c: Likewise.
23590         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23591         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23592         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23593         * sysdeps/mach/hurd/profil.c: Likewise.
23594         * sysdeps/s390/dl-procinfo.h: Likewise.
23595         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23596         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23597         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23598         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23599         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23601 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23603         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23604         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23606 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23608         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23609         aix specific files.
23610         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23611         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23612         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23613         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23614         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23615         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23616         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23617         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23619 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23620             Roland McGrath  <roland@hack.frob.com>
23622         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23623         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23625 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23627         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23628         __executable_start symbol instead of _start.
23630 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23632         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23633         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23634         Move macros to...
23635         * sysdeps/gnu/ldsodefs.h: ... this new file.
23637         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23638         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23639         instead of ELFOSABI_LINUX.
23641         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23642         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23643         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23644         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23645         Likewise.
23646         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23647         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23648         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23649         Likewise.
23650         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23651         (ibm_extended_long_double): Add ieee_nan member.
23652         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23653         (do_test): New function.
23655         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23656         TEST_TRUNC.
23657         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23658         functions, renamed from truncdfsf_test, trunctfsf_test,
23659         trunctfdf_test.
23660         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23661         functions.
23662         (do_test): Run all these.
23664 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23666         * argp/argp-help.c: Fix typos.
23667         * argp/argp-parse.c: Likewise.
23668         * debug/backtracesyms.c: Likewise.
23669         * elf/elf.h: Likewise.
23670         * malloc/malloc.c: Likewise.
23671         * nis/nis_print.c: Likewise.
23672         * resolv/res_comp.c: Likewise.
23673         * stdlib/stdlib.h: Likewise.
23674         * sunrpc/clnt_tcp.c: Likewise.
23675         * sunrpc/clnt_udp.c: Likewise.
23676         * sunrpc/clnt_unix.c: Likewise.
23677         * sysdeps/unix/bsd/ptsname.c: Likewise.
23678         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23679         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23681         Likewise.
23682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23683         Likewise.
23684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23685         Likewise.
23686         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23688 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23690         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23691         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23693 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23695         [BZ #15897]
23696         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23697         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23698         ($(objpfx)bug-dl-leaf): New rule.
23699         ($(objpfx)bug-dl-leaf.so): Likewise.
23700         ($(objpfx)bug-dl-leaf.out): Likewise.
23701         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23702         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23703         * dlfcn/bug-dl-leaf.c: New test.
23704         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23705         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23706         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23707         (dlclose): Likewise.
23708         (dlmopen): Likewise.
23710 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23712         * include/netdb.h [!_ISOMAC]:
23713         Don't include <tls.h>.
23714         (h_errno, __libc_h_errno): Move declaration and macros out of
23715         [_LIBC_REENTRANT].
23717         * include/resolv.h [_RESOLV_H_]:
23718         Don't include <tls.h>.
23719         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23720         * resolv/res_libc.c: Don't include <tls.h>.
23721         (_res): Use __attribute__ ((nocommon)) in place of
23722         __attribute__ ((section (".bss"))).
23724         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23725         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23727         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23729         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23730         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23732         * resolv/res_mkquery.c: Include <sys/time.h>.
23734         * inet/ifreq.c: Moved to ...
23735         * sysdeps/unix/ifreq.c: ... here.
23736         * inet/ifreq.c: New file, true stub version.
23738         * socket/sa_len.c: New file.
23739         * socket/Makefile (aux): Add it.
23740         * sysdeps/unix/sysv/linux/Makefile
23741         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23742         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23743         and #include <socket/sa_len.c>.
23744         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23745         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23747         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23748         * bits/socket.h: ... here.
23750         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23751         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23752         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23754 2013-08-27  Andreas Schwab  <schwab@suse.de>
23756         [BZ #15736]
23757         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23758         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23759         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23760         * string/test-strcasecmp.c (test_main): Run tests in several
23761         locales.
23762         * string/test-strncasecmp.c (test_main): Likewise.
23764         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23765         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23766         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23767         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23768         (__strncasecmp_ssse3) [PIC]: Likewise.
23770 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23772         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23774         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23775         instead of explicitly declaring xdecrypt.
23776         * nis/nss_nis/nis-publickey.c: Likewise.
23778 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23780         [BZ #15890]
23781         * nscd/aicache.c: Include res_hconf.h.
23782         (addhstaiX): Initialize res_hconf.
23784 2013-08-26  Andreas Schwab  <schwab@suse.de>
23786         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23787         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23789 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23791         * nscd/aicache.c (addhstaiX): Fix indentation.
23793 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23795         * configure.ac: Quote $build_pt_chown test.
23796         * configure: Regenerated.
23798 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23800         [BZ #15532]
23801         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23802         * math/s_cexpf.c (__cexpf): Likewise.
23803         * math/s_cexpl.c (__cexpl): Likewise.
23804         * math/libm-test.inc (cexp_test_data): Correct expected return
23805         value for NaN + i0.  Add another test.
23807 2013-08-22  David S. Miller  <davem@davemloft.net>
23809         * po/ca.po: Update Catalan translation from translation project.
23810         * po/uk.po: Add Ukrainian translations from translation project.
23812 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23814         [BZ #15797]
23815         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23816         is infinite, not alongside NaN test.
23817         * math/s_fdimf.c (__fdimf): Likewise.
23818         * math/s_fdiml.c (__fdiml): Likewise.
23819         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23820         errno is unchanged.
23822 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23824         * argp/argp-help.c: Fix typos.
23825         * crypt/speeds.c: Likewise.
23826         * csu/check_fds.c: Likewise.
23827         * elf/dl-load.c: Likewise.
23828         * elf/dl-open.c: Likewise.
23829         * elf/reldep3.c: Likewise.
23830         * elf/reldep.c: Likewise.
23831         * elf/sprof.c: Likewise.
23832         * iconv/iconv_charmap.c: Likewise.
23833         * iconv/skeleton.c: Likewise.
23834         * iconv/strtab.c: Likewise.
23835         * io/lockf64.c: Likewise.
23836         * libio/libioP.h: Likewise.
23837         * resolv/gai_notify.c: Likewise.
23838         * resolv/ns_name.c: Likewise.
23839         * resolv/ns_samedomain.c: Likewise.
23840         * resolv/res_send.c: Likewise.
23841         * stdlib/random.c: Likewise.
23842         * sunrpc/rpc/xdr.h: Likewise.
23843         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23844         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23845         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23846         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23847         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23848         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23849         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23850         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23851         * sysdeps/mach/hurd/check_fds.c: Likewise.
23852         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23853         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23854         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23855         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23856         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23857         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23858         * sysdeps/pthread/aio_notify.c: Likewise.
23859         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23860         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23861         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23862         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23863         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23865 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23867         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23868         version if bit_Slow_SSE4_2 is set.
23869         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23870         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23872 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23874         [BZ #15867]
23875         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23876         trampoline stack frame information.
23877         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23878         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23879         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23880         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23881         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23882         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23883         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23884         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23885         sa_flags value.
23886         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23887         interrupting a syscall and set with option SA_SIGINFO.
23889 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23891         [BZ #15531]
23892         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23893         argument is infinite.
23894         * math/s_cprojf.c (__cprojf): Likewise.
23895         * math/s_cprojl.c (__cprojl): Likewise.
23896         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23897         * math/libm-test.inc (cproj_test_data): Add more tests.
23899         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23901         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23902         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23903         size.  Use __ffs to determine corresponding shift.
23905 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23906             Roland McGrath  <roland@hack.frob.com>
23908         * Makefile (INSTALL): Remove trailing blank lines from output of
23909         makeinfo.
23911 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23913         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23914         Align 32 bit compat elf_greg to 8 bytes.
23916 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23918         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23920 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23922         * string/strcoll_l.c (coll_seq): New structure.
23923         (get_next_seq_cached): New function.
23924         (get_next_seq): New function.
23925         (do_compare): New function.
23926         (STRCOLL): Use GNU style definition.  Simplify implementation
23927         by using get_next_seq, get_next_seq_cached and do_compare.
23929 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23931         [BZ #14699]
23932         CVE-2013-4237
23933         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23934         member.
23935         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23936         member.
23937         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23938         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23939         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23940         conditional.
23941         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23942         GETDENTS_64BIT_ALIGNED.
23943         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23944         * manual/filesys.texi (Reading/Closing Directory): Document
23945         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23946         strongly.
23947         * manual/conf.texi (Limits for Files): Add portability note to
23948         NAME_MAX, PATH_MAX.
23949         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23951 2013-08-13  Andreas Schwab  <schwab@suse.de>
23953         [BZ #15749]
23954         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23955         of fabs.
23956         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23957         LDBL_MAX_EXP >= 16384]: Add tests for it.
23959 2013-08-12  David S. Miller  <davem@davemloft.net>
23961         * version.h (RELEASE): Set to "development".
23962         (VERSION): Set to "2.18.90".
23963         * NEWS: Add 2.19 section.
23965 2013-08-03  David S. Miller  <davem@davemloft.net>
23967         * po/ko.po: Update Korean translation from translation project.
23969 2013-08-01  David S. Miller  <davem@davemloft.net>
23971         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23972         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
23973         Bilka.
23975 2013-07-30  David S. Miller  <davem@davemloft.net>
23977         * po/fr.po: Update French translation from translation project.
23979 2013-07-28  David S. Miller  <davem@davemloft.net>
23981         * po/cs.po: Update Czech translation from translation project.
23983         * po/sv.po: Update Swedish translation from translation project.
23985 2013-07-27  David S. Miller  <davem@davemloft.net>
23987         * po/eo.po: Update Esperanto translation from translation project.
23989         * po/vi.po: Update Vietnamese translation from translation project.
23991         * po/de.po: Update German translation from translation project.
23993 2013-07-26  David S. Miller  <davem@davemloft.net>
23995         * po/bg.po: Update Bulgarian translation from translation project.
23997         * po/nl.po: Update Dutch translation from translation project.
23998         * po/pl.po: Update Polish translation from translation project.
23999         * po/ru.po: Update Russian translation from translation project.
24001 2013-07-24  David S. Miller  <davem@davemloft.net>
24003         * po/libc.pot: Update.
24005 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24007         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24008         variable page size.
24009         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24010         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24011         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24013 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24015         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24017 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24018             Andreas Schwab  <schwab@suse.de>
24019             Roland McGrath  <roland@hack.frob.com>
24020             Joseph Myers  <joseph@codesourcery.com>
24021             Carlos O'Donell  <carlos@redhat.com>
24023         [BZ #15755]
24024         * config.h.in: Define HAVE_PT_CHOWN.
24025         * config.make.in (build-pt-chown): New variable.
24026         * configure.in (--enable-pt_chown): New configure option.
24027         * configure: Regenerate.
24028         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24029         build-pt-chown is enabled.
24030         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24031         pt_chown to fix pty ownership.
24032         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24033         CLOSE_ALL_FDS.
24034         * manual/install.texi (Configuring and compiling): Mention
24035         --enable-pt_chown. Add @findex for grantpt.
24036         * INSTALL: Regenerate.
24038 2013-07-20  David S. Miller  <davem@davemloft.net>
24040         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24041         difference between 32-bit and 64-bit.
24043 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24045         [BZ #15711]
24046         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24047         Avoid system header dependency with -ffreestanding.
24048         ($(objpfx)bits/syscall%d): Likewise.
24050 2013-07-13  David S. Miller  <davem@davemloft.net>
24052         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24053         underflows from atanl/atan2l due to bug 15319.
24054         (casinh_test_data): Likewise.
24056 2013-07-07  David S. Miller  <davem@davemloft.net>
24058         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24060 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24062         * sysdeps/i386/fpu/libm-test-ulps: Update.
24063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24065 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24067         * configure.in (--enable-lock-elision): Fix message text.
24068         * INSTALL: Regenerate.
24069         * configure: Regenerate.
24071 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24073         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24075 2013-07-03  Andreas Jaeger  <aj@suse.de>
24077         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24078         define.
24079         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24080         (ptrace_peeksiginfo_args): Add.
24081         (__ptrace_peeksiginfo_flags): Add.
24082         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24083         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24084         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24086 2013-07-03  Allan McRae  <allan@archlinux.org>
24088         * sysdeps/i386/fpu/libm-test-ulps: Update.
24090 2013-07-02  David S. Miller  <davem@davemloft.net>
24092         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24094 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24096         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24098 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24100         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24103 2013-07-02  Andi Kleen <ak@linux.intel.com>
24105         * config.h.in (ENABLE_LOCK_ELISION): Add.
24106         * configure.in (--enable-lock-elision): Add option.
24107         * manual/install.texi: Document --enable lock elision.
24108         * configure: Regenerate
24109         * INSTALL: Regenerate.
24111 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24113         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24114         SSE4.2 strcasecmp for libc.a.
24115         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24117 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24119         [BZ #13304]
24120         * soft-fp/op-common.h (_FP_FMA): New macro.
24121         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24122         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24123         (_FP_MUL_MEAT_1_imm): ... here.
24124         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24125         (_FP_MUL_MEAT_1_wide): ... here.
24126         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24127         (_FP_MUL_MEAT_1_hard): ... here.
24128         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24129         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24130         (_FP_MUL_MEAT_2_wide): ... here.
24131         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24132         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24133         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24134         (_FP_MUL_MEAT_2_gmp): ... here.
24135         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24136         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24137         (_FP_MUL_MEAT_4_wide): ... here.
24138         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24139         (_FP_MUL_MEAT_4_gmp): ... here.
24140         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24141         (_FP_WFRACBITS_DW_S): Likewise.
24142         (_FP_WFRACXBITS_DW_S): Likewise.
24143         (_FP_HIGHBIT_DW_S): Likewise.
24144         (FP_FMA_S): Likewise.
24145         (_FP_FRAC_HIGH_DW_S): Likewise.
24146         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24147         (_FP_WFRACBITS_DW_D): Likewise.
24148         (_FP_WFRACXBITS_DW_D): Likewise.
24149         (_FP_HIGHBIT_DW_D): Likewise.
24150         (FP_FMA_D): Likewise.
24151         (_FP_FRAC_HIGH_DW_D): Likewise.
24152         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24153         (_FP_WFRACBITS_DW_E): Likewise.
24154         (_FP_WFRACXBITS_DW_E): Likewise.
24155         (_FP_HIGHBIT_DW_E): Likewise.
24156         (FP_FMA_E): Likewise.
24157         (_FP_FRAC_HIGH_DW_E): Likewise.
24158         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24159         (_FP_WFRACBITS_DW_Q): Likewise.
24160         (_FP_WFRACXBITS_DW_Q): Likewise.
24161         (_FP_HIGHBIT_DW_Q): Likewise.
24162         (FP_FMA_Q): Likewise.
24163         (_FP_FRAC_HIGH_DW_Q): Likewise.
24164         * soft-fp/fmasf4.c: New file.
24165         * soft-fp/fmadf4.c: Likewise.
24166         * soft-fp/fmatf4.c: Likewise.
24168 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24170         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24171         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24172         Silvermont.
24173         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24174         macro.
24175         (index_Slow_SSE4_2): Likewise.
24176         (index_Prefer_PMINUB_for_stringop): Likewise.
24177         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24178         bit_Slow_SSE4_2 is set.
24179         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24180         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24182 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24184         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24185         rtld_global._dl_hwcap2.
24186         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24187         POWER8.
24188         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24189         POWER8 feature descriptions defined in _dl_hwcap2.
24190         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24191         string handling for POWER8 feature bits.
24192         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24193         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24194         _dl_powerpc_cap_flags.
24195         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24196         * sysdeps/powerpc/rtld-global-offsets.sym
24197         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24198         _dl_hwcap2 in the rtld_global_ro structure.
24200 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24202         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24203         hardware capabilities in support of AT_HWCAP2.
24204         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24205         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24206         GLRO(dl_hwcap2).
24207         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24208         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24209         explicitly the unknown a_type display mechanism is used.
24210         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24211         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24212         struct member.
24213         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24214         to macro prototype for AT_HWCAP2 support.
24215         * sysdeps/i386/dl-procinfo.h: Likewise.
24216         * sysdeps/s390/dl-procinfo.h: Likewise.
24217         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24218         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24219         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24220         return -1 for unknown a_type display fallback.
24221         * sysdeps/sparc/dl-procinfo.h: Likewise.
24222         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24223         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24225 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24227         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24228         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24230 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24232         [BZ #12492]
24233         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24234         mprotect making __stack_prot writable.
24236 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24237             Joseph Myers  <joseph@codesourcery.com>
24239         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24240         as being properly aligned.
24242 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24244         * dlfcn/modstatic5.c: New file.
24245         * dlfcn/tststatic5.c: New file.
24246         * dlfcn/Makefile (tests): Add tststatic5.
24247         (tests-static): Likewise.
24248         (modules-names): Add modstatic5.
24249         (tststatic5-ENV): New variable.
24250         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24252         [BZ #15022]
24253         * elf/dl-support.c (_dl_main_map): New variable.
24254         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24255         (_dl_nns, _dl_load_adds): Set to 1.
24256         (_dl_initial_searchlist): Refer to _dl_main_map.
24257         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24258         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24259         call to _dl_get_origin.
24260         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24261         around call_map.
24262         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24263         * dlfcn/modstatic3.c: New file.
24264         * dlfcn/tststatic3.c: New file.
24265         * dlfcn/tststatic4.c: New file.
24266         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24267         (tests-static): Likewise.
24268         (modules-names): Add modstatic3.
24269         (tststatic3-ENV, tststatic4-ENV): New variables.
24270         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24271         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24273 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24275         * configure.in (CC): Require GCC version 4.4 or later.
24276         * configure: Regenerated.
24277         * manual/install.texi (Tools for Compilation): Update GCC version
24278         requirement.
24279         * INSTALL: Regenerated.
24281 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24283         [BZ #15674]
24284         * string/test-memcmp.c (check2): New.
24285         (main): Call check2.
24287         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24289 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24291         [BZ #15022]
24292         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24293         over to...
24294         (dl_open_worker) [!SHARED]: ... here.
24296 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24298         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24300 2013-06-25  Richard Henderson  <rth@redhat.com>
24302         * locale/programs/locarchive.c: Include <libc-internal.h>
24304 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24306         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24307         trailing whitespace removed.
24309 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24311         [BZ #10283]
24312         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24313         * locale/programs/locarchive.c: Include libc-mmap.h.
24314         (prepare_address_space): Take two new outputs (the mmap base and len).
24315         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24316         values.
24317         (create_archive): Declare new mmap base and len values for
24318         prepare_address_space, and store the result in ah.
24319         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24320         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24321         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24322         Declare new mmap base and len values for
24323         prepare_address_space, and store the result in new_ah.
24324         (open_archive): Declare new mmap base and len values for
24325         prepare_address_space, and store the result in ah.
24326         (close_archive): If ah->mmap_base is not NULL, use that and
24327         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24328         * sysdeps/generic/libc-mmap.h: New file.
24330 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24332         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24333         (ALIGN_UP): Likewise.
24334         (PTR_ALIGN_DOWN): Likewise.
24335         (PTR_ALIGN_UP): Likewise.
24337 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24339         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24340         entry mapped to PPC_PLATFORM_POWER8.
24341         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24342         POWER8.
24343         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24344         (_dl_string_platform): Add case for exporting platform position for
24345         POWER8.
24346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24347         search path to sysdeps/powerpc/powerpc32/power8 directory.
24348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24349         search path to sysdeps/powerpc/powerpc64/power8 directory.
24350         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24351         power7 directories.
24352         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24353         power7 directories.
24355 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24357         * INSTALL: Regenerate.
24359         * nscd/connections.c (nscd_init): Fix comment.
24361 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24363         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24365         [BZ #15667]
24366         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24367         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24369 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24371         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24372         DL_DST_REQ_STATIC.
24373         (DL_DST_REQ_STATIC): Remove macro.
24375 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24377         [BZ #7006]
24378         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24379         with a shift of 0 bits.
24381 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24383         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24384         $(tststatic-ENV).
24386 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24388         [BZ #15655]
24389         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24391 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24393         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24394         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24395         accepts -fno-tree-loop-distribute-patterns.
24396         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24397         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24398         recursive call.
24399         * string/memset.c (memset): Likewise.
24400         * string/test-memmove.c (simple_memmove): Disable loop transformation
24401         to library calls.
24402         * string/test-memset.c (simple_memset): Likewise.
24403         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24404         * benchtests/bench-memset.c (simple_memset): Likewise.
24405         * configure: Regenerated.
24407 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24409         * math/test-misc.c (main): Ignore fesetround failure when failures
24410         of subsequent rounding tests would be ignored.
24412         [BZ #15654]
24413         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24414         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24415         * math/fegetenv.c (__fegetenv): Return 0.
24416         * math/fegetexcept.c (fegetexcept): Return 0.
24417         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24418         FE_TONEAREST.
24419         * math/feholdexcpt.c (feholdexcept): Return 0.
24420         * math/fesetenv.c (__fesetenv): Return 0.
24421         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24422         argument FE_TONEAREST.
24423         * math/feupdateenv.c (__feupdateenv): Return 0.
24424         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24426 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24428         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24429         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24430         ($(objpfx)rtld-%.os rules): Use them.
24432 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24434         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24435         fields.
24437 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24439         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24440         length of target pattern, then descending length of dependency pattern.
24441         * configure.in (AWK): Require gawk 3.1.2 or newer.
24442         * manual/install.texi (Tools for Compilation): Say that we do.
24443         * configure: Regenerated.
24445         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24446         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24447         * scripts/sysd-rules.awk: ... this new script.
24448         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24449         than a glob-style pattern.
24451 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24453         * math/test-misc.c (main): Do not treat incorrectly rounded
24454         conversions as failure unless ROUNDING_TESTS passes.
24456 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24458         [BZ #15631]
24459         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24460         restore exception state around main square root computation, then
24461         check for inexactness explicitly.
24463         * math/libm-test.inc (fma_test_data): Add another test.
24465 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24467         * manual/threads.texi (Non-POSIX Extensions): New document
24468         node.  Document pthread_getattr_default_np and
24469         pthread_setattr_default_np.
24471         * Versions.def (libpthread): Add GLIBC_2.18.
24472         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24474         Likewise.
24475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24476         Likewise.
24477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24478         Likewise.
24479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24480         Likewise.
24481         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24482         Likewise.
24483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24484         Likewise.
24485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24486         Likewise.
24487         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24488         Likewise.
24489         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24490         Likewise.
24492 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24494         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24495         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24497 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24498             H.J. Lu  <hjl.tools@gmail.com>
24500         [BZ #15627]
24501         * sysdeps/x86_64/rtld-memset.c: Remove file.
24502         * sysdeps/x86_64/rtld-memset.S: New file.
24504 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24506         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24507         (test_in_one_mode): Take arguments for whether the rounding mode
24508         is supported for each floating-point type.
24509         (do_test): Pass new arguments to test_in_one_mode using
24510         ROUNDING_TESTS.
24512 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24514         * posix/tst-waitid.c (do_test): Distinguish different instances of
24515         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24516         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24517         before entering the kernel for waitpid.
24519 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24521         * NEWS: Fix note on clock function precision.  Text by Roland
24522         McGrath.
24524 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24526         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24527         it into place only when and if the sanity check passes.
24529 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24531         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24532         output for whether conversion result is exact.  Take argument
24533         indicating whether type is IBM long double.
24534         (round_for_all): Change need_exact field to ibm_ld.
24535         * stdlib/tst-strtod-round.c (struct exactness): New type.
24536         (struct test): Change bool ld_ok field to struct exactness exact.
24537         (TEST): Update all definitions for change to field.
24538         (tests): Regenerate array contents.
24539         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24540         field value.  Check for IBM long double here.
24541         (do_test): Update calls to test_in_one_mode.
24543 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24545         [BZ #12515]
24546         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24547         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24549 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24551         [BZ #15605]
24552         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24553         generated by the compiler on loop optimizations.
24554         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24555         general definitions.
24557 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24559         * math/bug-nextafter.c: Include <math-tests.h>.
24560         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24561         the relevant type.
24562         * math/bug-nexttoward.c: Include <math-tests.h>.
24563         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24564         the relevant type.
24565         * math/test-misc.c: Include <math-tests.h>.
24566         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24567         the relevant type.
24569 2013-06-12  Andreas Jaeger  <aj@suse.de>
24571         * po/ia.po: Update Interlingua translation from translation
24572         project.
24574 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24576         * include/fenv.h: Include stdbool.h.
24577         (struct rm_ctx): New structure.
24578         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24579         Define macro.
24580         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24581         (SET_RESTORE_ROUNDF): Likewise.
24582         (SET_RESTORE_ROUNDL): Likewise.
24583         (SET_RESTORE_ROUND_NOEX): Likewise.
24584         (SET_RESTORE_ROUND_NOEXF): Likewise.
24585         (SET_RESTORE_ROUND_NOEXL): Likewise.
24586         (SET_RESTORE_ROUND_53BIT): Likewise.
24587         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24588         (libc_feresetround_noexf_ctx): Likewise.
24589         (libc_feresetround_noexl_ctx): Likewise.
24590         (libc_feholdsetround_53bit_ctx): Likewise.
24591         (libc_feresetround_53bit_ctx): Likewise.
24592         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24593         (libc_feholdexcept_setround_sse_ctx): New function.
24594         (libc_fesetenv_sse_ctx): Likewise.
24595         (libc_feupdateenv_sse_ctx): Likewise.
24596         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24597         (libc_feholdexcept_setround_387_ctx): Likewise.
24598         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24599         (libc_feholdsetround_387_prec_ctx): Likewise.
24600         (libc_feholdsetround_387_ctx): Likewise.
24601         (libc_feholdsetround_387_53bit_ctx): Likewise.
24602         (libc_feholdsetround_sse_ctx): Likewise.
24603         (libc_feresetround_sse_ctx): Likewise.
24604         (libc_feresetround_387_ctx): Likewise.
24605         (libc_feupdateenv_387_ctx): Likewise.
24606         (libc_feholdexcept_setroundf_ctx): Define macro.
24607         (libc_fesetenvf_ctx): Likewise.
24608         (libc_feupdateenvf_ctx): Likewise.
24609         (libc_feholdsetroundf_ctx): Likewise.
24610         (libc_feresetroundf_ctx): Likewise.
24611         (libc_feholdexcept_setround_ctx): Likewise.
24612         (libc_fesetenv_ctx): Likewise.
24613         (libc_feupdateenv_ctx): Likewise.
24614         (libc_feholdsetround_ctx): Likewise.
24615         (libc_feresetround_ctx): Likewise.
24616         (libc_feholdexcept_setroundl_ctx): Likewise.
24617         (libc_feupdateenvl_ctx): Likewise.
24618         (libc_feholdsetroundl_ctx): Likewise.
24619         (libc_feresetroundl_ctx): Likewise.
24620         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24621         (libc_feresetround_53bit_ctx): Likewise.
24623 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24625         * locale/iso-639.def: Convert to UTF-8.
24627 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24629         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24630         (EXCEPTION_TESTS_double): Likewise.
24631         (EXCEPTION_TESTS_long_double): Likewise.
24632         (EXCEPTION_TESTS): Likewise.
24633         * math/libm-test.inc (test_exceptions): Only test exceptions if
24634         EXCEPTION_TESTS (FLOAT).
24636 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24638         * benchtests/Makefile (string-bench): Add strcpy_chk and
24639         stpcpy_chk.
24640         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24641         * benchtests/bench-stpcpy_chk.c: New file.
24642         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24643         * benchtests/bench-strcpy_chk.c: New file.
24644         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24645         code.
24646         (do_test): Likewise.
24648 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24650         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24651         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24652         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24653         with tabs where appropriate.
24654         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24655         dl-procinfo.h.
24656         [PPC_PLATFORM_PPC440]: Likewise.
24657         [PPC_PLATFORM_PPC464]: Likewise.
24658         [PPC_PLATFORM_PPC476]: Likewise.
24659         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24660         ppc464, and ppc476 platform strings merging from ports/
24661         dl-procinfo.h.
24663 2013-06-11  Andreas Schwab  <schwab@suse.de>
24665         [BZ #14991]
24666         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24667         (from_ucs4_idx): Regenerate.
24668         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24669         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24670         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24671         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24672         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24673         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24674         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24675         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24676         from FROM_LOOP and TO_LOOP specific macros.
24677         (BODY): Handle combining characters.
24678         * iconvdata/BIG5HKSCS.irreversible: Update.
24679         * iconvdata/BIG5HKSCS.precomposed: New file.
24680         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24681         characters.
24682         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24684 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24686         * include/sys/time.h: Fix indentation and add copyright header.
24688         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24689         (do_test): Likewise.
24690         * string/test-memchr.c (do_one_test): Likewise.
24691         (do_test): Likewise.
24692         * string/test-memcmp.c (do_one_test): Likewise.
24693         (do_test): Likewise.
24694         * string/test-memcpy.c (do_one_test): Likewise.
24695         (do_test): Likewise.
24696         * string/test-memmem.c (do_one_test): Likewise.
24697         (do_test): Likewise.
24698         (do_random_tests): Likewise.
24699         * string/test-memmove.c (do_one_test): Likewise.
24700         (do_test): Likewise.
24701         * string/test-memset.c (do_one_test): Likewise.
24702         (do_test): Likewise.
24703         * string/test-rawmemchr.c (do_one_test): Likewise.
24704         (do_test): Likewise.
24705         * string/test-strcasecmp.c (do_one_test): Likewise.
24706         (do_test): Likewise.
24707         * string/test-strcasestr.c (do_one_test): Likewise.
24708         (do_test): Likewise.
24709         * string/test-strcat.c (do_one_test): Likewise.
24710         (do_test): Likewise.
24711         * string/test-strchr.c (do_one_test): Likewise.
24712         (do_test): Likewise.
24713         * string/test-strcmp.c (do_one_test): Likewise.
24714         (do_test): Likewise.
24715         * string/test-strcpy.c (do_one_test): Likewise.
24716         (do_test): Likewise.
24717         * string/test-string.h: Likewise.
24718         (test_init): Likewise.
24719         * string/test-strlen.c (do_one_test): Likewise.
24720         (do_test): Likewise.
24721         * string/test-strncasecmp.c (do_one_test): Likewise.
24722         (do_test): Likewise.
24723         * string/test-strncat.c (do_one_test): Likewise.
24724         (do_test): Likewise.
24725         * string/test-strncmp.c (do_one_test): Likewise.
24726         (do_test_limit): Likewise.
24727         (do_test): Likewise.
24728         * string/test-strncpy.c (do_one_test): Likewise.
24729         (do_test): Likewise.
24730         * string/test-strnlen.c (do_one_test): Likewise.
24731         (do_test): Likewise.
24732         * string/test-strpbrk.c (do_one_test): Likewise.
24733         (do_test): Likewise.
24734         * string/test-strrchr.c (do_one_test): Likewise.
24735         (do_test): Likewise.
24736         * string/test-strspn.c (do_one_test): Likewise.
24737         (do_test): Likewise.
24738         * string/test-strstr.c (do_one_test): Likewise.
24739         (do_test): Likewise.
24741         * benchtests/Makefile (string-bench): Add string benchmarks.
24742         * benchtests/bench-bcopy-ifunc.c: New file.
24743         * benchtests/bench-bcopy.c: New file.
24744         * benchtests/bench-bzero-ifunc.c: New file.
24745         * benchtests/bench-bzero.c: New file.
24746         * benchtests/bench-memccpy-ifunc.c: New file.
24747         * benchtests/bench-memccpy.c: New file.
24748         * benchtests/bench-memchr-ifunc.c: New file.
24749         * benchtests/bench-memchr.c: New file.
24750         * benchtests/bench-memcmp-ifunc.c: New file.
24751         * benchtests/bench-memcmp.c: New file.
24752         * benchtests/bench-memmem-ifunc.c: New file.
24753         * benchtests/bench-memmem.c: New file.
24754         * benchtests/bench-memmove-ifunc.c: New file.
24755         * benchtests/bench-memmove.c: New file.
24756         * benchtests/bench-mempcpy-ifunc.c: New file.
24757         * benchtests/bench-mempcpy.c: New file.
24758         * benchtests/bench-memset-ifunc.c: New file.
24759         * benchtests/bench-memset.c: New file.
24760         * benchtests/bench-rawmemchr-ifunc.c: New file.
24761         * benchtests/bench-rawmemchr.c: New file.
24762         * benchtests/bench-stpcpy-ifunc.c: New file.
24763         * benchtests/bench-stpcpy.c: New file.
24764         * benchtests/bench-stpncpy-ifunc.c: New file.
24765         * benchtests/bench-stpncpy.c: New file.
24766         * benchtests/bench-strcasecmp-ifunc.c: New file.
24767         * benchtests/bench-strcasecmp.c: New file.
24768         * benchtests/bench-strcasestr-ifunc.c: New file.
24769         * benchtests/bench-strcasestr.c: New file.
24770         * benchtests/bench-strcat-ifunc.c: New file.
24771         * benchtests/bench-strcat.c: New file.
24772         * benchtests/bench-strchr-ifunc.c: New file.
24773         * benchtests/bench-strchr.c: New file.
24774         * benchtests/bench-strchrnul-ifunc.c: New file.
24775         * benchtests/bench-strchrnul.c: New file.
24776         * benchtests/bench-strcmp-ifunc.c: New file.
24777         * benchtests/bench-strcmp.c: New file.
24778         * benchtests/bench-strcpy-ifunc.c: New file.
24779         * benchtests/bench-strcpy.c: New file.
24780         * benchtests/bench-strcspn-ifunc.c: New file.
24781         * benchtests/bench-strcspn.c: New file.
24782         * benchtests/bench-strlen-ifunc.c: New file.
24783         * benchtests/bench-strlen.c: New file.
24784         * benchtests/bench-strncasecmp-ifunc.c: New file.
24785         * benchtests/bench-strncasecmp.c: New file.
24786         * benchtests/bench-strncat-ifunc.c: New file.
24787         * benchtests/bench-strncat.c: New file.
24788         * benchtests/bench-strncmp-ifunc.c: New file.
24789         * benchtests/bench-strncmp.c: New file.
24790         * benchtests/bench-strncpy-ifunc.c: New file.
24791         * benchtests/bench-strncpy.c: New file.
24792         * benchtests/bench-strnlen-ifunc.c: New file.
24793         * benchtests/bench-strnlen.c: New file.
24794         * benchtests/bench-strpbrk-ifunc.c: New file.
24795         * benchtests/bench-strpbrk.c: New file.
24796         * benchtests/bench-strrchr-ifunc.c: New file.
24797         * benchtests/bench-strrchr.c: New file.
24798         * benchtests/bench-strspn-ifunc.c: New file.
24799         * benchtests/bench-strspn.c: New file.
24800         * benchtests/bench-strstr-ifunc.c: New file.
24801         * benchtests/bench-strstr.c: New file.
24803         * benchtests/Makefile: Disable parallel execution of targets.
24804         (string-bench): Add memcpy.
24805         (benchset): New variable to store a list of benchmark sets.
24806         (bench-func): Renamed from bench.
24807         (bench-set): New target.
24808         (bench): Depend on bench-func and bench-set.
24809         * benchtests/README: Add section on benchmark sets.
24810         * benchtests/bench-memcpy-ifunc.c: New file.
24811         * benchtests/bench-memcpy.c: New file.
24812         * benchtests/bench-string.h: New file.
24814 2013-06-11  Andreas Schwab  <schwab@suse.de>
24816         [BZ #15577]
24817         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24818         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24819         values in the triple.
24820         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24821         terminator in the group key.
24823 2013-06-11  Andreas Jaeger  <aj@suse.de>
24825         * po/zh_TW.po: Update Chinese (traditional) translation from
24826         translation project.
24828 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24830         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24831         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24832         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24833         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24834         (clock_getcpuclockid): Likewise.
24835         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24836         Add weak_alias and libc_hidden_def.
24837         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24838         * rt/clock_gettime.c (clock_gettime): Rename to
24839         __clock_gettime.  Add weak_alias and libc_hidden_def.
24840         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24841         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24842         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24843         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24844         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24845         Likewise.
24846         * rt/clock_settime.c (clock_settime): Rename to
24847         __clock_settime.  Add weak_alias and libc_hidden_def.
24848         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24850 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24852         * mach/err_boot.sub: Remove trailing whitespace.
24853         * mach/err_ipc.sub: Likewise.
24854         * mach/err_mach.sub: Likewise.
24856         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24857         (ROUNDING_TESTS_double): Likewise.
24858         (ROUNDING_TESTS_long_double): Likewise.
24859         (ROUNDING_TESTS): Likewise.
24860         * math/libm-test.inc: Include <math-tests.h>.
24861         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24862         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24863         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24864         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24866 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24868         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24869         of assigning.
24871 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24873         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24874         otherwise empty TRANS lines.
24875         * sysdeps/gnu/errlist.c: Regenerated.
24877         * catgets/gencat.c (error_print): Use (void) in function
24878         definition.
24879         * crypt/crypt_util.c (__init_des): Likewise.
24880         * crypt/speeds.c (Stop): Likewise.
24881         (main): Likewise.
24882         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24883         * inet/ruserpass.c (token): Likewise.
24884         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24885         * intl/localealias.c (extend_alias_table): Likewise.
24886         * intl/plural-exp.c (init_germanic_plural): Likewise.
24887         * libio/fcloseall.c (__fcloseall): Likewise.
24888         * libio/genops.c (_IO_flush_all): Likewise.
24889         (_IO_flush_all_linebuffered): Likewise.
24890         (_IO_cleanup): Likewise.
24891         (_IO_iter_begin): Likewise.
24892         (_IO_iter_end): Likewise.
24893         (_IO_list_lock): Likewise.
24894         (_IO_list_unlock): Likewise.
24895         (_IO_list_resetlock): Likewise.
24896         * libio/getchar.c (getchar): Likewise.
24897         * libio/getchar_u.c (getchar_unlocked): Likewise.
24898         * libio/getwchar.c (getwchar): Likewise.
24899         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24900         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24901         * login/getpt.c (__getpt): Likewise.
24902         * login/tst-utmp.c (main): Likewise.
24903         * malloc/hooks.c (__malloc_check_init): Likewise.
24904         * malloc/malloc.c (__malloc_stats): Likewise.
24905         * malloc/mtrace.c (tr_break): Likewise.
24906         (mtrace): Likewise.
24907         (muntrace): Likewise.
24908         * misc/fstab.c (endfsent): Likewise.
24909         * misc/getclktck.c (__getclktck): Likewise.
24910         * misc/getdtsz.c (__getdtablesize): Likewise.
24911         * misc/gethostid.c (gethostid): Likewise.
24912         * misc/getpagesize.c (__getpagesize): Likewise.
24913         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24914         (__get_nprocs): Likewise.
24915         (__get_phys_pages): Likewise.
24916         (__get_avphys_pages): Likewise.
24917         * misc/getttyent.c (getttyent): Likewise.
24918         (setttyent): Likewise.
24919         (endttyent): Likewise.
24920         * misc/getusershell.c (getusershell): Likewise.
24921         (endusershell): Likewise.
24922         (setusershell): Likewise.
24923         (initshells): Likewise.
24924         * misc/hsearch.c (__hdestroy): Likewise.
24925         * misc/sync.c (sync): Likewise.
24926         * misc/syslog.c (closelog_internal): Likewise.
24927         (closelog): Likewise.
24928         * misc/ttyslot.c (ttyslot): Likewise.
24929         * misc/vhangup.c (vhangup): Likewise.
24930         * posix/fork.c (__fork): Likewise.
24931         * posix/getegid.c (__getegid): Likewise.
24932         * posix/geteuid.c (__geteuid): Likewise.
24933         * posix/getgid.c (__getgid): Likewise.
24934         * posix/getpid.c (__getpid): Likewise.
24935         * posix/getppid.c (__getppid): Likewise.
24936         * posix/getuid.c (__getuid): Likewise.
24937         * posix/pause.c (pause): Likewise.
24938         * posix/setpgrp.c (setpgrp): Likewise.
24939         * posix/setsid.c (__setsid): Likewise.
24940         * posix/test-vfork.c (noop): Likewise.
24941         * resolv/gethnamaddr.c (_endhtent): Likewise.
24942         (_gethtent): Likewise.
24943         (ht_endhostent): Likewise.
24944         (gethostent): Likewise.
24945         (dns_service): Likewise.
24946         * stdlib/drand48.c (drand48): Likewise.
24947         * stdlib/lrand48.c (lrand48): Likewise.
24948         * stdlib/mrand48.c (mrand48): Likewise.
24949         * stdlib/rand.c (rand): Likewise.
24950         * stdlib/random.c (__random): Likewise.
24951         * stdlib/setenv.c (clearenv): Likewise.
24952         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24953         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24954         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24955         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24956         (__get_nprocs): Likewise.
24957         (__get_phys_pages): Likewise.
24958         (__get_avphys_pages): Likewise.
24959         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24960         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24961         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24962         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24963         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24964         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24965         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24966         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24967         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24968         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24969         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24970         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24971         * sysdeps/posix/clock.c (clock): Likewise.
24972         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
24973         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
24974         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
24975         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
24976         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
24977         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
24978         (__get_nprocs_conf): Likewise.
24979         (__get_phys_pages): Likewise.
24980         (__get_avphys_pages): Likewise.
24981         * time/clock.c (clock): Likewise.
24982         * time/tzset.c (__tzname_max): Likewise.
24984 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
24986         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
24987         (__bswap_32): Do not use "register".
24988         * crypt/crypt.c (_ufc_doit_r): Likewise.
24989         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24990         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24991         * gmon/gmon.c (__monstartup): Likewise.
24992         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
24993         * hurd/hurdmalloc.c (more_memory): Likewise.
24994         (malloc): Likewise.
24995         (free): Likewise.
24996         (realloc): Likewise.
24997         (malloc_fork_prepare): Likewise.
24998         (malloc_fork_parent): Likewise.
24999         (malloc_fork_child): Likewise.
25000         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25001         (_svcauth_des): Likewise.
25002         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25003         * inet/inet_net.c (inet_network): Likewise.
25004         * inet/inet_netof.c (inet_netof): Likewise.
25005         * inet/rcmd.c (__validuser2_sa): Likewise.
25006         * io/fts.c (fts_open): Likewise.
25007         (fts_load): Likewise.
25008         (fts_close): Likewise.
25009         (fts_read): Likewise.
25010         (fts_children): Likewise.
25011         (fts_build): Likewise.
25012         (fts_stat): Likewise.
25013         (fts_sort): Likewise.
25014         (fts_alloc): Likewise.
25015         (fts_lfree): Likewise.
25016         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25017         (_IO_file_xsgetn): Likewise.
25018         (_IO_file_xsgetn_mmap): Likewise.
25019         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25020         (_IO_cookie_write): Likewise.
25021         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25022         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25023         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25024         * malloc/obstack.c (_obstack_begin): Likewise.
25025         (_obstack_begin_1): Likewise.
25026         (_obstack_newchunk): Likewise.
25027         (_obstack_allocated_p): Likewise.
25028         (obstack_free): Likewise.
25029         (_obstack_memory_used): Likewise.
25030         * misc/getttyent.c (getttynam): Likewise.
25031         (getttyent): Likewise.
25032         (skip): Likewise.
25033         (value): Likewise.
25034         * misc/getusershell.c (initshells): Likewise.
25035         * misc/syslog.c (__vsyslog_chk): Likewise.
25036         * misc/ttyslot.c (ttyslot): Likewise.
25037         * nis/nis_hash.c (__nis_hash): Likewise.
25038         * posix/fnmatch_loop.c (FCT): Likewise.
25039         * posix/getconf.c (print_all): Likewise.
25040         (main): Likewise.
25041         * posix/getopt.c (exchange): Likewise.
25042         * posix/glob.c (globfree): Likewise.
25043         (prefix_array): Likewise.
25044         (__glob_pattern_type): Likewise.
25045         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25046         (NS_GET32): Likewise.
25047         (NS_PUT16): Likewise.
25048         (NS_PUT32): Likewise.
25049         * resolv/gethnamaddr.c (getanswer): Likewise.
25050         (gethostbyname2): Likewise.
25051         (gethostbyaddr): Likewise.
25052         (_gethtent): Likewise.
25053         (_gethtbyname2): Likewise.
25054         (_gethtbyaddr): Likewise.
25055         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25056         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25057         * resolv/res_init.c (__res_vinit): Likewise.
25058         (net_mask): Likewise.
25059         * resolv/res_mkquery.c (outchar): Likewise.
25060         (PRINT): Likewise.
25061         * stdio-common/printf_fp.c (outchar): Likewise.
25062         (PRINT): Likewise.
25063         * stdio-common/printf_fphex.c (outchar): Likewise.
25064         (PRINT): Likewise.
25065         * stdio-common/printf_size.c (outchar): Likewise.
25066         (PRINT): Likewise.
25067         * stdio-common/test_rdwr.c (main): Likewise.
25068         * stdio-common/tfformat.c (matches): Likewise.
25069         * stdio-common/vfprintf.c (outchar): Likewise.
25070         (printf_unknown): Likewise.
25071         (buffered_vfprintf): Likewise.
25072         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25073         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25074         (ReadFile): Likewise.
25075         * stdlib/qsort.c (SWAP): Likewise.
25076         (_quicksort): Likewise.
25077         * stdlib/setenv.c (__add_to_environ): Likewise.
25078         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25079         * stdlib/strtol_l.c (__strtol_l): Likewise.
25080         * stdlib/tst-strtod.c (main): Likewise.
25081         * stdlib/tst-strtol.c (main): Likewise.
25082         * stdlib/tst-strtoll.c (main): Likewise.
25083         * string/bits/string2.h (__strcmp_cc): Likewise.
25084         (__strcmp_cg): Likewise.
25085         (__strcspn_c1): Likewise.
25086         (__strcspn_c2): Likewise.
25087         (__strcspn_c3): Likewise.
25088         (__strspn_c1): Likewise.
25089         (__strspn_c2): Likewise.
25090         (__strspn_c3): Likewise.
25091         (__strsep_1c): Likewise.
25092         (__strsep_2c): Likewise.
25093         (__strsep_3c): Likewise.
25094         * string/memccpy.c (__memccpy): Likewise.
25095         * string/stpcpy.c (__stpcpy): Likewise.
25096         * string/strcmp.c (strcmp): Likewise.
25097         * string/strrchr.c (strrchr): Likewise.
25098         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25099         Likewise.
25100         * sysdeps/mach/hurd/getcwd.c
25101         (_hurd_canonicalize_directory_name_internal): Likewise.
25102         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25103         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25104         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25105         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25106         Likewise, in both definitions.
25107         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25108         definitions.
25109         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25110         64] (__bswap_64): Likewise.
25111         * time/test_time.c (main): Likewise.
25112         * time/tzfile.c (__tzfile_read): Likewise.
25113         (__tzfile_compute): Likewise.
25114         * time/tzset.c (__tzset_parse_tz): Likewise.
25115         (tzset_internal): Likewise.
25116         (compute_change): Likewise.
25117         * wcsmbs/wcscat.c (__wcscat): Likewise.
25118         * wcsmbs/wcschr.c (wcschr): Likewise.
25119         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25120         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25121         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25122         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25123         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25124         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25125         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25126         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25127         * wcsmbs/wmemset.c (wmemset): Likewise.
25129 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25131         * scripts/config.guess: Update to version 2013-05-16.
25132         * scripts/config.sub: Update to version 2013-04-24.
25133         * scripts/install-sh: Update to version 2011-11-20.07.
25134         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25135         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25137 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25139         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25140         * elf/sln.c: Likewise.
25141         * hurd/hurd/ioctl.h: Likewise.
25142         * hurd/hurdmalloc.c: Likewise.
25143         * hurd/xattr.c: Likewise.
25144         * include/shlib-compat.h: Likewise.
25145         * inet/ruserpass.c: Likewise.
25146         * libio/iofgets_u.c: Likewise.
25147         * libio/iofgetws_u.c: Likewise.
25148         * locale/programs/ld-identification.c: Likewise.
25149         * locale/programs/ld-time.c: Likewise.
25150         * mach/msg-destroy.c: Likewise.
25151         * nss/nss_files/files-netgrp.c: Likewise.
25152         * resolv/res_data.c: Likewise.
25153         * soft-fp/op-1.h: Likewise.
25154         * soft-fp/op-2.h: Likewise.
25155         * soft-fp/op-4.h: Likewise.
25156         * soft-fp/op-common.h: Likewise.
25157         * stdio-common/printf_fphex.c: Likewise.
25158         * stdlib/strtod_l.c: Likewise.
25159         * sunrpc/rpc/clnt.h: Likewise.
25160         * sysdeps/generic/framestate.c: Likewise.
25161         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25162         * sysdeps/i386/bsd-setjmp.S: Likewise.
25163         * sysdeps/i386/__longjmp.S: Likewise.
25164         * sysdeps/i386/setjmp.S: Likewise.
25165         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25166         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25167         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25168         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25169         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25170         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25171         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25172         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25173         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25174         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25175         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25176         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25177         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25178         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25179         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25180         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25181         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25182         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25183         * sysdeps/ieee754/support.c: Likewise.
25184         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25185         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25186         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25187         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25188         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25189         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25190         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25191         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25192         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25193         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25194         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25195         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25196         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25197         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25198         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25199         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25200         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25203 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25205         * posix/transbug.c: Remove executable mode.
25207 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25209         * crypt/speeds.c: Remove trailing whitespace.
25210         * dlfcn/default.c: Likewise.
25211         * elf/ifuncdep2.c: Likewise.
25212         * elf/ifuncmain1.c: Likewise.
25213         * elf/ifuncmain1vis.c: Likewise.
25214         * elf/testobj.h: Likewise.
25215         * elf/tst-stackguard1.c: Likewise.
25216         * gmon/sys/gmon.h: Likewise.
25217         * hurd/hurdmsg.c: Likewise.
25218         * hurd/new-fd.c: Likewise.
25219         * hurd/ports-get.c: Likewise.
25220         * iconvdata/ibm1008_420.c: Likewise.
25221         * inet/tst-getni1.c: Likewise.
25222         * inet/tst-getni2.c: Likewise.
25223         * libio/ioungetc.c: Likewise.
25224         * libio/wfiledoalloc.c: Likewise.
25225         * manual/libm-err-tab.pl: Likewise.
25226         * math/w_dremf.c: Likewise.
25227         * misc/ftruncate.c: Likewise.
25228         * posix/bug-glob2.c: Likewise.
25229         * posix/tst-pcre.c: Likewise.
25230         * posix/wait4.c: Likewise.
25231         * resolv/README: Likewise.
25232         * resolv/res_debug.h: Likewise.
25233         * resolv/tst-inet_ntop.c: Likewise.
25234         * setjmp/bug269-setjmp.c: Likewise.
25235         * soft-fp/extended.h: Likewise.
25236         * soft-fp/op-1.h: Likewise.
25237         * soft-fp/op-2.h: Likewise.
25238         * soft-fp/op-4.h: Likewise.
25239         * soft-fp/op-8.h: Likewise.
25240         * soft-fp/testit.c: Likewise.
25241         * stdio-common/bug16.c: Likewise.
25242         * stdlib/random.c: Likewise.
25243         * sunrpc/rpcsvc/rquota.x: Likewise.
25244         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25245         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25246         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25247         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25248         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25249         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25250         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25251         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25252         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25253         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25254         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25255         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25256         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25257         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25258         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25259         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25260         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25261         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25262         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25263         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25264         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25265         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25266         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25267         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25268         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25269         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25270         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25271         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25272         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25273         * sysdeps/ieee754/s_lib_version.c: Likewise.
25274         * sysdeps/mach/hurd/check_fds.c: Likewise.
25275         * sysdeps/mach/hurd/getsockname.c: Likewise.
25276         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25277         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25278         * sysdeps/powerpc/bits/link.h: Likewise.
25279         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25280         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25281         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25282         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25283         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25284         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25285         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25286         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25287         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25288         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25289         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25290         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25291         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25292         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25293         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25294         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25295         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25296         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25297         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25298         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25299         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25300         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25301         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25302         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25303         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25304         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25305         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25306         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25307         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25308         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25309         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25310         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25311         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25312         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25313         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25314         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25315         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25316         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25317         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25318         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25319         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25320         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25321         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25322         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25323         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25324         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25325         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25326         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25327         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25328         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25329         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25330         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25331         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25332         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25333         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25334         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25335         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25336         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25337         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25338         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25339         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25340         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25341         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25342         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25343         * sysdeps/powerpc/sysdep.h: Likewise.
25344         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25345         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25346         * sysdeps/sh/dl-trampoline.S: Likewise.
25347         * sysdeps/sh/memset.S: Likewise.
25348         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25349         * sysdeps/sh/strlen.S: Likewise.
25350         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25351         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25352         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25353         * sysdeps/sparc/sparc32/rem.S: Likewise.
25354         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25355         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25356         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25357         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25358         * sysdeps/sparc/sparc32/urem.S: Likewise.
25359         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25360         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25361         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25362         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25363         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25364         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25365         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25366         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25367         * sysdeps/unix/bsd/times.c: Likewise.
25368         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25369         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25373         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25374         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25375         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25376         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25377         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25378         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25379         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25380         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25381         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25382         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25383         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25384         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25385         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25386         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25387         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25388         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25389         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25390         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25391         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25392         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25393         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25394         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25395         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25396         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25397         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25398         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25399         * sysdeps/x86_64/strcspn.S: Likewise.
25401 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25403         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25404         generated file.  Regenerate properly from gen-translit.pl.
25405         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25406         locale/C-translit.h.
25408 2013-06-05  Andreas Schwab  <schwab@suse.de>
25410         [BZ #15100]
25411         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25412         week as 6 instead of -1.
25413         * time/tst-strptime.c (day_tests): Add test case.
25415 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25417         * sysdeps/generic/math_private.h
25418         (libc_feholdexcept_setround_53bit): Replace with
25419         libc_feholdsetround_53bit.
25420         (libc_feupdateenv_53bit): Replace with
25421         libc_feresetround_53bit.
25422         (SET_RESTORE_ROUND_53BIT): Adjust.
25424 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25426         * string/test-strchrnul.c: Add copyright header.
25428         * posix/tst-getaddrinfo4.c: Increase test timeout.
25430 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25432         [BZ #15536]
25433         * math/libm-test.inc (MAX_EXP): Remove
25434         (MIN_EXP): Define.
25435         (ulp): Use MIN_EXP - MANT_DIG.
25436         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25438 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25440         * po/be.po: Revert last change.
25441         * po/zh_CN.po: Likewise.
25442         * po/header.pot: Likewise.
25444 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25446         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25447         link-libc-deps to empty as target-specific variable.
25448         * Makerules (link-libc-args): New variable.
25449         (libc-for-link): Likewise.
25450         (link-libc-deps): Likewise.
25451         (lib%.so): Depend on $(link-libc-deps).  Link with
25452         $(link-libc-args).
25453         (build-module): Link with $(link-libc-args).
25454         (build-module-asneeded): Likewise.
25455         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25456         list of objects.
25457         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25458         target-specific variable.
25459         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25460         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25461         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25462         libc.
25463         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25464         libc and ld.so.
25465         ($(objpfx)libpcprofile.so): Likewise.
25466         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25467         libc_nonshared.a.
25468         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25469         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25470         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25471         $(link-libc-deps).
25472         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25473         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25474         * login/Makefile ($(objpfx)libutil.so): Likewise.
25475         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25476         * math/Makefile ($(objpfx)libm.so): Likewise.
25477         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25478         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25479         variable instead of depending directly on libc.
25480         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25481         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25482         $(link-libc-deps).
25483         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25484         libc.
25485         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25486         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25487         ($(objpfx)libanl.so): Likewise.
25488         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25489         ld.so.
25490         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25491         $(link-libc-deps).
25492         * sysdeps/i386/fpu/Makefile: Remove file.
25493         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25494         ($(objpfx)libm.so): Remove dependency on ld.so.
25496 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25498         [BZ # 15553]
25499         * nis/yp_xdr.c (XDRMAXNAME): Define.
25500         (XDRMAXRECORD): Define.
25501         (xdr_domainname): Use XDRMAXNAME.
25502         (xdr_mapname): Likewise.
25503         (xdr_peername): Likewise.
25504         (xdr_keydat): Use XDRMAXRECORD.
25505         (xdr_valdat): Likewise.
25507 2013-05-30  Jeff Law  <law@redhat.com>
25509         [BZ #14256]
25510         * manual/errno.texi (ESTALE): Update to account for more than
25511         just NFS file systems.
25512         * sysdeps/gnu/errlist.c: Regenerated.
25514 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25516         [BZ #15465]
25517         * elf/Makefile (tests): Add tst-null-argv.
25518         (modules-names):  Add tst-null-argv-lib.
25519         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25520         (tst-null-argv-ENV): Set environment for tst-null-argv.
25521         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25522         (RTLD_PROGNAME): New macro.
25523         * elf/tst-null-argv.c: New test case.
25524         * elf/tst-null-argv-lib.c: Library for test case.
25525         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25526         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25527         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25528         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25529         * elf/dl-init.c (call_init): Likewise.
25530         (_dl_init): Likewise.
25531         * elf/dl-load.c (print_search_path): Likewise.
25532         (_dl_map_object): Likewise.
25533         * elf/dl-lookup.c (do_lookup_x): Likewise.
25534         (add_dependency): Likewise.
25535         (_dl_lookup_symbol_x): Likewise.
25536         (_dl_debug_bindings): Likewise.
25537         * elf/dl-open.c (_dl_show_scope): Likewise.
25538         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25539         * elf/dl-version.c (match_symbol): Likewise.
25540         (_dl_check_map_versions): Likewise.
25541         * elf/rtld.c (dl_main): Likewise.
25542         (print_unresolved): Use RTLD_PROGNAME.
25543         (print_missing_version): Likewise.
25544         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25545         (elf_machine_rela): Likewise.
25546         * sysdeps/powerpc/powerpc32/dl-machine.c
25547         (__process_machine_rela): Likewise.
25548         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25549         Likewise.
25550         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25551         Likewise.
25552         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25553         Likewise.
25554         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25555         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25556         Likewise.
25557         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25558         Likewise.
25559         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25561 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25563         * po/be.po: Add descriptive title.
25564         * po/zh_CN.po: Likewise.
25565         * po/header.pot: Likewise.
25567 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25569         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25570         error message.
25571         (enlarge_archive): Likewise.
25573 2013-05-28  Ben North  <ben@redfrontdoor.org>
25575         * manual/arith.texi (frexp): It is the magnitude of the return
25576         value which lies in [0.5, 1), not the return value itself.
25578 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25582 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25584         * stdio-common/bug26.c (main): Correct fscanf template.
25586         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25587         declare _dl_skip_args.
25589         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25590         Don't declare.
25592         * manual/platform.texi: Add missing @end deftypefun.
25594 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25596         [BZ #15529]
25597         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25598         bit of mantissa of 2^16382.
25599         * math/libm-test.inc (hypot_test_data): Add more tests.
25601         * math/libm-test.inc: Add drem and pow10 to list of tested
25602         functions.
25603         (pow10_test): New function.
25604         (drem_test): Likewise.
25605         (drem_test_tonearest): Likewise.
25606         (drem_test_towardzero): Likewise.
25607         (drem_test_downward): Likewise.
25608         (drem_test_upward): Likewise.
25609         (main): Call the new functions.
25611         * math/libm-test.inc (finite_test_data): Remove.
25612         (finite_test): Run tests from isfinite_test_data.
25613         (gamma_test_data): Remove.
25614         (gamma_test): Run tests from lgamma_test_data.
25615         * sysdeps/i386/fpu/libm-test-ulps: Update.
25616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25618 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25620         * manual/platform.texi: Add PowerPC PPR function set documentation.
25621         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25622         implementation.
25624 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25626         * math/libm-test.inc (MAX_EXP): Define.
25627         (ULPDIFF): Define.
25628         (ulp): New function.
25629         (check_float_internal): Use ULPDIFF.
25630         (cpow_test): Disable failing test.
25631         (check_ulp): Test ulp() implemetnation.
25632         (main): Call check_ulp before starting tests.
25634 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25636         * math/gen-libm-test.pl (generate_testfile): Do not handle
25637         START_DATA and END_DATA.
25638         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25639         END_DATA.
25640         (acos_tonearest_test_data): Likewise.
25641         (acos_towardzero_test_data): Likewise.
25642         (acos_downward_test_data): Likewise.
25643         (acos_upward_test_data): Likewise.
25644         (acosh_test_data): Likewise.
25645         (asin_test_data): Likewise.
25646         (asin_tonearest_test_data): Likewise.
25647         (asin_towardzero_test_data): Likewise.
25648         (asin_downward_test_data): Likewise.
25649         (asin_upward_test_data): Likewise.
25650         (asinh_test_data): Likewise.
25651         (atan_test_data): Likewise.
25652         (atanh_test_data): Likewise.
25653         (atan2_test_data): Likewise.
25654         (cabs_test_data): Likewise.
25655         (cacos_test_data): Likewise.
25656         (cacosh_test_data): Likewise.
25657         (carg_test_data): Likewise.
25658         (casin_test_data): Likewise.
25659         (casinh_test_data): Likewise.
25660         (catan_test_data): Likewise.
25661         (catanh_test_data): Likewise.
25662         (cbrt_test_data): Likewise.
25663         (ccos_test_data): Likewise.
25664         (ccosh_test_data): Likewise.
25665         (ceil_test_data): Likewise.
25666         (cexp_test_data): Likewise.
25667         (cimag_test_data): Likewise.
25668         (clog_test_data): Likewise.
25669         (clog10_test_data): Likewise.
25670         (conj_test_data): Likewise.
25671         (copysign_test_data): Likewise.
25672         (cos_test_data): Likewise.
25673         (cos_tonearest_test_data): Likewise.
25674         (cos_towardzero_test_data): Likewise.
25675         (cos_downward_test_data): Likewise.
25676         (cos_upward_test_data): Likewise.
25677         (cosh_test_data): Likewise.
25678         (cosh_tonearest_test_data): Likewise.
25679         (cosh_towardzero_test_data): Likewise.
25680         (cosh_downward_test_data): Likewise.
25681         (cosh_upward_test_data): Likewise.
25682         (cpow_test_data): Likewise.
25683         (cproj_test_data): Likewise.
25684         (creal_test_data): Likewise.
25685         (csin_test_data): Likewise.
25686         (csinh_test_data): Likewise.
25687         (csqrt_test_data): Likewise.
25688         (ctan_test_data): Likewise.
25689         (ctan_tonearest_test_data): Likewise.
25690         (ctan_towardzero_test_data): Likewise.
25691         (ctan_downward_test_data): Likewise.
25692         (ctan_upward_test_data): Likewise.
25693         (ctanh_test_data): Likewise.
25694         (ctanh_tonearest_test_data): Likewise.
25695         (ctanh_towardzero_test_data): Likewise.
25696         (ctanh_downward_test_data): Likewise.
25697         (ctanh_upward_test_data): Likewise.
25698         (erf_test_data): Likewise.
25699         (erfc_test_data): Likewise.
25700         (exp_test_data): Likewise.
25701         (exp_tonearest_test_data): Likewise.
25702         (exp_towardzero_test_data): Likewise.
25703         (exp_downward_test_data): Likewise.
25704         (exp_upward_test_data): Likewise.
25705         (exp10_test_data): Likewise.
25706         (exp2_test_data): Likewise.
25707         (expm1_test_data): Likewise.
25708         (fabs_test_data): Likewise.
25709         (fdim_test_data): Likewise.
25710         (finite_test_data): Likewise.
25711         (floor_test_data): Likewise.
25712         (fma_test_data): Likewise.
25713         (fma_towardzero_test_data): Likewise.
25714         (fma_downward_test_data): Likewise.
25715         (fma_upward_test_data): Likewise.
25716         (fmax_test_data): Likewise.
25717         (fmin_test_data): Likewise.
25718         (fmod_test_data): Likewise.
25719         (fpclassify_test_data): Likewise.
25720         (frexp_test_data): Likewise.
25721         (gamma_test_data): Likewise.
25722         (hypot_test_data): Likewise.
25723         (ilogb_test_data): Likewise.
25724         (isfinite_test_data): Likewise.
25725         (isgreater_test_data): Likewise.
25726         (isgreaterequal_test_data): Likewise.
25727         (isinf_test_data): Likewise.
25728         (isless_test_data): Likewise.
25729         (islessequal_test_data): Likewise.
25730         (islessgreater_test_data): Likewise.
25731         (isnan_test_data): Likewise.
25732         (isnormal_test_data): Likewise.
25733         (issignaling_test_data): Likewise.
25734         (isunordered_test_data): Likewise.
25735         (j0_test_data): Likewise.
25736         (j1_test_data): Likewise.
25737         (jn_test_data): Likewise.
25738         (ldexp_test_data): Likewise.
25739         (lgamma_test_data): Likewise.
25740         (lrint_test_data): Likewise.
25741         (lrint_tonearest_test_data): Likewise.
25742         (lrint_towardzero_test_data): Likewise.
25743         (lrint_downward_test_data): Likewise.
25744         (lrint_upward_test_data): Likewise.
25745         (llrint_test_data): Likewise.
25746         (llrint_tonearest_test_data): Likewise.
25747         (llrint_towardzero_test_data): Likewise.
25748         (llrint_downward_test_data): Likewise.
25749         (llrint_upward_test_data): Likewise.
25750         (log_test_data): Likewise.
25751         (log10_test_data): Likewise.
25752         (log1p_test_data): Likewise.
25753         (log2_test_data): Likewise.
25754         (logb_test_data): Likewise.
25755         (logb_downward_test_data): Likewise.
25756         (lround_test_data): Likewise.
25757         (llround_test_data): Likewise.
25758         (modf_test_data): Likewise.
25759         (nearbyint_test_data): Likewise.
25760         (nextafter_test_data): Likewise.
25761         (nexttoward_test_data): Likewise.
25762         (pow_test_data): Likewise.
25763         (pow_tonearest_test_data): Likewise.
25764         (pow_towardzero_test_data): Likewise.
25765         (pow_downward_test_data): Likewise.
25766         (pow_upward_test_data): Likewise.
25767         (remainder_test_data): Likewise.
25768         (remainder_tonearest_test_data): Likewise.
25769         (remainder_towardzero_test_data): Likewise.
25770         (remainder_downward_test_data): Likewise.
25771         (remainder_upward_test_data): Likewise.
25772         (remquo_test_data): Likewise.
25773         (rint_test_data): Likewise.
25774         (rint_tonearest_test_data): Likewise.
25775         (rint_towardzero_test_data): Likewise.
25776         (rint_downward_test_data): Likewise.
25777         (rint_upward_test_data): Likewise.
25778         (round_test_data): Likewise.
25779         (scalb_test_data): Likewise.
25780         (scalbn_test_data): Likewise.
25781         (scalbln_test_data): Likewise.
25782         (signbit_test_data): Likewise.
25783         (sin_test_data): Likewise.
25784         (sin_tonearest_test_data): Likewise.
25785         (sin_towardzero_test_data): Likewise.
25786         (sin_downward_test_data): Likewise.
25787         (sin_upward_test_data): Likewise.
25788         (sincos_test_data): Likewise.
25789         (sinh_test_data): Likewise.
25790         (sinh_tonearest_test_data): Likewise.
25791         (sinh_towardzero_test_data): Likewise.
25792         (sinh_downward_test_data): Likewise.
25793         (sinh_upward_test_data): Likewise.
25794         (sqrt_test_data): Likewise.
25795         (tan_test_data): Likewise.
25796         (tan_tonearest_test_data): Likewise.
25797         (tan_towardzero_test_data): Likewise.
25798         (tan_downward_test_data): Likewise.
25799         (tan_upward_test_data): Likewise.
25800         (tanh_test_data): Likewise.
25801         (tgamma_test_data): Likewise.
25802         (trunc_test_data): Likewise.
25803         (y0_test_data): Likewise.
25804         (y1_test_data): Likewise.
25805         (yn_test_data): Likewise.
25806         (significand_test_data): Likewise.
25808         * math/gen-libm-test.pl (@functions): Remove variable.
25809         (generate_testfile): Don't handle START and END lines.
25810         * math/libm-test.inc (START): New macro.
25811         (END): Likewise.
25812         (END_COMPLEX): Likewise.
25813         (acos_test): Use END macro without arguments.
25814         (acos_test_tonearest): Likewise.
25815         (acos_test_towardzero): Likewise.
25816         (acos_test_downward): Likewise.
25817         (acos_test_upward): Likewise.
25818         (acosh_test): Likewise.
25819         (asin_test): Likewise.
25820         (asin_test_tonearest): Likewise.
25821         (asin_test_towardzero): Likewise.
25822         (asin_test_downward): Likewise.
25823         (asin_test_upward): Likewise.
25824         (asinh_test): Likewise.
25825         (atan_test): Likewise.
25826         (atanh_test): Likewise.
25827         (atan2_test): Likewise.
25828         (cabs_test): Likewise.
25829         (cacos_test): Use END_COMPLEX macro without arguments.
25830         (cacosh_test): Likewise.
25831         (carg_test): Use END macro without arguments.
25832         (casin_test): Use END_COMPLEX macro without arguments.
25833         (casinh_test): Likewise.
25834         (catan_test): Likewise.
25835         (catanh_test): Likewise.
25836         (cbrt_test): Use END macro without arguments.
25837         (ccos_test): Use END_COMPLEX macro without arguments.
25838         (ccosh_test): Likewise.
25839         (ceil_test): Use END macro without arguments.
25840         (cexp_test): Use END_COMPLEX macro without arguments.
25841         (cimag_test): Use END macro without arguments.
25842         (clog_test): Use END_COMPLEX macro without arguments.
25843         (clog10_test): Likewise.
25844         (conj_test): Likewise.
25845         (copysign_test): Use END macro without arguments.
25846         (cos_test): Likewise.
25847         (cos_test_tonearest): Likewise.
25848         (cos_test_towardzero): Likewise.
25849         (cos_test_downward): Likewise.
25850         (cos_test_upward): Likewise.
25851         (cosh_test): Likewise.
25852         (cosh_test_tonearest): Likewise.
25853         (cosh_test_towardzero): Likewise.
25854         (cosh_test_downward): Likewise.
25855         (cosh_test_upward): Likewise.
25856         (cpow_test): Use END_COMPLEX macro without arguments.
25857         (cproj_test): Likewise.
25858         (creal_test): Use END macro without arguments.
25859         (csin_test): Use END_COMPLEX macro without arguments.
25860         (csinh_test): Likewise.
25861         (csqrt_test): Likewise.
25862         (ctan_test): Likewise.
25863         (ctan_test_tonearest): Likewise.
25864         (ctan_test_towardzero): Likewise.
25865         (ctan_test_downward): Likewise.
25866         (ctan_test_upward): Likewise.
25867         (ctanh_test): Likewise.
25868         (ctanh_test_tonearest): Likewise.
25869         (ctanh_test_towardzero): Likewise.
25870         (ctanh_test_downward): Likewise.
25871         (ctanh_test_upward): Likewise.
25872         (erf_test): Use END macro without arguments.
25873         (erfc_test): Likewise.
25874         (exp_test): Likewise.
25875         (exp_test_tonearest): Likewise.
25876         (exp_test_towardzero): Likewise.
25877         (exp_test_downward): Likewise.
25878         (exp_test_upward): Likewise.
25879         (exp10_test): Likewise.
25880         (exp2_test): Likewise.
25881         (expm1_test): Likewise.
25882         (fabs_test): Likewise.
25883         (fdim_test): Likewise.
25884         (finite_test): Likewise.
25885         (floor_test): Likewise.
25886         (fma_test): Likewise.
25887         (fma_test_towardzero): Likewise.
25888         (fma_test_downward): Likewise.
25889         (fma_test_upward): Likewise.
25890         (fmax_test): Likewise.
25891         (fmin_test): Likewise.
25892         (fmod_test): Likewise.
25893         (fpclassify_test): Likewise.
25894         (frexp_test): Likewise.
25895         (gamma_test): Likewise.
25896         (hypot_test): Likewise.
25897         (ilogb_test): Likewise.
25898         (isfinite_test): Likewise.
25899         (isgreater_test): Likewise.
25900         (isgreaterequal_test): Likewise.
25901         (isinf_test): Likewise.
25902         (isless_test): Likewise.
25903         (islessequal_test): Likewise.
25904         (islessgreater_test): Likewise.
25905         (isnan_test): Likewise.
25906         (isnormal_test): Likewise.
25907         (issignaling_test): Likewise.
25908         (isunordered_test): Likewise.
25909         (j0_test): Likewise.
25910         (j1_test): Likewise.
25911         (jn_test): Likewise.
25912         (ldexp_test): Likewise.
25913         (lgamma_test): Likewise.
25914         (lrint_test): Likewise.
25915         (lrint_test_tonearest): Likewise.
25916         (lrint_test_towardzero): Likewise.
25917         (lrint_test_downward): Likewise.
25918         (lrint_test_upward): Likewise.
25919         (llrint_test): Likewise.
25920         (llrint_test_tonearest): Likewise.
25921         (llrint_test_towardzero): Likewise.
25922         (llrint_test_downward): Likewise.
25923         (llrint_test_upward): Likewise.
25924         (log_test): Likewise.
25925         (log10_test): Likewise.
25926         (log1p_test): Likewise.
25927         (log2_test): Likewise.
25928         (logb_test): Likewise.
25929         (logb_test_downward): Likewise.
25930         (lround_test): Likewise.
25931         (llround_test): Likewise.
25932         (modf_test): Likewise.
25933         (nearbyint_test): Likewise.
25934         (nextafter_test): Likewise.
25935         (nexttoward_test): Likewise.
25936         (pow_test): Likewise.
25937         (pow_test_tonearest): Likewise.
25938         (pow_test_towardzero): Likewise.
25939         (pow_test_downward): Likewise.
25940         (pow_test_upward): Likewise.
25941         (remainder_test): Likewise.
25942         (remainder_test_tonearest): Likewise.
25943         (remainder_test_towardzero): Likewise.
25944         (remainder_test_downward): Likewise.
25945         (remainder_test_upward): Likewise.
25946         (remquo_test): Likewise.
25947         (rint_test): Likewise.
25948         (rint_test_tonearest): Likewise.
25949         (rint_test_towardzero): Likewise.
25950         (rint_test_downward): Likewise.
25951         (rint_test_upward): Likewise.
25952         (round_test): Likewise.
25953         (scalb_test): Likewise.
25954         (scalbn_test): Likewise.
25955         (scalbln_test): Likewise.
25956         (signbit_test): Likewise.
25957         (sin_test): Likewise.
25958         (sin_test_tonearest): Likewise.
25959         (sin_test_towardzero): Likewise.
25960         (sin_test_downward): Likewise.
25961         (sin_test_upward): Likewise.
25962         (sincos_test): Likewise.
25963         (sinh_test): Likewise.
25964         (sinh_test_tonearest): Likewise.
25965         (sinh_test_towardzero): Likewise.
25966         (sinh_test_downward): Likewise.
25967         (sinh_test_upward): Likewise.
25968         (sqrt_test): Likewise.
25969         (tan_test): Likewise.
25970         (tan_test_tonearest): Likewise.
25971         (tan_test_towardzero): Likewise.
25972         (tan_test_downward): Likewise.
25973         (tan_test_upward): Likewise.
25974         (tanh_test): Likewise.
25975         (tgamma_test): Likewise.
25976         (trunc_test): Likewise.
25977         (y0_test): Likewise.
25978         (y1_test): Likewise.
25979         (yn_test): Likewise.
25980         (significand_test): Likewise.
25982 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
25984         [BZ #15381]
25985         * libio/genops.c (_IO_no_init): Initialize wide struct info.
25987 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25989         [BZ #14894]
25990         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
25991         __ppc_mdoio and __ppc_mdoom.
25992         * manual/platform.texi: Document new functions __ppc_yield,
25993         __ppc_mdoio and __ppc_mdoom.
25995 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
25997         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
25998         (main): Mention "tls" pseudo-hwcap is legacy.
25999         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26001 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26003         * math/gen-libm-test.pl (parse_args): Output only string of
26004         arguments as text for test name, not full call or descriptions of
26005         tests for extra outputs.
26006         (generate_testfile): Do not pass function name to parse_args.
26007         Generate this_func variable from START.
26008         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26009         field to arg_str.
26010         (struct test_ff_f_data): Likewise.
26011         (test_ff_f_data_nexttoward): Likewise.
26012         (struct test_fi_f_data): Likewise.
26013         (struct test_fl_f_data): Likewise.
26014         (struct test_if_f_data): Likewise.
26015         (struct test_fff_f_data): Likewise.
26016         (struct test_c_f_data): Likewise.
26017         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26018         (struct test_fF_f1_data): Likewise.
26019         (struct test_ffI_f1_data): Likewise.
26020         (struct test_c_c_data): Rename test_name field to arg_str.
26021         (struct test_cc_c_data): Likewise.
26022         (struct test_f_i_data): Likewise.
26023         (struct test_ff_i_data): Likewise.
26024         (struct test_f_l_data): Likewise.
26025         (struct test_f_L_data): Likewise.
26026         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26027         and extra2_name.
26028         (COMMON_TEST_SETUP): New macro.
26029         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26030         (COMMON_TEST_CLEANUP): Likewise.
26031         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26032         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26033         macros.
26034         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26035         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26036         macros.
26037         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26038         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26039         cleanup macros.
26040         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26041         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26042         macros.
26043         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26044         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26045         macros.
26046         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26047         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26048         cleanup macros.
26049         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26050         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26051         cleanup macros.
26052         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26053         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26054         cleanup macros.
26055         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26056         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26057         macros.
26058         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26059         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26060         macros.
26061         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26062         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26063         macros.
26064         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26065         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26066         cleanup macros.
26067         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26068         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26069         cleanup macros.
26070         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26071         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26072         macros.
26073         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26074         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26075         cleanup macros.
26076         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26077         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26078         macros.
26079         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26080         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26081         macros.
26082         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26083         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26084         cleanup macros.
26085         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26087 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26089         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26090         to _sifields.sigfault.
26091         (si_addr_lsb): Define new macro.
26092         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26093         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26094         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26096 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26098         [BZ #15441]
26099         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26100         returns -1.
26101         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26102         null return -1.
26103         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26104         loading the domain.
26106 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26108         * math/gen-libm-test.pl (parse_args): Do not include expected
26109         result in test name.
26110         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26111         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26112         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26113         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26114         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26117 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26119         * benchtests/Makefile: Sort function entries.
26121         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26122         tanh, asinh, acosh, atanh.
26123         * benchtests/acos-inputs: New file.
26124         * benchtests/acosh-inputs: New file.
26125         * benchtests/asin-inputs: New file.
26126         * benchtests/asinh-inputs: New file.
26127         * benchtests/atanh-inputs: New file.
26128         * benchtests/cosh-inputs: New file.
26129         * benchtests/log-inputs: New file.
26130         * benchtests/sinh-inputs: New file.
26131         * benchtests/tanh-inputs: New file.
26133 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26135         [BZ #15339]
26136         * posix/tst-getaddrinfo4.c: New test.
26137         * posix/Makefile (tests): Add it.
26139 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26141         [BZ #15339]
26142         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26143         when no services were used.
26144         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26145         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26147 2013-05-21  Andreas Schwab  <schwab@suse.de>
26149         [BZ #15014]
26150         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26151         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26152         successful.
26153         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26154         redundant variable declarations and reallocation of buffer when
26155         parsing as IPv6 address.  Always set NSS status when called from
26156         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26157         buffer too small.  Correct computation of needed size.
26158         * nss/Makefile (tests): Add test-digits-dots.
26159         * nss/test-digits-dots.c: New test.
26161 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26163         * benchtests/Makefile: Remove instructions for adding
26164         benchmark tests.
26165         * benchtests/README: New file to explain how to execute and
26166         enhance the benchmark tests.
26168 2013-05-21  Andreas Schwab  <schwab@suse.de>
26170         [BZ #15493]
26171         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26172         * setjmp/tst-sigsetjmp.c: New test.
26174 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26176         * sysdeps/x86_64/memset.S (memset): New implementation.
26177         (__bzero): Likewise.
26178         (__memset_tail): New function.
26180 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26182         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26183         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26184         __memcpy_sse2_unaligned ifunc selection.
26185         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26186         Add memcpy-sse2-unaligned.S.
26187         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26188         Add: __memcpy_sse2_unaligned.
26190 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26192         [BZ #15490]
26193         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26194         math_force_eval before restoring floating-point envrionment.
26195         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26196         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26197         Likewise.
26198         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26199         <math_private.h>.
26200         (__nearbyintl): Use math_force_eval before restoring
26201         floating-point environment.
26202         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26204         * math/gen-libm-test.pl (special_functions): Remove.
26205         (parse_args): Don't handle TEST_extra.  Handle functions with no
26206         return value.
26207         * math/libm-test.inc (struct test_sincos_data): Replace with
26208         struct test_fFF_11_data.
26209         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26210         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26211         (sincos_test_data): Change element type to struct
26212         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26213         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26214         RUN_TEST_LOOP_sincos.
26215         * math/README.libm-test: Don't mention special handling of
26216         individual functions.
26217         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26218         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26219         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26220         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26221         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26224         * math/gen-libm-test.pl (get_variable): Remove function.
26225         (parse_args): Don't show pointer parameters to call in test
26226         names.  Use "extra output N" in test names for extra outputs
26227         rather than naming variables.
26229 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26231         [BZ #15488]
26232         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26233         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26234         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26235         double tests.
26236         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26237         disable.
26238         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26239         check_long_double.
26241         * math/gen-libm-test.pl (@tests): Remove variable.
26242         ($count): Likewise.
26243         (new_test): Remove function.
26244         (show_exceptions): New function.
26245         (special_functions): Use show_exceptions instead of new_test.
26246         (parse_args): Likewise.
26247         (generate_testfile): Pass only function name in generated call to
26248         print_max_error or print_complex_max_error.
26249         (get_ulps): Do not handle complex tests specially.
26250         (output_test): Rename to ...
26251         (get_all_ulps_for_test): ... this.  Return a string rather than
26252         printing to a file.  Require ulps to be present.
26253         (output_ulps): Generate arrays rather than #defines.
26254         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26255         (struct ulp_data): New type.
26256         (BUILD_COMPLEX_ULP): Remove macro.
26257         (compare_ulp_data): New function.
26258         (find_ulps): Likewise.
26259         (find_test_ulps): Likewise.
26260         (find_function_ulps): Likewise.
26261         (find_complex_function_ulps): Likewise.
26262         (print_max_error): Determine allowed ulps using
26263         find_function_ulps.
26264         (print_complex_max_error): Determine allowed ulps using
26265         find_complex_function_ulps.
26266         (check_float_internal): Determine max ulps using find_test_ulps.
26267         (check_float): Do not take max_ulp parameter.  Update call to
26268         check_float_internal.
26269         (check_complex): Likewise.
26270         (check_int): Do not take max_ulp parameter.
26271         (check_long): Likewise.
26272         (check_bool): Likewise.
26273         (check_longlong): Likewise.
26274         (struct test_f_f_data): Remove max_ulp field.
26275         (struct test_ff_f_data): Likewise.
26276         (struct test_ff_f_data_nexttoward): Likewise.
26277         (struct test_fi_f_data): Likewise.
26278         (struct test_fl_f_data): Likewise.
26279         (struct test_if_f_data): Likewise.
26280         (struct test_fff_f_data): Likewise.
26281         (struct test_c_f_data): Likewise.
26282         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26283         (struct test_fF_f1_data): Likewise.
26284         (struct test_ffI_f1_data): Likewise.
26285         (struct test_c_c_data): Remove max_ulp field.
26286         (struct test_cc_c_data): Likewise.
26287         (struct test_f_i_data): Likewise.
26288         (struct test_ff_i_data): Likewise.
26289         (struct test_f_l_data): Likewise.
26290         (struct test_f_L_data): Likewise.
26291         (struct test_sincos_data): Likewise.
26292         (RUN_TEST_f_f): Do not handle ulps.
26293         (RUN_TEST_LOOP_f_f): Likewise.
26294         (RUN_TEST_2_f): Likewise.
26295         (RUN_TEST_LOOP_2_f): Likewise.
26296         (RUN_TEST_fff_f): Likewise.
26297         (RUN_TEST_LOOP_fff_f): Likewise.
26298         (RUN_TEST_c_f): Likewise.
26299         (RUN_TEST_LOOP_c_f): Likewise.
26300         (RUN_TEST_f_f1): Likewise.
26301         (RUN_TEST_LOOP_f_f1): Likewise.
26302         (RUN_TEST_fF_f1): Likewise.
26303         (RUN_TEST_LOOP_fF_f1): Likewise.
26304         (RUN_TEST_fI_f1): Likewise.
26305         (RUN_TEST_LOOP_fI_f1): Likewise.
26306         (RUN_TEST_ffI_f1): Likewise.
26307         (RUN_TEST_LOOP_ffI_f1): Likewise.
26308         (RUN_TEST_c_c): Likewise.
26309         (RUN_TEST_LOOP_c_c): Likewise.
26310         (RUN_TEST_cc_c): Likewise.
26311         (RUN_TEST_LOOP_cc_c): Likewise.
26312         (RUN_TEST_f_i): Likewise.
26313         (RUN_TEST_LOOP_f_i): Likewise.
26314         (RUN_TEST_f_i_tg): Likewise.
26315         (RUN_TEST_LOOP_f_i_tg): Likewise.
26316         (RUN_TEST_ff_i_tg): Likewise.
26317         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26318         (RUN_TEST_f_b): Likewise.
26319         (RUN_TEST_LOOP_f_b): Likewise.
26320         (RUN_TEST_f_b_tg): Likewise.
26321         (RUN_TEST_LOOP_f_b_tg): Likewise.
26322         (RUN_TEST_f_l): Likewise.
26323         (RUN_TEST_LOOP_f_l): Likewise.
26324         (RUN_TEST_f_L): Likewise.
26325         (RUN_TEST_LOOP_f_L): Likewise.
26326         (RUN_TEST_sincos): Likewise.
26327         (RUN_TEST_LOOP_sincos): Likewise.
26329 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26331         [BZ #15480]
26332         [BZ #15485]
26333         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26334         main case of finite arguments, set rounding mode to FE_TONEAREST
26335         and discard exceptions.
26336         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26337         exceptions.
26338         (remainder_tonearest_test_data): New variable.
26339         (remainder_test_tonearest): New function.
26340         (remainder_towardzero_test_data): New variable.
26341         (remainder_test_towardzero): New function.
26342         (remainder_downward_test_data): New variable.
26343         (remainder_test_downward): New function.
26344         (remainder_upward_test_data): New variable.
26345         (remainder_test_upward): New function.
26346         (main): Call the new test functions.
26348         * math/libm-test.inc (struct test_f_f1_data): Remove field
26349         extra_init.
26350         (struct test_fF_f1_data): Likewise.
26351         (struct test_ffI_f1_data): Likewise.
26352         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26353         based on value of EXTRA_EXPECTED.
26354         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26355         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26356         EXTRA_VAR based on value of EXTRA_EXPECTED.
26357         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26358         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26359         EXTRA_VAR based on value of EXTRA_EXPECTED.
26360         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26361         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26362         EXTRA_VAR based on value of EXTRA_EXPECTED.
26363         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26364         * math/gen-libm-test.pl (parse_args): Don't output initializers
26365         for extra output values.
26367         * math/libm-test.inc (check_int): Expect result to be exactly
26368         equal to expected value and do not handle ulps.
26369         (check_long): Likewise.
26370         (check_longlong): Likewise.
26372         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26373         exceptions.
26374         (cimag_test_data): Likewise.
26375         (conj_test_data): Likewise.
26376         (copysign_test_data): Likewise.
26377         (cproj_test_data): Likewise.
26378         (creal_test_data): Likewise.
26379         (fabs_test_data): Likewise.
26380         (fdim_test_data): Likewise.
26381         (finite_test_data): Likewise.
26382         (floor_test_data): Likewise.
26383         (fmax_test_data): Likewise.
26384         (fmin_test_data): Likewise.
26385         (fmod_test_data): Likewise.
26386         (fpclassify_test_data): Likewise.
26387         (frexp_test_data): Likewise.
26388         (ilogb_test_data): Likewise.
26389         (isfinite_test_data): Likewise.
26390         (isgreater_test_data): Likewise.
26391         (isgreaterequal_test_data): Likewise.
26392         (isinf_test_data): Likewise.
26393         (isless_test_data): Likewise.
26394         (islessequal_test_data): Likewise.
26395         (islessgreater_test_data): Likewise.
26396         (isnan_test_data): Likewise.
26397         (isnormal_test_data): Likewise.
26398         (issignaling_test_data): Likewise.
26399         (isunordered_test_data): Likewise.
26400         (ldexp_test_data): Likewise.
26401         (lrint_test_data): Likewise.
26402         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26403         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26404         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26405         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26406         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26407         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26408         test input.
26409         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26410         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26411         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26412         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26413         that test input.
26414         (lrint_downward_test_data): Test for "inexact" exceptions.
26415         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26416         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26417         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26418         test input.
26419         (lrint_upward_test_data): Test for "inexact" exceptions.
26420         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26421         test input.
26422         (llrint_test_data): Test for "inexact" exceptions.
26423         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26424         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26425         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26426         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26427         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26428         (llrint_downward_test_data): Test for "inexact" exceptions.
26429         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26430         (llrint_upward_test_data): Test for "inexact" exceptions.
26431         (logb_test_data): Likewise.
26432         (logb_downward_test_data): Likewise.
26433         (nextafter_test_data): Likewise.
26434         (nexttoward_test_data): Likewise.
26435         (remainder_test_data): Likewise.
26436         (remquo_test_data): Likewise.
26437         (scalbn_test_data): Likewise.
26438         (scalbln_test_data): Likewise.
26439         (signbit_test_data): Likewise.
26440         (sqrt_test_data): Likewise.
26441         (significand_test_data): Likewise.
26443 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26445         [BZ #15424]
26446         * benchtests/bench-modf.c (struct args): Mark arg0 as
26447         volatile.
26448         * scripts/bench.pl: Mark members of struct args as volatile.
26450 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26452         [BZ # 15497]
26453         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26454         negative infinity on POWER6 or lower.
26455         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26457 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26459         [BZ #15442]
26460         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26461         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26462         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26463         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26464         (_FP_SETQNAN): New macro.
26465         (_FP_SETQNAN_SEMIRAW): Likewise.
26466         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26467         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26468         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26469         (FP_EXTEND): Use _FP_FRAC_SNANP.
26470         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26471         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26472         into account.
26473         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26474         New macro.
26475         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26476         Likewise.
26478 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26480         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26481         with DIVIDE_BY_ZERO_EXCEPTION.
26482         (gamma_test_data): Likewise.
26483         (lgamma_test_data): Likewise.
26484         (log_test_data): Likewise.
26485         (log10_test_data): Likewise.
26486         (log2_test_data): Likewise.
26487         (tgamma_test_data): Likewise.
26489         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26490         (acos_test_tonearest): Likewise.
26491         (acos_test_towardzero): Likewise.
26492         (acos_test_downward): Likewise.
26493         (acos_test_upward): Likewise.
26494         (acosh_test): Likewise.
26495         (asin_test): Likewise.
26496         (asin_test_tonearest): Likewise.
26497         (asin_test_towardzero): Likewise.
26498         (asin_test_downward): Likewise.
26499         (asin_test_upward): Likewise.
26500         (asinh_test): Likewise.
26501         (atan_test): Likewise.
26502         (atanh_test): Likewise.
26503         (atan2_test): Likewise.
26504         (cabs_test): Likewise.
26505         (cacos_test): Likewise.
26506         (cacosh_test): Likewise.
26507         (casin_test): Likewise.
26508         (casinh_test): Likewise.
26509         (catan_test): Likewise.
26510         (catanh_test): Likewise.
26511         (cbrt_test): Likewise.
26512         (ccos_test): Likewise.
26513         (ccosh_test): Likewise.
26514         (cexp_test): Likewise.
26515         (clog_test): Likewise.
26516         (clog10_test): Likewise.
26517         (cos_test): Likewise.
26518         (cos_test_tonearest): Likewise.
26519         (cos_test_towardzero): Likewise.
26520         (cos_test_downward): Likewise.
26521         (cos_test_upward): Likewise.
26522         (cosh_test): Likewise.
26523         (cosh_test_tonearest): Likewise.
26524         (cosh_test_towardzero): Likewise.
26525         (cosh_test_downward): Likewise.
26526         (cosh_test_upward): Likewise.
26527         (cpow_test): Likewise.
26528         (csin_test): Likewise.
26529         (csinh_test): Likewise.
26530         (csqrt_test): Likewise.
26531         (ctan_test): Likewise.
26532         (ctan_test_tonearest): Likewise.
26533         (ctan_test_towardzero): Likewise.
26534         (ctan_test_downward): Likewise.
26535         (ctan_test_upward): Likewise.
26536         (ctanh_test): Likewise.
26537         (ctanh_test_tonearest): Likewise.
26538         (ctanh_test_towardzero): Likewise.
26539         (ctanh_test_downward): Likewise.
26540         (ctanh_test_upward): Likewise.
26541         (erf_test): Likewise.
26542         (erfc_test): Likewise.
26543         (exp_test): Likewise.
26544         (exp_test_tonearest): Likewise.
26545         (exp_test_towardzero): Likewise.
26546         (exp_test_downward): Likewise.
26547         (exp_test_upward): Likewise.
26548         (exp10_test): Likewise.
26549         (exp2_test): Likewise.
26550         (expm1_test): Likewise.
26551         (fmod_test): Likewise.
26552         (gamma_test): Likewise.
26553         (hypot_test): Likewise.
26554         (j0_test): Likewise.
26555         (j1_test): Likewise.
26556         (jn_test): Likewise.
26557         (lgamma_test): Likewise.
26558         (log_test): Likewise.
26559         (log10_test): Likewise.
26560         (log1p_test): Likewise.
26561         (log2_test): Likewise.
26562         (logb_test_downward): Likewise.
26563         (pow_test): Likewise.
26564         (pow_test_tonearest): Likewise.
26565         (pow_test_towardzero): Likewise.
26566         (pow_test_downward): Likewise.
26567         (pow_test_upward): Likewise.
26568         (remainder_test): Likewise.
26569         (remquo_test): Likewise.
26570         (sin_test): Likewise.
26571         (sin_test_tonearest): Likewise.
26572         (sin_test_towardzero): Likewise.
26573         (sin_test_downward): Likewise.
26574         (sin_test_upward): Likewise.
26575         (sincos_test): Likewise.
26576         (sinh_test): Likewise.
26577         (sinh_test_tonearest): Likewise.
26578         (sinh_test_towardzero): Likewise.
26579         (sinh_test_downward): Likewise.
26580         (sinh_test_upward): Likewise.
26581         (sqrt_test): Likewise.
26582         (tan_test): Likewise.
26583         (tan_test_tonearest): Likewise.
26584         (tan_test_towardzero): Likewise.
26585         (tan_test_downward): Likewise.
26586         (tan_test_upward): Likewise.
26587         (tanh_test): Likewise.
26588         (tgamma_test): Likewise.
26589         (y0_test): Likewise.
26590         (y1_test): Likewise.
26591         (yn_test): Likewise.
26593         * math/gen-libm-test.pl (adjust_arg): Remove function.
26594         (special_function): Remove argument $in_func.  Only handle
26595         generating output for tables of tests, not inside functions.
26596         (parse_args): Likewise.
26597         (generate_testfile): Remove variable $in_func.  Update call to
26598         parse_args.
26599         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26600         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26601         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26602         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26603         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26604         (MAX_VALUE_INIT): Rename macro to max_value.
26605         (MIN_VALUE_INIT): Rename macro to min_value.
26606         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26607         (plus_zero): Remove variable.
26608         (minus_zero): Likewise.
26609         (plus_infty): Likewise.
26610         (minus_infty): Likewise.
26611         (qnan_value): Likewise.
26612         (max_value): Likewise.
26613         (min_value): Likewise.
26614         (min_subnorm_value): Likewise.
26616 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26618         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26619         uint64_t or uint32_t usage.
26620         * crypt/sha256-block.c: Likewise.
26621         * crypt/sha256-crypt.c: Likewise.
26622         * crypt/sha256.c: Likewise.
26623         * crypt/sha512-block.c: Likewise.
26624         * crypt/sha512-crypt.c: Likewise.
26625         * crypt/sha512.c: Likewise.
26626         * debug/backtrace-tst.c: Likewise.
26627         * debug/pcprofiledump.c: Likewise.
26628         * elf/cache.c: Likewise.
26629         * elf/dl-cache.c: Likewise.
26630         * elf/dl-misc.c: Likewise.
26631         * elf/dl-profile.c: Likewise.
26632         * elf/dl-support.c: Likewise.
26633         * elf/ldconfig.c: Likewise.
26634         * elf/sprof.c: Likewise.
26635         * iconv/dummy-repertoire.c: Likewise.
26636         * iconv/iconv_charmap.c: Likewise.
26637         * iconv/skeleton.c: Likewise.
26638         * iconvdata/8bit-generic.c: Likewise.
26639         * iconvdata/cp737.h: Likewise.
26640         * iconvdata/cp775.h: Likewise.
26641         * iconvdata/ibm1008.h: Likewise.
26642         * iconvdata/ibm1025.h: Likewise.
26643         * iconvdata/ibm1046.h: Likewise.
26644         * iconvdata/ibm1097.h: Likewise.
26645         * iconvdata/ibm1112.h: Likewise.
26646         * iconvdata/ibm1122.h: Likewise.
26647         * iconvdata/ibm1123.h: Likewise.
26648         * iconvdata/ibm1124.h: Likewise.
26649         * iconvdata/ibm1129.h: Likewise.
26650         * iconvdata/ibm1130.h: Likewise.
26651         * iconvdata/ibm1132.h: Likewise.
26652         * iconvdata/ibm1133.h: Likewise.
26653         * iconvdata/ibm1137.h: Likewise.
26654         * iconvdata/ibm1140.h: Likewise.
26655         * iconvdata/ibm1141.h: Likewise.
26656         * iconvdata/ibm1142.h: Likewise.
26657         * iconvdata/ibm1143.h: Likewise.
26658         * iconvdata/ibm1144.h: Likewise.
26659         * iconvdata/ibm1145.h: Likewise.
26660         * iconvdata/ibm1146.h: Likewise.
26661         * iconvdata/ibm1147.h: Likewise.
26662         * iconvdata/ibm1148.h: Likewise.
26663         * iconvdata/ibm1149.h: Likewise.
26664         * iconvdata/ibm1153.h: Likewise.
26665         * iconvdata/ibm1154.h: Likewise.
26666         * iconvdata/ibm1155.h: Likewise.
26667         * iconvdata/ibm1156.h: Likewise.
26668         * iconvdata/ibm1157.h: Likewise.
26669         * iconvdata/ibm1158.h: Likewise.
26670         * iconvdata/ibm1160.h: Likewise.
26671         * iconvdata/ibm1161.h: Likewise.
26672         * iconvdata/ibm1162.h: Likewise.
26673         * iconvdata/ibm1163.h: Likewise.
26674         * iconvdata/ibm1164.h: Likewise.
26675         * iconvdata/ibm1166.h: Likewise.
26676         * iconvdata/ibm1167.h: Likewise.
26677         * iconvdata/ibm12712.h: Likewise.
26678         * iconvdata/ibm1390.h: Likewise.
26679         * iconvdata/ibm1399.h: Likewise.
26680         * iconvdata/ibm16804.h: Likewise.
26681         * iconvdata/ibm4517.h: Likewise.
26682         * iconvdata/ibm4899.h: Likewise.
26683         * iconvdata/ibm4909.h: Likewise.
26684         * iconvdata/ibm4971.h: Likewise.
26685         * iconvdata/ibm5347.h: Likewise.
26686         * iconvdata/ibm803.h: Likewise.
26687         * iconvdata/ibm856.h: Likewise.
26688         * iconvdata/ibm901.h: Likewise.
26689         * iconvdata/ibm902.h: Likewise.
26690         * iconvdata/ibm9030.h: Likewise.
26691         * iconvdata/ibm9066.h: Likewise.
26692         * iconvdata/ibm921.h: Likewise.
26693         * iconvdata/ibm922.h: Likewise.
26694         * iconvdata/ibm9448.h: Likewise.
26695         * iconvdata/isiri-3342.h: Likewise.
26696         * iconvdata/jis0201.h: Likewise.
26697         * include/link.h: Likewise.
26698         * include/netdb.h: Likewise.
26699         * inet/check_native.c: Likewise.
26700         * inet/check_pf.c: Likewise.
26701         * inet/getipv4sourcefilter.c: Likewise.
26702         * inet/getnameinfo.c: Likewise.
26703         * inet/getsourcefilter.c: Likewise.
26704         * inet/htonl.c: Likewise.
26705         * inet/setipv4sourcefilter.c: Likewise.
26706         * inet/setsourcefilter.c: Likewise.
26707         * inet/test-inet6_opt.c: Likewise.
26708         * inet/tst-network.c: Likewise.
26709         * locale/C-collate.c: Likewise.
26710         * locale/C-ctype.c: Likewise.
26711         * locale/C-time.c: Likewise.
26712         * locale/C-translit.h: Likewise.
26713         * locale/loadarchive.c: Likewise.
26714         * locale/programs/3level.h: Likewise.
26715         * locale/programs/charmap.c: Likewise.
26716         * locale/programs/charmap.h: Likewise.
26717         * locale/programs/ld-address.c: Likewise.
26718         * locale/programs/ld-collate.c: Likewise.
26719         * locale/programs/ld-ctype.c: Likewise.
26720         * locale/programs/ld-identification.c: Likewise.
26721         * locale/programs/ld-measurement.c: Likewise.
26722         * locale/programs/ld-messages.c: Likewise.
26723         * locale/programs/ld-monetary.c: Likewise.
26724         * locale/programs/ld-name.c: Likewise.
26725         * locale/programs/ld-numeric.c: Likewise.
26726         * locale/programs/ld-paper.c: Likewise.
26727         * locale/programs/ld-telephone.c: Likewise.
26728         * locale/programs/ld-time.c: Likewise.
26729         * locale/programs/linereader.c: Likewise.
26730         * locale/programs/locale.c: Likewise.
26731         * locale/programs/locarchive.c: Likewise.
26732         * locale/programs/locfile.h: Likewise.
26733         * locale/programs/repertoire.c: Likewise.
26734         * locale/programs/simple-hash.c: Likewise.
26735         * locale/programs/simple-hash.h: Likewise.
26736         * malloc/memusage.c: Likewise.
26737         * malloc/memusagestat.c: Likewise.
26738         * nis/nis_defaults.c: Likewise.
26739         * nis/nis_hash.c: Likewise.
26740         * nis/nis_print.c: Likewise.
26741         * nis/nis_xdr.c: Likewise.
26742         * nscd/connections.c: Likewise.
26743         * nscd/hstcache.c: Likewise.
26744         * nscd/nscd_gethst_r.c: Likewise.
26745         * nscd/nscd_getserv_r.c: Likewise.
26746         * nscd/nscd_helper.c: Likewise.
26747         * nscd/servicescache.c: Likewise.
26748         * nss/makedb.c: Likewise.
26749         * nss/nss_db/db-XXX.c: Likewise.
26750         * nss/nss_db/db-initgroups.c: Likewise.
26751         * nss/nss_db/db-netgrp.c: Likewise.
26752         * nss/nss_files/files-network.c: Likewise.
26753         * nss/nss_files/files-parse.c: Likewise.
26754         * posix/bug-regex5.c: Likewise.
26755         * posix/fnmatch_loop.c: Likewise.
26756         * posix/regcomp.c: Likewise.
26757         * posix/regexec.c: Likewise.
26758         * posix/tst-rfc3484-2.c: Likewise.
26759         * posix/tst-rfc3484-3.c: Likewise.
26760         * posix/tst-rfc3484.c: Likewise.
26761         * resolv/nss_dns/dns-canon.c: Likewise.
26762         * resolv/nss_dns/dns-network.c: Likewise.
26763         * resolv/res_init.c: Likewise.
26764         * resolv/res_mkquery.c: Likewise.
26765         * resolv/tst-aton.c: Likewise.
26766         * stdlib/cxa_atexit.c: Likewise.
26767         * stdlib/cxa_finalize.c: Likewise.
26768         * stdlib/gen-fpioconst.c: Likewise.
26769         * stdlib/strtol_l.c: Likewise.
26770         * string/tst-endian.c: Likewise.
26771         * sunrpc/auth_des.c: Likewise.
26772         * sunrpc/clnt_udp.c: Likewise.
26773         * sunrpc/rtime.c: Likewise.
26774         * sunrpc/svcauth_des.c: Likewise.
26775         * sunrpc/xdr.c: Likewise.
26776         * sunrpc/xdr_intXX_t.c: Likewise.
26777         * sunrpc/xdr_rec.c: Likewise.
26778         * sysdeps/generic/ldconfig.h: Likewise.
26779         * sysdeps/generic/ldsodefs.h: Likewise.
26780         * sysdeps/generic/memusage.h: Likewise.
26781         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26782         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26783         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26784         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26785         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26786         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26787         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26788         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26789         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26790         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26791         * sysdeps/posix/getaddrinfo.c: Likewise.
26792         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26793         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26794         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26795         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26796         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26797         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26798         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26799         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26800         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26801         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26802         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26803         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26804         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26805         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26806         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26807         * sysdeps/x86_64/dl-tls.h: Likewise.
26808         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26809         * time/alt_digit.c: Likewise.
26810         * time/era.c: Likewise.
26811         * wcsmbs/tst-c16c32-1.c: Likewise.
26813 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26815         * math/libm-test.inc (struct test_sincos_data): New type.
26816         (RUN_TEST_LOOP_sincos): New macro.
26817         (sincos_test_data): New variable.
26818         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26820 2013-05-16  Richard Henderson  <rth@redhat.com>
26822         * math/atest-exp2.c (LIMB64): New macro.
26823         (CONSTSZ): New macro.
26824         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26825         (hexdig): Move ...
26826         (print_mpn_fp): ... to function scope.
26827         (read_mpn_hex): Remove.
26828         (get_log2): Remove.
26829         (exp2_mpn): Use mp_log2.
26830         (main): Use mp_exp1.
26832 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26834         * math/libm-test.inc: Remove comment about not testing "inexact"
26835         exceptions.
26836         (INEXACT_EXCEPTION): New macro.
26837         (NO_INEXACT_EXCEPTION): Likewise.
26838         (INVALID_EXCEPTION_OK): Update value.
26839         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26840         (OVERFLOW_EXCEPTION_OK): Likewise.
26841         (UNDERFLOW_EXCEPTION_OK): Likewise.
26842         (IGNORE_ZERO_INF_SIGN): Likewise.
26843         (ERRNO_UNCHANGED): Likewise.
26844         (ERRNO_EDOM): Likewise.
26845         (ERRNO_ERANGE): Likewise.
26846         (test_exceptions): Handle testing "inexact" exceptions.
26847         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26848         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26849         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26850         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26851         INEXACT_EXCEPTION.
26852         (rint_towardzero_test_data): Likewise.
26853         (rint_downward_test_data): Likewise.
26854         (rint_upward_test_data): Likewise.
26856         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26857         with OVERFLOW_EXCEPTION.
26858         (exp10_test_data): Likewise.
26859         (exp2_test_data): Likewise.
26860         (expm1_test_data): Likewise.
26861         (lgamma_test_data): Likewise.
26862         (pow_test_data): Likewise.
26863         (tgamma_test_data): Likewise.
26864         (yn_test_data): Remove duplicate test of overflow.
26866         * math/libm-test.inc (struct test_cc_c_data): New type.
26867         (RUN_TEST_LOOP_cc_c): New macro.
26868         (cpow_test_data): New variable.
26869         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26871         * math/libm-test.inc (struct test_f_L_data): New type.
26872         (RUN_TEST_LOOP_f_L): New macro.
26873         (llrint_test_data): New variable.
26874         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26875         (llrint_tonearest_test_data): New variable.
26876         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26877         (llrint_towardzero_test_data): New variable.
26878         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26879         (llrint_downward_test_data): New variable.
26880         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26881         (llrint_upward_test_data): New variable.
26882         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26883         (llround_test_data): New variable.
26884         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26886 2013-05-13  Peter Collingbourne  <pcc@google.com>
26888         * math/atest-exp2.c (get_log2): Remove const attribute.
26890 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26892         * math/libm-test.inc (struct test_f_l_data): New type.
26893         (RUN_TEST_LOOP_f_l): New macro.
26894         (lrint_test_data): New variable.
26895         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26896         (lrint_tonearest_test_data): New variable.
26897         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26898         (lrint_towardzero_test_data): New variable.
26899         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26900         (lrint_downward_test_data): New variable.
26901         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26902         (lrint_upward_test_data): New variable.
26903         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26904         (lround_test_data): New variable.
26905         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26907 2013-05-15  Peter Collingbourne  <pcc@google.com>
26909         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26910         (EXTRACT_WORDS64) Use where appropriate.
26911         (INSERT_WORDS64) Likewise.
26913         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26914         constraints with x constraints.
26915         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26917         * malloc/obstack.c (_obstack_compat): Add initializer.
26919 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26921         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26922         si_trapno and add si_addr_lsb to _sifields.sigfault.
26923         (si_trapno): Remove macro.
26924         (si_addr_lsb): Define new macro.
26925         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26927 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26929         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26930         instead of TEST_f_l.
26931         (llrint_test_tonearest): Likewise.
26932         (llrint_test_towardzero): Likewise.
26933         (llrint_test_downward): Likewise.
26934         (llrint_test_upward): Likewise.
26935         (llround_test): Likewise.
26937         * math/libm-test.inc (struct test_f_i_data): Add comment.
26938         (RUN_TEST_LOOP_f_b): New macro.
26939         (RUN_TEST_LOOP_f_b_tg): Likewise.
26940         (finite_test_data): New variable.
26941         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26942         (isfinite_test_data): New variable.
26943         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26944         (isinf_test_data): New variable.
26945         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26946         (isnan_test_data): New variable.
26947         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26948         (isnormal_test_data): New variable.
26949         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26950         (issignaling_test_data): New variable.
26951         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26952         (signbit_test_data): New variable.
26953         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26955         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26956         with INVALID_EXCEPTION.
26957         (acosh_test_data): Likewise.
26958         (asin_test_data): Likewise.
26959         (atanh_test_data): Likewise.
26960         (fmod_test_data): Likewise.
26961         (log_test_data): Likewise.
26962         (log10_test_data): Likewise.
26963         (log2_test_data): Likewise.
26964         (pow_test_data): Likewise.
26965         (sqrt_test_data): Likewise.
26966         (y0_test_data): Likewise.
26967         (y1_test_data): Likewise.
26968         (yn_test_data): Likewise.
26970         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26971         function contents.
26973         * math/libm-test.inc (struct test_ff_i_data): New type.
26974         (RUN_TEST_LOOP_ff_i_tg): New macro.
26975         (isgreater_test_data): New variable.
26976         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26977         (isgreaterequal_test_data): New variable.
26978         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26979         (isless_test_data): New variable.
26980         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26981         (islessequal_test_data): New variable.
26982         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26983         (islessgreater_test_data): New variable.
26984         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26985         (isunordered_test_data): New variable.
26986         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26988 2013-05-14  David S. Miller  <davem@davemloft.net>
26990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26992 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
26994         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
26996         * math/libm-test.inc (struct test_fF_f1_data): Change type of
26997         extra_test to int.
26998         (struct test_f_i_data): Change type of max_ulp to int.
27000         * math/libm-test.inc (test_ffI_f1_data): New type.
27001         (RUN_TEST_LOOP_ffI_f1): New macro.
27002         (remquo_test_data): New variable.
27003         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27005         * setjmp/tst-setjmp-fp.c: New file.
27006         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27007         (link-libm): New variable.
27008         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27010         * math/libm-test.inc (struct test_f_i_data): New type.
27011         (RUN_TEST_LOOP_f_i): New macro.
27012         (RUN_TEST_LOOP_f_i_tg): Likewise.
27013         (fpclassify_test_data): New variable.
27014         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27015         (ilogb_test_data): New variable.
27016         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27018         * math/libm-test.inc (scalbln_test): Correct function name in END
27019         call.
27021         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27022         (RUN_TEST_LOOP_fI_f1): New macro.
27023         (frexp_test_data): New variable.
27024         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27026         * math/libm-test.inc (struct test_fF_f1_data): New type.
27027         (RUN_TEST_LOOP_fF_f1): New macro.
27028         (modf_test_data): New variable.
27029         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27031         * math/libm-test.inc (struct test_f_f1_data): New type.
27032         (RUN_TEST_LOOP_f_f1): New macro.
27033         (gamma_test_data): New variable.
27034         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27035         (lgamma_test_data): New variable.
27036         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27038 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27040         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27041         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27042         (main): Comment "tls" pseudo-hwcap.
27044 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27046         * math/libm-test.inc (struct test_fl_f_data): New type.
27047         (RUN_TEST_LOOP_fl_f): New variable.
27048         (scalbln_test_data): New variable.
27049         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27051         * math/libm-test.inc (struct test_fi_f_data): New type.
27052         (RUN_TEST_LOOP_fi_f): New macro.
27053         (ldexp_test_data): New variable.
27054         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27055         (scalbn_test_data): New variable.
27056         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27058         * math/libm-test.inc (struct test_c_f_data): New type.
27059         (RUN_TEST_LOOP_c_f): New macro.
27060         (cabs_test_data): New variable.
27061         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27062         (carg_test_data): New variable.
27063         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27064         (cimag_test_data): New variable.
27065         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27066         (creal_test_data): New variable.
27067         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27069         * math/libm-test.inc (struct test_if_f_data): New type.
27070         (RUN_TEST_LOOP_if_f): New macro.
27071         (jn_test_data): New variable.
27072         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27073         (yn_test_data): New variable.
27074         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27076         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27078 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27080         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27081         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27083 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27085         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27086         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27087         (bench-deps): Add bench-timing.h.
27088         * benchtests-bench-skeleton.c: Include bench-timing.h.
27089         (main): Use TIMING_* macros instead of clock_gettime.
27090         * benchtests/bench-timing.h: New file.
27092         [BZ #14582]
27093         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27094         Renamed from _LIB_VERSION.
27095         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27097 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27099         * math/libm-test.inc (struct test_fff_f_data): New type.
27100         (RUN_TEST_LOOP_fff_f): New macro.
27101         (fma_test_data): New variable.
27102         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27103         (fma_towardzero_test_data): New variable.
27104         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27105         (fma_downward_test_data): New variable.
27106         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27107         (fma_upward_test_data): New variable.
27108         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27110         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27111         (struct test_c_c_data): New type.
27112         (RUN_TEST_LOOP_c_c): New macro.
27113         (cacos_test_data): New variable.
27114         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27115         (cacosh_test_data): New variable.
27116         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27117         (casin_test_data): New variable.
27118         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27119         (casinh_test_data): New variable.
27120         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27121         (catan_test_data): New variable.
27122         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27123         (catanh_test_data): New variable.
27124         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27125         (ccos_test_data): New variable.
27126         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27127         (ccosh_test_data): New variable.
27128         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27129         (cexp_test_data): New variable.
27130         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27131         (clog_test_data): New variable.
27132         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27133         (clog10_test_data): New variable.
27134         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27135         (conj_test_data): New variable.
27136         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27137         (cproj_test_data): New variable.
27138         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27139         (csin_test_data): New variable.
27140         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27141         (csinh_test_data): New variable.
27142         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27143         (csqrt_test_data): New variable.
27144         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27145         (ctan_test_data): New variable.
27146         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27147         (ctan_tonearest_test_data): New variable.
27148         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27149         (ctan_towardzero_test_data): New variable.
27150         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27151         (ctan_downward_test_data): New variable.
27152         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27153         (ctan_upward_test_data): New variable.
27154         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27155         (ctanh_test_data): New variable.
27156         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27157         (ctanh_tonearest_test_data): New variable.
27158         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27159         (ctanh_towardzero_test_data): New variable.
27160         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27161         (ctanh_downward_test_data): New variable.
27162         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27163         (ctanh_upward_test_data): New variable.
27164         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27165         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27166         of BUILD_COMPLEX.
27168         * math/libm-test.inc (struct test_ff_f_data): New type.
27169         (struct test_ff_f_data_nexttoward): Likewise.
27170         (RUN_TEST_LOOP_2_f): New macro.
27171         (RUN_TEST_LOOP_ff_f): Likewise.
27172         (atan2_test_data): New variable.
27173         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27174         (copysign_test_data): New variable.
27175         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27176         (fdim_test_data): New variable.
27177         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27178         (fmax_test_data): New variable.
27179         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27180         (fmin_test_data): New variable.
27181         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27182         (fmod_test_data): New variable.
27183         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27184         (hypot_test_data): New variable.
27185         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27186         (nextafter_test_data): New variable.
27187         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27188         (nexttoward_test_data): New variable.
27189         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27190         (pow_test_data): New variable.
27191         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27192         (pow_tonearest_test_data): New variable.
27193         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27194         (pow_towardzero_test_data): New variable.
27195         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27196         (pow_downward_test_data): New variable.
27197         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27198         (pow_upward_test_data): New variable.
27199         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27200         (remainder_test_data): New variable.
27201         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27202         (scalb_test_data): New variable.
27203         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27204         * sysdeps/i386/fpu/libm-test-ulps: Update.
27206 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27208         * math/libm-test.inc (fma_test): Use max_value instead of local
27209         variable fltmax.
27210         (nextafter_test): Likewise.
27212         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27213         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27214         (acos_downward_test_data): New variable.
27215         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27216         (acos_upward_test_data): New variable.
27217         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27218         (acosh_test_data): New variable.
27219         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27220         (asin_test_data): New variable.
27221         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27222         (asin_tonearest_test_data): New variable.
27223         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27224         (asin_towardzero_test_data): New variable.
27225         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27226         (asin_downward_test_data): New variable.
27227         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27228         (asin_upward_test_data): New variable.
27229         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27230         (asinh_test_data): New variable.
27231         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27232         (atan_test_data): New variable.
27233         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27234         (atanh_test_data): New variable.
27235         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27236         (cbrt_test_data): New variable.
27237         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27238         (ceil_test_data): New variable.
27239         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27240         (cos_test_data): New variable.
27241         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27242         (cos_tonearest_test_data): New variable.
27243         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27244         (cos_towardzero_test_data): New variable.
27245         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27246         (cos_downward_test_data): New variable.
27247         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27248         (cos_upward_test_data): New variable.
27249         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27250         (cosh_test_data): New variable.
27251         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27252         (cosh_tonearest_test_data): New variable.
27253         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27254         (cosh_towardzero_test_data): New variable.
27255         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27256         (cosh_downward_test_data): New variable.
27257         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27258         (cosh_upward_test_data): New variable.
27259         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27260         (erf_test_data): New variable.
27261         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27262         (erfc_test_data): New variable.
27263         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27264         (exp_test_data): New variable.
27265         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27266         (exp_tonearest_test_data): New variable.
27267         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27268         (exp_towardzero_test_data): New variable.
27269         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27270         (exp_downward_test_data): New variable.
27271         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27272         (exp_upward_test_data): New variable.
27273         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27274         (exp10_test_data): New variable.
27275         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27276         (exp2_test_data): New variable.
27277         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27278         (expm1_test_data): New variable.
27279         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27280         (fabs_test_data): New variable.
27281         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27282         (floor_test_data): New variable.
27283         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27284         (j0_test_data): New variable.
27285         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27286         (j1_test_data): New variable.
27287         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27288         (log_test_data): New variable.
27289         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27290         (log10_test_data): New variable.
27291         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27292         (log1p_test_data): New variable.
27293         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27294         (log2_test_data): New variable.
27295         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27296         (logb_test_data): New variable.
27297         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27298         (logb_downward_test_data): New variable.
27299         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27300         (nearbyint_test_data): New variable.
27301         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27302         (rint_test_data): New variable.
27303         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27304         (rint_tonearest_test_data): New variable.
27305         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27306         (rint_towardzero_test_data): New variable.
27307         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27308         (rint_downward_test_data): New variable.
27309         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27310         (rint_upward_test_data): New variable.
27311         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27312         (round_test_data): New variable.
27313         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27314         (sin_test_data): New variable.
27315         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27316         (sin_tonearest_test_data): New variable.
27317         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27318         (sin_towardzero_test_data): New variable.
27319         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27320         (sin_downward_test_data): New variable.
27321         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27322         (sin_upward_test_data): New variable.
27323         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27324         (sinh_test_data): New variable.
27325         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27326         (sinh_tonearest_test_data): New variable.
27327         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27328         (sinh_towardzero_test_data): New variable.
27329         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27330         (sinh_downward_test_data): New variable.
27331         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27332         (sinh_upward_test_data): New variable.
27333         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27334         (sqrt_test_data): New variable.
27335         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27336         (tan_test_data): New variable.
27337         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27338         (tan_tonearest_test_data): New variable.
27339         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27340         (tan_towardzero_test_data): New variable.
27341         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27342         (tan_downward_test_data): New variable.
27343         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27344         (tan_upward_test_data): New variable.
27345         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27346         (tanh_test_data): New variable.
27347         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27348         (tgamma_test_data): New variable.
27349         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27350         (trunc_test_data): New variable.
27351         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27352         (y0_test_data): New variable.
27353         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27354         (y1_test_data): New variable.
27355         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27356         (significand_test_data): New variable.
27357         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27359 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27361         [BZ #12387]
27362         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27364 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27366         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27368 2013-05-10  Andreas Jaeger  <aj@suse.de>
27370         [BZ #15448]
27371         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27372         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27374 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27376         * math/gen-libm-test.pl (adjust_arg): New function.
27377         (special_functions): Handle generating output in both functions
27378         and arrays.
27379         (parse_args): Likewise.
27380         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27381         $in_func argument to parse_args.
27382         * math/libm-test.inc (struct test_f_f_data): New type.
27383         (IF_ROUND_INIT_): New macro.
27384         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27385         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27386         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27387         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27388         (ROUND_RESTORE_): Likewise.
27389         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27390         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27391         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27392         (ROUND_RESTORE_FE_UPWARD): Likewise.
27393         (RUN_TEST_LOOP_f_f): New macro.
27394         (acos_test_data): New variable.
27395         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27396         (acos_tonearest_test_data): New variable.
27397         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27399 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27401         * benchtests/bench-skeleton.c (startup): Fix coding style.
27403 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27405         [BZ #6809]
27406         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27407         negative infinity argument.
27408         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27409         negative infinity argument.
27410         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27411         negative infinity argument.
27412         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27413         domain errors.
27415 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27417         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27418         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27419         * iconv/iconv_prog.c (main): Likewise.
27420         * locale/programs/charmap-dir.c (charmap_readdir)
27421         (fopen_uncompressed): Likewise.
27422         * locale/programs/locfile.c (siblings_uncached)
27423         (write_locale_data): Use lstat64 instead of lstat.
27424         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27425         stat.
27427 2013-05-10  Andreas Jaeger  <aj@suse.de>
27429         [BZ #15395]
27430         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27431         localization.
27432         Include <locale.h>.
27434 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27436         * elf/dl-close.c (_dl_close_worker): Add comments.
27438 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27440         [BZ #15359]
27441         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27442         high part of pi/2.
27443         (__ieee754_rem_pio2l): Update comments.
27445         [BZ #15429]
27446         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27447         high part of pi/2.
27448         (__ieee754_rem_pio2l): Update comments.
27450         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27451         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27453         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27454         M_PI_4l.
27456         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27457         (M_PI_34_LOG10El): Likewise.
27458         (M_PI2_LOG10El): Likewise.
27459         (M_PI4_LOG10El): Likewise.
27460         (M_PI_LOG10El): Likewise.
27462 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27464         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27466 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27468         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27469         (MINUS_ZERO_INIT): Likewise.
27470         (PLUS_INFTY_INIT): Likewise.
27471         (MINUS_INFTY_INIT): Likewise.
27472         (QNAN_VALUE_INIT): Likewise.
27473         (MAX_VALUE_INIT): Likewise.
27474         (MIN_VALUE_INIT): Likewise.
27475         (MIN_SUBNORM_VALUE_INIT): Likewise.
27476         (plus_zero): Initialize with PLUS_ZERO_INIT.
27477         (minus_zero): Initialize with MINUS_ZERO_INIT.
27478         (plus_infty): Initialize with PLUS_INFTY_INIT.
27479         (minus_infty): Initialize with MINUS_INFTY_INIT.
27480         (qnan_value): Initialize with QNAN_VALUE_INIT.
27481         (max_value): Initialize with MAX_VALUE_INIT.
27482         (min_value): Initialize with MIN_VALUE_INIT.
27483         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27485         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27486         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27487         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27488         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27490         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27491         (RUN_TEST_2_f): Likewise.
27492         (RUN_TEST_ff_f): Likewise.
27493         (RUN_TEST_fi_f): Likewise.
27494         (RUN_TEST_fl_f): Likewise.
27495         (RUN_TEST_fff_f): Likewise.
27496         (RUN_TEST_c_f): Likewise.
27497         (RUN_TEST_f_f1): Likewise.
27498         (RUN_TEST_fF_f1): Likewise.
27499         (RUN_TEST_fI_f1): Likewise.
27500         (RUN_TEST_ffI_f1): Likewise.
27501         (RUN_TEST_c_c): Likewise.
27502         (RUN_TEST_cc_c): Likewise.
27503         (RUN_TEST_f_i): Likewise.
27504         (RUN_TEST_f_i_tg): Likewise.
27505         (RUN_TEST_ff_i_tg): Likewise.
27506         (RUN_TEST_f_b): Likewise.
27507         (RUN_TEST_f_b_tg): Likewise.
27508         (RUN_TEST_f_l): Likewise.
27509         (RUN_TEST_f_L): Likewise.
27510         (RUN_TEST_sincos): Likewise.
27511         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27512         whether to show exceptions.  Do not include ");\n" in return
27513         value.
27514         (special_functions): Output call to RUN_TEST_sincos instead of
27515         check_float calls.  Update calls to new_test.
27516         (parse_args): Output call to single RUN_TEST_* macro instead of
27517         check_* calls and other assignments.  Update calls to new_test.
27519         [BZ #2546]
27520         [BZ #2560]
27521         [BZ #5159]
27522         [BZ #15426]
27523         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27524         input to result for tgamma overflow.
27525         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27526         (gamma_coeff): New variable.
27527         (NCOEFF): New macro.
27528         (gamma_positive): New function.
27529         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27530         underflow here.  Use gamma_positive instead of exp (lgamma) for
27531         other arguments.
27532         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27533         (gamma_coeff): New variable.
27534         (NCOEFF): New macro.
27535         (gammaf_positive): New function.
27536         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27537         underflow here.  Use gamma_positive instead of exp (lgamma) for
27538         other arguments.
27539         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27540         (gamma_coeff): New variable.
27541         (NCOEFF): New macro.
27542         (gammal_positive): New function.
27543         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27544         underflow here.  Use gamma_positive instead of exp (lgamma) for
27545         other arguments.
27546         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27547         (gamma_coeff): New variable.
27548         (NCOEFF): New macro.
27549         (gammal_positive): New function.
27550         (__ieee754_gammal_r): Handle positive infinity, overflow and
27551         underflow here.  Handle NaN the same as positive infinity.  Remove
27552         check x < 0xffffffff for negative integers.  Use gamma_positive
27553         instead of exp (lgamma) for other arguments.
27554         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27555         (gamma_coeff): New variable.
27556         (NCOEFF): New macro.
27557         (gammal_positive): New function.
27558         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27559         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27560         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27561         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27562         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27563         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27564         * sysdeps/generic/math_private.h (__gamma_productf): New
27565         prototype.
27566         (__gamma_product): Likewise.
27567         (__gamma_productl): Likewise.
27568         * math/Makefile (libm-calls): Add gamma_product.
27569         * math/libm-test.inc (tgamma_test): Add more tests.
27570         * sysdeps/i386/fpu/libm-test-ulps: Update.
27571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27573 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27575         * benchtests/bench-skeleton.c (main): Preheat CPU.
27577 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27579         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27581 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27583         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27584         and _dl_skip_args_internal.
27586 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27588         * manual/message.texi (Message Translation): Talk about users.
27589         Message to key mapping impacts design.
27591 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27593         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27595         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27597         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27598         * sysdeps/wordsize-64/glob64.c: ... here.
27600         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27601         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27602         New macros.
27604         * debug/getlogin_r_chk.c: Moved to ...
27605         * login/getlogin_r_chk.c: ... here.
27606         * debug/Makefile (routines): Move getlogin_r_chk to ...
27607         * login/Makefile (routines): ... here.
27608         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27609         * login/Versions (libc: GLIBC_2.4): ... here.
27611         * io/poll.c (__poll): Renamed from poll.
27612         Add libc_hidden_def.
27613         (poll): Define as weak alias.
27615         * debug/ptsname_r_chk.c: Moved to ...
27616         * login/ptsname_r_chk.c: ... here.
27617         * debug/Makefile (routines): Move ptsname_r_chk to ...
27618         * login/Makefile (routines): ... here.
27619         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27620         * login/Versions (libc: GLIBC_2.4): ... here.
27622         * posix/getlogin.c: Moved to ...
27623         * login/getlogin.c: ... here.
27624         * posix/getlogin_r.c: Moved to ...
27625         * login/getlogin_r.c: ... here.
27626         * posix/getlogin_r.c: Moved to ...
27627         * login/getlogin_r.c: ... here.
27628         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27629         * login/Makefile (routines): ... here.
27630         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27631         * login/Versions (libc: GLIBC_2.0): ... here.
27633         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27634         (setrlimit): Define as weak alias.
27636         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27637         Call __ names for open, ftruncate, and close.
27638         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27639         (truncate): Define as weak alias.
27641 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27643         * math/gen-libm-test.pl (parse_args): Initialize x before each
27644         test of frexp, modf and remquo.
27646         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27647         test signgam value.
27649 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27651         [BZ #15418]
27652         [BZ #15419]
27653         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27654         internal tests.
27655         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27657 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27659         * elf/dl-writev.h: New file.
27660         * elf/dl-misc.c: Include it.
27661         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27662         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27664 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27666         * math/libm-test.inc (noXFails): Remove variable.
27667         (noXPasses): Likewise.
27668         (BUILD_COMPLEX_INT): Remove macro.
27669         (print_screen): Remove xfail argument.
27670         (print_screen_max_error): Likewise.
27671         (update_stats): Likewise.
27672         (print_max_error): Likewise.  Update calls to other affected
27673         functions.
27674         (print_complex_max_error): Likewise.
27675         (test_single_exception): Update calls to print_screen.
27676         (test_single_errno): Likewise.
27677         (check_float_internal): Remove xfail argument.  Update calls to
27678         other affected functions.
27679         (check_float): Likewise.
27680         (check_complex): Likewise.
27681         (check_int): Likewise.
27682         (check_long): Likewise.
27683         (check_bool): Likewise.
27684         (check_longlong): Likewise.
27685         (main): Don't print noXFails and noXPasses.
27686         * math/gen-libm-test.pl (top level): Don't mention expected
27687         failure handling in comment.
27688         (new_test): Don't handle expected failures.
27689         (parse_args): Don't mention expected failure handling in comment.
27690         (generate_testfile): Don't handle expected failures.
27691         (parse_ulps): Likewise.
27692         (print_ulps_file): Likewise.
27693         (get_failure): Remove function.
27694         (output_test): Don't handle expected failures.
27695         * make/README.libm-test: Don't mention expected failure handling.
27697         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27698         (minus_zero): Likewise.
27699         (plus_infty): Likewise.
27700         (minus_infty): Likewise.
27701         (qnan_value): Likewise.
27702         (max_value): Likewise.
27703         (min_value): Likewise.
27704         (min_subnorm_value): Likewise.
27705         (initialize): Do not initialize those variables dynamically.
27707 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27709         * io/open.c (__open_2): Moved to ...
27710         * io/open_2.c: ... this new file.
27711         * io/open64.c (__open64_2): Moved to ...
27712         * io/open64_2.c: ... this new file.
27713         * io/openat.c (__openat_2): Moved to ...
27714         * io/openat_2.c: ... this new file.
27715         * io/openat64.c (__openat64_2): Moved to ...
27716         * io/openat64_2.c: ... this new file.
27717         * io/Makefile (routines): Add them.
27718         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27719         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27720         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27721         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27722         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27723         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27724         (__openat64): Add hidden_ver.
27725         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27726         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27728         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27729         Separately conditionalize setting of GLRO(dl_sysinfo) so
27730         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27731         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27733 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27735         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27736         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27737         definition.
27738         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27739         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27740         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27741         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27742         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27744 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27746         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27747         test signgam value.
27749         * math/libm-test.inc (hypot_test): Do not use
27750         IGNORE_ZERO_INF_SIGN.
27752 2013-05-03  Andreas Jaeger  <aj@suse.de>
27754         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27755         Linux 3.9.
27756         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27757         (PF_MAX): Adjust for VSOCK change.
27759 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27763 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27765         [BZ #15264]
27766         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27767         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27768         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27770 2013-05-02  David S. Miller  <davem@davemloft.net>
27772         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27774 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27776         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27778 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27780         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27782 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27784         [BZ #14952]
27785         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27786         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27787         Use __attribute__ ((__gnu_inline__)).
27788         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27789         Don't use __attribute__ ((__gnu_inline__)).
27791 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27793         [BZ #15423]
27794         * math/s_catan.c (__catan): Handle small real or imaginary part of
27795         input specially to avoid spurious underflow.
27796         * math/s_catanf.c (__catanf): Likewise.
27797         * math/s_catanh.c (__catanh): Likewise.
27798         * math/s_catanhf.c (__catanhf): Likewise.
27799         * math/s_catanhl.c (__catanhl): Likewise.
27800         * math/s_catanl.c (__catanl): Likewise.
27801         * math/libm-test.inc (catan_test): Add more tests.
27802         (catanh_test): Likewise.
27803         * sysdeps/i386/fpu/libm-test-ulps: Update.
27804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27806 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27808         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27810 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27812         [BZ #15416]
27813         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27814         accurately for denominator in atan2.
27815         * math/s_catanf.c (__catanf): Likewise.
27816         * math/s_catanh.c (__catanh): Likewise.
27817         * math/s_catanhf.c (__catanhf): Likewise.
27818         * math/s_catanhl.c (__catanhl): Likewise.
27819         * math/s_catanl.c (__catanl): Likewise.
27820         * math/libm-test.inc (catan_test): Add more tests.
27821         (catanh_test): Likewise.
27822         * sysdeps/i386/fpu/libm-test-ulps: Update.
27823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27825 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27827         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27829         * benchtests/Makefile (bench): Remove slow benchmarks.
27830         * benchtests/atan-inputs: Add slow benchmark inputs.
27831         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27832         (BENCH_FUNC): Accept variant offset.
27833         (VARIANT): Define.
27834         * benchtests/bench-skeleton.c (main): Run benchmark for each
27835         variant.
27836         * benchtests/cos-inputs: Add slow benchmark inputs.
27837         * benchtests/exp-inputs: Likewise.
27838         * benchtests/pow-inputs: Likewise.
27839         * benchtests/sin-inputs: Likewise.
27840         * benchtests/slowatan-inputs: Remove.
27841         * benchtests/slowatan.c: Remove.
27842         * benchtests/slowcos-inputs: Remove.
27843         * benchtests/slowcos.c: Remove.
27844         * benchtests/slowexp-inputs: Remove.
27845         * benchtests/slowexp.c: Remove.
27846         * benchtests/slowpow-inputs: Remove.
27847         * benchtests/slowpow.c: Remove.
27848         * benchtests/slowsin-inputs: Remove.
27849         * benchtests/slowsin.c: Remove.
27850         * benchtests/slowtan-inputs: Remove.
27851         * benchtests/slowtan.c: Remove.
27852         * benchtests/tan-inputs: Add slow benchmark inputs.
27853         * scripts/bench.pl: Parse comments and directives.
27855         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27856         in CPPFLAGS.
27857         ($(objpfx)bench-%.c): Remove *-ITER.
27858         * benchtests/bench-modf.c: Remove definition of ITER.
27859         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27860         (main): Loop for DURATION seconds instead of fixed number of
27861         iterations.
27862         * scripts/bench.pl: Don't expect iterations in parameters.
27864 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27866         * io/fchdir.c (__fchdir): Renamed from fchdir.
27867         (fchdir): Define as weak alias.
27869 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27871         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27872         (ERRNO_EDOM): Likewise.
27873         (ERRNO_ERANGE): Likewise.
27874         (noErrnoTests): New variable.
27875         (init_max_error): Set errno to 0.
27876         (test_single_errno): New function.
27877         (test_errno): Likewise.
27878         (check_float_internal): Call test_errno.  Set errno to 0.
27879         (check_complex): Refer to errno tests in comment.
27880         (check_int): Call test_errno.  Set errno to 0.
27881         (check_long): Likewise.
27882         (check_bool): Likewise.
27883         (check_longlong): Likewise.
27884         (cos_test): Use ERRNO_* flags for errno tests instead of
27885         check_int.
27886         (expm1_test): Likewise.
27887         (fmod_test): Likewise.
27888         (ilogb_test): Likewise.
27889         (lgamma_test): Likewise.
27890         (pow_test): Likewise.
27891         (remainder_test): Likewise.
27892         (sin_test): Likewise.
27893         (tan_test): Likewise.
27894         (yn_test): Likewise.
27895         (initialize): Set errno to 0.
27896         (main): Print number of errno tests.
27897         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27899 2013-04-29  Andreas Jaeger  <aj@suse.de>
27901         [BZ #15084]
27902         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27903         and RES_USEVC.
27905         [BZ #15085]
27906         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27907         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27908         unimplemented.
27910         [BZ #15380]
27911         * stdlib/random.c (__initstate): Return NULL if
27912         __initstate fails.
27914         [BZ #15086]
27915         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27916         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27917         RES_SNGLKUPREOP.
27919 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27923 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27925         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27926         of individual tests.
27927         (casin_test): Likewise.
27928         (casinh_test): Likewise.
27930 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27932         [BZ #15409]
27933         * math/s_catan.c (__catan): Handle arguments with large real or
27934         imaginary part separately without squaring.
27935         * math/s_catanf.c (__catanf): Likewise.
27936         * math/s_catanh.c (__catanh): Likewise.
27937         * math/s_catanhf.c (__catanhf): Likewise.
27938         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27939         and redefine.
27940         (__catanhl): Handle arguments with large real or imaginary part
27941         separately without squaring.
27942         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27943         and redefine.
27944         (__catanl): Handle arguments with large real or imaginary part
27945         separately without squaring.
27946         * math/libm-test.inc (catan_test): Add more tests.
27947         (catanh_test): Likewise.
27948         * sysdeps/i386/fpu/libm-test-ulps: Update.
27949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27951 2013-04-27  Andreas Jaeger  <aj@suse.de>
27953         [BZ #15007]
27954         * stdlib/stdlib.h: Update guards for qecvt.
27955         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27956         <stdlib.h>.
27958 2013-04-27  Allan McRae  <allan@archlinux.org>
27960         * sysdeps/i386/fpu/libm-test-ulps: Update.
27962 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27964         [BZ #15406]
27965         * math/s_catan.c: Include <float.h>.
27966         (__catan): Ensure underflow exception occurs for underflowed
27967         result.
27968         * math/s_catanf.c: Include <float.h>.
27969         (__catanf): Ensure underflow exception occurs for underflowed
27970         result.
27971         * math/s_catanh.c: Include <float.h>.
27972         (__catanh): Ensure underflow exception occurs for underflowed
27973         result.
27974         * math/s_catanhf.c: Include <float.h>.
27975         (__catanhf): Ensure underflow exception occurs for underflowed
27976         result.
27977         * math/s_catanhl.c: Include <float.h>.
27978         (__catanhl): Ensure underflow exception occurs for underflowed
27979         result.
27980         * math/s_catanl.c: Include <float.h>.
27981         (__catanl): Ensure underflow exception occurs for underflowed
27982         result.
27983         * math/libm-test.inc (catan_test): Add more tests.
27984         (catanh_test): Likewise.
27986         [BZ #15405]
27987         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
27988         underflowed result.
27989         * math/s_ccoshf.c (__ccoshf): Likewise.
27990         * math/s_ccoshl.c (__ccoshl): Likewise.
27991         * math/s_csin.c (__csin): Likewise.
27992         * math/s_csinf.c (__csinf): Likewise.
27993         * math/s_csinh.c (__csinh): Likewise.
27994         * math/s_csinhf.c (__csinhf): Likewise.
27995         * math/s_csinhl.c (__csinhl): Likewise.
27996         * math/s_csinl.c (__csinl): Likewise.
27997         * math/libm-test.inc (ccos_test): Add more tests.
27998         (ccosh_test): Likewise.
27999         (csin_test): Likewise.
28000         (csinh_test): Likewise.
28002 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28004         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28005         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28006         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28007         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28008         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28009         powerpc/power5+/fpu folders.
28010         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28013 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28015         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28017 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28019         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28020         additions to variable.
28021         [$(config-machine) = x86_64] (modules-names): Likewise.
28022         ($(objpfx)tst-audit3): Remove dependency.
28023         ($(objpfx)tst-audit3.out): Likewise.
28024         ($(objpfx)tst-audit4): Likewise.
28025         ($(objpfx)tst-audit4.out): Likewise.
28026         ($(objpfx)tst-audit5): Likewise.
28027         ($(objpfx)tst-audit5.out): Likewise.
28028         ($(objpfx)tst-audit6): Likewise.
28029         ($(objpfx)tst-audit6.out): Likewise.
28030         ($(objpfx)tst-audit7): Likewise.
28031         ($(objpfx)tst-audit7.out): Likewise.
28032         (tst-audit3-ENV): Remove variable.
28033         (tst-audit4-ENV): Likewise.
28034         (tst-audit5-ENV): Likewise.
28035         (tst-audit6-ENV): Likewise.
28036         (tst-audit7-ENV): Likewise.
28037         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28038         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28039         addition to variable.
28040         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28041         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28042         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28043         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28044         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28045         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28046         tst-audit3, tst-audit4 and tst-audit5.
28047         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28048         tst-audit6 and tst-audit7.
28049         [$(subdir) = elf] (modules-names): Add audit modules for those
28050         tests.
28051         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28052         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28053         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28054         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28055         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28056         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28057         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28058         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28059         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28060         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28061         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28062         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28063         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28064         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28065         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28066         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28067         Likewise.
28068         [$(subdir) = elf && $(config-cflags-avx) = yes]
28069         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28070         [$(subdir) = elf && $(config-cflags-avx) = yes]
28071         (CFLAGS-tst-auditmod4a.c): Likewise.
28072         [$(subdir) = elf && $(config-cflags-avx) = yes]
28073         (CFLAGS-tst-auditmod4b.c): Likewise.
28074         [$(subdir) = elf && $(config-cflags-avx) = yes]
28075         (CFLAGS-tst-auditmod6b.c): Likewise.
28076         [$(subdir) = elf && $(config-cflags-avx) = yes]
28077         (CFLAGS-tst-auditmod6c.c): Likewise.
28078         [$(subdir) = elf && $(config-cflags-avx) = yes]
28079         (CFLAGS-tst-auditmod7b.c): Likewise.
28080         * elf/tst-audit3.c: Move to ...
28081         * sysdeps/x86_64/tst-audit3.c: ... here.
28082         * elf/tst-audit4.c: Move to ...
28083         * sysdeps/x86_64/tst-audit4.c: ... here.
28084         * elf/tst-audit5.c: Move to ...
28085         * sysdeps/x86_64/tst-audit5.c: ... here.
28086         * elf/tst-audit6.c: Move to ...
28087         * sysdeps/x86_64/tst-audit6.c: ... here.
28088         * elf/tst-audit7.c: Move to ...
28089         * sysdeps/x86_64/tst-audit7.c: ... here.
28090         * elf/tst-auditmod3a.c: Move to ...
28091         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28092         * elf/tst-auditmod3b.c: Move to ...
28093         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28094         * elf/tst-auditmod4a.c: Move to ...
28095         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28096         * elf/tst-auditmod4b.c: Move to ...
28097         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28098         * elf/tst-auditmod5a.c: Move to ...
28099         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28100         * elf/tst-auditmod5b.c: Move to ...
28101         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28102         * elf/tst-auditmod6a.c: Move to ...
28103         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28104         * elf/tst-auditmod6b.c: Move to ...
28105         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28106         * elf/tst-auditmod6c.c: Move to ...
28107         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28108         * elf/tst-auditmod7a.c: Move to ...
28109         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28110         * elf/tst-auditmod7b.c: Move to ...
28111         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28113 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28115         [BZ #15366]
28116         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28117         define unconditionally.
28118         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28119         define unconditionally.
28120         (INT8_C, INT16_C, etc.): Likewise.
28122 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28124         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28125         __ehdr_start with hidden visibility.
28127         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28129 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28131         * math/libm-test.inc (cos_test): Use accurate hex constants.
28132         (sincost_test): Likewise.
28134 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28136         * math/libm-test.inc (catan_test): Add more tests.
28137         (catanh_test): Likewise.
28139         * math/s_catanf.c (__catanf): Use suffixed floating-point
28140         constants.
28141         * math/s_catanhf.c (__catanhf): Likewise.
28142         * math/s_catanhl.c (__catanhl): Likewise.
28143         * math/s_catanl.c (__catanl): Likewise.
28145         [BZ #15394]
28146         * math/s_catan.c (__catan): Calculate imaginary part of result
28147         with log1p not log unless computing log of number close to 0.
28148         * math/s_catanf.c (__catanf): Likewise.
28149         * math/s_catanl.c (__catanl): Likewise.
28150         * math/s_catanh.c (__catanh): Calculate real part of result with
28151         log1p not log unless computing log of number close to 0.
28152         * math/s_catanhf.c (__catanhf): Likewise.
28153         * math/s_catanhl.c (__catanhl): Likewise.
28154         * math/libm-test.inc (catan_test): Add more tests.
28155         (catanh_test): Likewise.
28156         * sysdeps/i386/fpu/libm-test-ulps: Update.
28157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28159 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28161         * benchtests/Makefile: Mention files in which fast and slow
28162         paths of math functions are implemented.
28164 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28166         * sysdeps/posix/timespec_get.c: New file.
28168 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28170         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28171         POWER.
28172         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28173         for POWER.
28174         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28175         powerpc/power5/fpu folders.
28176         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28177         * benchtests/Makefile: Add modf testcase.
28178         * benchtests/bench-modf.c: New file: Benchmark test for mo
28180 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28182         [BZ #14888]
28183         * time/Makefile (tests): Add tst-strptime-whitespace.
28184         * time/strptime_l.c (get_number): Use ISSPACE.
28185         (__strptime_internal): Likewise.
28186         * time/tst-strptime-whitespace.c: New test case.
28188 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28190         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28191         member.
28192         (_nss_files_init): Set it here.
28194 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28196         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28197         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28198         unsigned.
28200 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28202         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28204 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28206         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28207         size just once.
28209 2013-04-21  David S. Miller  <davem@davemloft.net>
28211         * po/ru.po: Update Russion translation from translation project.
28213 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28215         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28216         and setfsgid.
28218 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28220         * configure.in: Remove i386 configure warning. Remove i386 case.
28221         * configure: Regenerate.
28222         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28223         Add example to error message.
28224         * sysdeps/i386/configure: Regenerate.
28226 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28228         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28229         slowtan.
28230         * benchtests/cos-inputs: New file.
28231         * benchtests/slowcos-inputs: New file.
28232         * benchtests/slowcos.c: New file.
28233         * benchtests/slowtan-inputs: New file.
28234         * benchtests/slowtan.c: New file.
28235         * benchtests/tan-inputs: New file.
28237 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28239         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28240         considered kosher.
28242 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28244         * benchtests/Makefile: Include cppflags-iterator.mk to add
28245         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28247         * Makefile.in (bench-clean): New target.
28248         * benchtests/Makefile (bench-clean): Likewise.
28250 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28252         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28254 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28256         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28258 2013-04-15  Andreas Schwab  <schwab@suse.de>
28260         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28261         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28262         * nscd/pwdcache.c (cache_addpw): Likewise.
28263         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28264         more than recsize.
28266 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28268         * benchtests/Makefile (bench): Write all output to
28269         bench-out.tmp together.
28271 2013-04-15  Andreas Schwab  <schwab@suse.de>
28273         * nscd/nscd.c (main): Don't fork again after closing files.
28275 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28277         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28279         * benchtests/Rules (bench-deps): Collect dependencies into a
28280         single variable.  Add Makefile to dependencies.
28281         ($(objpfx)bench-%.c): Depend on bench-deps.
28283 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28284             Xavier Roche  <roche+kml2@exalead.com>
28286         [BZ #15361]
28287         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28288         just that it's a file descriptor.
28289         * manual/llio.texi (Synchronizing AIO Operations): Update description
28290         for EBADF error from aio_fsync.
28292 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28294         * Rules (bench): Move target definition...
28295         * benchtests/Makefile: ... here.
28297 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28299         * math/libm-test.inc (cos_test): Fix PI/2 test.
28300         (sincos_test): Likewise.
28301         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28302         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28304 2013-04-11  Andreas Schwab  <schwab@suse.de>
28306         [BZ #13988]
28307         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28308         accept exponent character only when digits were seen.
28309         * stdio-common/Makefile (tests): Add bug26.
28310         * stdio-common/bug26.c: New file.
28312         [BZ #14293]
28313         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28314         non-freeable.
28316 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28318         * Makeconfig (rtld-prefix): Define built linker prefix.
28319         * Rules (run-bench): Use it.
28320         * math/Makefile (run-regen-ulps): Likewise.
28322         * Rules (bench): Remove eval.
28324 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28325             Roland McGrath  <roland@hack.frob.com>
28326             Ondrej Bilka  <neleai@seznam.cz>
28328         [BZ #15346]
28329         * time/getdate.c: Include ctype.h and alloca.h.
28330         (__getdate_r): Trim leading and trailing spaces of input.
28331         * time/tst-getdate.c (tests): Add tests with leading and
28332         trailing spaces.
28334 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28336         [BZ #14280]
28337         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28338         when computing value.
28340 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28342         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28343         Use testrun.sh to run libm tests.
28345         [BZ #15309]
28346         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28348 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28350         [BZ #15264]
28351         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28353 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28355         * Makefile.in (regen-ulps): New target.
28356         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28357         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28358         [ifneq (no,$(PERL)] (regen-ulps): New target.
28359         [ifeq (no,$(PERL)] (regen-ulps): New target.
28360         * math/libm-test.inc (ulps_file_name): Define.
28361         (output_dir): New variable.
28362         (options): Add "output-dir" option.
28363         (parse_opt): Handle 'o' case.
28364         (main): If output_dir is non-NULL use it as a prefix
28365         otherwise use "".
28366         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28368 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28370         [BZ #10060, #10062]
28371         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28372         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28373         fail configure if __sync_val_compare_and_swap is not inlined.
28374         * sysdeps/i386/configure: Regenerate.
28375         * configure.in: Build for i686 when configured for i386.
28376         * configure: Regenerate.
28377         * README: Remove i386 reference.
28379 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28381         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28382         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28384 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28386         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28387         (lmsnanval): New variables.
28388         (F): Add conversion tests.
28389         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28390         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28392         * stdio-common/tstdiomisc.c (F): Properly collect individual
28393         tests' results.
28395         [BZ #14686, #15336]
28396         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28397         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28398         Instead, use input NaN values or generate a qNaN by arithmetic
28399         operation.  Also fix bugs to comply with the standard.
28400         * math/libm-test.inc (remainder_test): Add more tests.
28402         [BZ #15335, #15342]
28403         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28404         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28405         input NaN values or generate a qNaN by arithmetic operation.
28407         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28408         unreachable code.
28410         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28411         definitions.
28413 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28415         [BZ #14478]
28416         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28417         underflowed result.
28418         * math/s_cexpf.c (__cexpf): Likewise.
28419         * math/s_cexpl.c (__cexpl): Likewise.
28420         * math/libm-test.inc (cexp_test): Add more tests.
28422 2013-04-03  Andreas Schwab  <schwab@suse.de>
28424         [BZ #15330]
28425         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28426         order arrays from heap if bigger than alloca cutoff.
28428 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28430         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28431         (SNAN_TESTS_double): Refer to GCC PR56831.
28432         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28433         GCC PR56828.
28435 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28437         * Rules (bench): Move bench.out after the run is complete.
28439         * Rules (bench): Echo currently running benchmark.
28441         * benchtests/Makefile (bench): Add atan and slowatan.
28442         * benchtests/atan-inputs: New file.
28443         * benchtests/slowatan-inputs: New file.
28444         * benchtests/slowatan.c: New file.
28446         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28447         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28448         its value.
28450         [BZ #15305]
28451         * sysdeps/unix/sysv/linux/kernel-features.h
28452         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28453         __ASSUME_XFS_RESTRICTED_CHOWN.
28454         * sysdeps/unix/sysv/linux/pathconf.c
28455         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28456         Save and restore errno.
28458 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28460         [BZ #15327]
28461         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28462         arguments using __kernel_casinh.
28463         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28464         arguments using __kernel_casinhf.
28465         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28466         arguments using __kernel_casinhl.
28467         * math/libm-test.inc (cacosh_test): Add more tests.
28468         * sysdeps/i386/fpu/libm-test-ulps: Update.
28469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28471 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28473         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28474         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28476         * bench/Makefile (bench): Add sin and slowsin.
28477         * benchtests/sin-inputs: New file.
28478         * benchtests/slowsin-inputs: New file.
28479         * benchtests/slowsin.c: New file.
28481         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28482         (bench): Add slowexp and slowpow.
28483         (exp-ITER): Increase iterations.
28484         (pow-ITER): Likewise.
28485         * benchtests/exp-inputs: Change input.
28486         * benchtests/pow-inputs: Likewise.
28487         * benchtests/slowexp-inputs: New file.
28488         * benchtests/slowexp.c: New file.
28489         * benchtests/slowpow-inputs: New file.
28490         * benchtests/slowpow.c: New file.
28492 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28494         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28495         instructions.
28496         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28497         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28498         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28499         * benchtests/Makefile: Add rint benchtest.
28500         * benchtests/rint-inputs: Input for rint benchtest.
28502 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28504         * Versions.def (libm): Add GLIBC_2.18.
28505         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28506         hidden libm prototypes.
28507         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28508         * math/Makefile (libm-calls): Add s_issignaling.
28509         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28510         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28511         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28512         declaration.
28513         * math/math.h [__USE_GNU] (issignaling): New macro.
28514         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28515         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28516         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28517         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28518         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28519         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28520         * manual/arith.texi (issignaling): New section.
28521         * manual/libm-err-tab.pl (@all_functions): Update comment.
28522         * math/gen-libm-test.pl (parse_args): Apply special handling for
28523         issignaling.
28524         * math/libm-test.inc (print_float, issignaling_test): New
28525         functions.
28526         (check_float_internal): Add issignaling checks.
28527         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28528         default definition.
28529         * sysdeps/powerpc/math-tests.h: New file.
28530         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28531         tests.
28532         * math/test-snan.c (TEST_FUNC): Likewise.
28534 2013-03-30  David S. Miller  <davem@davemloft.net>
28536         * po/de.po: Update from translation team.
28538 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28540         [BZ #10357]
28541         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28542         imaginary part less than 1.0 and real part less than 0.5
28543         specially.
28544         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28545         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28546         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28547         (cacos_test): Add more tests.
28548         (casin_test): Likewise.
28549         (casinh_test): Likewise.
28550         * sysdeps/i386/fpu/libm-test-ulps: Update.
28551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28553 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28555         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28556         ONE with its value.
28558         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28559         (__pow_mp): Replace ONE and MONE with their values.
28560         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28561         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28562         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28563         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28564         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28565         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28567         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28569         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28570         (__pow_mp): Replace ZERO and MZERO with their values.
28571         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28572         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28573         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28574         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28575         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28576         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28577         (__sqr): Likewise.
28579         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28581         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28583 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28585         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28586         Declare with __attribute__ ((weak)).
28587         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28588         Call __call_tls_dtors only if it's not NULL.
28590 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28592         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28593         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28594         magic __ehdr_start linker symbol if it's defined.
28595         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28596         them up here if it was already done.
28598         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28599         (_dl_aux_init): Use const in cast when setting it.
28600         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28601         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28602         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28604         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28605         Declare them here.
28606         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28607         * csu/libc-tls.c: Nor here.
28608         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28610         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28611         (__libc_message): Never call vsyslog.
28613 2013-03-28  Alan Modra  <amodra@gmail.com>
28615         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28616         Define as empty.
28617         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28618         Likewise.
28620 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28622         [BZ #15214]
28623         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28624         underflow.
28625         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28627 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28629         [BZ #15304]
28630         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28631         Don't add gid passed as argument.
28633         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28635 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28637         [BZ #15307]
28638         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28639         imaginary part between 1.0 and 1.5 and real part less than 0.5
28640         specially.
28641         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28642         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28643         * math/libm-test.inc (cacos_test): Add more tests.
28644         (casin_test): Likewise.
28645         (casinh_test): Likewise.
28646         * sysdeps/i386/fpu/libm-test-ulps: Update.
28647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28649 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28651         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28652         constants.
28653         (norm): Likewise.
28654         (denorm): Likewise.
28655         (__dbl_mp): Likewise.
28656         (add_magnitudes): Likewise.
28657         (sub_magnitudes): Likewise.
28658         (__add): Likewise.
28659         (__sub): Likewise.
28660         (__mul): Likewise.
28661         (__sqr): Likewise.
28662         (__inv): Likewise.
28663         (__dvd): Likewise.
28665         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28666         commented code.
28667         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28668         (__dubcos): Likewise.
28669         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28670         (__ieee754_acos): Likewise.
28671         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28672         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28673         (__exp1): Likewise.
28674         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28675         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28676         (log1): Likewise.
28677         (my_log2): Likewise.
28678         (checkint): Likewise.
28679         * sysdeps/ieee754/dbl-64/e_remainder.c
28680         (__ieee754_remainder): Likewise.
28681         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28682         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28683         (bsloww): Likewise.
28684         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28686         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28687         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28688         MANTISSA_STORE_T to store computations on mantissa.  Use
28689         macros for rounding and division.
28690         (denorm): Likewise.
28691         (__dbl_mp): Likewise.
28692         (add_magnitudes): Likewise.
28693         (sub_magnitudes): Likewise.
28694         (__mul): Likewise.
28695         (__sqr): Likewise.
28696         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28697         powers of two in terms of TWOPOW macro.
28698         (mp_no): Make type of mantissa as MANTISSA_T.
28699         [!RADIXI]: Define RADIXI.
28700         [!TWO52]: Define TWO52.
28701         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28703 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28705         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28706         llroundl symbol when building for PPC32.
28708 2013-03-24  Mark H Weaver  <mhw@netris.org>
28710         * manual/arith.texi (Normalization Functions): Fix prototypes for
28711         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28713 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28715         [BZ #13889]
28716         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28717         high value to check if expl overflow.
28718         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28719         to check for underflow and overflow.
28720         * math/libm-test.inc: Add exp test.
28722 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28724         [BZ #11120]
28725         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28726         with NOT_IN_libc.
28728 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28730         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28731         symbol.
28733 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28735         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28736         wrap blocks consisting of several statements.
28738         * sysdeps/generic/math-tests.h: New file.
28739         * sysdeps/i386/fpu/math-tests.h: Likewise.
28740         * math/test-snan.c: Include it.
28741         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28743 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28745         [BZ #15285]
28746         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28747         (__ieee754_j0l): Do not improve calculations using cos of twice
28748         input for inputs above LDBL_MAX / 2.0L.
28749         (__ieee754_y0l): Likewise.
28750         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28751         (__ieee754_j1l): Do not improve calculations using cos of twice
28752         input for inputs above LDBL_MAX / 2.0L.
28753         (__ieee754_y1l): Likewise.
28754         * math/libm-test.inc (j0_test): Add another test.
28755         (j1_test): Likewise.
28756         (y0_test): Likewise.
28757         (y1_test): Likewise.
28758         * sysdeps/i386/fpu/libm-test-ulps: Update.
28760 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28762         * Rules ($(objpfx)bench-%.c): Include code from a C source
28763         file.
28765 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28767         [BZ #15287]
28768         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28769         imaginary part 1.0 and real part less than 0.5 specially.
28770         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28771         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28772         * math/libm-test.inc (cacos_test): Add more tests.
28773         (casin_test): Likewise.
28774         (casinh_test): Likewise.
28775         * sysdeps/i386/fpu/libm-test-ulps: Update.
28776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28778 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28780         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28781         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28783 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28785         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28786         * config.make.in (config-cflags-sse4): Remove variable.
28787         (config-cflags-avx): Likewise.
28788         (config-cflags-sse2avx): Likewise.
28789         (config-cflags-novzeroupper): Likewise.
28790         (config-asflags-i686): Likewise.
28791         (have-mfma4): Likewise.
28792         (have-as-vis3): Likewise.
28793         (MIG): Likewise.
28794         * configure.in (MIG): Do not AC_SUBST.
28795         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28796         (libc_cv_cc_sse4): Do not AC_SUBST.
28797         (libc_cv_cc_avx): Likewise.
28798         (libc_cv_cc_sse2avx): Likewise.
28799         (libc_cv_cc_novzeroupper): Likewise.
28800         (libc_cv_cc_fma4): Likewise.
28801         (libc_cv_as_i686): Likewise.
28802         (libc_cv_sparc_as_vis3): Likewise.
28803         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28804         LIBC_CONFIG_VAR.
28805         (config-asflags-i686): Likewise.
28806         (config-cflags-avx): Likewise.
28807         (config-cflags-sse2avx): Likewise.
28808         (have-mfma4): Likewise.
28809         (config-cflags-novzeroupper): Likewise.
28810         * sysdeps/mach/configure.in (MIG): Likewise.
28811         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28812         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28813         LIBC_CONFIG_VAR.
28814         (config-cflags-avx): Likewise.
28815         (config-cflags-sse2avx): Likewise.
28816         (have-mfma4): Likewise.
28817         (config-cflags-novzeroupper): Likewise.
28818         * configure: Regenerated.
28819         * sysdeps/i386/configure: Likewise.
28820         * sysdeps/mach/configure: Likewise.
28821         * sysdeps/sparc/configure: Likewise.
28822         * sysdeps/x86_64/configure: Likewise.
28824 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28826         [BZ #14812]
28827         * locale/programs/localedef.c (options): Put N_ translation marker
28828         on argument names, not just descriptions.
28830 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28832         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28834 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28836         [BZ #14176]
28837         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28839 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28841         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28842         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28843         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28844         [!BEFORE_ABORT] (before_abort): New function.
28845         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28846         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28847         (writev_for_fatal): New function.
28848         (WRITEV_FOR_FATAL): New macro; call that.
28849         (backtrace_and_maps): New function.
28850         (BEFORE_ABORT): New macro; call that.
28851         (struct str_list): Type removed.
28852         (__libc_message, __libc_fatal): Functions removed.
28853         Include <sysdeps/posix/libc_fatal.c> instead.
28855 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28857         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28858         constants.
28859         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28860         double constants.
28862 2013-03-19  Andreas Schwab  <schwab@suse.de>
28864         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28865         * sysdeps/gnu/configure: Regenerate.
28867         * configure.in: Substitute libc_cv_rtlddir.
28868         * configure: Regenerate.
28869         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28870         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28871         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28872         * elf/Makefile (install-others, CFLAGS-interp.c)
28873         (ldso_install, common-ldd-rewrite): Likewise.
28874         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28875         $(inst_slibdir)/$(rtld-installed-name).
28876         * scripts/rellns-sh: Add -p option.
28877         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28878         for source.
28880 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28882         * manual/nptl.texi: Renamed to ...
28883         * manual/threads.texi: ... this.
28884         * manual/Makefile (chapters): Update.
28886 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28888         [BZ #14812]
28889         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28890         on argument names, not just descriptions.
28891         * malloc/memusagestat.c (options): Likewise.
28892         * nss/getent.c (options): Likewise.
28894 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28896         [BZ #14812]
28897         * iconv/iconv_prog.c (options): Put N_ translation marker
28898         on argument names, not just descriptions.
28899         * iconv/iconvconfig.c (options): Likewise.
28901 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28903         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28904         implementation which is faster on all x86_64 architectures.
28905         Tested on AMD, Intel Nehalem, SNB, IVB.
28906         * sysdeps/x86_64/strnlen.S: Likewise.
28908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28909         Remove all multiarch strlen and strnlen versions.
28910         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28911         Remove strlen and strnlen related parts.
28913         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28914         Inline strlen part.
28915         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28917         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28918         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28919         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28920         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28921         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28922         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28924 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28926         * manual/memory.texi (Malloc Tunable Parameters):
28927         Sort parameters alphabetically. Add comments for missing entries.
28929 2013-03-17  David S. Miller  <davem@davemloft.net>
28931         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28933 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28935         [BZ #15283]
28936         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28937         for arguments at most half maximum finite value.
28938         * math/libm-test.inc (j0_test): Add more tests.
28939         (j1_test): Likewise.
28940         (y0_test): Likewise.
28941         (y1_test): Likewise.
28942         * sysdeps/i386/fpu/libm-test-ulps: Update.
28943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28945         [BZ #14155]
28946         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28947         1 / x and functions P and Q for arguments above 0x1p256L.
28948         (__ieee754_y0l): Likewise.
28949         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28950         (__ieee754_y1l): Likewise.
28951         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28952         (j1_test): Likewise.
28953         (y0_test): Likewise.
28954         (y1_test): Likewise.
28956 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28958         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28959         variable.
28961 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28963         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28964         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28965         zero since it's initialized to EXEC_PAGESIZE.
28967         * sysdeps/unix/sysv/linux/ldsodefs.h
28968         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28969         * sysdeps/generic/ldsodefs.h: ... here.
28971 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
28973         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
28975         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
28976         math/test-snan.c.
28977         * math/test-snan.c: Renamed from
28978         sysdeps/powerpc/fpu/test-powerpc-snan.c.
28979         * math/Makefile (tests): Add test-snan.
28980         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
28981         test-powerpc-snan.
28983         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
28984         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
28985         functions.
28986         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
28987         __builtin_nan family of functions.
28988         * math/libm-test.inc (initialize): Initialize qnan_value with
28989         __builtin_nan family of functions.
28990         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
28991         Remove variables.
28992         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
28993         Remove functions.
28994         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
28995         storage class.  Initialize qNaN_var and sNaN_var with
28996         __builtin_nan and __builtin_nans families of functions,
28997         respectively.
28999         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29000         (sqrt_test): Remove duplicate test with qNaN input.
29001         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29002         (round_test, signbit_test, significand_test): Note missing +/-Inf
29003         as well as qNaN tests.
29005         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29006         qNaN_var.  Fix a few strings, too.
29007         * math/libm-test.inc (nan_value): Rename to qnan_value.
29008         * math/gen-libm-test.pl (%beautify): Adjust to that.
29009         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29010         * math/test-misc.c (main): Likewise.
29011         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29012         to __qnan_bytes, and __qnan_union, respectively.
29013         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29014         Likewise.
29015         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29016         and lqnanval, respectively.
29017         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29018         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29019         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29020         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29022         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29023         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29024         doubles.
29026         * math/test-misc.c (main): Fix copy'n'pastos.
29027         * misc/tst-efgcvt.c (special): Likewise.
29029         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29030         Remove declarations.
29032 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29034         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29035         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29036         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29037         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29039 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29041         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29042         macro to return vdso values correctly in IFUNC implementations.
29043         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29044         Optimization by using IFUNC.
29046 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29047             Richard Henderson  <rth@redhat.com>
29048             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29050         * Makefile.in (bench): New target.
29051         * NEWS: Mention the benchmark framework.
29052         * Rules (bench): Likewise.
29053         (binaries-bench): Generate binaries for functions to
29054         benchmark.
29055         * benchtests/Makefile: New makefile for benchmark tests.
29056         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29057         programs.
29058         * benchtests/exp-inputs: New input file for EXP function.
29059         * benchtests/pow-inputs: New input file for POW function.
29060         * scripts/bench.pl: New script to generate source files for
29061         benchmark programs.
29063 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29065         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29066         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29067         computations on mantissa.  Use macros for rounding and
29068         division.
29069         (denorm): Likewise.
29070         (__dbl_mp): Likewise.
29071         (add_magnitudes): Likewise.
29072         (sub_magnitudes): Likewise.
29073         (__mul): Likewise.
29074         (__sqr): Likewise.
29075         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29076         powers of two in terms of TWOPOW macro.
29077         (mp_no): Make type of mantissa as MANTISSA_T.
29078         [!RADIXI]: Define RADIXI.
29079         [!TWO52]: Define TWO52.
29080         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29082         * manual/nptl.texi (cindex): Modify threads to pthreads.
29084 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29086         * sysdeps/x86_64/preconfigure: Regenerated.
29088 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29090         [BZ #14155]
29091         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29092         0x1p28 and above.
29093         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29094         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29095         0x1p28 and above.
29096         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29097         * math/libm-test.inc (j0_test): Do not allow one spurious
29098         underflow exception.
29099         (y1_test): Likewise.
29101 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29103         * manual/Makefile (chapters): Add nptl.
29104         * manual/debug.texi (Debugging Support): Add link to Threads
29105         chapter.
29106         * manual/nptl.texi: New file.
29108         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29110 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29112         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29113         for non-NULL pointer before the memory validity test. Pointed
29114         out by Holger Brunck <holger.brunck@keymile.com>.
29116 2013-03-13  Andreas Schwab  <schwab@suse.de>
29118         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29119         instead of .os.
29121 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29123         * timezone/zic.c: Update from tzcode 2013b.
29125 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29127         * manual/install.texi (Configuring and compiling):
29128         Mention i686 and i586.
29129         * INSTALL: Regenerate.
29131 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29133         * sysdeps/init_array/elf-init.c: New file.
29134         * csu/elf-init.c
29135         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29136         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29138         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29139         __gmon_start__ as global, but as static with a .preinit_array pointer.
29140         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29141         * sysdeps/init_array/crti.S: New file, empty except for comments.
29142         * sysdeps/init_array/crtn.S: Likewise.
29144 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29146         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29147         definining bcopy.
29148         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29149         Remove Prefer_SSE_for_memop.
29150         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29151         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29152         HAS_PREFER_SSE_FOR_MEMOP.
29153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29154         memset-x86-64.
29155         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29156         Remove bzero, memset ifunc support.
29157         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29158         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29159         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29160         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29162 2013-03-11  Andreas Schwab  <schwab@suse.de>
29164         [BZ #15234]
29165         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29166         by SHLIB_COMPAT.
29167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29168         (GLIBC_2.16): Remove pthread_atfork.
29170 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29172         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29173         (ptestcases.h): Likewise.
29175 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29177         * Makeconfig ($(common-objpfx)config.status): Depend on
29178         sysdeps/*/preconfigure{,.in} too.
29180 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29182         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29183         (__free_hook): Use void * instead of __malloc_ptr_t.
29184         (__malloc_hook): Likewise.
29185         (__realloc_hook): Likewise.
29186         (__memalign_hook): Likewise.
29187         (__after_morecore_hook): Likewise.
29188         * malloc/arena.c (save_malloc_hook): Likewise.
29189         (save_free_hook): Likewise.
29190         * malloc/hooks.c (malloc_hook_ini): Likewise.
29191         (realloc_hook_ini): Likewise.
29192         (memalign_hook_ini): Likewise.
29193         * malloc/malloc.c (malloc_hook_ini): Likewise.
29194         (realloc_hook_ini): Likewise.
29195         (memalign_hook_ini): Likewise.
29196         (__free_hook): Likewise.
29197         (__malloc_hook): Likewise.
29198         (__realloc_hook): Likewise.
29199         (__memalign_hook): Likewise.
29200         (__libc_malloc): Likewise.
29201         (__libc_free): Likewise.
29202         (__libc_realloc): Likewise.
29203         (__libc_memalign): Likewise.
29204         (__libc_valloc): Likewise.
29205         (__libc_pvalloc): Likewise.
29206         (__libc_calloc): Likewise.
29207         (__posix_memalign): Likewise.
29208         * malloc/morecore.c (__sbrk): Likewise.
29209         (__default_morecore): Likewise.
29211         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29213         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29214         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29215         __malloc_ptrdiff_t.
29217         * malloc/malloc.h (__malloc_size_t): Remove macro.
29218         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29219         __malloc_size_t.
29220         (old_memalign_hook): Likewise.
29221         (old_realloc_hook): Likewise.
29222         (struct hdr): Likewise.
29223         (flood): Likewise.
29224         (mallochook): Likewise.
29225         (memalignhook): Likewise.
29226         (reallochook): Likewise.
29227         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29228         (tr_old_realloc_hook): Likewise.
29229         (tr_old_memalign_hook): Likewise.
29230         (tr_mallochook): Likewise.
29231         (tr_reallochook): Likewise.
29232         (tr_memalignhook): Likewise.
29234 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29236         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29237         default_ldbl_pack and using as default implementation.
29238         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29239         implementation.
29240         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29241         redundant definition.
29242         (ldbl_insert_mantissa): Likewise.
29243         (ldbl_canonicalize): Likewise.
29244         (ldbl_nearbyint): Likewise.
29245         (ldbl_pack): Rename to ldbl_pack_ppc.
29246         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29247         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29248         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29250 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29252         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29253         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29254         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29255         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29256         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29257         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29258         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29259         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29261 2013-03-07  Andreas Jaeger  <aj@suse.de>
29263         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29264         bits/mman-linux.h.
29266 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29268         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29269         Include mpa.h and declare __MPEXP.
29270         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29271         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29272         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29273         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29274         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29275         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29276         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29278         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29279         (__slowpow): Use long double EXPL and LOGL functions to
29280         compute POW.
29281         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29282         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29283         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29284         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29285         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29286         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29288         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29289         intermediate variable to calculate exponent.
29290         (__sqr): Likewise.
29291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29292         Likewise.
29293         (__sqr): Likewise.
29295         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29296         [!NO__SQR]: Define __sqr.
29297         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29298         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29299         sysdeps/ieee754/dbl-64/mpa.c.
29300         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29302         [BZ #12723]
29303         * posix/Makefile (tests): Add tst-pathconf.
29304         * posix/tst-pathconf.c: New test case.
29305         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29306         _PC_PIPE_BUF.
29307         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29309 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29311         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29313 2013-03-06  Andreas Jaeger  <aj@suse.de>
29315         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29316         definition via __MAP_ANONYMOUS.
29318         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29319         it's not part of Linux headers.
29321         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29322         (MAP_HUGE_MASK): Define.
29324         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29325         Define.
29326         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29327         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29328         Define.
29329         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29330         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29331         Define.
29332         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29333         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29334         Define.
29335         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29337         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29338         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29339         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29340         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29341         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29342         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29344         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29345         Handle f2fs.
29347         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29348         Handle f2fs and efivarfs.
29350         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29351         f2fs.
29353         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29354         (EFIVARFS_MAGIC): Add.
29355         (F2FS_LINK_MAX): Add.
29357 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29359         * stdio-common/vfprintf.c: Replace __builtin_expect with
29360         __glibc_unlikely.
29362 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29364         [BZ #13550]
29365         * sysdeps/generic/bp-sym.h: Remove file.
29366         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29367         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29368         <bp-sym.h> and <bp-asm.h>.
29369         (__longjmp): Don't use BP_SYM.
29370         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29371         and <bp-asm.h>.
29372         (memcpy): Don't use BP_SYM.
29373         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29374         <bp-sym.h> and <bp-asm.h>.
29375         (memcpy): Don't use BP_SYM.
29376         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29377         <bp-asm.h>.
29378         (memcpy): Don't use BP_SYM.
29379         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29380         <bp-asm.h>.
29381         (memset): Don't use BP_SYM.
29382         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29383         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29384         (__bzero): Don't use BP_SYM.
29385         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29386         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29387         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29388         <bp-sym.h> and <bp-asm.h>.
29389         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29390         pointers.
29391         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29392         <bp-sym.h> and <bp-asm.h>.
29393         (memcpy): Don't use BP_SYM.
29394         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29395         <bp-sym.h> and <bp-asm.h>.
29396         (memset): Don't use BP_SYM.
29397         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29398         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29399         (__bzero): Don't use BP_SYM.
29400         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29401         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29402         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29403         <bp-sym.h> and <bp-asm.h>.
29404         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29405         pointers.
29406         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29407         <bp-sym.h> and <bp-asm.h>.
29408         (memcpy): Don't use BP_SYM.
29409         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29410         <bp-sym.h> and <bp-asm.h>.
29411         (memset): Don't use BP_SYM.
29412         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29413         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29414         (__bzero): Don't use BP_SYM.
29415         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29416         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29417         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29418         <bp-sym.h> and <bp-asm.h>.
29419         (__memchr): Don't use BP_SYM.
29420         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29421         <bp-sym.h> and <bp-asm.h>.
29422         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29423         pointers.
29424         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29425         <bp-sym.h> and <bp-asm.h>.
29426         (memcpy): Don't use BP_SYM.
29427         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29428         <bp-sym.h> and <bp-asm.h>.
29429         (__mempcpy): Don't use BP_SYM.
29430         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29431         <bp-sym.h> and <bp-asm.h>.
29432         (__memrchr): Don't use BP_SYM.
29433         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29434         <bp-sym.h> and <bp-asm.h>.
29435         (memset): Don't use BP_SYM.
29436         (__bzero): Likewise.
29437         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29438         <bp-sym.h> and <bp-asm.h>.
29439         (__rawmemchr): Don't use BP_SYM.
29440         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29441         <bp-sym.h> and <bp-asm.h>.
29442         (__STRCMP): Don't use BP_SYM.
29443         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29444         <bp-sym.h> and <bp-asm.h>.
29445         (strchr): Don't use BP_SYM.
29446         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29447         <bp-sym.h> and <bp-asm.h>.
29448         (__strchrnul): Don't use BP_SYM.
29449         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29450         <bp-sym.h> and <bp-asm.h>.
29451         (strlen): Don't use BP_SYM.
29452         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29453         <bp-sym.h> and <bp-asm.h>.
29454         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29455         pointers.
29456         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29457         <bp-sym.h> and <bp-asm.h>.
29458         (__strnlen): Don't use BP_SYM.
29459         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29460         <bp-sym.h> and <bp-asm.h>.
29461         (__GI__setjmp): Don't use BP_SYM.
29462         (_setjmp): Likewise.
29463         (__sigsetjmp): Likewise.
29464         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29465         (L(start_addresses)): Don't use BP_SYM.
29466         (_start): Likewise.
29467         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29468         <bp-asm.h>.
29469         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29470         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29471         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29472         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29473         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29474         <bp-asm.h>.
29475         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29476         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29477         about bounded pointers.
29478         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29479         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29480         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29481         <bp-asm.h>.
29482         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29483         about bounded pointers.  Remove GKM FIXME comments.
29484         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29485         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29486         <bp-asm.h>.
29487         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29488         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29489         Remove GKM FIXME comments.
29490         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29491         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29492         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29493         <bp-asm.h>.
29494         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29495         about bounded pointers.  Remove GKM FIXME comment.
29496         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29497         and <bp-asm.h>.
29498         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29499         pointers.
29500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29501         <bp-sym.h> and <bp-asm.h>.
29502         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29504         <bp-sym.h> and <bp-asm.h>.
29505         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29506         comment.
29508 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29510         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29511         call free(NULL).
29513 2013-03-05  David S. Miller  <davem@davemloft.net>
29515         * po/es.po: Update from translation team.
29517 2013-03-05  Andreas Jaeger  <aj@suse.de>
29519         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29520         <bits/mman-linux.h>.
29521         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29522         is fine.
29523         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29524         <bits/mman-linux.h> to end of file.
29525         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29526         is fine.
29527         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29528         <bits/mman-linux.h> to end of file.
29529         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29530         is fine.
29531         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29532         <bits/mman-linux.h> to end of file.
29534         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29535         (MCL_CURRENT, MCL_FUTURE): Define here.
29537 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29539         [BZ #15232]
29540         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29541         attribute_hidden.
29542         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29544 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29546         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29547         fourth parameter needed for rt_sigprocmask syscall.
29548         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29549         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29550         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29551         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29552         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29553         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29555 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29557         [BZ #13550]
29558         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29559         comment about bounded pointers.
29560         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29561         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29563 2013-03-04  Andreas Jaeger  <aj@suse.de>
29565         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29566         common definitions.
29568         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29569         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29570         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29571         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29572         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29573         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29575 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29577         [BZ #15055]
29578         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29579         __ieee754_sqrl instead of __sqrl.
29581 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29583         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29584         * sysdeps/powerpc/fpu_control.h: ... here.
29585         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29586         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29587         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29588         * sysdeps/powerpc/bits/mathinline.h: ... here.
29590 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29592         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29593         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29594         to just [NEED_DL_SYSINFO_DSO].
29595         * elf/dl-support.c: Likewise.
29596         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29597         * elf/rtld.c (dl_main): Likewise.
29598         * elf/setup-vdso.h (setup_vdso): Likewise.
29599         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29600         * sysdeps/unix/sysv/linux/dl-sysdep.c
29601         (_dl_discover_osversion): Likewise.
29603 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29605         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29606         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29608 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29610         * NEWS: Mention libm performance improvements and non-x86 PI
29611         futex support.
29613         * csu/libc-start.c (__pthread_initialize_minimal): Change
29614         function arguments.
29615         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29617 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29619         [BZ #13550]
29620         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29621         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29622         <bp-sym.h> and <bp-asm.h>.
29623         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29624         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29625         and <bp-asm.h>.
29626         (memcpy): Don't use BP_SYM.
29627         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29628         <bp-asm.h>.
29629         (__mpn_add_n): Don't use BP_SYM.
29630         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29631         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29632         and <bp-asm.h>.
29633         (__mpn_addmul_1): Don't use BP_SYM.
29634         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29635         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29636         <bp-sym.h>.
29637         (_setjmp): Don't use BP_SYM.
29638         (__novmx_setjmp): Likewise.
29639         (__GI__setjmp): Likewise.
29640         (__vmx_setjmp): Likewise.
29641         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29642         <bp-sym.h>.
29643         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29644         (__bzero): Don't use BP_SYM.
29645         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29646         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29647         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29648         <bp-sym.h> and <bp-asm.h>.
29649         (memcpy): Don't use BP_SYM.
29650         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29651         <bp-sym.h> and <bp-asm.h>.
29652         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29653         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29654         <bp-sym.h> and <bp-asm.h>.
29655         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29656         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29657         <bp-asm.h>.
29658         (__mpn_lshift): Don't use BP_SYM.
29659         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29660         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29661         <bp-asm.h>.
29662         (memset): Don't use BP_SYM.
29663         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29664         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29665         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29666         <bp-asm.h>.
29667         (__mpn_mul_1): Don't use BP_SYM.
29668         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29669         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29670         <bp-sym.h> and <bp-asm.h>.
29671         (memcmp): Don't use BP_SYM.
29672         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29673         <bp-sym.h> and <bp-asm.h>.
29674         (memcpy): Don't use BP_SYM.
29675         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29676         <bp-sym.h> and <bp-asm.h>.
29677         (memset): Don't use BP_SYM.
29678         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29679         <bp-sym.h> and <bp-asm.h>.
29680         (strncmp): Don't use BP_SYM.
29681         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29682         <bp-sym.h> and <bp-asm.h>.
29683         (memcpy): Don't use BP_SYM.
29684         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29685         <bp-sym.h> and <bp-asm.h>.
29686         (memset): Don't use BP_SYM.
29687         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29688         <bp-sym.h> and <bp-asm.h>.
29689         (__memchr): Don't use BP_SYM.
29690         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29691         <bp-sym.h> and <bp-asm.h>.
29692         (memcmp): Don't use BP_SYM.
29693         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29694         <bp-sym.h> and <bp-asm.h>.
29695         (memcpy): Don't use BP_SYM.
29696         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29697         <bp-sym.h> and <bp-asm.h>.
29698         (__mempcpy): Don't use BP_SYM.
29699         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29700         <bp-sym.h> and <bp-asm.h>.
29701         (__memrchr): Don't use BP_SYM.
29702         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29703         <bp-sym.h> and <bp-asm.h>.
29704         (memset): Don't use BP_SYM.
29705         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29706         <bp-sym.h> and <bp-asm.h>.
29707         (__rawmemchr): Don't use BP_SYM.
29708         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29709         <bp-sym.h> and <bp-asm.h>.
29710         (__STRCMP): Don't use BP_SYM.
29711         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29712         <bp-sym.h> and <bp-asm.h>.
29713         (strchr): Don't use BP_SYM.
29714         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29715         <bp-sym.h> and <bp-asm.h>.
29716         (__strchrnul): Don't use BP_SYM.
29717         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29718         <bp-sym.h> and <bp-asm.h>.
29719         (strlen): Don't use BP_SYM.
29720         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29721         <bp-sym.h> and <bp-asm.h>.
29722         (strncmp): Don't use BP_SYM.
29723         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29724         <bp-sym.h> and <bp-asm.h>.
29725         (__strnlen): Don't use BP_SYM.
29726         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29727         <bp-asm.h>.
29728         (__mpn_rshift): Don't use BP_SYM.
29729         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29730         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29731         <bp-sym.h> and <bp-asm.h>.
29732         (__sigsetjmp): Don't use BP_SYM.
29733         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29734         (L(start_addresses)): Don't use BP_SYM.
29735         (_start): Likewise.
29736         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29737         <bp-asm.h>.
29738         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29739         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29740         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29741         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29742         <bp-asm.h>.
29743         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29744         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29745         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29746         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29747         <bp-asm.h>.
29748         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29749         comments.
29750         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29751         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29752         <bp-asm.h>.
29753         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29754         FIXME comments.
29755         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29756         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29757         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29758         <bp-asm.h>.
29759         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29760         comment.
29761         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29762         and <bp-asm.h>.
29763         (strncmp): Don't use BP_SYM,
29764         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29765         <bp-asm.h>.
29766         (__mpn_sub_n): Don't use BP_SYM.
29767         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29768         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29769         and <bp-asm.h>.
29770         (__mpn_submul_1): Don't use BP_SYM.
29771         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29773         <bp-sym.h> and <bp-asm.h>.
29774         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29776         <bp-sym.h> and <bp-asm.h>.
29777         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29778         comment.
29780 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29782         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29783         Use ZK to minimize writes to Z.
29784         (sub_magnitudes): Simplify code a bit.
29785         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29786         Use ZK to minimize writes to Z.
29787         (sub_magnitudes): Simplify code a bit.
29789 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29791         * csu/gmon-start.c: Add special exception to license text.
29793 2013-02-27  Richard Henderson  <rth@redhat.com>
29795         * scripts/config.guess: Update from config.git.
29796         * scripts/config.sub: Likewise.
29798 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29800         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29802         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29804         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29806         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29808         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29810 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29812         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29813         [$(build-shared = yes].
29815 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29817         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29818         (__mul): Reduce iterations for calculating mantissa.
29820         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29821         MPTWO.
29822         (__mpranred): Likewise.
29824         [BZ #15160]
29825         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29826         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29828 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29830         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29831         Define __attribute__.
29833 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29835         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29836         unused.
29837         * posix/regex_internal.h (__attribute): Remove.
29838         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29839         (re_string_context_at): Likewise.
29840         (bitset_not): Use __attribute__ and mark function as possibly
29841         unused.
29842         (bitset_merge): Likewise.
29843         (bitset_mask): Likewise.
29844         (re_string_char_size_at): Likewise.
29845         (re_string_wchar_at): Likewise.
29846         (re_string_elem_size_at): Likewise.
29848 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29850         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29851         code.
29852         (cc32): Likewise.
29854         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29855         (__acr): Likewise.
29856         (__cpy): Likewise.
29857         (norm): Likewise.
29858         (denorm): Likewise.
29859         (__dbl_mp): Likewise.
29860         (add_magnitudes): Likewise.
29861         (sub_magnitudes): Likewise.
29862         (__mul): Likewise.
29863         (__inv): Likewise.
29865         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29866         style.
29868         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29869         style.
29871         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29872         code.
29874         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29875         up changes with default code.
29876         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29877         Likewise.
29879 2013-02-24  Allan McRae  <allan@archlinux.org>
29881         * manual/socket.texi (The Internet Namespace): Order menu items
29882         to match that in the file.
29884         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29885         node listing of the info page menu.
29887 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29889         [BZ #13550]
29890         * sysdeps/i386/bp-asm.h: Remove file.
29891         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29892         (PARMS): Do not use macros from bp-asm.h.
29893         (S1): Likewise.
29894         (S2): Likewise.
29895         (SIZE): Likewise.
29896         (__mpn_add_n): Do not use BP_SYM
29897         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29898         "bp-asm.h".
29899         (PARMS): Do not use macros from bp-asm.h.
29900         (S1): Likewise.
29901         (SIZE): Likewise.
29902         (__mpn_addmul_1): Do not use BP_SYM
29903         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29904         "bp-asm.h".
29905         (PARMS): Do not use macros from bp-asm.h.
29906         (SIGMSK): Likewise.
29907         (_setjmp): Likewise.  Do not use BP_SYM.
29908         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29909         "bp-asm.h".
29910         (PARMS): Do not use macros from bp-asm.h.
29911         (SIGMSK): Likewise.
29912         (setjmp): Likewise.  Do not use BP_SYM.
29913         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29914         "bp-asm.h".
29915         (PARMS): Do not use macros from bp-asm.h.
29916         (__frexp): Do not use BP_SYM.
29917         (frexp): Likewise.
29918         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29919         "bp-asm.h".
29920         (PARMS): Do not use macros from bp-asm.h.
29921         (__frexpf): Do not use BP_SYM.
29922         (frexpf): Likewise.
29923         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29924         "bp-asm.h".
29925         (PARMS): Do not use macros from bp-asm.h.
29926         (__frexpl): Do not use BP_SYM.
29927         (frexpl): Likewise.
29928         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29929         "bp-asm.h".
29930         (PARMS): Do not use macros from bp-asm.h.
29931         (__remquo): Do not use BP_SYM.
29932         (remquo): Likewise.
29933         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29934         "bp-asm.h".
29935         (PARMS): Do not use macros from bp-asm.h.
29936         (__remquof): Do not use BP_SYM.
29937         (remquof): Likewise.
29938         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29939         "bp-asm.h".
29940         (PARMS): Do not use macros from bp-asm.h.
29941         (__remquol): Do not use BP_SYM.
29942         (remquol): Likewise.
29943         * sysdeps/i386/i486/strcat.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         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29949         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29950         "bp-asm.h".
29951         (PARMS): Do not use macros from bp-asm.h.
29952         (strlen): Do not use BP_SYM.
29953         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29954         "bp-asm.h".
29955         (PARMS): Do not use macros from bp-asm.h.
29956         (S1): Likewise.
29957         (S2): Likewise.
29958         (SIZE): Likewise.
29959         (__mpn_add_n): Do not use BP_SYM.
29960         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
29961         "bp-asm.h".
29962         (PARMS): Do not use macros from bp-asm.h.
29963         (S1): Likewise.
29964         (SIZE): Likewise.
29965         (__mpn_addmul_1): Do not use BP_SYM.
29966         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29967         weak_alias.
29968         (bzero): Likewise.
29969         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29970         "bp-asm.h".
29971         (PARMS): Do not use macros from bp-asm.h.
29972         (S): Likewise.
29973         (SIZE): Likewise.
29974         (__mpn_lshift): Do not use BP_SYM.
29975         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
29976         "bp-asm.h".
29977         (PARMS): Do not use macros from bp-asm.h.
29978         (DEST): Likewise.
29979         (SRC): Likewise.
29980         (LEN): Likewise.
29981         (memcpy): Likewise.  Do not use BP_SYM.
29982         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
29983         libc_hidden_def and weak_alias.
29984         (mempcpy): Do not use BP_SYM in weak_alias.
29985         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
29986         "bp-asm.h".
29987         (PARMS): Do not use macros from bp-asm.h.
29988         (DEST): Likewise.
29989         (LEN): Likewise.
29990         [!BZERO_P] (CHR): Likewise.
29991         (memset): Likewise.  Do not use BP_SYM.
29992         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
29993         "bp-asm.h".
29994         (PARMS): Do not use macros from bp-asm.h.
29995         (S1): Likewise.
29996         (SIZE): Likewise.
29997         (__mpn_mul_1): Do not use BP_SYM.
29998         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
29999         "bp-asm.h".
30000         (PARMS): Do not use macros from bp-asm.h.
30001         (S): Likewise.
30002         (SIZE): Likewise.
30003         (__mpn_rshift): Do not use BP_SYM.
30004         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30005         "bp-asm.h".
30006         (PARMS): Do not use macros from bp-asm.h.
30007         (STR): Likewise.
30008         (CHR): Likewise.
30009         (strchr): Likewise.  Do not use BP_SYM.
30010         (index): Do not use BP_SYM in weak_alias.
30011         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30012         "bp-asm.h".
30013         (PARMS): Do not use macros from bp-asm.h.
30014         (DEST): Likewise.
30015         (SRC): Likewise.
30016         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30017         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30018         "bp-asm.h".
30019         (PARMS): Do not use macros from bp-asm.h.
30020         (strlen): Do not use BP_SYM.
30021         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30022         "bp-asm.h".
30023         (PARMS): Do not use macros from bp-asm.h.
30024         (S1): Likewise.
30025         (S2): Likewise.
30026         (SIZE): Likewise.
30027         (__mpn_sub_n): Do not use BP_SYM.
30028         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30029         "bp-asm.h".
30030         (PARMS): Do not use macros from bp-asm.h.
30031         (S1): Likewise.
30032         (SIZE): Likewise.
30033         (__mpn_submul_1): Do not use BP_SYM.
30034         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30035         "bp-asm.h".
30036         (PARMS): Do not use macros from bp-asm.h.
30037         (S1): Likewise.
30038         (S2): Likewise.
30039         (SIZE): Likewise.
30040         (__mpn_add_n): Do not use BP_SYM.
30041         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30042         weak_alias.
30043         (bzero): Likewise.
30044         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30045         "bp-asm.h".
30046         (PARMS): Do not use macros from bp-asm.h.
30047         (BLK2): Likewise.
30048         (LEN): Likewise.
30049         (memcmp): Do not use BP_SYM.
30050         (bcmp): Do not use BP_SYM in weak_alias.
30051         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30052         "bp-asm.h".
30053         (PARMS): Do not use macros from bp-asm.h.
30054         (DEST): Likewise.
30055         (SRC): Likewise.
30056         (LEN): Likewise.
30057         (memcpy): Likewise.  Do not use BP_SYM.
30058         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30059         "bp-asm.h".
30060         (PARMS): Do not use macros from bp-asm.h.
30061         (DEST): Likewise.
30062         (SRC): Likewise.
30063         (LEN): Likewise.
30064         (memmove): Likewise.  Do not use BP_SYM.
30065         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30066         "bp-asm.h".
30067         (PARMS): Do not use macros from bp-asm.h.
30068         (DEST): Likewise.
30069         (SRC): Likewise.
30070         (LEN): Likewise.
30071         (__mempcpy): Likewise.  Do not use BP_SYM.
30072         (mempcpy): Do not use BP_SYM in weak_alias.
30073         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30074         "bp-asm.h".
30075         (PARMS): Do not use macros from bp-asm.h.
30076         (DEST): Likewise.
30077         (LEN): Likewise.
30078         [!BZERO_P] (CHR): Likewise.
30079         (memset): Likewise.  Do not use BP_SYM.
30080         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30081         "bp-asm.h".
30082         (PARMS): Do not use macros from bp-asm.h.
30083         (STR2): Likewise.
30084         (strcmp): Do not use BP_SYM.
30085         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30086         "bp-asm.h".
30087         (PARMS): Do not use macros from bp-asm.h.
30088         (STR): Likewise.
30089         (DELIM): Likewise.
30090         [USE_AS_STRTOK_R] (SAVE): Likewise.
30091         (FUNCTION): Likewise.  Do not use BP_SYM.
30092         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30093         aliases.
30094         (strtok_r): Likewise.
30095         (__GI___strtok_r): Likewise.
30096         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30097         (PARMS): Do not use macros from bp-asm.h.
30098         (S): Likewise.
30099         (SIZE): Likewise.
30100         (__mpn_lshift): Do not use BP_SYM.
30101         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30102         (PARMS): Do not use macros from bp-asm.h.
30103         (STR): Likewise.
30104         (CHR): Likewise.
30105         (__memchr): Do not use BP_SYM.
30106         (memchr): Do not use BP_SYM in weak_alias.
30107         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30108         (PARMS): Do not use macros from bp-asm.h.
30109         (BLK2): Likewise.
30110         (LEN): Likewise.
30111         (memcmp): Do not use BP_SYM.
30112         (bcmp): Do not use BP_SYM in weak_alias.
30113         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30114         (PARMS): Do not use macros from bp-asm.h.
30115         (S1): Likewise.
30116         (SIZE): Likewise.
30117         (__mpn_mul_1): Do not use BP_SYM.
30118         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30119         "bp-asm.h".
30120         (PARMS): Do not use macros from bp-asm.h.
30121         (STR): Likewise.
30122         (CHR): Likewise.
30123         (__rawmemchr): Do not use BP_SYM.
30124         (rawmemchr): Do not use BP_SYM in weak_alias.
30125         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30126         (PARMS): Do not use macros from bp-asm.h.
30127         (S): Likewise.
30128         (SIZE): Likewise.
30129         (__mpn_rshift): Do not use BP_SYM.
30130         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30131         (PARMS): Do not use macros from bp-asm.h.
30132         (SIGMSK): Likewise.
30133         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30134         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30135         (_start): Do not use BP_SYM.
30136         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30137         (PARMS): Do not use macros from bp-asm.h.
30138         (DEST): Likewise.
30139         (SRC): Likewise.
30140         (__stpcpy): Likewise.  Do not use BP_SYM.
30141         (stpcpy): Do not use BP_SYM in weak_alias.
30142         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30143         "bp-asm.h".
30144         (PARMS): Do not use macros from bp-asm.h.
30145         (DEST): Likewise.
30146         (SRC): Likewise.
30147         (LEN): Likewise.
30148         (__stpncpy): Likewise.  Do not use BP_SYM.
30149         (stpncpy): Do not use BP_SYM in weak_alias.
30150         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30151         (PARMS): Do not use macros from bp-asm.h.
30152         (STR): Likewise.
30153         (CHR): Likewise.
30154         (strchr): Likewise.  Do not use BP_SYM.
30155         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30156         "bp-asm.h".
30157         (PARMS): Do not use macros from bp-asm.h.
30158         (STR): Likewise.
30159         (CHR): Likewise.
30160         (__strchrnul): Likewise.  Do not use BP_SYM.
30161         (strchrnul): Do not use BP_SYM in weak_alias.
30162         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30163         "bp-asm.h".
30164         (PARMS): Do not use macros from bp-asm.h.
30165         (STOP): Likewise.
30166         (strcspn): Do not use BP_SYM.
30167         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30168         "bp-asm.h".
30169         (PARMS): Do not use macros from bp-asm.h.
30170         (STR): Likewise.
30171         (STOP): Likewise.
30172         (strpbrk): Likewise.  Do not use BP_SYM.
30173         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30174         "bp-asm.h".
30175         (PARMS): Do not use macros from bp-asm.h.
30176         (STR): Likewise.
30177         (CHR): Likewise.
30178         (strrchr): Likewise.  Do not use BP_SYM.
30179         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30180         (PARMS): Do not use macros from bp-asm.h.
30181         (SKIP): Likewise.
30182         (strspn): Do not use BP_SYM.
30183         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30184         (PARMS): Do not use macros from bp-asm.h.
30185         (STR): Likewise.
30186         (DELIM): Likewise.
30187         (SAVE): Likewise.
30188         (FUNCTION): Likewise.  Do not use BP_SYM.
30189         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30190         aliases.
30191         (strtok_r): Likewise.
30192         (__GI___strtok_r): Likewise.
30193         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30194         (PARMS): Do not use macros from bp-asm.h.
30195         (S1): Likewise.
30196         (S2): Likewise.
30197         (SIZE): Likewise.
30198         (__mpn_sub_n): Do not use BP_SYM.
30199         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30200         "bp-asm.h".
30201         (PARMS): Do not use macros from bp-asm.h.
30202         (S1): Likewise.
30203         (SIZE): Likewise.
30204         (__mpn_submul_1): Do not use BP_SYM.
30205         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30206         <bp-sym.h>.
30207         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30208         and <bp-asm.h>.
30209         (PARMS): Do not use macros from bp-asm.h.
30210         (FLAGS): Likewise.
30211         (PTID): Likewise.
30212         (TLS): Likewise.
30213         (CTID): Likewise.
30214         (__clone): Do not use BP_SYM.
30215         (clone): Do not use BP_SYM in weak_alias.
30216         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30217         and <bp-asm.h>.
30218         (PARMS): Do not use macros from bp-asm.h.
30219         (LEN): Likewise.
30220         (__mmap64): Do not use BP_SYM.
30221         (mmap64): Do not use BP_SYM in weak_alias.
30222         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30223         <bp-sym.h> and <bp-asm.h>.
30224         (PARMS): Do not use macros from bp-asm.h.
30225         (__posix_fadvise64_l64): Do not use BP_SYM.
30226         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30227         (PARMS): Do not use macros from bp-asm.h.
30228         (NSOPS): Likewise.
30229         (semtimedop): Do not use BP_SYM.
30230         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30231         and <bp-asm.h>.
30233 2013-02-21  Allan McRae  <allan@archlinux.org>
30235         * manual/message.texi (Charset conversion in gettext):
30236         Move @end statement to beginning of line.
30238 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30241         static.
30242         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30243         Likewise.
30245         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30246         (denorm): Likewise.
30247         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30248         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30250 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30252         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30253         tail-call to the resolved function if pltexit isn't needed.
30255 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30257         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30258         or Y being zero as being unlikely.
30259         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30260         Likewise.
30262 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30264         * manual/nss.texi (System Databases and Name Service Switch):
30265         Remove frobnicate @pxref.
30267 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30269         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30270         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30272 2013-02-20  Petr Machata  <pmachata@redhat.com>
30274         * elf/elf.h (R_ARM_TARGET1): New macro.
30275         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30276         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30277         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30278         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30279         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30280         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30281         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30282         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30283         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30284         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30285         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30286         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30287         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30288         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30289         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30290         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30291         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30292         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30293         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30294         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30295         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30296         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30297         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30298         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30299         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30300         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30301         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30302         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30303         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30304         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30305         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30306         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30307         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30308         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30309         (R_ARM_THM_GOT_BREL12): Likewise.
30310         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30311         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30312         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30313         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30314         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30315         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30316         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30317         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30318         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30320 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30322         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30323         __attribute_used__ to __attribute__ ((unused)).
30325 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30327         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30328         powerpc mpa.c.
30329         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30330         comment formatting.
30331         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30333 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30335         [BZ #13550]
30336         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30337         Remove macro.
30338         (ENTER): Remove both macro definitions.
30339         (LEAVE): Likewise.
30340         (CHECK_BOUNDS_LOW): Likewise.
30341         (CHECK_BOUNDS_HIGH): Likewise.
30342         (CHECK_BOUNDS_BOTH): Likewise.
30343         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30344         (RETURN_BOUNDED_POINTER): Likewise.
30345         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30346         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30347         (POP_ERRNO_LOCATION_RETURN): Likewise.
30348         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30349         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30350         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30351         macros.
30352         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30353         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30354         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30355         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30356         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30357         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30358         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30359         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30360         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30361         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30362         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30363         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30364         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30365         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30366         removed macros.
30367         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30368         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30369         macros.
30370         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30371         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30372         * sysdeps/i386/i586/memset.S (memset): Likewise.
30373         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30374         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30375         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30376         macros.
30377         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30378         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30379         Change uses of L(2) to L(out).
30380         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30381         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30382         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30383         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30384         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30385         removed macros.
30386         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30387         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30388         macros.
30389         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30390         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30391         (RETURN): Do not use macro LEAVE.
30392         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30393         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30394         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30395         * sysdeps/i386/i686/memset.S (memset): Likewise.
30396         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30397         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30398         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30399         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30400         Likewise.
30401         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30402         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30403         L(1_2) and L(1_3) into L(1).
30404         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30405         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30406         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30407         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30408         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30409         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30410         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30411         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30412         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30413         macros.
30414         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30415         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30416         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30417         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30418         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30419         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30420         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30421         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30422         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30423         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30424         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30425         * sysdeps/i386/strspn.S (strspn): Likewise.
30426         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30427         conditional code.
30428         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30429         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30430         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30431         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30432         L(1_3) into L(1_1).
30433         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30434         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30435         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30436         macros.
30437         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30439 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30441         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30442         macro.
30444 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30446         * math/atest-exp.c (exp_mpn): Remove ROUND.
30447         * math/atest-exp2.c (exp_mpn): Likewise.
30448         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30450         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30451         * stdlib/tst-tls-atexit-lib.c: Likewise.
30452         * stdlib/tst-tls-atexit.c: Likewise.
30454 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30456         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30457         and __attribute_alloc_size__.
30459 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30461         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30462         __attribute_alloc_size__.
30463         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30464         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30466 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30468         * include/programs/xmalloc.h: New file.
30469         * catgets/gencat.c: Include it.
30470         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30471         * elf/pldd.c: Likewise.
30472         * iconv/iconv_charmap.c: Likewise.
30473         * iconv/iconvconfig.c: Likewise.
30474         * iconv/strtab.c: Likewise.
30475         * locale/programs/locale.c: Likewise.
30476         * locale/programs/localedef.h: Likewise.
30477         * locale/programs/simple-hash.c: Likewise.
30478         * nscd/nscd.h: Likewise.
30479         * nss/makedb.c: Likewise.
30480         * sysdeps/generic/ldconfig.h: Likewise.
30482 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30484         * Versions.def: Add GLIBC_2.18.
30485         * include/link.h (struct link_map): New member l_tls_dtor_count.
30486         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30487         (__call_tls_dtors): Likewise.
30488         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30489         __cxa_thread_atexit_impl.
30490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30491         Likewise.
30492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30493         Likewise.
30494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30495         Likewise.
30496         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30497         Likewise.
30498         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30500         Likewise.
30501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30502         Likewise.
30503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30504         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30505         Likewise.
30506         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30507         (tests): Add test case tst-tls-atexit.
30508         (modules-names): Add shared library for tst-tls-atexit.
30509         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30510         (GLIBC_PRIVATE): Add __call_tls_dtors.
30511         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30512         for libstdc++.
30513         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30514         * stdlib/tst-tls-atexit.c: New test case.
30515         * stdlib/tst-tls-atexit-lib.c: New test case.
30517         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30519         * elf/Versions (ld): Add _dl_find_dso_for_object.
30520         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30521         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30522         (dl_open_worker): Use _dl_find_dso_for_object.
30523         * elf/dl-sym.c (do_sym): Likewise.
30524         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30526 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30528         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30529         Syntactic changes only.
30530         (_dl_runtime_profile): Do a tail-call to the resolved function.
30532 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30534         [BZ #13550]
30535         * sysdeps/x86_64/bp-asm.h: Remove file.
30536         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30537         <bp-sym.h> and <bp-asm.h>.
30538         (__clone): Do not use BP_SYM.
30539         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30540         <bp-sym.h> and <bp-asm.h>.
30541         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30542         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30543         "bp-asm.h".
30544         (_setjmp): Do not use BP_SYM.
30545         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30546         "bp-asm.h".
30547         (setjmp): Do not use BP_SYM.
30548         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30549         libc_hidden_def.
30550         (mempcpy): Do not use BP_SYM in weak_alias.
30551         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30552         "bp-asm.h".
30553         (strchr): Do not use BP_SYM.
30554         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30555         "bp-asm.h".
30556         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30557         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30558         (_start): Do not use BP_SYM.
30559         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30560         "bp-asm.h".
30561         (strcat): Do not use BP_SYM.
30562         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30563         "bp-asm.h".
30564         (STRCMP): Do not use BP_SYM.
30565         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30566         "bp-asm.h".
30567         (STRCPY): Do not use BP_SYM.
30568         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30569         "bp-asm.h".
30570         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30571         "bp-asm.h".
30572         (FUNCTION): Do not use BP_SYM.
30573         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30574         weak_alias.
30575         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30577 2013-02-17  Andreas Jaeger  <aj@suse.de>
30579         * time/Versions: Sort entries.
30580         * string/Versions: Likewise.
30581         * resolv/Versions: Likewise.
30582         * posix/Versions: Likewise.
30583         * iconv/Versions: Likewise.
30584         * elf/Versions: Likewise.
30585         * wcsmbs/Versions: Likewise.
30587 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30589         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30590         loop termination condition.
30592         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30593         variable to calculate EZ.
30594         (__sqr): Likewise.
30596         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30597         the lower precision input.
30599 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30601         [BZ #13550]
30602         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30603         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30604         (run-via-rtld-prefix): Do not handle %-bp tests.
30605         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30606         (all-object-suffixes): Remove .ob.
30607         (bppfx): Remove variable.
30608         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30609         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30610         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30611         [$(build-bounded) = yes] (libtype.ob): Likewise.
30612         * Makerules (elide-routines.ob): Remove variable.
30613         (do-tests-clean): Do not handle *-bp.out.
30614         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30615         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30616         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30617         (tests): Do not include $(tests-bp.out).
30618         (xtests): Do not include $(xtests-bp.out).
30619         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30620         [$(build-bounded) = yes] ($(addprefix
30621         $(objpfx),$(binaries-bounded))): Remove rule.
30622         ($(objpfx)%-bp.out): Remove rule.
30623         * config.make.in (build-bounded): Remove variable.
30624         * crypt/Makefile [$(build-bounded) = yes]
30625         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30626         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30627         append to variable.
30628         [$(build-bounded) = yes] (install-lib): Likewise.
30629         [$(build-bounded) = yes] (generated): Likewise.
30630         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30631         Remove rule.
30632         * intl/Makefile [$(build-bounded) = yes]
30633         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30634         * math/Makefile [$(build-bounded) = yes]
30635         ($(tests:%=$(objpfx)%-bp): Likewise.
30636         * misc/Makefile [$(build-bounded) = yes]
30637         ($(objpfx)tst-tsearch-bp): Likewise.
30638         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30639         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30640         Remove dependency.
30641         * string/Makefile (o-objects.ob): Remove variable.
30642         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30643         (CFLAGS-.ob): Remove variable.
30644         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30645         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30646         both definitions of variable.
30647         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30648         (ASFLAGS-.ob): Remove variable.
30650 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30652         [BZ #13550]
30653         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30654         Remove __BOUNDED_POINTERS__ from condition.
30655         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30656         * string/bits/string2.h [!__NO_STRING_INLINES &&
30657         !__BOUNDED_POINTERS__]: Likewise.
30658         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30659         Likewise.
30660         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30661         Remove conditional code.
30662         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30663         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30664         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30665         condition.
30667         [BZ #13550]
30668         * csu/libc-start.c: Do not include <bp-sym.h>.
30669         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30670         * elf/dl-open.c: Do not include <bp-sym.h>.
30671         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30672         * math/fegetenv.c: Do not include <bp-sym.h>.
30673         (fegetenv): Do not use BP_SYM in versioned symbols.
30674         * nptl/sysdeps/pthread/bits/libc-lockP.h
30675         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30676         <bp-sym.h>.
30677         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30678         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30679         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30680         (__pthread_mutex_destroy): Likewise.
30681         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30682         (__pthread_mutex_lock): Likewise.
30683         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30684         (__pthread_mutex_trylock): Likewise.
30685         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30686         (__pthread_mutex_unlock): Likewise.
30687         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30688         (__pthread_mutexattr_init): Likewise.
30689         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30690         (__pthread_mutexattr_destroy): Likewise.
30691         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30692         (__pthread_mutexattr_settype): Likewise.
30693         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30694         (__pthread_rwlock_init): Likewise.
30695         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30696         (__pthread_rwlock_destroy): Likewise.
30697         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30698         (__pthread_rwlock_rdlock): Likewise.
30699         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30700         (__pthread_rwlock_tryrdlock): Likewise.
30701         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30702         (__pthread_rwlock_wrlock): Likewise.
30703         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30704         (__pthread_rwlock_trywrlock): Likewise.
30705         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30706         (__pthread_rwlock_unlock): Likewise.
30707         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30708         (__pthread_key_create): Likewise.
30709         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30710         (__pthread_setspecific): Likewise.
30711         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30712         (__pthread_getspecific): Likewise.
30713         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30714         Likewise.
30715         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30716         (_pthread_cleanup_push_defer): Likewise.
30717         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30718         (_pthread_cleanup_pop_restore): Likewise.
30719         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30720         (pthread_setcancelstate): Likewise.
30721         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30722         <bp-sym.h>.
30723         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30724         (memchr): Do not use BP_SYM in weak_alias.
30725         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30726         (fegetenv): Do not use BP_SYM in versioned symbols.
30727         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30728         (fesetenv): Do not use BP_SYM in versioned symbols.
30729         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30730         (feupdateenv): Do not use BP_SYM in versioned symbols.
30731         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30732         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30733         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30734         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30735         (open64): Do not use BP_SYM in weak_alias.
30736         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30737         (fegetenv): Do not use BP_SYM in versioned symbols.
30738         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30739         (fesetenv): Do not use BP_SYM in versioned symbols.
30740         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30741         (feupdateenv): Do not use BP_SYM in versioned symbols.
30742         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30743         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30744         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30745         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30746         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30747         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30748         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30749         <bp-sym.h>.
30750         (__libc_start_main): Do not use BP_SYM.
30752 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30755         redundant return line.
30756         (norm): Likewise.
30757         (denorm): Likewise.
30758         (dbl_mp): Likewise.
30759         (sub_magnitudes): Likewise.
30760         (__add): Likewise.
30761         (__sub): Likewise.
30762         (__mul): Likewise.
30763         (__inv): Likewise.
30764         (__dvd): Likewise.
30765         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30766         (norm): Likewise.
30767         (denorm): Likewise.
30768         (dbl_mp): Likewise.
30769         (sub_magnitudes): Likewise.
30770         (__add): Likewise.
30771         (__sub): Likewise.
30772         (__mul): Likewise.
30773         (__inv): Likewise.
30774         (__dvd): Likewise.
30776         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30777         instead of __mul.
30778         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30779         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30780         (cc32): Likewise.
30782         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30783         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30784         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30785         of __mul for squares.
30786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30787         function
30788         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30789         Likewise.
30790         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30791         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30793 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30795         [BZ #13550]
30796         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30797         code.
30798         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30799         prototype or function definition.  Rename ubp_* variables and
30800         parameters.  Remove argv definitions conditional on
30801         [__BOUNDED_POINTERS__].
30802         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30803         * elf/dl-runtime.c (_dl_fixup): Likewise.
30804         * include/set-hooks.h (RUN_HOOK): Likewise.
30805         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30806         definition.
30807         * string/strcpy.c (strcpy): Do not use __unbounded.
30808         * sysdeps/generic/frame.h (struct layout): Likewise.
30809         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30810         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30811         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30812         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30813         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30814         (__backtrace): Likewise.
30815         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30816         use __ptrvalue.
30817         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30818         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30819         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30820         Likewise.
30821         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30822         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30823         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30824         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30825         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30826         Do not use __unbounded.
30827         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30828         Rename __unboundedrlimits parameter to rlimits in prototype.
30829         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30830         Do not use __unbounded.
30831         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30832         not use __ptrvalue.
30833         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30834         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30835         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30836         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30837         __ptrvalue or __unbounded.
30838         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30839         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30840         use __unbounded.
30841         (__new_msgctl): Do not use __ptrvalue.
30842         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30843         __unbounded.
30844         (__libc_msgrcv): Do not use __ptrvalue.
30845         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30846         startup_info): Do not use __unbounded.
30847         (__libc_start_main): Likewise.  Rename ubp_* variables and
30848         parameters.  Remove argv definitions conditional on
30849         [__BOUNDED_POINTERS__].
30850         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30851         __ptrvalue.
30852         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30853         use __unbounded.
30854         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30855         or __ptrvalue.
30856         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30857         use __unbounded.
30858         (__new_shmctl): Do not use __ptrvalue.
30859         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30860         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30861         Likewise.
30862         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30863         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30864         (__libc_sigaction): Likewise.
30865         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30866         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30867         Likewise.
30868         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30870 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30872         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30874         * string/mempcpy.c: Implement by calling memcpy.
30876 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30878         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30880         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30881         evaluation.
30883         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30884         values in the mantissa.
30886         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30887         minimize writes to Z.
30888         (sub_magnitudes): Simplify code a bit.
30890 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30892         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30893         from the message.  The linker prefixes all warnings with that already.
30895 2013-02-12  Andreas Schwab  <schwab@suse.de>
30897         [BZ #15078]
30898         * posix/regexec.c (extend_buffers): Add parameter min_len.
30899         (check_matching): Pass minimum needed length.
30900         (clean_state_log_if_needed): Likewise.
30901         (get_subexp): Likewise.
30902         * posix/Makefile (tests): Add bug-regex34.
30903         (bug-regex34-ENV): Define.
30904         * posix/bug-regex34.c: New file.
30906         [BZ #11561]
30907         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30908         elements compare against the byte sequence of it, not its name.
30909         * posix/Makefile (tests): Add bug-regex35.
30910         (bug-regex35-ENV): Define.
30911         * posix/bug-regex35.c: New file.
30913 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30915         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30916         comment.
30917         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30918         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30919         (CHECK_EOL): Add undef.
30921 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30923         * bits/stdlib-bsearch.h: New file.
30924         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30925         * stdlib/stdlib.h: Likewise.
30927 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30929         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30930         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30931         declaration.
30932         * manual/search.texi (Array Search Function): Add missing const in
30933         lfind prototype.
30934         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30935         declaration to use rlim_t.
30936         (Basic Scheduling Functions): Remove erroneous const from
30937         sched_getparam prototype.  Remove erroneous * from
30938         sched_get_priority_max and sched_get_priority_min prototypes.
30939         (Resource Usage): Fix summary @comment on vtimes to refer to
30940         sys/vtimes.h rather than vtimes.h.
30941         Add missing *s in vtimes prototype.
30942         (Limits on Resources): Fix ulimit prototype to return long int.
30943         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30944         prototypes to use long int rather than double.
30945         (BSD Random): Fix initstate and setstate to use char *, not void *.
30946         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30947         prototype to make second argument 'struct aiocb64 *const[]'.
30948         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30949         (Status of AIO Operations): Remove erroneous const in aio_return and
30950         aio_return64 prototypes.
30951         (Synchronizing I/O): Fix sync prototype to return void.
30952         * manual/startup.texi (Suboptions): Remove an erroneous const in
30953         getsubopt prototype.
30954         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30955         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30956         use size_t rather than int.
30957         (Scanning All Users): Likewise for getpwent_r.
30958         (Setting Groups): Add missing const to setgroups prototype.
30959         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30960         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30961         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30962         'const void *' rather than 'const char *'.
30963         (Host Address Functions): Likewise for inet_ntop.
30964         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30965         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30966         ssize_t for return value.
30967         (Sending Data): Likewise for send, sendto, sendmsg.
30968         (Socket Option Functions): Add a missing const in setsockopt prototype.
30969         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30970         use wchar_t for the argument.
30971         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30972         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
30973         take no arguments.
30974         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
30975         double/float/long double for second argument.
30976         Fix return types of significand, significandf, significandl.
30977         * manual/filesys.texi (Setting Permissions): Use mode_t for second
30978         argument in fchmod prototype.
30979         (File Owner): Use uid_t and gid_t in fchown prototype.
30980         (File Times): Add const to utimes, futimes, and lutimes prototypes.
30981         (Making Special Files): Use mode_t and dev_t in mknod prototype.
30982         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
30983         use 'const struct dirent **' as argument types to CMP function pointer
30984         argument.
30985         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
30986         (File Times): Fix summary magic @comment for struct utimbuf and utime
30987         to refer to utime.h, not time.h.
30988         * manual/string.texi (Argz Functions): Add missing const in
30989         argz_extract and argz_next prototypes.
30990         (Finding Tokens in a String): Likewise for basename.
30991         (String/Array Comparison): Fix typo in wcscasecmp prototype.
30992         (Copying and Concatenation): Fix typo in wmemmove prototype.
30993         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
30994         (Signal Stack): Remove erroneous const in sigstack prototype.
30995         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
30996         prototype.
30997         (Simple Calendar Time): Likewise for stime.
30998         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
30999         prototype.
31000         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31001         say sys/sysctl.h instead.
31002         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31003         and vsyslog prototypes.
31005 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31007         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31008         Remove.
31010 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31012         * misc/sys/mman.h: Fix typo in mremap comment.
31014 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31016         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31017         the '\0' terminator.
31019 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31021         [BZ #13550]
31022         * debug/segfault.c: Don't include <bp-checks.h>.
31023         * sysdeps/generic/bp-checks.h: Remove file.
31024         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31025         (__GETDENTS): Don't use CHECK_N.
31026         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31027         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31028         (__getgroups): Don't use CHECK_N.
31029         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31030         (setgroups): Don't use CHECK_N.
31031         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31032         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31033         (__libc_msgrcv): Don't use CHECK_N.
31034         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31035         (__libc_msgsnd): Don't use CHECK_N.
31036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31037         <bp-checks.h>.
31038         (__libc_pread): Don't use CHECK_N.
31039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31040         include <bp-checks.h>.
31041         (__libc_pread64): Don't use CHECK_N.
31042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31043         include <bp-checks.h>.
31044         (__libc_pwrite): Don't use CHECK_N.
31045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31046         include <bp-checks.h>.
31047         (__libc_pwrite64): Don't use CHECK_N.
31048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31049         <bp-checks.h>.
31050         (__libc_pread): Don't use CHECK_N.
31051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31052         include <bp-checks.h>.
31053         (__libc_pread64): Don't use CHECK_N.
31054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31055         include <bp-checks.h>.
31056         (__libc_pwrite): Don't use CHECK_N.
31057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31058         include <bp-checks.h>.
31059         (__libc_pwrite64): Don't use CHECK_N.
31060         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31061         (do_pread): Don't use CHECK_N.
31062         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31063         (do_pread64): Don't use CHECK_N.
31064         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31065         (do_pwrite): Don't use CHECK_N.
31066         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31067         (do_pwrite64): Don't use CHECK_N.
31068         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31069         (__libc_readv): Don't use CHECK_N.
31070         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31071         (semop): Don't use CHECK_N.
31072         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31073         <bp-checks.h>.
31074         (semtimedop): Don't use CHECK_N.
31075         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31076         (__libc_pread): Don't use CHECK_N.
31077         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31078         <bp-checks.h>.
31079         (__libc_pread64): Don't use CHECK_N.
31080         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31081         <bp-checks.h>.
31082         (__libc_pwrite): Don't use CHECK_N.
31083         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31084         <bp-checks.h>.
31085         (__libc_pwrite64): Don't use CHECK_N.
31086         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31087         <bp-checks.h>.
31088         (__libc_msgrcv): Don't use CHECK_N.
31089         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31090         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31091         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31092         (__libc_writev): Don't use CHECK_N.
31094 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31096         * string/strcpy.c: Removed unused variable.
31098         * Makeconfig (+sysdep-includes): Define with := rather than =.
31099         Use an existing include/ subdir of each sysdeps dir before it.
31101 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31103         * nscd/connection.c (register_traced_file): Comment function.
31104         [HAVE_INOTIFY] (union __inev): Define.
31105         [HAVE_INOTIFY] (inotify_check_files): New function.
31106         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31107         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31108         clear_db_cache.
31109         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31111 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31113         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31114         loaded if not already and that a failure is permanent.
31116 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31118         [BZ #15006]
31119         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31120         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31122 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31124         [BZ #13550]
31125         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31126         (CHECK_1_NULL_OK): Likewise.
31127         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31128         (__fxstat): Do not use CHECK_1.
31129         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31130         <bp-checks.h>.
31131         (___fxstat64): Do not use CHECK_1.
31132         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31133         <bp-checks.h>.
31134         (__fxstatat): Do not use CHECK_1.
31135         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31136         <bp-checks.h>.
31137         (__fxstatat64): Do not use CHECK_1.
31138         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31139         <bp-checks.h>.
31140         (__fxstat): Do not use CHECK_1.
31141         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31142         <bp-checks.h>.
31143         (__fxstatat): Do not use CHECK_1.
31144         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31145         <bp-checks.h>.
31146         (__getresgid): Do not use CHECK_1.
31147         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31148         <bp-checks.h>.
31149         (__getresuid): Do not use CHECK_1.
31150         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31151         <bp-checks.h>.
31152         (__lxstat): Do not use CHECK_1.
31153         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31154         <bp-checks.h>.
31155         (__old_msgctl): Do not use CHECK_1.
31156         (__new_msgctl): Likewise.
31157         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31158         <bp-checks.h>.
31159         (__new_setrlimit): Do not use CHECK_1.
31160         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31161         <bp-checks.h>.
31162         (__old_shmctl): Do not use CHECK_1.
31163         (__new_shmctl): Likewise.
31164         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31165         <bp-checks.h>.
31166         (__xstat): Do not use CHECK_1.
31167         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31168         (__lxstat): Do not use CHECK_1.
31169         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31170         <bp-checks.h>.
31171         (___lxstat64): Do not use CHECK_1.
31172         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31173         (__old_msgctl): Do not use CHECK_1.
31174         (__new_msgctl): Likewise.
31175         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31176         <bp-checks.h>.
31177         (__gettimeofday): Do not use CHECK_1.
31178         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31179         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31180         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31181         <bp-checks.h>.
31182         (__gettimeofday): Do not use CHECK_1.
31183         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31184         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31185         (__new_shmctl): Do not use CHECK_1.
31186         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31187         <bp-checks.h>.
31188         (do_sigtimedwait): Do not use CHECK_1.
31189         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31190         <bp-checks.h>.
31191         (do_sigwaitinfo): Do not use CHECK_1.
31192         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31193         <bp-checks.h>.
31194         (msgctl): Do not use CHECK_1.
31195         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31196         <bp-checks.h>.
31197         (shmctl): Do not use CHECK_1.
31198         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31199         (ustat): Do not use CHECK_1.
31200         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31201         <bp-checks.h>.
31202         (__fxstat): Do not use CHECK_1.
31203         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31204         <bp-checks.h>.
31205         (__fxstatat): Do not use CHECK_1.
31206         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31207         <bp-checks.h>.
31208         (__lxstat): Do not use CHECK_1.
31209         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31210         <bp-checks.h>.
31211         (__xstat): Do not use CHECK_1.
31212         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31213         (__xstat): Do not use CHECK_1.
31214         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31215         (___xstat64): Do not use CHECK_1.
31217         [BZ #13550]
31218         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31219         definitions.
31220         (CHECK_BOUNDS_HIGH): Likewise.
31221         * string/strcpy.c: Do not include <bp-checks.h>.
31222         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31224 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31226         * nscd/nscd-client.h (__nscd_drop_map_ref):
31227         Add __attribute__ ((unused)).
31228         * nis/nss-nisplus.h (niserr2nss): Likewise.
31230         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31231         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31233         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31234         Remove inline keyword.
31235         * include/rounding-mode.h (round_away): Likewise.
31236         * libio/wfileops.c (adjust_wide_data): Likewise.
31237         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31238         (__m128i_strloadu_tolower): Likewise.
31239         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31240         (__m128i_strloadu_tolower): Likewise.
31241         * time/mktime.c (ydhms_diff): Likewise.
31242         * locale/elem-hash.h (elem_hash): Likewise.
31243         * locale/setlocale.c (setdata): Likewise.
31244         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31245         (re_string_wchar_at): Likewise.
31246         (bitset_not, bitset_merge, bitset_mask): Likewise.
31247         [!(__GNUC__ > 3)] (inline): Remove macro.
31248         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31249         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31250         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31251         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31252         * string/memcmp.c (memcmp_bytes): Likewise.
31253         * locale/programs/locarchive.c (compute_hashval): Likewise.
31254         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31255         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31256         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31257         * nss/getent.c (print_rpc, print_protocols): Likewise.
31258         (print_passwd, print_group, print_aliases): Likewise.
31259         * nis/nss-nisplus.h (niserr2nss): Likewise.
31260         * nscd/connections.c (restart_p): Likewise.
31261         Change return type to bool.
31263 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31265         * Makeconfig (all-Depend-files): Add existing
31266         $(sorted-subdirs:=/Depend) files.
31267         (all-subdirs): Remove nss.
31268         * sysdeps/unix/inet/Subdirs: Add it here instead.
31269         * hesiod/Depend: New file.
31271         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31272         instead of calling alloca.
31274         * io/lseek.c (__lseek): Rename to __libc_lseek.
31275         Define __lseek as an alias.
31277         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31279 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31281         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31282         else clause and remove check for non-standard endianness.
31284 2013-02-04  David S. Miller  <davem@davemloft.net>
31286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31288 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31290         [BZ #13550]
31291         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31292         (__ubp_memchr): Remove prototype.
31293         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31294         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31295         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31296         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31297         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31298         Remove alias.
31299         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31300         (__ubp_memchr): Likewise.
31301         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31302         (__ubp_memchr): Likewise.
31303         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31304         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31305         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31306         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31307         CHECK_STRING.
31308         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31309         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31310         (__getcwd): Do not use CHECK_STRING.
31311         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31312         <bp-checks.h>.
31313         (__real_chown): Do not use CHECK_STRING.
31314         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31315         <bp-checks.h>.
31316         (fchownat): Do not use CHECK_STRING.
31317         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31318         CHECK_STRING.
31319         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31320         <bp-checks.h>.
31321         (__lchown): Do not use CHECK_STRING.
31322         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31323         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31324         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31325         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31327         include <bp-checks.h>.
31328         (truncate64): Do not use CHECK_STRING.
31329         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31330         <bp-checks.h>.
31331         (__real_chown): Do not use CHECK_STRING.
31332         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31333         <bp-checks.h>.
31334         (__lchown): Do not use CHECK_STRING.
31335         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31336         <bp-checks.h>.
31337         (__chown): Do not use CHECK_STRING.
31338         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31339         <bp-checks.h>.
31340         (truncate64): Do not use CHECK_STRING.
31341         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31342         Likewise.
31343         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31344         (__xmknod): Do not use CHECK_STRING.
31345         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31346         <bp-checks.h>.
31347         (__xmknodat): Do not use CHECK_STRING.
31348         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31349         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31351 2013-02-04  Andreas Schwab  <schwab@suse.de>
31353         [BZ #14142]
31354         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31355         * include/netdb.h: Likewise for h_errno.
31356         * elf/tst-stackguard1.c: Include <tls.h>.
31358 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31360         * elf/link.h (struct link_map): Extend the l_addr comment.
31361         * include/link.h (struct link_map): Likewise.
31363 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31365         [BZ #13550]
31366         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31367         (BOUNDED_1): Remove macro.
31368         * debug/backtrace.c: Don't include <bp-checks.h>.
31369         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31370         (__backtrace): Likewise.
31371         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31372         <bp-checks.h>.
31373         (__backtrace): Don't use BOUNDED_1.
31374         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31375         <bp-checks.h>.
31376         (__backtrace): Don't use BOUNDED_1.
31377         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31378         (__backtrace): Don't use BOUNDED_1.
31379         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31380         (shmat): Don't use BOUNDED_N.
31382 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31384         [BZ #13550]
31385         * sysdeps/generic/bp-start.h: Remove file.
31386         * csu/libc-start.c: Don't include <bp-start.h>.
31387         (LIBC_START_MAIN): Set up __environ directly instead of using
31388         INIT_ARGV_and_ENVIRON.
31389         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31390         <bp-start.h>.
31392         [BZ #13550]
31393         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31394         definitions.
31395         (CHECK_FCNTL): Likewise.
31396         (CHECK_N_PAGES): Likewise.
31398         [BZ #13550]
31399         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31400         definitions.
31401         (CHECK_SIGSET_NULL_OK): Likewise.
31402         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31403         <bp-checks.h>.
31404         (sigpending): Don't use CHECK_SIGSET.
31405         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31406         <bp-checks.h>.
31407         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31408         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31409         <bp-checks.h>.
31410         (do_sigsuspend): Don't use CHECK_SIGSET.
31411         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31412         use CHECK_SIGSET.
31413         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31414         (do_sigwait): Don't use CHECK_SIGSET.
31415         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31416         use CHECK_SIGSET.
31417         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31418         include <bp-checks.h>.
31419         (sigpending): Don't use CHECK_SIGSET.
31420         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31421         include <bp-checks.h>.
31422         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31423         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31424         <bp-checks.h>.
31425         (sigpending): Don't use CHECK_SIGSET.
31426         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31427         <bp-checks.h>.
31428         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31430         [BZ #13550]
31431         * sysdeps/generic/bp-semctl.h: Remove file.
31432         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31433         <bp-checks.h> and <bp-semctl.h>.
31434         (__old_semctl): Don't use CHECK_SEMCTL.
31435         (__new_semctl): Likewise.
31436         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31437         and <bp-semctl.h>.
31438         (__old_semctl): Don't use CHECK_SEMCTL.
31439         (__new_semctl): Likewise.
31440         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31441         <bp-checks.h> and <bp-semctl.h>.
31442         (__old_semctl): Don't use CHECK_SEMCTL.
31443         (__new_semctl): Likewise.
31444         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31445         <bp-checks.h> and <bp-semctl.h>.
31446         (semctl): Don't use CHECK_SEMCTL.
31448         [BZ #13550]
31449         * Makerules (elide-bp-thunks): Remove variable.
31450         (elide-routines.oS): Don't use $(elide-bp-thunks).
31451         (elide-routines.os): Likewise.
31452         (elide-routines.o): Likewise.
31453         (elide-routines.op): Likewise.
31454         (elide-routines.og): Likewise.
31455         (objects): Don't use $(bp-thunks).
31456         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31457         include.
31458         (common-generated): Do not add s-proto-bp.d.
31459         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31460         (int): Likewise.
31461         (typ): Likewise.
31462         Do not generate makefile rules for bounded-pointer thunks.
31463         * sysdeps/generic/bp-thunks.h: Remove file.
31464         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31465         * sysdeps/unix/s-proto-bp.S: Likewise.
31467         [BZ #15062]
31468         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31469         parts of result separately when argument is not close to line from
31470         -i to i and one part of argument is small.
31471         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31472         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31473         * math/libm-test.inc (cacos_test): Add more tests.
31474         (casin_test): Likewise.
31475         (casinh_test): Likewise.
31476         * sysdeps/i386/fpu/libm-test-ulps: Update.
31477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31479 2013-01-31  David S. Miller  <davem@davemloft.net>
31481         * po/de.po: Update from translation team.
31483 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31485         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31487 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31489         * configure.in (_AC_PROG_CC_C89): New definition.
31490         * configure: Regenerate.
31492         * configure.in (AC_PROG_CPP): New definition.
31493         * configure: Regenerate.
31495 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31497         * debug/tst-backtrace.h: New file.
31498         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31499         (ret): Remove variable.
31500         (x): Likewise.
31501         (FAIL): Remove macro.
31502         (NO_INLINE): Likewise.
31503         (fn1): Use match function instead of strstr.
31504         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31505         (ret): Remove variable.
31506         (x): Likewise.
31507         (FAIL): Remove macro.
31508         (NO_INLINE): Likewise.
31509         (fn): Use match function instead of strstr.
31510         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31511         (ret): Remove variable.
31512         (x): Likewise.
31513         (FAIL): Remove macro.
31514         (NO_INLINE): Likewise.
31515         (handle_signal): Use match function instead of strstr.
31516         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31517         (ret): Remove variable.
31518         (x): Likewise.
31519         (FAIL): Remove macro.
31520         (NO_INLINE): Likewise.
31521         (handle_signal): Use match function instead of strstr.
31523 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31525         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31527 2013-01-23  David S. Miller  <davem@davemloft.net>
31529         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31530         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31531         argument of CAS if possible.
31532         * sysdeps/sparc/sparc64/bits/atomic.h
31533         (__arch_compare_and_exchange_val_32_acq): Likewise.
31534         (__arch_compare_and_exchange_val_64_acq): Likewise.
31536 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31538         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31539         * sysdeps/posix/ulimit.c: ... this.
31540         Include <limits.h>.
31541         * sysdeps/unix/bsd/ulimit.c: Remove file.
31543 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31545         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31546         (LDFLAGS-tst-array5): Likewise.
31548 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31550         [BZ #15036]
31551         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31552         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31553         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31554         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31556 2013-01-21  David S. Miller  <davem@davemloft.net>
31558         * sysdeps/sparc/backtrace.c: New file.
31559         * sysdeps/sparc/sparc32/backtrace.h: New file.
31560         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31561         * sysdeps/sparc/sparc64/backtrace.h: New file.
31562         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31563         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31564         -funwind-tables.
31566 2013-01-21  Andreas Schwab  <schwab@suse.de>
31568         [BZ #15020]
31569         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31570         closed its stdout.
31572 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31574         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31575         "mpa2.h".
31576         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31578 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31579             Mark Mitchell  <mark@codesourcery.com>
31580             Tom de Vries  <tom@codesourcery.com>
31581             Paul Pluzhnikov  <ppluzhnikov@google.com>
31583         * debug/tst-backtrace2.c: New file.
31584         * debug/tst-backtrace3.c: Likewise.
31585         * debug/tst-backtrace4.c: Likewise.
31586         * debug/tst-backtrace5.c: Likewise.
31587         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31588         (CFLAGS-tst-backtrace3.c): Likewise.
31589         (CFLAGS-tst-backtrace4.c): Likewise.
31590         (CFLAGS-tst-backtrace5.c): Likewise.
31591         (LDFLAGS-tst-backtrace2): Likewise.
31592         (LDFLAGS-tst-backtrace3): Likewise.
31593         (LDFLAGS-tst-backtrace4): Likewise.
31594         (LDFLAGS-tst-backtrace5): Likewise.
31595         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31596         tst-backtrace4 and tst-backtrace5.
31598 2013-01-18  Anton Blanchard  <anton@samba.org>
31599             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31601         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31602         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31603         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31604         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31606         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31607         "+r" and remove output regs list as redundant.  Add explicit inline
31608         asm to specify register of return val to work around compiler codegen
31609         bug.  Remove (int) cast on return value.  Add return type parameter to
31610         use in macro so that this macro does not truncate return value for
31611         64-bit values.
31612         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31613         pass to INTERNAL_VSYSCALL_NCS.
31614         (INLINE_VSYSCALL): Add 'long int' as return type to
31615         INTERNAL_VSYSCALL_NCS macro invocation.
31616         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31617         INTERNAL_VSYSCALL_NCS macro invocation.
31618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31620 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31622         [BZ #14496]
31623         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31624         Fix application of SIMD FP exception mask.
31626         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31627         mp_no from a power of two.
31628         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31629         __mpexp_twomm1.  Use __pow_mp.
31631         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31632         multiplication.
31634 2013-01-17  David S. Miller  <davem@davemloft.net>
31636         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31638 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31640         [BZ #15023]
31641         * include/complex.h: Condition contents on [!_COMPLEX_H].
31642         (__kernel_casinhf): New prototype.
31643         (__kernel_casinh): Likewise.
31644         (__kernel_casinhl): Likewise.
31645         * math/Makefile (libm_calls): Add k_casinh.
31646         * math/k_casinh.c: New file.
31647         * math/k_casinhf.c: Likewise.
31648         * math/k_casinhl.c: Likewise.
31649         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31650         finite nonzero arguments.
31651         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31652         finite nonzero arguments.
31653         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31654         finite nonzero arguments.
31655         * math/s_casinh.c: Do not include <float.h>.
31656         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31657         * math/s_casinhf.c: Do not include <float.h>.
31658         (__casinhf): Move code for finite nonzero arguments to
31659         k_casinhf.c.
31660         * math/s_casinhl.c: Do not include <float.h>.
31661         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31662         redefine.
31663         (__casinhl): Move code for finite nonzero arguments to
31664         k_casinhl.c.
31665         * math/libm-test.inc (cacos_test): Add more tests.
31666         * sysdeps/i386/fpu/libm-test-ulps: Update.
31667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31669 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31671         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31672         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31673         [!HAVE_MREMAP]: Remove [defined linux] case.
31674         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31676 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31678         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31680 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31682         * elf/elf.h (R_386_SIZE32): New relocation.
31683         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31684         R_386_SIZE32.
31685         (elf_machine_rela): Likewise.
31686         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31687         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31689 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31691         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31692         (FP_FAST_FMA): Do not define.
31693         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31694         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31695         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31696         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31697         !_SOFT_FLOAT]: Likewise.
31698         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31699         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31700         value.
31701         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31702         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31703         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31704         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31705         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31706         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31707         file.
31709 2013-01-16  Andreas Schwab  <schwab@suse.de>
31711         [BZ #14327]
31712         * include/stdlib.h (__mktemp): Add declaration.
31713         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31714         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31716 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31718         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31719         definitions.
31720         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31721         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31722         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31723         definitions here.
31724         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31725         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31726         definitions.
31727         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31728         and ONE.
31729         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31730         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31731         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31732         definitions.
31733         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31734         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31735         definitions.
31736         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31738         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31740 2013-01-15  David S. Miller  <davem@davemloft.net>
31742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31743         trunc{,f} to libm-sysdep_routes.
31744         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31746         file.
31747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31749         file.
31750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31751         file.
31752         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31754         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31755         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31756         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31757         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31758         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31759         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31762         nearbyint{,f} to libm-sysdep_routes.
31763         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31765         New file.
31766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31767         file.
31768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31769         New file.
31770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31771         file.
31772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31774         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31775         file.
31776         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31777         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31778         file.
31779         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31780         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31781         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31783         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31784         libc_feholdexcept and libc_fesetenv.
31786 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31788         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31790 2013-01-14  David S. Miller  <davem@davemloft.net>
31792         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31793         (SPARC_ASM_VIS2_IFUNC): Likewise.
31794         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31796         use of 'siam' instruction.
31797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31798         Likewise.
31799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31800         Likewise.
31801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31802         Likewise.
31803         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31804         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31805         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31806         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31808         file.
31809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31810         file.
31811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31812         file.
31813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31814         file.
31815         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31816         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31817         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31818         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31820         new VIS2 routines.
31821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31824         Likewise.
31825         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31826         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31827         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31828         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31830         routines to libm-sysdep_routines.
31831         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31834         fdim/fdimf to libm-sysdep_routines.
31835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31836         file.
31837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31839         file.
31840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31843         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31844         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31845         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31846         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31848 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31850         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31851         to optimize copies.
31853         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31854         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31855         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31857         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31858         local variable MPTWO.
31859         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31860         Likewise.
31862 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31864         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31865         GLOB_NOESCAPE.
31867 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31869         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31871 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31873         * manual/pattern.texi (glob_t): Document gl_flags.
31874         (glob64_t): Likewise.
31876 2013-01-11  David S. Miller  <davem@davemloft.net>
31878         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31879         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31880         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31881         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31882         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31883         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31884         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31885         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31886         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31887         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31888         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31889         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31890         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31892         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31893         sparc V9 rather than using V8 code.
31894         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31895         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31897         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31898         Move to...
31899         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31900         Here.
31902 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31904         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31905         not in the main loop.
31906         * configure: Regenerated.
31908 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31910         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31911         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31912         to just #else.
31913         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31914         [!__GLIBC_HAVE_LONG_LONG] case.
31915         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31916         condition to just #else.
31917         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31918         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31919         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31920         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31921         unconditional.
31922         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31923         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31924         #elif condition to just #else.
31925         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31926         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31927         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31928         #elif condition to just #else.
31930 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31932         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31933         (EF_MIPS_ARCH_64): Fix value.
31934         (EF_MIPS_ARCH_32R2): New.
31935         (EF_MIPS_ARCH_64R2): New.
31937 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31939         * Makeconfig (+link-pie-before-libc): New.
31940         (+link-pie-after-libc): Likewise.
31941         (+link-pie-tests): Likewise.
31942         (+link-pie): Rewritten.
31943         (link-before-libc): Remove $(config-LDFLAGS).
31944         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31945         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31946         (config-LDFLAGS): Renamed to ...
31947         (rtld-LDFLAGS): This.
31948         (rtld-tests-LDFLAGS): New macro.
31949         (link-libc-rpath-link): Likewise.
31950         (link-libc-tests-rpath-link): Likewise.
31951         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31952         (link-libc): Prepand $(link-libc-rpath-link).
31953         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31954         (test-program-prefix): New macro.
31955         (test-via-rtld-prefix): Likewise.
31956         (test-program-cmd): Likewise.
31957         (host-test-program-cmd): Likewise.
31958         * Makefile ($(common-objpfx)testrun.sh): Replace
31959         $(run-program-prefix) with $(test-program-prefix).
31960         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31961         $(rtld-LDFLAGS).
31962         ($(common-objpfx)shlib.lds): Likewise.
31963         (build-module-helper): Likewise.
31964         ($(common-objpfx)format.lds): Likewise.
31965         * Rules (binaries-pie-tests): New.
31966         (binaries-pie-notests): Likewise.
31967         (binaries-pie): Rewritten.
31968         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31969         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31970         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31971         (make-test-out): Replace $(host-built-program-cmd) with
31972         $(host-test-program-cmd).
31973         * config.make.in (build-hardcoded-path-in-tests): New variable.
31974         * configure.in (--enable-hardcoded-path-in-tests): New configure
31975         option.
31976         (hardcoded_path_in_tests): New AC_SUBST.
31977         * configure: Regenerated.
31978         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
31979         $(built-program-cmd) with $(test-program-cmd).
31980         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
31981         (test_program_cmd): This.
31982         * elf/Makefile ($(objpfx)order.out): Run test with
31983         $(test-program-prefix).
31984         ($(objpfx)order2.out): Likewise.
31985         ($(objpfx)tst-initorder.out): Likewise.
31986         ($(objpfx)tst-initorder2.out): Likewise.
31987         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
31988         $(test-program-cmd).
31989         ($(objpfx)tst-array1-static.out): Likewise.
31990         ($(objpfx)tst-array2.out): Likewise.
31991         ($(objpfx)tst-array3.out): Likewise.
31992         ($(objpfx)tst-array4.out): Likewise.
31993         ($(objpfx)tst-array5.out): Likewise.
31994         ($(objpfx)tst-array5-static.out): Likewise.
31995         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
31996         $(test-program-cmd).
31997         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
31998         $(run-program-prefix) with $(test-program-prefix).
31999         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32000         (test_program_prefix): This.
32001         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32002         $(run-program-prefix) with $(test-program-prefix).
32003         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32004         (test_program_prefix): This.
32005         * iconvdata/tst-tables.sh: Likewise.
32006         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32007         $(run-program-prefix) with $(test-program-prefix).
32008         ($(objpfx)tst-translit.out): Likewise.
32009         ($(objpfx)tst-gettext2.out): Likewise.
32010         ($(objpfx)tst-gettext4.out): Likewise.
32011         ($(objpfx)tst-gettext6.out): Likewise.
32012         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32013         (test_program_prefix): This.
32014         * intl/tst-gettext2.sh: Likewise.
32015         * intl/tst-gettext4.sh  Likewise.
32016         * intl/tst-gettext6.sh: Likewise.
32017         * intl/tst-translit.sh: Likewise.
32018         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32019         with $(test-program-cmd).
32020         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32021         $(run-program-prefix) with $(test-program-prefix).
32022         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32023         (test_program_prefix): This.
32024         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32025         $(run-program-prefix) with $(test-program-prefix).
32026         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32027         (test_program_prefix): This.
32028         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32029         * posix/Makefile ($(objpfx)globtest.out): Replace
32030         $(run-via-rtld-prefix) and $(test-wrapper) with
32031         $(test-program-prefix) and $(test-via-rtld-prefix).
32032         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32033         $(test-program-prefix).
32034         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32035         $(host-test-program-cmd).
32036         (tst-spawn-ARGS): Likewise.
32037         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32038         $(test-program-prefix).
32039         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32040         (test_via_rtld_prefix): This.
32041         (test_wrapper): Renamed to ...
32042         (test_program_prefix): This.
32043         (run_program_prefix): Replaced by test_program_prefix.
32044         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32045         (test_program_prefix): This.
32046         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32047         with $(host-test-program-cmd).
32048         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32049         $(run-program-prefix) with $(test-program-prefix).
32050         ($(objpfx)tst-printf.out): Likewise.
32051         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32052         $(test-program-cmd).
32053         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32054         (test_program_prefix): This.
32055         * stdio-common/tst-unbputc.sh: Likewise.
32056         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32057         $(run-program-prefix) with $(test-program-prefix).
32058         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32059         (test_program_prefix): This.
32060         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32061         $(built-program-cmd) with $(test-program-cmd).
32063 2013-01-11  Andreas Jaeger  <aj@suse.de>
32065         [BZ #15003]
32066         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32067         value. Sync with Linux 3.7.
32069 2013-01-10  David S. Miller  <davem@davemloft.net>
32071         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32072         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32073         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32075 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32077         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32078         never set.
32079         * configure: Regenerated.
32081 2013-01-10  David S. Miller  <davem@davemloft.net>
32083         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32084         sparc V9 rather than using V8 code.
32085         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32086         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32088 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32090         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32091         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32092         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32093         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32094         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32095         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32096         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32097         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32098         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32099         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32100         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32101         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32102         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32103         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32104         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32105         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32106         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32107         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32108         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32109         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32110         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32111         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32112         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32113         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32114         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32115         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32116         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32118 2013-01-10  David S. Miller  <davem@davemloft.net>
32120         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32122 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32124         * posix/Makefile (tests-static): New variable.
32125         (tests): Add $(tests-static).
32126         (tst-exec-static-ARGS): New variable.
32127         (tst-spawn-static-ARGS): Likewise.
32128         * posix/tst-exec-static.c: New file.
32129         * posix/tst-spawn-static.c: Likewise.
32130         * posix/tst-exec.c: Support run directly.
32131         * posix/tst-spawn.c: Likewise.
32133 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32135         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32136         long.
32137         * math/bits/mathcalls.h (llrint): Likewise.
32138         (llround): Likewise.
32139         * stdlib/stdlib.h (struct drand48_data): Likewise.
32140         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32141         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32142         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32143         Likewise.
32144         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32145         Likewise.
32146         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32147         (elf_greg_t): Likewise.
32148         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32149         (__jmp_buf): Likewise.
32150         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32151         definitions.
32152         (llrint): Likewise, for all definitions.
32153         (llrintl): Likewise.
32155         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32156         Remove [__GNUC__] condition.
32157         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32158         condition to just [__USE_ISOC99].
32159         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32161 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32163         [BZ #14200]
32164         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32165         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32166         defined.
32167         (_POSIX_V6_ILP32_OFF32): Likewise.
32168         (_XBS5_ILP32_OFF32): Likewise.
32169         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32170         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32172 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32174         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32176         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32177         doubles __mpexp_twomm1.  Adjust usage.
32178         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32179         Remove.
32181 2013-01-10  Andreas Schwab  <schwab@suse.de>
32183         [BZ #14964]
32184         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32185         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32187 2013-01-09  David S. Miller  <davem@davemloft.net>
32189         [BZ #15003]
32190         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32191         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32192         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32193         (TCP_FASTOPEN): Define.
32194         (tcp_repair_opt): New structure.
32195         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32196         enum values.
32197         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32198         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32199         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32200         (tcp_cookie_transactions): New structure.
32202 2013-01-09  Anton Blanchard  <anton@samba.org>
32204         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32205         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32206         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32207         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32209 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32211         * include/features.h (__USE_ANSI): Remove.
32213 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32215         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32217         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32219 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32221         * sysdeps/s390/fpu/libm-test-ulps: Update.
32223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32225         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32226         (__acr): Likewise.
32227         (__cpy): Likewise.
32228         (norm): Likewise.
32229         (denorm): Likewise.
32230         (__mp_dbl): Likewise.
32231         (__dbl_mp): Likewise.
32232         (add_magnitudes): Likewise.
32233         (sub_magnitudes): Likewise.
32234         (__add): Likewise.
32235         (__sub): Likewise.
32236         (__mul): Likewise.
32237         (__inv): Likewise.
32238         (__dvd): Likewise.
32239         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32240         (__acr): Likewise.
32241         (__cpy): Likewise.
32242         (norm): Likewise.
32243         (denorm): Likewise.
32244         (__mp_dbl): Likewise.
32245         (__dbl_mp): Likewise.
32246         (add_magnitudes): Likewise.
32247         (sub_magnitudes): Likewise.
32248         (__add): Likewise.
32249         (__sub): Likewise.
32250         (__mul): Likewise.
32251         (__inv): Likewise.
32252         (__dvd): Likewise.
32253         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32254         (__acr): Likewise.
32255         (__cpy): Likewise.
32256         (norm): Likewise.
32257         (denorm): Likewise.
32258         (__mp_dbl): Likewise.
32259         (__dbl_mp): Likewise.
32260         (add_magnitudes): Likewise.
32261         (sub_magnitudes): Likewise.
32262         (__add): Likewise.
32263         (__sub): Likewise.
32264         (__mul): Likewise.
32265         (__inv): Likewise.
32266         (__dvd): Likewise.
32268 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32270         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32271         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32272         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32273         2 && __USE_EXTERN_INLINES]: Likewise.
32275 2013-01-08  Andreas Jaeger  <aj@suse.de>
32277         [BZ# 14985]
32278         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32279         Remove.
32280         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32281         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32283 2013-01-07  Anton Blanchard  <anton@samba.org>
32285         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32286         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32287         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32288         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32289         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32290         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32291         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32292         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32293         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32294         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32295         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32296         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32297         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32298         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32299         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32300         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32301         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32302         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32303         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32304         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32305         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32306         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32307         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32308         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32309         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32310         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32311         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32312         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32313         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32314         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32315         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32316         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32317         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32318         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32319         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32320         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32321         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32322         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32323         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32324         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32325         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32326         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32327         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32329 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32331         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32332         (__MALLOC_PMT): Likewise.
32333         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32334         [__GNUC__], only on [_LIBC].
32335         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32336         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32337         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32338         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32339         forward declaration.
32340         (realloc_hook_ini): Likewise.
32341         (memalign_hook_ini): Likewise.
32342         (__libc_memalign): Do not use __MALLOC_PMT in variable
32343         declaration.
32344         (__libc_valloc): Likewise.
32345         (__libc_pvalloc): Likewise.
32346         (__libc_calloc): Likewise.
32347         (__posix_memalign): Likewise.
32349         [BZ #14996]
32350         * math/s_casinh.c: Include <float.h>.
32351         (__casinh): Do not do computation with squaring and square root
32352         for large arguments.
32353         * math/s_casinhf.c: Include <float.h>.
32354         (__casinhf): Do not do computation with squaring and square root
32355         for large arguments.
32356         * math/s_casinhl.c: Include <float.h>.
32357         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32358         (__casinhl): Do not do computation with squaring and square root
32359         for large arguments.
32360         * math/libm-test.inc (casin_test): Add more tests.
32361         (casinh_test): Likewise.
32362         * sysdeps/i386/fpu/libm-test-ulps: Update.
32363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32365 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32367         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32368         (__x86_64_raw_data_cache_size): Likewise.
32369         (__x86_64_data_cache_size_half): Likewise.
32370         (__x86_64_raw_data_cache_size_half): Likewise.
32371         (__x86_64_shared_cache_size): Likewise.
32372         (__x86_64_raw_shared_cache_size): Likewise.
32373         (__x86_64_shared_cache_size_half): Likewise.
32374         (__x86_64_raw_shared_cache_size_half): Likewise.
32375         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32376         to ...
32377         (__x86_data_cache_size): This.
32378         (__x86_64_raw_data_cache_size): Renamed to ...
32379         (__x86_raw_data_cache_size): This.
32380         (__x86_64_data_cache_size_half): Renamed to ...
32381         (__x86_data_cache_size_half): This.
32382         (__x86_64_raw_data_cache_size_half): Renamed to ...
32383         (__x86_raw_data_cache_size_half): This.
32384         (__x86_64_shared_cache_size): Renamed to ...
32385         (__x86_shared_cache_size): This.
32386         (__x86_64_raw_shared_cache_size): Renamed to ...
32387         (__x86_raw_shared_cache_size): This.
32388         (__x86_64_shared_cache_size_half): Renamed to ...
32389         (__x86_shared_cache_size_half): This.
32390         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32391         (__x86_raw_shared_cache_size_half): This.
32392         * sysdeps/x86_64/memcpy.S: Updated.
32393         * sysdeps/x86_64/memset.S: Likewise.
32394         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32395         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32396         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32398 2013-01-04  David S. Miller  <davem@davemloft.net>
32400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32402 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32404         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32405         1 to avoid redefinition warning.
32406         (__USE_GNU): Don't define.
32407         (init_signaling_nan): Protoize.
32409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32411 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32413         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32415         (__cpymn): Likewise.
32416         (norm): Remove commented code.
32417         (denorm): Likewise.
32418         (__mp_dbl): Likewise.
32419         (__inv): Likewise.
32420         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32421         (__cpymn): Likewise.
32422         (norm): Remove commented code.
32423         (denorm): Likewise.
32424         (__mp_dbl): Likewise.
32425         (__inv): Likewise.
32427         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32428         mp_no value for 1.0 and 2.0.
32429         (norm): Use RADIXI instead of radixi.d.
32430         (denorm): Likewise.
32431         (__mul): Use 0.0 instead of zero.d.
32432         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32433         mp_no value for 1.0 and 2.0.
32434         (norm): Use RADIXI instead of radixi.d.
32435         (denorm): Likewise.
32436         (__mul): Use 0.0 instead of zero.d.
32438 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32440         [BZ #14994]
32441         * math/s_casinh.c (__casinh): Reduce finite argument to first
32442         quadrant then set signs of results at the end.
32443         * math/s_casinhf.c (__casinhf): Likewise.
32444         * math/s_casinhl.c (__casinhl): Likewise.
32445         * math/libm-test.inc (casin_test): Add more tests.
32446         (casinh_test): Likewise.
32447         * sysdeps/i386/fpu/libm-test-ulps: Update.
32448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32450 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32452         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32454         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32456         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32457         declarations.
32458         (denorm): Likewise.
32459         (__mp_dbl): Likewise.
32460         (__inv): Likewise.
32462         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32463         and adjust the header comment.
32465         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32466         variable name from declaration.
32468 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32470         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32471         Initialize COMMON_CPUID_INDEX_7 element.
32472         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32473         (CPUID_RTM): Likewise.
32474         (HAS_RTM): Likewise.
32475         (COMMON_CPUID_INDEX_7): New enum.
32477 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32479         [BZ #14981]
32480         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32481         size is zero, record memory as freed.
32483 2013-01-03  Andreas Jaeger  <aj@suse.de>
32485         * po/ia.po: Add new Interlingua translation.
32487 2012-01-03  Allan McRae  <allan@archlinux.org>
32489         * locale/programs/localedef.c: Fix description of '--posix' flag.
32491 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32493         * NEWS: Update dates in second copyright notice.
32494         * README: Update copyright dates in example.
32495         * manual/libc.texinfo: Update copyright dates.
32496         * scripts/test-installation.pl: Update copyright date in --version
32497         output.
32499         * hurd/ctty-input.c: Fix copyright notice formatting.
32500         * hurd/ctty-output.c: Likewise.
32501         * hurd/dtable.c: Likewise.
32502         * hurd/hurd-raise.c: Likewise.
32503         * hurd/hurdprio.c: Likewise.
32504         * hurd/msgportdemux.c: Likewise.
32505         * misc/sys/file.h: Likewise.
32506         * misc/sys/ioctl.h: Likewise.
32507         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32508         * sysdeps/mach/hurd/chdir.c: Likewise.
32509         * sysdeps/mach/hurd/fchdir.c: Likewise.
32510         * sysdeps/mach/hurd/rename.c: Likewise.
32511         * sysdeps/mach/hurd/rmdir.c: Likewise.
32512         * sysdeps/mach/hurd/seekdir.c: Likewise.
32513         * sysdeps/mach/hurd/setsid.c: Likewise.
32514         * sysdeps/posix/wait3.c: Likewise.
32516         * All files with FSF copyright notices: Update copyright dates
32517         using scripts/update-copyrights.
32518         * intl/plural.c: Regenerated.
32519         * locale/programs/charmap-kw.h: Likewise.
32520         * locale/programs/locfile-kw.h: Likewise.
32522 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32524         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32525         four values.
32527         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32528         calculation loop and add branch prediction.
32530         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32531         check access beyond bounds of m1np.
32533         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32534         MPTWO.
32535         (__inv): Remove local variable MPTWO to use the global
32536         constant.
32537         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32538         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32539         variable MPTWO.
32540         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32541         MP3HALFS static const.
32543 2013-01-01  David S. Miller  <davem@davemloft.net>
32545         * po/ca.po: Update from translation team.
32547 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32549         * scripts/update-copyrights: New file.
32550         * Makeconfig: Reformat copyright notice.
32551         * ctype/ctype.h: Likewise.
32552         * debug/swprintf_chk.c: Likewise.
32553         * elf/dl-cache.c: Likewise.
32554         * elf/dl-debug.c: Likewise.
32555         * elf/dl-object.c: Likewise.
32556         * grp/initgroups.c: Likewise.
32557         * hurd/Makefile: Likewise.
32558         * hurd/hurd/signal.h: Likewise.
32559         * hurd/hurdfault.c: Likewise.
32560         * hurd/hurdioctl.c: Likewise.
32561         * hurd/hurdlookup.c: Likewise.
32562         * hurd/intr-msg.c: Likewise.
32563         * iconv/gconv_open.c: Likewise.
32564         * libio/swprintf.c: Likewise.
32565         * locale/lc-ctype.c: Likewise.
32566         * locale/nl_langinfo.c: Likewise.
32567         * mach/Machrules: Likewise.
32568         * mach/Makefile: Likewise.
32569         * malloc/obstack.h: Likewise.
32570         * manual/Makefile: Likewise.
32571         * manual/tsort.awk: Likewise.
32572         * misc/bits/stab.def: Likewise.
32573         * nis/nis_print_group_entry.c: Likewise.
32574         * nis/nis_table.c: Likewise.
32575         * nis/nss_compat/compat-pwd.c: Likewise.
32576         * nis/nss_compat/compat-spwd.c: Likewise.
32577         * po/Makefile: Likewise.
32578         * posix/fnmatch.c: Likewise.
32579         * posix/regex.h: Likewise.
32580         * resolv/Makefile: Likewise.
32581         * resolv/nss_dns/dns-network.c: Likewise.
32582         * resolv/res_hconf.c: Likewise.
32583         * scripts/gen-sorted.awk: Likewise.
32584         * soft-fp/soft-fp.h: Likewise.
32585         * stdio-common/printf.h: Likewise.
32586         * stdlib/monetary.h: Likewise.
32587         * stdlib/random.c: Likewise.
32588         * stdlib/random_r.c: Likewise.
32589         * sysdeps/generic/Makefile: Likewise.
32590         * sysdeps/gnu/Makefile: Likewise.
32591         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32592         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32593         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32594         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32595         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32596         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32597         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32598         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32599         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32600         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32601         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32602         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32603         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32604         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32605         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32606         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32607         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32608         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32609         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32610         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32611         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32612         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32613         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32614         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32615         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32616         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32617         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32618         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32619         * sysdeps/mach/hurd/errnos.awk: Likewise.
32620         * sysdeps/mach/hurd/fork.c: Likewise.
32621         * sysdeps/mach/hurd/getcwd.c: Likewise.
32622         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32623         * sysdeps/mach/hurd/mmap.c: Likewise.
32624         * sysdeps/mach/hurd/utimes.c: Likewise.
32625         * sysdeps/mach/hurd/xmknod.c: Likewise.
32626         * sysdeps/posix/profil.c: Likewise.
32627         * sysdeps/posix/readdir_r.c: Likewise.
32628         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32629         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32630         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32631         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32633         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32634         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32635         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32636         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32637         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32638         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32639         * sysdeps/pthread/lio_listio.c: Likewise.
32640         * sysdeps/sparc/dl-procinfo.h: Likewise.
32641         * sysdeps/unix/i386/sysdep.S: Likewise.
32642         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32643         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32644         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32645         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32647         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32648         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32649         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32650         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32651         * sysdeps/wordsize-32/divdi3.c: Likewise.
32652         * time/sys/time.h: Likewise.
32653         * wcsmbs/Makefile: Likewise.
32655 2013-01-01  David S. Miller  <davem@davemloft.net>
32657         * po/fr.po: Update from translation team.
32659         * catgets/gencat.c: Update copyright year.
32660         * csu/version.c: Likewise.
32661         * debug/catchsegv.sh: Likewise.
32662         * debug/pcprofiledump.c: Likewise.
32663         * debug/xtrace.sh: Likewise.
32664         * elf/ldconfig.c: Likewise.
32665         * elf/ldd.bash.in: Likewise.
32666         * elf/pldd.c: Likewise.
32667         * elf/sotruss.ksh: Likewise.
32668         * elf/sprof.c: Likewise.
32669         * iconv/iconv_prog.c: Likewise.
32670         * iconv/iconvconfig.c: Likewise.
32671         * locale/programs/locale.c: Likewise.
32672         * locale/programs/localedef.c: Likewise.
32673         * login/programs/pt_chown.c: Likewise.
32674         * malloc/memusage.sh: Likewise.
32675         * malloc/memusagestat.c: Likewise.
32676         * malloc/mtrace.pl: Likewise.
32677         * nscd/nscd.c: Likewise.
32678         * nss/getent.c: Likewise.
32679         * nss/makedb.c: Likewise.
32680         * posix/getconf.c: Likewise.
32682 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32684         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32685         numbers.
32687 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32689         * math/bits/mathcalls.h (modf): Use __nonnull.
32691 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32693         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32694         (split): Use macro CN instead of the bare value.
32695         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32696         could be used.
32697         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32698         instead of the bare value.
32699         (power1): Likewise.
32701 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32703         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32704         __ATAN_TWOM.
32705         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32707         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32708         their values.
32709         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32710         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32711         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32712         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32714 2012-12-28  Andreas Jaeger  <aj@suse.de>
32716         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32717         values are from Linux 3.7.
32719         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32720         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32722 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32724         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32725         TRUE case.
32727         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32728         (norm): Likewise.
32729         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32730         variables with preprocessor constants.
32731         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32732         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32733         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32735 2012-12-27  Bruno Haible  <bruno@clisp.org>
32737         [BZ #14317]
32738         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32739         only if needed.
32741 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32743         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32744         and use variable directly.
32745         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32747         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32748         MPONE.
32749         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32750         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32751         variable MPONE.
32752         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32753         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32754         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32755         include directive.  Remove local variable MPONE.
32756         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32757         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32758         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32760 2012-12-25  David S. Miller  <davem@davemloft.net>
32762         * version.h (RELEASE): Set to "development".
32763         (VERSION): Set to "2.17.90".
32764         * NEWS: Add 2.18 section.
32766 2012-12-21  David S. Miller  <davem@davemloft.net>
32768         * po/hr.po: Update from translation team.
32770 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32772         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32774 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32776         * NEWS:  Mention new memcpy for MIPS.
32778 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32780         * manual/contrib.texi (Contributors): Spelling correction.
32782 2012-12-15  David S. Miller  <davem@davemloft.net>
32784         * po/ru.po: Update from translation team.
32786 2012-12-13  David S. Miller  <davem@davemloft.net>
32788         * NEWS: Mention IFUNC testsuite enhancements.
32790         * po/pl.po: Update from translation team.
32791         * po/bg.po: Likewise.
32793         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32794         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32796 2012-12-11  David S. Miller  <davem@davemloft.net>
32798         * po/sv.po: Update from translation team.
32800         * po/vi.po: Update from translation team.
32802         * po/cs.po: Update from translation team.
32804         * po/de.po: Update from translation team.
32805         * po/eo.po: Likewise.
32806         * po/nl.po: Likewise.
32808 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32810         [BZ #14246]
32811         * manual/argp.texi (Argp Helper Functions): Move node to follow
32812         Argp Parsing State.
32814         [BZ #14872]
32815         * manual/conf.texi (Limits on File System Capacity): Mention if
32816         terminating null is included in the max size.
32818 2012-12-10  Andreas Jaeger  <aj@suse.de>
32820         * po/cs.po: Update from translation team.
32822 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32824         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32825         void pointer and cast to uintptr_t.
32826         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32827         path.
32828         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32829         * sysdeps/s390/s390-64/memset.S: Likewise.
32831 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32833         [BZ #14833]
32834         * menual/message.texi (Message Translation): Fix typos.
32835         (Helper programs for gettext): Likewise.
32837 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32839         [BZ #14898]
32840         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32841         Change to -1.
32843 2012-12-07  David S. Miller  <davem@davemloft.net>
32845         * po/libc.pot: Update.
32847 2012-12-07  Richard Henderson  <rth@redhat.com>
32849         [BZ #10114]
32850         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32851         normal/normal case to before the switch.
32852         (_FP_DIV): Likewise.
32854 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32855             Mike Frysinger  <vapier@gentoo.org>
32857         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32858         check for __NR_fadvise64_64.
32860 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32862         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32863         0, not just to plain "0" as a statement.
32864         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32865         with cw.
32867 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32869         * NEWS: Use sourceware.org in Bugzilla URL.
32871 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32874         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32876         * stdio-common/tst-put-error.c (do_test): Add newline to the
32877         padded test to ensure flush.
32879 2012-12-05  Jeff Law  <law@redhat.com>
32881         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32883 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32885         * README: Don't refer to ports add-on as distributed separately.
32886         Mention AArch64 in list of systems supported in the ports add-on.
32888         * LICENSES: Add more non-FSF copyright and license notices.
32890         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32891         ((unused)).
32893         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32895         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32896         10000 as width of padded output.
32898 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32900         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32902         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32903         variable LX with __attribute__ ((unused)).
32904         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32905         Likewise.
32906         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32907         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32908         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32909         with __attribute__ ((unused)).
32911 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32913         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32915 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32917         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32918         (CFLAGS-nldbl-acos.c): New variable.
32919         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32920         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32921         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32922         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32923         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32924         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32925         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32926         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32927         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32928         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32929         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32930         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32931         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32932         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32933         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32934         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32935         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32936         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32937         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32938         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32939         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32940         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32941         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32942         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32943         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32944         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32945         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32946         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32947         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32948         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32949         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32950         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32951         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32952         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32953         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32954         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32955         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32956         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32957         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32958         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32959         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32960         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32961         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32962         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32963         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32964         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32965         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32966         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32967         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32968         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32969         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32970         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32971         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32972         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
32973         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
32974         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
32975         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
32976         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
32977         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
32978         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
32979         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
32980         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
32981         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
32982         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
32984         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
32985         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
32986         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
32987         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
32988         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
32989         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
32990         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
32991         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
32992         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
32993         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
32994         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
32995         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
32996         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
32997         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
32998         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
32999         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33000         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33001         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33002         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33003         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33004         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33005         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33006         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33007         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33008         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33009         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33010         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33011         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33012         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33013         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33014         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33015         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33018         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33020         [BZ #14914]
33021         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33022         whole low double instead of just low 47 bits when splitting values
33023         into two parts.
33025 2012-12-03  Allan McRae  <allan@archlinux.org>
33027         * manual/stdio.texi (Predefined Printf Handlers): Remove
33028         @hsep and @vsep usage.
33030 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33032         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33033         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33035 2012-12-03  Jeff Law  <law@redhat.com>
33037         * time/sys/time.h (settimeofday): Do not mark TV argument
33038         as __nonnull.
33040 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33042         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33043         when currently writing and seek to current position when not.
33044         * libio/Makefile (tests): Remove bug-fclose1.
33045         * libio/bug-fclose1.c: Delete.
33047 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33049         * manual/arith.texi (feenableexcept): Fix typo.
33050         (fedisableexcept): Likewise.
33052 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33054         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33055         second, differently-typed declaration, rather than a cast.
33057 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33059         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33060         * include/rpc/svc.h: ... here.
33062 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33064         [BZ #13013]
33065         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33066         depending n and resplen2 to catch cases where answer
33067         equals answerp2.
33069 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33071         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33072         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33074 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33076         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33078 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33080         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33082 2012-11-28  Jeff Law  <law@redhat.com>
33084         [BZ #13761]
33085         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33086         dataset_temporary.  Track alloca usage into alloca_used.
33087         If dataset is large allocate and release it via malloc/free.
33089 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33091         [BZ #14197]
33092         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33094 2012-11-28  David S. Miller  <davem@davemloft.net>
33096         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33098 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33100         [BZ #14803]
33101         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33102         of pi/2 rounded to nearest to 64 bits.
33103         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33104         nearest to 64 bits.
33105         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33106         bits.
33108 2012-11-28  Jeff Law <law@redhat.com>
33109             Martin Osvald <mosvald@redhat.com>
33111         [BZ #14889]
33112         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33113         * sunrpc/svc.c: Include time.h.
33114         (__svc_accept_failed): New function.
33115         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33116         any reason other than EINTR, call __svc_accept_failed.
33117         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33118         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33120 2012-11-28  Andreas Schwab  <schwab@suse.de>
33122         * scripts/abilist.awk: Also handle indirect functions in .opd
33123         section.
33125 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33127         [BZ #13881]
33128         * sysdeps/x86/fpu/powl_helper.c: New file.
33129         * sysdeps/x86/fpu/Makefile: Likewise.
33130         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33131         (p3): New object.
33132         (__ieee754_powl): Use __powl_helper for finite arguments except
33133         integer exponents below 8.
33134         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33135         (p3): New object.
33136         (__ieee754_powl): Use __powl_helper for finite arguments except
33137         integer exponents below 8.
33138         * math/libm-test.inc (pow_test): Add more tests and enable some
33139         previously disabled tests.
33140         * sysdeps/i386/fpu/libm-test-ulps: Update.
33141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33143 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33144             Carlos O'Donell  <carlos_odonell@mentor.com>
33146         * nss/makedb.c (is_prime): Assert that input is odd and greater
33147         than 4.  Note that fact in a comment too.
33148         (next_prime): Add 4 to input.
33150 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33152         [BZ #11741]
33153         * libio/Makefile (tests): Add test case tst-fwrite-error.
33154         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33155         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33156         * libio/tst-fwrite-error.c: New test case.
33158 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33160         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33161         before casting to void *.
33162         * include/libc-internal.h (__pointer_type): New macro.
33163         (__integer_if_pointer_type_sub): Likewise.
33164         (__integer_if_pointer_type): Likewise.
33165         (cast_to_integer): Likewise.
33166         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33167         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33168         before casting to atomic64_t.
33169         (atomic_exchange_acq): Likewise.
33170         (__arch_exchange_and_add_body): Likewise.
33171         (__arch_add_body): Likewise.
33172         (atomic_add_negative): Likewise.
33173         (atomic_add_zero): Likewise.
33175 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33177         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33178         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33179         (add_fdes): Likewise.
33180         (linear_search_fdes): Likewise.
33181         (binary_search_unencoded_fdes): Likewise.
33183 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33185         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33187 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33189         * configure.in: Autodetect C++ header directories.
33190         * configure: Regenerated.
33192 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33194         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33196 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33198         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33200 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33202         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33203         LDBL_MANT_DIG == 106]: Disable some tests.
33204         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33205         Likewise.
33206         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33207         Likewise.
33209         [BZ #14871]
33210         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33211         input for small inputs.  Return +/- pi/2 for large inputs.
33212         * math/libm-test.inc (atan_test): Add more tests.
33214         * sysdeps/generic/unwind-dw2-fde-glibc.c
33215         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33216         __attribute__ ((unused)).
33218         [BZ #14645]
33219         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33220         x * y if x and y are nonzero and z is zero.
33222         [BZ #14811]
33223         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33224         nonzero exponents with absolute value below 0x1p-117 to +/-
33225         0x1p-117.
33227         [BZ #14869]
33228         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33229         up arguments below 2**-450, not just those below 2**-500.
33230         * math/libm-test.inc (hypot_test): Add another test.
33232         [BZ #14868]
33233         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33234         Return a+b for ratio over 2**120, not 2**60.
33235         * math/libm-test.inc (hypot_test): Add another test.
33237         * math/libm-test.inc (clog_test): Use
33238         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33239         (clog10_test): Likewise.
33241         [BZ #6778]
33242         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33244 2012-11-22  Andreas Schwab  <schwab@suse.de>
33246         * sysdeps/i386/fpu/libm-test-ulps: Update.
33248 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33250         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33251         printf output with newline.
33253 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33255         [BZ #14865]
33256         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33257         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33258         -z nodlopen, -z initfirst and -z execstack support.
33259         * configure: Regenerated.
33261         * elf/elf.h (DF_1_NODIRECT): New macro.
33262         (DF_1_IGNMULDEF): Likewise.
33263         (DF_1_NOKSYMS): Likewise.
33264         (DF_1_NOHDR): Likewise.
33265         (DF_1_EDITED): Likewise.
33266         (DF_1_NORELOC): Likewise.
33267         (DF_1_SYMINTPOSE): Likewise.
33268         (DF_1_GLOBAUDIT): Likewise.
33269         (DF_1_SINGLETON): Likewise.
33270         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33271         DT_1_SUPPORTED_MASK bits.
33272         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33274 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33276         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33278 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33280         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33281         macro.
33283         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33284         (sendmmsg): Move declarations...
33285         * socket/sys/socket.h: ... here.
33286         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33287         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33288         include it from...
33289         * socket/recvmmsg.c: ... this new file.
33290         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33291         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33292         definition of __sendmmsg hidden.
33293         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33294         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33295         Move ENOSYS stub into and include it from...
33296         * socket/sendmmsg.c: ... this new file.
33297         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33298         (sysdep_routines): Move recvmmsg and sendmmsg...
33299         * socket/Makefile (routines): ... here.
33300         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33301         (GLIBC_PRIVATE): Add __sendmmsg.
33302         * include/sys/socket.h (__sendmmsg): Add declarations.
33303         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33304         sendmmsg.
33306 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33308         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33309         variable I1 with __attribute__ ((unused)).
33310         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33312 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33314         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33315         DUMMY variables with __attribute__ ((unused)).
33317         * bits/byteswap.h: Include <bits/types.h>.
33318         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33320 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33322         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33323         string_t.  Do not manually set errno.
33324         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33325         length with __strnlen.  Make sure to both set errno and return it on
33326         failure.
33328 2012-11-19  David S. Miller  <davem@davemloft.net>
33330         With help from Joseph Myers.
33331         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33332         very large arguments properly.
33333         * math/libm-test.inc (atan_test): New tests.
33334         (atan2_test): New tests.
33335         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33336         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33338 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33340         [BZ #14856]
33341         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33342         Define to 3.
33344         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33345         [POSIX] (EADDRNOTAVAIL): Likewise.
33346         [POSIX] (EAFNOSUPPORT): Likewise.
33347         [POSIX] (EALREADY): Likewise.
33348         [POSIX] (ECONNABORTED): Likewise.
33349         [POSIX] (ECONNREFUSED): Likewise.
33350         [POSIX] (ECONNRESET): Likewise.
33351         [POSIX] (EDESTADDRREQ): Likewise.
33352         [POSIX] (EDQUOT): Likewise.
33353         [POSIX] (EHOSTUNREACH): Likewise.
33354         [POSIX] (EIDRM): Likewise.
33355         [POSIX] (EISCONN): Likewise.
33356         [POSIX] (ELOOP): Likewise.
33357         [POSIX] (EMULTIHOP): Likewise.
33358         [POSIX] (ENETDOWN): Likewise.
33359         [POSIX] (ENETUNREACH): Likewise.
33360         [POSIX] (ENOBUFS): Likewise.
33361         [POSIX] (ENODATA): Likewise.
33362         [POSIX] (ENOLINK): Likewise.
33363         [POSIX] (ENOMSG): Likewise.
33364         [POSIX] (ENOPROTOOPT): Likewise.
33365         [POSIX] (ENOSR): Likewise.
33366         [POSIX] (ENOSTR): Likewise.
33367         [POSIX] (ENOTCONN): Likewise.
33368         [POSIX] (ENOTSOCK): Likewise.
33369         [POSIX] (EOPNOTSUPP): Likewise.
33370         [POSIX] (EOVERFLOW): Likewise.
33371         [POSIX] (EPROTO): Likewise.
33372         [POSIX] (EPROTONOSUPPORT): Likewise.
33373         [POSIX] (EPROTOTYPE): Likewise.
33374         [POSIX] (ESTALE): Likewise.
33375         [POSIX] (ETIME): Likewise.
33376         [POSIX] (ETXTBSY): Likewise.
33377         [POSIX] (EWOULDBLOCK): Likewise.
33378         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33379         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33380         [POSIX] (SEEK_CUR): Likewise.
33381         [POSIX] (SEEK_END): Likewise.
33382         [POSIX || UNIX98] (mode_t): Do not require.
33383         [POSIX] (off_t): Likewise.
33384         [POSIX] (pid_t): Likewise.
33385         [POSIX] (sys/stat.h): Do not allow header.
33386         [POSIX] (unistd.h): Likewise.
33387         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33388         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33389         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33390         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33391         require.
33392         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33393         sigevent): Specify elements.
33394         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33395         entry.
33396         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33397         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33399         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33400         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33401         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33402         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33403         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33404         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33405         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33406         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33407         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33408         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33409         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33410         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33411         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33412         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33413         Likewise.
33414         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33415         Likewise.
33416         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33417         Likewise.
33418         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33419         Likewise.
33420         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33421         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33422         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33423         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33424         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33425         Specify lower bound on value.
33426         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33427         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33428         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33429         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33430         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33431         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33432         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33433         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33434         value.
33435         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33436         as optional.
33437         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33438         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33439         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33440         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33441         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33442         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33443         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33444         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33445         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33446         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33447         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33448         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33449         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33450         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33451         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33452         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33453         entry.
33454         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33455         optional.
33456         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33457         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33458         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33459         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33460         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33461         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33462         Likewise.
33463         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33464         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33465         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33466         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33467         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33468         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33469         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33470         as optional.
33471         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33472         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33473         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33474         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33475         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33476         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33477         specify as optional.
33478         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33479         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33480         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33481         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33482         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33483         [XPG3] (NL_LANGMAX): Likewise.
33484         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33485         [POSIX || XPG3] (NL_NMAX): Likewise.
33486         [POSIX || XPG3] (NL_SETMAX): Likewise.
33487         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33488         [XPG3] (NZERO): Likewise.
33489         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33490         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33491         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33492         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33493         (REG_ERANGE): Expect.
33494         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33495         optional-constant.
33496         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33497         Use (void) in prototype.
33498         [POSIX] (*_t): Allow.
33499         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33500         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33501         (WRDE_BADVAL): Expect.
33503         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33504         expect.
33505         [XPG3 || XPG4] (O_RSYNC): Likewise.
33506         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33507         Likewise.
33508         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33509         [XPG3 || XPG4] (sigqueue): Likewise.
33510         [XPG3 || XPG4] (sigtimedwait): Likewise.
33511         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33512         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33513         [XPG3 || XPG4] (vsnprintf): Likewise.
33514         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33515         Likewise.
33516         [XPG3 || XPG4] (blksize_t): Likewise.
33517         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33518         Likewise.
33519         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33520         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33521         [XPG3 || XPG4] (struct itimerspec): Likewise.
33522         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33523         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33524         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33525         [XPG3 || XPG4] (clockid_t): Likewise.
33526         [XPG3 || XPG4] (timer_t): Likewise.
33527         [XPG3 || XPG4] (clock_getres): Likewise.
33528         [XPG3 || XPG4] (clock_gettime): Likewise.
33529         [XPG3 || XPG4] (clock_settime): Likewise.
33530         [XPG3 || XPG4] (nanosleep): Likewise.
33531         [XPG3 || XPG4] (timer_create): Likewise.
33532         [XPG3 || XPG4] (timer_delete): Likewise.
33533         [XPG3 || XPG4] (timer_gettime): Likewise.
33534         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33535         [XPG3 || XPG4] (timer_settime): Likewise.
33536         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33537         [XPG3 || XPG4] (getlogin_r): Likewise.
33538         [XPG3 || XPG4] (pread): Likewise.
33539         [XPG3 || XPG4] (pthread_atfork): Likewise.
33540         [XPG3 || XPG4] (pwrite): Likewise.
33542         [BZ #14835]
33543         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33544         <bits/siginfo.h>.
33546 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33548         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33549         finalizing MALLSTREAM.
33551         * sysdeps/mach/hurd/syncfs.c: New file.
33553 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33555         [BZ #14719]
33556         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33557         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33558         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33559         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33560         (_nss_dns_gethostbyname4_r): Likewise.
33561         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33562         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33564 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33566         [BZ #13763]
33567         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33569 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33571         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33572         * elf/cache.c (print_entry): Print ",AArch64" for
33573         FLAG_AARCH64_LIB64
33575         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33576         * elf/cache.c (print_entry): Print ",hard-float" for
33577         FLAG_ARM_LIBHF.
33579 2012-11-18  David S. Miller  <davem@davemloft.net>
33581         With help from Joseph Myers.
33582         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33583         cutoff to 2**-13.
33584         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33585         cutoff to 2**-25.
33586         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33587         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33588         small.
33589         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33590         * math/libm-test.inc (y0_test): New tests.
33591         (y1_test): New tests.
33592         * sysdeps/i386/fpu/libm-test-ulps: Update.
33593         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33596 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33598         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33599         64-bit targets.
33600         * configure: Regenerated.
33602 2012-11-17  David S. Miller  <davem@davemloft.net>
33604         [BZ #14811]
33605         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33606         nonzero exponents with absolute value below 0x1p-128 to +/-
33607         0x1p-128.
33609 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33611         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33613         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33615         * posix/getconf-speclist.c: New file.
33616         * posix/posix-envs.def: Likewise.
33617         * posix/confstr.c (START_ENV_GROUP): New macro.
33618         (END_ENV_GROUP): Likewise.
33619         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33620         (KNOWN_PRESENT_ENV_STRING): Likewise.
33621         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33622         (UNKNOWN_ENVIRONMENT): Likewise.
33623         (confstr): Include posix-envs.def instead of handling
33624         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33625         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33626         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33627         (END_ENV_GROUP): Likewise.
33628         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33629         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33630         (UNKNOWN_ENVIRONMENT): Likewise.
33631         (__sysconf): Include posix-envs.def instead of handling associated
33632         cases directly here.
33633         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33634         preprocessing getconf-speclist.c rather than running getconf or
33635         generating empty file.
33637 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33639         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33641 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33643         [BZ #14672]
33644         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33646 2012-11-16  David S. Miller  <davem@davemloft.net>
33648         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33649         smaller than LDBL_EPSILON/2.0L, just return xm1.
33651 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33653         * elf/tst-array1.c (init): Set constructor priority to 1000.
33654         (fini): Set destructor priority to 1000.
33655         * elf/tst-array2dep.c: Likewise.
33657 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33659         [BZ #11741]
33660         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33661         (_IO_new_file_xsputn): Also return EOF if none of the input
33662         data was written when overflow failed.
33663         * libio/iopadn.c (_IO_padn): Likewise.
33664         * libio/iowpadn.c (_IO_wpadn): Likewise.
33665         * stdio-common/tst-put-error.c: Add copyright notice.
33666         (do_test): Add case for printing padded string.
33667         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33668         _IO_padn returned error.
33669         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33670         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33671         return EOF.
33673 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33675         * libio/libioP.h: Add comment note that the references to C++
33676         bits are now obsolete.
33678 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33680         * math/libm-test.inc (check_complex): Use asprintf.
33682 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33684         * debug/pcprofiledump.c (print_version): Update copyright year.
33685         * malloc/memusagestat.c (print_version): Likewise.
33687 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33689         [BZ #14831]
33690         * elf/Makefile (tests): Add tst-audit8.
33691         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33692         ($(objpfx)tst-audit8.out): New target.
33693         (tst-audit8-ENV): New variable.
33694         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33695         audit if l_reloc_result is NULL.
33696         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33697         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33698         * elf/tst-audit8.c: New file.
33700 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33702         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33703         * misc/Makefile (CFLAGS-select.c): Define.
33704         * posix/Makefile (CFLAGS-pause.c): Define.
33706 2012-11-13  David S. Miller  <davem@davemloft.net>
33708         * crypt/Makefile: Move test targets after toplevel Rules
33709         inclusion.  Grab any necessary sysdep routines when linking.
33710         * crypt/md5.c (md5_process_block): Remove define, we will always
33711         name it __md5_process_block.
33712         (md5_finish_ctx): Update md5_process_block call.
33713         (md5_stream): Likewise.
33714         (md5_process_bytes): Likewise.
33715         (md5_process_block): Rename to __md5_process_block and move to ...
33716         * crypt/md5-block.c: ... here.
33717         * crypt/sha256.c (sha256_process_block): Move to ...
33718         * crypt/sha256-block.c: ... here.
33719         * crypt/sha512.c (sha512_process_block): Move to ...
33720         * crypt/sha512-block.c: ... here.
33721         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33722         path.
33723         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33724         * sysdeps/sparc/sparc64/multiarch/Makefile
33725         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33726         crypt subdir.
33727         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33728         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33729         multiarch changes.
33730         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33731         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33732         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33733         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33734         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33735         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33736         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33737         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33738         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33739         file.
33740         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33741         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33742         file.
33743         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33745 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33747         * timezone/tzselect.ksh: Update from tzcode git revision
33748         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33749         * timezone/zdump.c: Likewise.
33750         * timezone/zic.c: Likewise.
33751         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33752         in TZVERSION setting, not $(PKGVERSION).
33753         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33754         REPORT_BUGS_TO settings.
33756         [BZ #14838]
33757         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33758         macro.
33760 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33762         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33763         detection to immediately after _FP_ROUND().
33764         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33765         bits are 0.
33767 2012-11-11  David S. Miller  <davem@davemloft.net>
33769         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33770         inttypes.h
33771         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33772         __close rather than their public counterparts.
33774 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33776         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33777         file.
33778         [UNIX98] (sem_timedwait): Do not expect.
33779         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33780         [XPG4 || UNIX98] (sockatmark): Do not expect.
33781         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33782         (clock_getcpuclockid): Do not expect.
33783         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33784         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33785         Do not expect.
33786         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33787         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33788         [UNIX98] (vwscanf): Likewise.
33789         [UNIX98] (vswscanf): Likewise.
33791 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33793         * timezone/version.h: Remove file.
33794         * timezone/README: Do not refer to version.h.
33795         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33796         $(objpfx)version.h.
33797         ($(objpfx)zdump.o): Likewise.
33798         ($(objpfx)version.h): New target.
33800         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33801         2012i.
33802         * timezone/README: Don't mention modification to tzselect.ksh.
33803         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33804         work on unmodified tzselect.ksh.  Substitute version numbers in
33805         tzselect.ksh.
33807         * Makefile (format-me): Remove.
33808         (INSTALL): Adjust indentation.  Use commands directly instead of
33809         using $(format-me).
33811         * aclocal.m4 (ACX_PKGVERSION): New macro.
33812         (ACX_BUGURL): Likewise.
33813         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33814         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33815         (REPORT_BUGS_TO): Likewise.
33816         * configure: Regenerated.
33817         * config.h.in (PKGVERSION): New macro.
33818         (REPORT_BUGS_TO): Likewise.
33819         * config.make.in (PKGVERSION): New variable.
33820         (PKGVERSION_TEXI): Likewise.
33821         (REPORT_BUGS_TO): Likewise.
33822         (REPORT_BUGS_TEXI): Likewise.
33823         * Makefile (format-me): Use -I$(common-objpfx)manual.
33824         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33825         ($(common-objpfx)manual/%): New target.
33826         (manual/%): Remove target.
33827         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33828         (print_version): Use PKGVERSION.
33829         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33830         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33831         and REPORT_BUGS_TO.
33832         ($(objpfx)xtrace): Likewise.
33833         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33834         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33835         (print_version): Use PKGVERSION.
33836         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33837         (do_version): Use PKGVERSION.
33838         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33839         REPORT_BUGS_TO.
33840         (common-ldd-rewrite): Likewise.
33841         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33842         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33843         (print_version): Use PKGVERSION.
33844         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33845         * elf/pldd.c (argp_program_bug_address): Remove variable.
33846         (more_help): New function.
33847         (argp): Use more_help.
33848         (print_version): Use PKGVERSION.
33849         * elf/sln.c (main): Use PKGVERSION.
33850         (usage): Use REPORT_BUGS_TO.
33851         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33852         (top level): Use PKGVERSION.
33853         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33854         (print_version): Use PKGVERSION.
33855         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33856         (print_version): Use PKGVERSION.
33857         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33858         (print_version): Use PKGVERSION.
33859         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33860         (print_version): Use PKGVERSION.
33861         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33862         (print_version): Use PKGVERSION.
33863         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33864         (print_version): Use PKGVERSION.
33865         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33866         and BUGURL.
33867         ($(objpfx)memusage): Likewise.
33868         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33869         (do_version): Use PKGVERSION.
33870         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33871         (print_version): Use PKGVERSION.
33872         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33873         ($PKGVERSION): New variable.
33874         ($REPORT_BUGS_TO): Likewise.
33875         (usage): Use $REPORT_BUGS_TO.
33876         (top level): Use $PKGVERSION.
33877         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33878         ($(objpfx)pkgvers.texi): New rule.
33879         ($(objpfx)stamp-pkgvers): Likewise.
33880         * manual/install.texi: Include pkgvers.texi.
33881         (--with-pkgversion): Document new configure option.
33882         (--with-bugurl): Likewise.
33883         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33884         than necessarily for this particular distribution.  Use
33885         REPORT_BUGS_TO for where to report bugs.
33886         * INSTALL: Regenerated.
33887         * manual/libc.texinfo: Include pkgvers.texi.
33888         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33889         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33890         (print_version): Use PKGVERSION.
33891         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33892         (print_version): Use PKGVERSION.
33893         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33894         (print_version): Use PKGVERSION.
33895         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33896         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33897         macro.
33898         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33899         (print_version): Use PKGVERSION.
33900         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33901         (print_version): Use PKGVERSION.
33902         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33903         and PKGVERSION.
33905         * timezone/checktab.awk: Update from tzcode 2012i.
33906         * timezone/ialloc.c: Likewise.
33907         * timezone/private.h: Likewise.
33908         * timezone/scheck.c: Likewise.
33909         * timezone/tzfile.h: Likewise.
33910         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33911         (TZVERSION): Hardcode tzcode version number.
33912         * timezone/zdump.c: Update from tzcode 2012i.
33913         * timezone/zic.c: Likewise.
33914         * timezone/version.h: New file.
33915         * timezone/README: Describe version.h.  Update upstream location.
33917         [BZ #14824]
33918         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33919         (mktemp): Enable declaration.
33920         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33921         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33922         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33923         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33924         Likewise.
33925         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33926         Likewise.
33927         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33928         Likewise.
33929         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33930         Likewise.
33931         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33932         Likewise.
33933         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33934         Likewise.
33936         [BZ #14821]
33937         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33938         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33939         for copies of such integer values.
33940         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33941         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33943 2012-11-09  Andreas Jaeger  <aj@suse.de>
33945         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33946         definitions and declarations that are provided by
33947         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33949 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33951         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33952         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33953         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33954         definition.
33956 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33958         * elf/elf.h: Update comment before AArch64 relocations.
33960 2012-11-07  David S. Miller  <davem@davemloft.net>
33962         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33963         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33964         (__start_context): Declare.
33965         (__makecontext_ret): Delete.
33966         (__makecontext): Hook up __start_context instead of
33967         __makecontext_ret.
33968         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33969         (sysdep_routines): Add __start_context when in stdlib.
33971 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33973         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
33974         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
33975         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
33976         hardcoded "nm".
33977         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
33978         (READELF): New variable.  Use it instead of hardcoded "readelf".
33980 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33982         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
33983         * sysdeps/x86/Makefile: Here.
33984         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
33985         * sysdeps/x86/tst-xmmymm.sh: This.
33987 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33989         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
33990         expectations.
33991         [UNIX98] (pthread_barrier_t): Do not expect.
33992         [UNIX98] (pthread_barrierattr_t): Likewise.
33993         [UNIX98] (pthread_spinlock_t): Likewise.
33994         [UNIX98] (pthread_barrier_destroy): Likewise.
33995         [UNIX98] (pthread_barrier_init): Likewise.
33996         [UNIX98] (pthread_barrier_wait): Likewise.
33997         [UNIX98] (pthread_barrierattr_destroy): Likewise.
33998         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
33999         [UNIX98] (pthread_barrierattr_init): Likewise.
34000         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34001         [UNIX98] (pthread_getcpuclockid): Likewise.
34002         [UNIX98] (pthread_mutex_timedlock): Likewise.
34003         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34004         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34005         [UNIX98] (pthread_sigmask): Likewise.
34006         [UNIX98] (pthread_spin_destroy): Likewise.
34007         [UNIX98] (pthread_spin_init): Likewise.
34008         [UNIX98] (pthread_spin_lock): Likewise.
34009         [UNIX98] (pthread_spin_trylock): Likewise.
34010         [UNIX98] (pthread_spin_unlock): Likewise.
34011         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34012         Do not expect.
34013         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34014         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34015         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34016         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34017         [XPG3 || XPG4] (pthread_key_t): Likewise.
34018         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34019         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34020         [XPG3 || XPG4] (pthread_once_t): Likewise.
34021         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34022         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34023         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34024         [XPG3 || XPG4] (pthread_t): Likewise.
34026         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34027         not expect.
34028         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34030         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34031         Change function return type to int.
34033         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34034         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34035         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34036         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34037         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34038         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34039         [!POSIX] (posix_madvise): Likewise.
34040         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34041         && !UNIX98].
34042         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34043         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34044         (mode_t): Likewise.
34045         (posix_mem_offset): Likewise.
34046         (posix_typed_mem_get_info): Likewise.
34047         (posix_typed_mem_open): Likewise.
34049         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34050         Change condition to [XOPEN2K8].
34052         * conform/conformtest.pl: Preprocess allow-header data with -x c
34053         instead of from stdin.
34054         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34055         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34056         [C99-based standards] (cerfc): Likewise.
34057         [C99-based standards] (cexp2): Likewise.
34058         [C99-based standards] (cexpm1): Likewise.
34059         [C99-based standards] (clog10): Likewise.
34060         [C99-based standards] (clog1p): Likewise.
34061         [C99-based standards] (clog2): Likewise.
34062         [C99-based standards] (clgamma): Likewise.
34063         [C99-based standards] (ctgamma): Likewise.
34064         [C99-based standards] (cerff): Likewise.
34065         [C99-based standards] (cerfcf): Likewise.
34066         [C99-based standards] (cexp2f): Likewise.
34067         [C99-based standards] (cexpm1f): Likewise.
34068         [C99-based standards] (clog10f): Likewise.
34069         [C99-based standards] (clog1pf): Likewise.
34070         [C99-based standards] (clog2f): Likewise.
34071         [C99-based standards] (clgammaf): Likewise.
34072         [C99-based standards] (ctgammaf): Likewise.
34073         [C99-based standards] (cerfl): Likewise.
34074         [C99-based standards] (cerfcl): Likewise.
34075         [C99-based standards] (cexp2l): Likewise.
34076         [C99-based standards] (cexpm1l): Likewise.
34077         [C99-based standards] (clog10l): Likewise.
34078         [C99-based standards] (clog1pl): Likewise.
34079         [C99-based standards] (clog2l): Likewise.
34080         [C99-based standards] (clgammal): Likewise.
34081         [C99-based standards] (ctgammal): Likewise.
34082         * conform/data/inttypes.h-data [C99-based standards]: Include
34083         stdint.h-data.  Remove all expectations for stdint.h contents.
34084         [C99-based standards] (PRI*): Do not allow.
34085         [C99-based standards] (SCN*): Likewise.
34086         [C99-based standards] (*_t): Likewise.
34087         [C99-based-standards] (PRId8): Expect macro.
34088         [C99-based-standards] (PRIi8): Likewise.
34089         [C99-based-standards] (PRIo8): Likewise.
34090         [C99-based-standards] (PRIu8): Likewise.
34091         [C99-based-standards] (PRIx8): Likewise.
34092         [C99-based-standards] (PRIX8): Likewise.
34093         [C99-based-standards] (SCNd8): Likewise.
34094         [C99-based-standards] (SCNi8): Likewise.
34095         [C99-based-standards] (SCNo8): Likewise.
34096         [C99-based-standards] (SCNu8): Likewise.
34097         [C99-based-standards] (SCNx8): Likewise.
34098         [C99-based-standards] (PRIdLEAST8): Likewise.
34099         [C99-based-standards] (PRIiLEAST8): Likewise.
34100         [C99-based-standards] (PRIoLEAST8): Likewise.
34101         [C99-based-standards] (PRIuLEAST8): Likewise.
34102         [C99-based-standards] (PRIxLEAST8): Likewise.
34103         [C99-based-standards] (PRIXLEAST8): Likewise.
34104         [C99-based-standards] (SCNdLEAST8): Likewise.
34105         [C99-based-standards] (SCNiLEAST8): Likewise.
34106         [C99-based-standards] (SCNoLEAST8): Likewise.
34107         [C99-based-standards] (SCNuLEAST8): Likewise.
34108         [C99-based-standards] (SCNxLEAST8): Likewise.
34109         [C99-based-standards] (PRIdFAST8): Likewise.
34110         [C99-based-standards] (PRIiFAST8): Likewise.
34111         [C99-based-standards] (PRIoFAST8): Likewise.
34112         [C99-based-standards] (PRIuFAST8): Likewise.
34113         [C99-based-standards] (PRIxFAST8): Likewise.
34114         [C99-based-standards] (PRIXFAST8): Likewise.
34115         [C99-based-standards] (SCNdFAST8): Likewise.
34116         [C99-based-standards] (SCNiFAST8): Likewise.
34117         [C99-based-standards] (SCNoFAST8): Likewise.
34118         [C99-based-standards] (SCNuFAST8): Likewise.
34119         [C99-based-standards] (SCNxFAST8): Likewise.
34120         [C99-based-standards] (PRId16): Likewise.
34121         [C99-based-standards] (PRIi16): Likewise.
34122         [C99-based-standards] (PRIo16): Likewise.
34123         [C99-based-standards] (PRIu16): Likewise.
34124         [C99-based-standards] (PRIx16): Likewise.
34125         [C99-based-standards] (PRIX16): Likewise.
34126         [C99-based-standards] (SCNd16): Likewise.
34127         [C99-based-standards] (SCNi16): Likewise.
34128         [C99-based-standards] (SCNo16): Likewise.
34129         [C99-based-standards] (SCNu16): Likewise.
34130         [C99-based-standards] (SCNx16): Likewise.
34131         [C99-based-standards] (PRIdLEAST16): Likewise.
34132         [C99-based-standards] (PRIiLEAST16): Likewise.
34133         [C99-based-standards] (PRIoLEAST16): Likewise.
34134         [C99-based-standards] (PRIuLEAST16): Likewise.
34135         [C99-based-standards] (PRIxLEAST16): Likewise.
34136         [C99-based-standards] (PRIXLEAST16): Likewise.
34137         [C99-based-standards] (SCNdLEAST16): Likewise.
34138         [C99-based-standards] (SCNiLEAST16): Likewise.
34139         [C99-based-standards] (SCNoLEAST16): Likewise.
34140         [C99-based-standards] (SCNuLEAST16): Likewise.
34141         [C99-based-standards] (SCNxLEAST16): Likewise.
34142         [C99-based-standards] (PRIdFAST16): Likewise.
34143         [C99-based-standards] (PRIiFAST16): Likewise.
34144         [C99-based-standards] (PRIoFAST16): Likewise.
34145         [C99-based-standards] (PRIuFAST16): Likewise.
34146         [C99-based-standards] (PRIxFAST16): Likewise.
34147         [C99-based-standards] (PRIXFAST16): Likewise.
34148         [C99-based-standards] (SCNdFAST16): Likewise.
34149         [C99-based-standards] (SCNiFAST16): Likewise.
34150         [C99-based-standards] (SCNoFAST16): Likewise.
34151         [C99-based-standards] (SCNuFAST16): Likewise.
34152         [C99-based-standards] (SCNxFAST16): Likewise.
34153         [C99-based-standards] (PRId32): Likewise.
34154         [C99-based-standards] (PRIi32): Likewise.
34155         [C99-based-standards] (PRIo32): Likewise.
34156         [C99-based-standards] (PRIu32): Likewise.
34157         [C99-based-standards] (PRIx32): Likewise.
34158         [C99-based-standards] (PRIX32): Likewise.
34159         [C99-based-standards] (SCNd32): Likewise.
34160         [C99-based-standards] (SCNi32): Likewise.
34161         [C99-based-standards] (SCNo32): Likewise.
34162         [C99-based-standards] (SCNu32): Likewise.
34163         [C99-based-standards] (SCNx32): Likewise.
34164         [C99-based-standards] (PRIdLEAST32): Likewise.
34165         [C99-based-standards] (PRIiLEAST32): Likewise.
34166         [C99-based-standards] (PRIoLEAST32): Likewise.
34167         [C99-based-standards] (PRIuLEAST32): Likewise.
34168         [C99-based-standards] (PRIxLEAST32): Likewise.
34169         [C99-based-standards] (PRIXLEAST32): Likewise.
34170         [C99-based-standards] (SCNdLEAST32): Likewise.
34171         [C99-based-standards] (SCNiLEAST32): Likewise.
34172         [C99-based-standards] (SCNoLEAST32): Likewise.
34173         [C99-based-standards] (SCNuLEAST32): Likewise.
34174         [C99-based-standards] (SCNxLEAST32): Likewise.
34175         [C99-based-standards] (PRIdFAST32): Likewise.
34176         [C99-based-standards] (PRIiFAST32): Likewise.
34177         [C99-based-standards] (PRIoFAST32): Likewise.
34178         [C99-based-standards] (PRIuFAST32): Likewise.
34179         [C99-based-standards] (PRIxFAST32): Likewise.
34180         [C99-based-standards] (PRIXFAST32): Likewise.
34181         [C99-based-standards] (SCNdFAST32): Likewise.
34182         [C99-based-standards] (SCNiFAST32): Likewise.
34183         [C99-based-standards] (SCNoFAST32): Likewise.
34184         [C99-based-standards] (SCNuFAST32): Likewise.
34185         [C99-based-standards] (SCNxFAST32): Likewise.
34186         [C99-based-standards] (PRId64): Likewise.
34187         [C99-based-standards] (PRIi64): Likewise.
34188         [C99-based-standards] (PRIo64): Likewise.
34189         [C99-based-standards] (PRIu64): Likewise.
34190         [C99-based-standards] (PRIx64): Likewise.
34191         [C99-based-standards] (PRIX64): Likewise.
34192         [C99-based-standards] (SCNd64): Likewise.
34193         [C99-based-standards] (SCNi64): Likewise.
34194         [C99-based-standards] (SCNo64): Likewise.
34195         [C99-based-standards] (SCNu64): Likewise.
34196         [C99-based-standards] (SCNx64): Likewise.
34197         [C99-based-standards] (PRIdLEAST64): Likewise.
34198         [C99-based-standards] (PRIiLEAST64): Likewise.
34199         [C99-based-standards] (PRIoLEAST64): Likewise.
34200         [C99-based-standards] (PRIuLEAST64): Likewise.
34201         [C99-based-standards] (PRIxLEAST64): Likewise.
34202         [C99-based-standards] (PRIXLEAST64): Likewise.
34203         [C99-based-standards] (SCNdLEAST64): Likewise.
34204         [C99-based-standards] (SCNiLEAST64): Likewise.
34205         [C99-based-standards] (SCNoLEAST64): Likewise.
34206         [C99-based-standards] (SCNuLEAST64): Likewise.
34207         [C99-based-standards] (SCNxLEAST64): Likewise.
34208         [C99-based-standards] (PRIdFAST64): Likewise.
34209         [C99-based-standards] (PRIiFAST64): Likewise.
34210         [C99-based-standards] (PRIoFAST64): Likewise.
34211         [C99-based-standards] (PRIuFAST64): Likewise.
34212         [C99-based-standards] (PRIxFAST64): Likewise.
34213         [C99-based-standards] (PRIXFAST64): Likewise.
34214         [C99-based-standards] (SCNdFAST64): Likewise.
34215         [C99-based-standards] (SCNiFAST64): Likewise.
34216         [C99-based-standards] (SCNoFAST64): Likewise.
34217         [C99-based-standards] (SCNuFAST64): Likewise.
34218         [C99-based-standards] (SCNxFAST64): Likewise.
34219         [C99-based-standards] (PRIdMAX): Likewise.
34220         [C99-based-standards] (PRIiMAX): Likewise.
34221         [C99-based-standards] (PRIoMAX): Likewise.
34222         [C99-based-standards] (PRIuMAX): Likewise.
34223         [C99-based-standards] (PRIxMAX): Likewise.
34224         [C99-based-standards] (PRIXMAX): Likewise.
34225         [C99-based-standards] (SCNdMAX): Likewise.
34226         [C99-based-standards] (SCNiMAX): Likewise.
34227         [C99-based-standards] (SCNoMAX): Likewise.
34228         [C99-based-standards] (SCNuMAX): Likewise.
34229         [C99-based-standards] (SCNxMAX): Likewise.
34230         [C99-based-standards] (PRIdPTR): Likewise.
34231         [C99-based-standards] (PRIiPTR): Likewise.
34232         [C99-based-standards] (PRIoPTR): Likewise.
34233         [C99-based-standards] (PRIuPTR): Likewise.
34234         [C99-based-standards] (PRIxPTR): Likewise.
34235         [C99-based-standards] (PRIXPTR): Likewise.
34236         [C99-based-standards] (SCNdPTR): Likewise.
34237         [C99-based-standards] (SCNiPTR): Likewise.
34238         [C99-based-standards] (SCNoPTR): Likewise.
34239         [C99-based-standards] (SCNuPTR): Likewise.
34240         [C99-based-standards] (SCNxPTR): Likewise.
34241         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34242         allow.
34243         * conform/data/stdint.h-data: Update comments to clarify
34244         requirements.
34245         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34246         type.
34247         [C99-based standards] (INT8_MAX): Likewise.
34248         [C99-based standards] (INT16_MIN): Likewise.
34249         [C99-based standards] (INT16_MAX): Likewise.
34250         [C99-based standards] (INT32_MIN): Likewise.
34251         [C99-based standards] (INT32_MAX): Likewise.
34252         [C99-based standards] (INT64_MIN): Likewise.
34253         [C99-based standards] (INT64_MAX): Likewise.
34254         [C99-based standards] (UINT8_MAX): Likewise.
34255         [C99-based standards] (UINT16_MAX): Likewise.
34256         [C99-based standards] (UINT32_MAX): Likewise.
34257         [C99-based standards] (UINT64_MAX): Likewise.
34258         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34259         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34260         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34261         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34262         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34263         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34264         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34265         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34266         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34267         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34268         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34269         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34270         [C99-based standards] (INT_FAST8_MIN): Likewise.
34271         [C99-based standards] (INT_FAST8_MAX): Likewise.
34272         [C99-based standards] (INT_FAST16_MIN): Likewise.
34273         [C99-based standards] (INT_FAST16_MAX): Likewise.
34274         [C99-based standards] (INT_FAST32_MIN): Likewise.
34275         [C99-based standards] (INT_FAST32_MAX): Likewise.
34276         [C99-based standards] (INT_FAST64_MIN): Likewise.
34277         [C99-based standards] (INT_FAST64_MAX): Likewise.
34278         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34279         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34280         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34281         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34282         [C99-based standards] (INTPTR_MIN): Likewise.
34283         [C99-based standards] (INTPTR_MAX): Likewise.
34284         [C99-based standards] (UINTPTR_MAX): Likewise.
34285         [C99-based standards] (INTMAX_MIN): Likewise.
34286         [C99-based standards] (INTMAX_MAX): Likewise.
34287         [C99-based standards] (UINTMAX_MAX): Likewise.
34288         [C99-based standards] (PTRDIFF_MIN): Likewise.
34289         [C99-based standards] (PTRDIFF_MAX): Likewise.
34290         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34291         [C99-based standards] (SIZE_MAX): Likewise.
34292         [C99-based standards] (WCHAR_MAX): Likewise.
34293         [C99-based standards] (WINT_MAX): Likewise.
34294         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34295         constraint on value.
34296         [C99-based standards] (WCHAR_MIN): Likewise.
34297         [C99-based standards] (WINT_MIN): Likewise.
34298         [C99-based standards] (*_t): Allow.
34299         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34300         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34301         Include math.h-data and complex.h-data.  Remove all expectations
34302         of math.h and complex.h contents.
34303         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34304         at end of line.
34305         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34306         (struct tm): Expect tag.
34307         [C99-based-standards] (wcstof): Expect function.
34308         [C99-based-standards] (wcstold): Likewise.
34309         [C99-based-standards] (wcstoll): Likewise.
34310         [C99-based-standards] (wcstoull): Likewise.
34311         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34312         macro-int-constant.  Specify type.
34313         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34314         constraint on value.
34315         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34316         Specify type.
34317         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34318         Specify value.
34319         [ISO C standards]: Do not allow headers.
34320         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34321         wcs[abcdefghijklmnopqrstuvwxyz]*.
34322         [ISO C standards] (*_t): Do not allow.
34323         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34324         Expect function.
34325         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34326         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34327         Specify type.
34328         [ISO C standards]: Do not allow headers.
34329         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34330         is[abcdefghijklmnopqrstuvwxyz]*.
34331         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34332         to[abcdefghijklmnopqrstuvwxyz]*.
34333         [ISO C standards] (*_t): Do not allow.
34334         * conform/data/stdalign.h-data: New file.
34335         * conform/data/stdbool.h-data: Likewise.
34336         * conform/data/stdnoreturn.h-data: Likewise.
34338 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34340         [BZ #14815]
34341         * manual/filesys.texi (Directory Entries): Typo fix.
34342         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34344 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34346         * elf/elf.h (EM_AARCH64): New macro.
34347         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34348         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34349         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34350         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34351         (R_AARCH64_TLSDESC): Likewise.
34352         (NT_ARM_TLS): Likewise.
34353         (NT_ARM_HW_BREAK): Likewise.
34354         (NT_ARM_HW_WATCH): Likewise.
34356 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34358         [BZ #14811]
34359         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34360         (__ieee754_powl): Saturate nonzero exponents with absolute value
34361         below 0x1p-79 to +/- 0x1p-79.
34362         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34363         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34364         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34365         nonzero exponents with absolute value below 0x1p-32 to +/-
34366         0x1p-32.
34367         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34368         (__ieee754_powl): Saturate nonzero exponents with absolute value
34369         below 0x1p-79 to +/- 0x1p-79.
34370         * math/libm-test.inc (pow_test): Add more tests.
34372 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34374         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34375         _dl_s390_cap_flags with kernel. Increase string length.
34376         (_dl_s390_platforms): Add z196 and zEC12.
34378 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34380         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34381         Change XOPEN21K to XOPEN2K.
34383 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34385         * string/memmove.c: Use memcpy when possible.
34387 2012-11-06  Andreas Jaeger  <aj@suse.de>
34389         * po/eo.po: Update from translation team.
34391 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34393         [BZ #14793]
34394         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34395         exponent and small x and y exponents, scale x or y up.  Increase
34396         by 2 the exponent used in scaling up.
34397         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34398         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34399         * math/libm-test.inc (fma_test): Add more tests.
34400         (fma_test_towardzero): Likewise.
34401         (fma_test_downward): Likewise.
34402         (fma_test_upward): Likewise.
34404 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34406         [BZ #14805]
34407         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34408         fenv_t *.
34410         [BZ #14801]
34411         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34412         namespace for names of struct fields.
34413         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34414         fenv_t fields.
34415         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34416         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34418 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34420         [BZ #3665]
34421         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34423 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34425         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34426         PTR_DEMANGLE.
34428         [BZ #5246]
34429         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34430         PTR_DEMANGLE.
34432 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34434         [BZ #14797]
34435         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34436         definitely overflow as x * y not x * y + z.
34437         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34438         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34439         * math/libm-test.inc (fma_test): Add more tests.
34440         (fma_test_towardzero): Likewise.
34441         (fma_test_downward): Likewise.
34442         (fma_test_upward): Likewise.
34444 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34446         [BZ #157]
34448         * include/stub-tag.h: Remove file.
34449         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34450         '#include' of it.
34451         * manual/maint.texi (Porting): Don't reference it.
34452         * Makerules ($(objpfx)stubs): Likewise.
34453         * dirent/closedir.c: Don't include <stub-tag.h>.
34454         * dirent/dirfd.c: Likewise.
34455         * dirent/fdopendir.c: Likewise.
34456         * dirent/getdents.c: Likewise.
34457         * dirent/getdents64.c: Likewise.
34458         * dirent/opendir.c: Likewise.
34459         * dirent/readdir.c: Likewise.
34460         * dirent/readdir64.c: Likewise.
34461         * dirent/readdir64_r.c: Likewise.
34462         * dirent/readdir_r.c: Likewise.
34463         * dirent/rewinddir.c: Likewise.
34464         * dirent/seekdir.c: Likewise.
34465         * dirent/telldir.c: Likewise.
34466         * gmon/profil.c: Likewise.
34467         * grp/setgroups.c: Likewise.
34468         * inet/if_index.c: Likewise.
34469         * io/access.c: Likewise.
34470         * io/chdir.c: Likewise.
34471         * io/chmod.c: Likewise.
34472         * io/chown.c: Likewise.
34473         * io/close.c: Likewise.
34474         * io/dup.c: Likewise.
34475         * io/dup2.c: Likewise.
34476         * io/dup3.c: Likewise.
34477         * io/euidaccess.c: Likewise.
34478         * io/faccessat.c: Likewise.
34479         * io/fchdir.c: Likewise.
34480         * io/fchmod.c: Likewise.
34481         * io/fchmodat.c: Likewise.
34482         * io/fchown.c: Likewise.
34483         * io/fchownat.c: Likewise.
34484         * io/fcntl.c: Likewise.
34485         * io/flock.c: Likewise.
34486         * io/fstatfs.c: Likewise.
34487         * io/fstatfs64.c: Likewise.
34488         * io/fstatvfs.c: Likewise.
34489         * io/fstatvfs64.c: Likewise.
34490         * io/futimens.c: Likewise.
34491         * io/fxstat.c: Likewise.
34492         * io/fxstat64.c: Likewise.
34493         * io/fxstatat.c: Likewise.
34494         * io/fxstatat64.c: Likewise.
34495         * io/getcwd.c: Likewise.
34496         * io/isatty.c: Likewise.
34497         * io/lchmod.c: Likewise.
34498         * io/lchown.c: Likewise.
34499         * io/link.c: Likewise.
34500         * io/linkat.c: Likewise.
34501         * io/lseek.c: Likewise.
34502         * io/lseek64.c: Likewise.
34503         * io/lxstat64.c: Likewise.
34504         * io/mkdir.c: Likewise.
34505         * io/mkdirat.c: Likewise.
34506         * io/mkfifo.c: Likewise.
34507         * io/mkfifoat.c: Likewise.
34508         * io/open.c: Likewise.
34509         * io/open64.c: Likewise.
34510         * io/openat.c: Likewise.
34511         * io/openat64.c: Likewise.
34512         * io/pipe.c: Likewise.
34513         * io/pipe2.c: Likewise.
34514         * io/poll.c: Likewise.
34515         * io/posix_fadvise.c: Likewise.
34516         * io/posix_fadvise64.c: Likewise.
34517         * io/posix_fallocate.c: Likewise.
34518         * io/posix_fallocate64.c: Likewise.
34519         * io/read.c: Likewise.
34520         * io/readlink.c: Likewise.
34521         * io/readlinkat.c: Likewise.
34522         * io/rmdir.c: Likewise.
34523         * io/sendfile.c: Likewise.
34524         * io/sendfile64.c: Likewise.
34525         * io/statfs.c: Likewise.
34526         * io/statfs64.c: Likewise.
34527         * io/statvfs.c: Likewise.
34528         * io/statvfs64.c: Likewise.
34529         * io/symlink.c: Likewise.
34530         * io/symlinkat.c: Likewise.
34531         * io/ttyname.c: Likewise.
34532         * io/ttyname_r.c: Likewise.
34533         * io/umask.c: Likewise.
34534         * io/unlink.c: Likewise.
34535         * io/unlinkat.c: Likewise.
34536         * io/utime.c: Likewise.
34537         * io/utimensat.c: Likewise.
34538         * io/write.c: Likewise.
34539         * io/xmknod.c: Likewise.
34540         * io/xmknodat.c: Likewise.
34541         * io/xstat.c: Likewise.
34542         * io/xstat64.c: Likewise.
34543         * login/getpt.c: Likewise.
34544         * login/grantpt.c: Likewise.
34545         * login/unlockpt.c: Likewise.
34546         * math/e_acoshl.c: Likewise.
34547         * math/e_acosl.c: Likewise.
34548         * math/e_asinl.c: Likewise.
34549         * math/e_atan2l.c: Likewise.
34550         * math/e_atanhl.c: Likewise.
34551         * math/e_coshl.c: Likewise.
34552         * math/e_expl.c: Likewise.
34553         * math/e_fmodl.c: Likewise.
34554         * math/e_gammal_r.c: Likewise.
34555         * math/e_hypotl.c: Likewise.
34556         * math/e_j0l.c: Likewise.
34557         * math/e_j1l.c: Likewise.
34558         * math/e_jnl.c: Likewise.
34559         * math/e_lgammal_r.c: Likewise.
34560         * math/e_log10l.c: Likewise.
34561         * math/e_log2l.c: Likewise.
34562         * math/e_logl.c: Likewise.
34563         * math/e_powl.c: Likewise.
34564         * math/e_rem_pio2l.c: Likewise.
34565         * math/e_sinhl.c: Likewise.
34566         * math/e_sqrtl.c: Likewise.
34567         * math/fclrexcpt.c: Likewise.
34568         * math/fedisblxcpt.c: Likewise.
34569         * math/feenablxcpt.c: Likewise.
34570         * math/fegetenv.c: Likewise.
34571         * math/fegetexcept.c: Likewise.
34572         * math/fegetround.c: Likewise.
34573         * math/feholdexcpt.c: Likewise.
34574         * math/fesetenv.c: Likewise.
34575         * math/fesetround.c: Likewise.
34576         * math/feupdateenv.c: Likewise.
34577         * math/fgetexcptflg.c: Likewise.
34578         * math/fraiseexcpt.c: Likewise.
34579         * math/fsetexcptflg.c: Likewise.
34580         * math/ftestexcept.c: Likewise.
34581         * math/k_cosl.c: Likewise.
34582         * math/k_rem_pio2l.c: Likewise.
34583         * math/k_sinl.c: Likewise.
34584         * math/k_tanl.c: Likewise.
34585         * math/s_asinhl.c: Likewise.
34586         * math/s_atanl.c: Likewise.
34587         * math/s_cbrtl.c: Likewise.
34588         * math/s_erfl.c: Likewise.
34589         * math/s_expm1l.c: Likewise.
34590         * math/s_log1pl.c: Likewise.
34591         * math/s_tanhl.c: Likewise.
34592         * misc/acct.c: Likewise.
34593         * misc/brk.c: Likewise.
34594         * misc/chflags.c: Likewise.
34595         * misc/chroot.c: Likewise.
34596         * misc/fchflags.c: Likewise.
34597         * misc/fgetxattr.c: Likewise.
34598         * misc/flistxattr.c: Likewise.
34599         * misc/fremovexattr.c: Likewise.
34600         * misc/fsetxattr.c: Likewise.
34601         * misc/fsync.c: Likewise.
34602         * misc/ftruncate.c: Likewise.
34603         * misc/futimes.c: Likewise.
34604         * misc/futimesat.c: Likewise.
34605         * misc/getdomain.c: Likewise.
34606         * misc/getdtsz.c: Likewise.
34607         * misc/gethostid.c: Likewise.
34608         * misc/gethostname.c: Likewise.
34609         * misc/getloadavg.c: Likewise.
34610         * misc/getpagesize.c: Likewise.
34611         * misc/getsysstats.c: Likewise.
34612         * misc/getxattr.c: Likewise.
34613         * misc/gtty.c: Likewise.
34614         * misc/ioctl.c: Likewise.
34615         * misc/lgetxattr.c: Likewise.
34616         * misc/listxattr.c: Likewise.
34617         * misc/llistxattr.c: Likewise.
34618         * misc/lremovexattr.c: Likewise.
34619         * misc/lsetxattr.c: Likewise.
34620         * misc/lutimes.c: Likewise.
34621         * misc/madvise.c: Likewise.
34622         * misc/mincore.c: Likewise.
34623         * misc/mlock.c: Likewise.
34624         * misc/mlockall.c: Likewise.
34625         * misc/mmap.c: Likewise.
34626         * misc/mprotect.c: Likewise.
34627         * misc/msync.c: Likewise.
34628         * misc/munlock.c: Likewise.
34629         * misc/munlockall.c: Likewise.
34630         * misc/munmap.c: Likewise.
34631         * misc/preadv.c: Likewise.
34632         * misc/preadv64.c: Likewise.
34633         * misc/ptrace.c: Likewise.
34634         * misc/pwritev.c: Likewise.
34635         * misc/pwritev64.c: Likewise.
34636         * misc/readv.c: Likewise.
34637         * misc/reboot.c: Likewise.
34638         * misc/remap_file_pages.c: Likewise.
34639         * misc/removexattr.c: Likewise.
34640         * misc/revoke.c: Likewise.
34641         * misc/select.c: Likewise.
34642         * misc/setdomain.c: Likewise.
34643         * misc/setegid.c: Likewise.
34644         * misc/seteuid.c: Likewise.
34645         * misc/sethostid.c: Likewise.
34646         * misc/sethostname.c: Likewise.
34647         * misc/setregid.c: Likewise.
34648         * misc/setreuid.c: Likewise.
34649         * misc/setxattr.c: Likewise.
34650         * misc/sstk.c: Likewise.
34651         * misc/stty.c: Likewise.
34652         * misc/swapoff.c: Likewise.
34653         * misc/swapon.c: Likewise.
34654         * misc/sync.c: Likewise.
34655         * misc/syncfs.c: Likewise.
34656         * misc/syscall.c: Likewise.
34657         * misc/truncate.c: Likewise.
34658         * misc/ualarm.c: Likewise.
34659         * misc/usleep.c: Likewise.
34660         * misc/ustat.c: Likewise.
34661         * misc/utimes.c: Likewise.
34662         * misc/vhangup.c: Likewise.
34663         * misc/writev.c: Likewise.
34664         * posix/_exit.c: Likewise.
34665         * posix/alarm.c: Likewise.
34666         * posix/execve.c: Likewise.
34667         * posix/fexecve.c: Likewise.
34668         * posix/fork.c: Likewise.
34669         * posix/fpathconf.c: Likewise.
34670         * posix/getaddrinfo.c: Likewise.
34671         * posix/getegid.c: Likewise.
34672         * posix/geteuid.c: Likewise.
34673         * posix/getgid.c: Likewise.
34674         * posix/getgroups.c: Likewise.
34675         * posix/getlogin.c: Likewise.
34676         * posix/getlogin_r.c: Likewise.
34677         * posix/getpgid.c: Likewise.
34678         * posix/getpid.c: Likewise.
34679         * posix/getppid.c: Likewise.
34680         * posix/getresgid.c: Likewise.
34681         * posix/getresuid.c: Likewise.
34682         * posix/getsid.c: Likewise.
34683         * posix/getuid.c: Likewise.
34684         * posix/glob64.c: Likewise.
34685         * posix/nanosleep.c: Likewise.
34686         * posix/pathconf.c: Likewise.
34687         * posix/pause.c: Likewise.
34688         * posix/posix_madvise.c: Likewise.
34689         * posix/pread.c: Likewise.
34690         * posix/pread64.c: Likewise.
34691         * posix/pwrite.c: Likewise.
34692         * posix/pwrite64.c: Likewise.
34693         * posix/sched_getaffinity.c: Likewise.
34694         * posix/sched_getp.c: Likewise.
34695         * posix/sched_gets.c: Likewise.
34696         * posix/sched_primax.c: Likewise.
34697         * posix/sched_primin.c: Likewise.
34698         * posix/sched_rr_gi.c: Likewise.
34699         * posix/sched_setaffinity.c: Likewise.
34700         * posix/sched_setp.c: Likewise.
34701         * posix/sched_sets.c: Likewise.
34702         * posix/sched_yield.c: Likewise.
34703         * posix/setgid.c: Likewise.
34704         * posix/setlogin.c: Likewise.
34705         * posix/setpgid.c: Likewise.
34706         * posix/setresgid.c: Likewise.
34707         * posix/setresuid.c: Likewise.
34708         * posix/setsid.c: Likewise.
34709         * posix/setuid.c: Likewise.
34710         * posix/sleep.c: Likewise.
34711         * posix/spawni.c: Likewise.
34712         * posix/sysconf.c: Likewise.
34713         * posix/times.c: Likewise.
34714         * posix/wait.c: Likewise.
34715         * posix/wait3.c: Likewise.
34716         * posix/wait4.c: Likewise.
34717         * posix/waitpid.c: Likewise.
34718         * resolv/gai_sigqueue.c: Likewise.
34719         * resource/getpriority.c: Likewise.
34720         * resource/getrlimit.c: Likewise.
34721         * resource/getrusage.c: Likewise.
34722         * resource/nice.c: Likewise.
34723         * resource/setpriority.c: Likewise.
34724         * resource/setrlimit.c: Likewise.
34725         * resource/ulimit.c: Likewise.
34726         * rt/aio_cancel.c: Likewise.
34727         * rt/aio_fsync.c: Likewise.
34728         * rt/aio_read.c: Likewise.
34729         * rt/aio_sigqueue.c: Likewise.
34730         * rt/aio_suspend.c: Likewise.
34731         * rt/aio_write.c: Likewise.
34732         * rt/clock_getres.c: Likewise.
34733         * rt/clock_gettime.c: Likewise.
34734         * rt/clock_nanosleep.c: Likewise.
34735         * rt/clock_settime.c: Likewise.
34736         * rt/lio_listio.c: Likewise.
34737         * rt/mq_close.c: Likewise.
34738         * rt/mq_getattr.c: Likewise.
34739         * rt/mq_notify.c: Likewise.
34740         * rt/mq_open.c: Likewise.
34741         * rt/mq_receive.c: Likewise.
34742         * rt/mq_send.c: Likewise.
34743         * rt/mq_setattr.c: Likewise.
34744         * rt/mq_timedreceive.c: Likewise.
34745         * rt/mq_timedsend.c: Likewise.
34746         * rt/mq_unlink.c: Likewise.
34747         * rt/shm_open.c: Likewise.
34748         * rt/shm_unlink.c: Likewise.
34749         * rt/timer_create.c: Likewise.
34750         * rt/timer_delete.c: Likewise.
34751         * rt/timer_getoverr.c: Likewise.
34752         * rt/timer_gettime.c: Likewise.
34753         * rt/timer_settime.c: Likewise.
34754         * setjmp/__longjmp.c: Likewise.
34755         * setjmp/setjmp.c: Likewise.
34756         * signal/kill.c: Likewise.
34757         * signal/killpg.c: Likewise.
34758         * signal/raise.c: Likewise.
34759         * signal/sigaction.c: Likewise.
34760         * signal/sigaltstack.c: Likewise.
34761         * signal/sigblock.c: Likewise.
34762         * signal/sigignore.c: Likewise.
34763         * signal/sigintr.c: Likewise.
34764         * signal/signal.c: Likewise.
34765         * signal/sigpause.c: Likewise.
34766         * signal/sigpending.c: Likewise.
34767         * signal/sigqueue.c: Likewise.
34768         * signal/sigreturn.c: Likewise.
34769         * signal/sigset.c: Likewise.
34770         * signal/sigsetmask.c: Likewise.
34771         * signal/sigstack.c: Likewise.
34772         * signal/sigsuspend.c: Likewise.
34773         * signal/sigtimedwait.c: Likewise.
34774         * signal/sigvec.c: Likewise.
34775         * signal/sigwait.c: Likewise.
34776         * signal/sigwaitinfo.c: Likewise.
34777         * signal/sysv_signal.c: Likewise.
34778         * socket/accept.c: Likewise.
34779         * socket/accept4.c: Likewise.
34780         * socket/bind.c: Likewise.
34781         * socket/connect.c: Likewise.
34782         * socket/getpeername.c: Likewise.
34783         * socket/getsockname.c: Likewise.
34784         * socket/getsockopt.c: Likewise.
34785         * socket/isfdtype.c: Likewise.
34786         * socket/listen.c: Likewise.
34787         * socket/recv.c: Likewise.
34788         * socket/recvfrom.c: Likewise.
34789         * socket/recvmsg.c: Likewise.
34790         * socket/send.c: Likewise.
34791         * socket/sendmsg.c: Likewise.
34792         * socket/sendto.c: Likewise.
34793         * socket/setsockopt.c: Likewise.
34794         * socket/shutdown.c: Likewise.
34795         * socket/sockatmark.c: Likewise.
34796         * socket/socket.c: Likewise.
34797         * socket/socketpair.c: Likewise.
34798         * stdio-common/ctermid.c: Likewise.
34799         * stdio-common/cuserid.c: Likewise.
34800         * stdio-common/remove.c: Likewise.
34801         * stdio-common/rename.c: Likewise.
34802         * stdio-common/renameat.c: Likewise.
34803         * stdio-common/tempname.c: Likewise.
34804         * stdlib/getcontext.c: Likewise.
34805         * stdlib/makecontext.c: Likewise.
34806         * stdlib/setcontext.c: Likewise.
34807         * stdlib/swapcontext.c: Likewise.
34808         * stdlib/system.c: Likewise.
34809         * streams/fattach.c: Likewise.
34810         * streams/fdetach.c: Likewise.
34811         * streams/getmsg.c: Likewise.
34812         * streams/getpmsg.c: Likewise.
34813         * streams/putmsg.c: Likewise.
34814         * streams/putpmsg.c: Likewise.
34815         * sysdeps/unix/bsd/getpt.c: Likewise.
34816         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34817         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34818         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34820         Likewise.
34821         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34822         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34823         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34824         * sysvipc/msgctl.c: Likewise.
34825         * sysvipc/msgget.c: Likewise.
34826         * sysvipc/msgrcv.c: Likewise.
34827         * sysvipc/msgsnd.c: Likewise.
34828         * sysvipc/semctl.c: Likewise.
34829         * sysvipc/semget.c: Likewise.
34830         * sysvipc/semop.c: Likewise.
34831         * sysvipc/semtimedop.c: Likewise.
34832         * sysvipc/shmat.c: Likewise.
34833         * sysvipc/shmctl.c: Likewise.
34834         * sysvipc/shmdt.c: Likewise.
34835         * sysvipc/shmget.c: Likewise.
34836         * termios/tcdrain.c: Likewise.
34837         * termios/tcflow.c: Likewise.
34838         * termios/tcflush.c: Likewise.
34839         * termios/tcgetattr.c: Likewise.
34840         * termios/tcgetpgrp.c: Likewise.
34841         * termios/tcsendbrk.c: Likewise.
34842         * termios/tcsetattr.c: Likewise.
34843         * termios/tcsetpgrp.c: Likewise.
34844         * time/adjtime.c: Likewise.
34845         * time/clock.c: Likewise.
34846         * time/getitimer.c: Likewise.
34847         * time/gettimeofday.c: Likewise.
34848         * time/setitimer.c: Likewise.
34849         * time/settimeofday.c: Likewise.
34850         * time/stime.c: Likewise.
34851         * time/time.c: Likewise.
34853 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34855         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34856         /usr/old/bin.
34858         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34859         instead of spaces.
34860         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34862 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34864         [BZ #14796]
34865         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34866         FE_TONEAREST before applying Dekker multiplication and Knuth
34867         addition.  Clear inexact exceptions and check for exact zero
34868         results afterwards.
34869         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34870         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34871         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34872         * math/libm-test.inc (fma_test): Add more tests.
34873         (fma_test_towardzero): Likewise.
34874         (fma_test_downward): Likewise.
34875         (fma_test_upward): Likewise.
34876         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34877         function.
34878         (libc_fesetround): New macro.
34879         (libc_fesetroundf): Likewise.
34880         (libc_fesetroundl): Likewise.
34881         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34882         function.
34883         (libc_fesetround_387): Likewise.
34884         (libc_fesetroundf): New macro.
34885         (libc_fesetround): Likewise.
34886         (libc_fesetroundl): Likewise.
34887         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34888         function.
34889         (libc_fesetroundf): New macro.
34890         (libc_fesetround): Likewise.
34891         (libc_fesetroundl): Likewise.
34892         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34893         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34894         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34895         libm_hidden_ver.
34896         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34897         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34898         libm_hidden_def.
34899         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34900         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34901         libm_hidden_ver.
34902         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34903         libm_hidden_def.
34905         [BZ #3439]
34906         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34907         integer constant usable in #if and use that to give value to enum
34908         constant.
34909         (FE_DIVBYZERO): Likewise.
34910         (FE_UNDERFLOW): Likewise.
34911         (FE_OVERFLOW): Likewise.
34912         (FE_INVALID): Likewise.
34913         (FE_INVALID_SNAN): Likewise.
34914         (FE_INVALID_ISI): Likewise.
34915         (FE_INVALID_IDI): Likewise.
34916         (FE_INVALID_ZDZ): Likewise.
34917         (FE_INVALID_IMZ): Likewise.
34918         (FE_INVALID_COMPARE): Likewise.
34919         (FE_INVALID_SOFTWARE): Likewise.
34920         (FE_INVALID_SQRT): Likewise.
34921         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34922         (FE_TONEAREST): Likewise.
34923         (FE_TOWARDZERO): Likewise.
34924         (FE_UPWARD): Likewise.
34925         (FE_DOWNWARD): Likewise.
34926         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34927         (FE_DIVBYZERO): Likewise.
34928         (FE_OVERFLOW): Likewise.
34929         (FE_UNDERFLOW): Likewise.
34930         (FE_INEXACT): Likewise.
34931         (FE_TONEAREST): Likewise.
34932         (FE_DOWNWARD): Likewise.
34933         (FE_UPWARD): Likewise.
34934         (FE_TOWARDZERO): Likewise.
34935         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34936         (FE_UNDERFLOW): Likewise.
34937         (FE_OVERFLOW): Likewise.
34938         (FE_DIVBYZERO): Likewise.
34939         (FE_INVALID): Likewise.
34940         (FE_TONEAREST): Likewise.
34941         (FE_TOWARDZERO): Likewise.
34942         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34943         (FE_OVERFLOW): Likewise.
34944         (FE_UNDERFLOW): Likewise.
34945         (FE_DIVBYZERO): Likewise.
34946         (FE_INEXACT): Likewise.
34947         (FE_TONEAREST): Likewise.
34948         (FE_TOWARDZERO): Likewise.
34949         (FE_UPWARD): Likewise.
34950         (FE_DOWNWARD): Likewise.
34951         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34952         (FE_DIVBYZERO): Likewise.
34953         (FE_OVERFLOW): Likewise.
34954         (FE_UNDERFLOW): Likewise.
34955         (FE_INEXACT): Likewise.
34956         (FE_TONEAREST): Likewise.
34957         (FE_DOWNWARD): Likewise.
34958         (FE_UPWARD): Likewise.
34959         (FE_TOWARDZERO): Likewise.
34961 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34963         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34965 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34967         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34968         commands.  Quote $PWD.
34969         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34970         -x" by "export".
34971         (remove_newlines): Remove.
34973 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
34975         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
34976         * stdlib/stdlib.h (atof): Moved to ...
34977         * include/bits/stdlib-float.h: Here.  New file.
34978         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
34979         * stdlib/bits/stdlib-float.h: New file.
34980         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
34981         -mno-sse -mno-mmx.
34982         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
34983         <xmmintrin.h>.
34985 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34987         * conform/conformtest.pl (@headers): Add fenv.h.
34988         * conform/data/fenv.h-data: New file.
34989         * include/fenv.h [_ISOMAC]: Disable all contents of file except
34990         include of <math/fenv.h>.
34992         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
34993         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
34994         && !UNIX98].  Enables tests for XOPEN2K8.
34995         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
34996         POSIX2008]: Likewise.
34998         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
34999         (struct rusage): Do not expect type or its members.
35001         [BZ #3439]
35002         * math/math.h (FP_NAN): Define macro to integer constant usable in
35003         #if and use that to give value to enum constant.
35004         (FP_INFINITE): Likewise.
35005         (FP_ZERO): Likewise.
35006         (FP_SUBNORMAL): Likewise.
35007         (FP_NORMAL): Likewise.
35009 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35011         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35012         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35013         arguments.
35015 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35017         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35018         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35019         autoconf-time if not.
35020         * configure.in: Remove AC_PREREQ.
35022 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35024         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35025         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35026         of the internal implementation.
35028 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35030         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35031         except include of <misc/sys/syslog.h>.
35033 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35036         function returns with a NULL context exit with zero.
35038 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35040         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35042 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35044         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35045         (run_program_cmd): This.
35046         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35047         (tst_langinfo): New variable.  Use it.
35049 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35051         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35052         floating point opcodes.
35054 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35056         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35057         variable.
35059         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35061         * sysdeps/mach/hurd/powerpc: Remove directory.
35062         * sysdeps/mach/powerpc: Likewise.
35064 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35066         * scripts/check-local-headers.sh: Ignore c++ headers.
35068 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35070         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35071         __libc_cleanup_region_start argument.
35073 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35075         [BZ #14784]
35076         [BZ #14785]
35077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35078         x * y using scaling, not as x * y + z.
35079         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35080         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35081         * math/libm-test.inc (fma_test): Add more tests.
35082         (fma_test_towardzero): Likewise.
35083         (fma_test_downward): Likewise.
35084         (fma_test_upward): Likewise.
35086 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35088         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35090 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35092         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35093         New variable.
35095 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35097         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35099 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35102         Fix sort order.
35103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35104         Likewise.
35106 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35109         Fix the order of the list for glibc 2.17.
35110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35111         Likewise.
35113 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35115         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35117 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35119         [BZ #14610]
35120         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35121         for low part of x being zero before using __atanl (y).
35122         * math/libm-test.inc (atan2_test): Add another test.
35124         * manual/install.texi (Configuring and compiling): Document
35125         general use of test-wrapper and test-wrapper-env.
35126         * INSTALL: Regenerated.
35128         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35129         (__fma): Do not extract and scale down low bits on after-rounding
35130         systems when result rounded to normal precision would have normal
35131         exponent.
35132         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35133         (__fmal): Do not extract and scale down low bits on after-rounding
35134         systems when result rounded to normal precision would have normal
35135         exponent.
35136         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35137         (__fmal): Do not extract and scale down low bits on after-rounding
35138         systems when result rounded to normal precision would have normal
35139         exponent.
35140         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35141         macro.
35142         (fma_test): Add more tests.
35143         (fma_test_towardzero): Likewise.
35144         (fma_test_downward): Likewise.
35145         (fma_test_upward): Likewise.
35147 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35149         * sysdeps/i386/tininess.h: Renamed to ...
35150         * sysdeps/x86/tininess.h: This.
35151         * sysdeps/x86_64/tininess.h: Removed.
35153 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35155         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35156         input.  Use $(build-program-cmd).
35157         ($(objpfx)tst-array1-static.out): Likewise.
35158         ($(objpfx)tst-array2.out): Likewise.
35159         ($(objpfx)tst-array3.out): Likewise.
35160         ($(objpfx)tst-array4.out): Likewise.
35161         ($(objpfx)tst-array5.out): Likewise.
35162         ($(objpfx)tst-array5-static.out): Likewise.
35164 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35166         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35167         if defined.
35169         * nss/nsswitch.h (nss_interface_function): Provide new
35170         macro for use with NSS functions.
35171         * grp/initgroups.c: Use new macro.
35172         * nss/getXXbyYY.c: Likewise.
35173         * nss/getXXbyYY_r.c: Likewise.
35174         * nss/getXXent.c: Likewise.
35175         * nss/getXXent_r.c: Likewise.
35176         * sysdeps/posix/getaddrinfo.c: Likewise.
35178 2012-10-30  Andreas Jaeger  <aj@suse.de>
35180         * po/ru.po: Update Russion translation from translation project.
35182 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35184         [BZ #14152]
35185         [BZ #14783]
35186         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35187         result and shift together with sticky bit instead of replicating
35188         round-to-nearest rounding.
35189         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35190         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35191         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35192         missing underflow exceptions.
35193         (fma_test_towardzero): Add more tests.
35194         (fma_test_downward): Likewise.
35195         (fma_test_upward): Likewise.
35197         [BZ #14047]
35198         * sysdeps/generic/tininess.h: New file.
35199         * sysdeps/i386/tininess.h: Likewise.
35200         * sysdeps/sh/tininess.h: Likewise.
35201         * sysdeps/x86_64/tininess.h: Likewise.
35202         * stdlib/tst-strtod-underflow.c: Likewise.
35203         * stdlib/tst-tininess.c: Likewise.
35204         * stdlib/strtod_l.c: Include <tininess.h>.
35205         (round_and_return): Do not set errno for exact underflow cases.
35206         Force an underflow exception when setting errno for underflow.
35207         Determine underflow based on rounding to normal precision if
35208         TININESS_AFTER_ROUNDING.
35209         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35210         ERANGE for exact underflow cases.
35211         * stdlib/Makefile (tests): Add tst-tininess and
35212         tst-strtod-underflow.
35213         ($(objpfx)tst-tininess): Use $(link-libm).
35214         ($(objpfx)tst-strtod-underflow): Likewise.
35216 2012-10-30  Andreas Jaeger  <aj@suse.de>
35218         [BZ#14767]
35219         * elf/Makefile (tests): Remove conditional for have-initfini-array
35220         since this is now always required and the variable does not exist
35221         anymore.
35222         (tests-static): Likewise.
35223         (modules-names): Likewise.
35225         * po/eo.po: Add Esperanto translation from translation project.
35227         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35228         merged with constructor/destructor.
35229         (init_array): Likewise.
35230         * elf/tst-array2dep.c (fini_array): Likewise.
35231         (init_array): Likewise.
35233 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35235         * manual/message.texi: Delete @cartouche tags.
35237 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35239         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35240         EOPNOTSUPP.
35241         * sysdeps/mach/hurd/fsync.c: Likewise.
35243         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35244         [_POSIX_REALTIME_SIGNALS]: Change condition to
35245         [_POSIX_REALTIME_SIGNALS > 0].
35247 2012-10-27  Andreas Jaeger  <aj@suse.de>
35249         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35250         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35251         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35252         [__WORDSIZE != 64]: Likewise.
35254 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35256         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35257         *  iconvdata/tst-tables.sh: Likewise.
35259 2012-10-25  David S. Miller  <davem@davemloft.net>
35261         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35262         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35263         of strtoull.
35265         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35266         ifunc-impl-list.c
35267         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35268         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35269         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35270         file.
35272 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35274         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35275         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35276         __getdirentries.
35278 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35279             Jim Blandy  <jimb@codesourcery.com>
35281         * scripts/cross-test-ssh.sh: New file.
35282         * manual/install.texi (Configuring and compiling): Document use of
35283         cross-test-ssh.sh.
35284         * INSTALL: Regenerated.
35286 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35288         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35289         EOPNOTSUPP.
35291 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35293         * Makeconfig (run-program-prefix): Fix comment.
35295 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35296             Jim Blandy  <jimb@codesourcery.com>
35298         * Makeconfig (test-wrapper): New variable,
35299         (test-wrapper-env): Likewise.
35300         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35301         (run-built-tests): Define to yes.
35302         (run-program-prefix): Use $(test-wrapper).
35303         (built-program-cmd): Likewise.
35304         * Rules (make-test-out): Use $(test-wrapper-env) and
35305         $(host-built-program-cmd).
35306         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35307         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35308         tst-pathopt.sh.
35309         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35310         $(test-wrapper-env) to tst-rtld-load-self.sh.
35311         ($(objpfx)order2.out): Use $(test-wrapper).
35312         ($(objpfx)tst-initorder.out): Likewise.
35313         ($(objpfx)tst-initorder2.out): Likewise.
35314         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35315         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35316         (test_wrapper_env): New variable.  Use it to run ld.so.
35317         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35318         Use it to run ld.so.
35319         (test_wrapper_env): Likewise.
35320         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35321         $(test-wrapper) to run-iconv-test.sh.
35322         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35323         (ICONV): Use $test_wrapper.
35324         * posix/Makefile ($(objpfx)globtest.out): Pass
35325         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35326         globtest.sh, not $(run-program-prefix).
35327         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35328         (test_wrapper): Likewise.
35329         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35330         set together with run_via_rtld_prefix.
35331         (run_program_prefix): Define in terms of test_wrapper and
35332         run_via_rtld_prefix.
35334 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35336         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35337         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35338         Targets removed.
35340         [BZ #14743]
35341         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35342         Declare __clock_getres, __clock_gettime, __clock_settime,
35343         __clock_nanosleep, and __clock_getcpuclockid.
35344         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35345         Remove librt_hidden_def (clock_gettime).
35346         * sysdeps/unix/clock_gettime.c: Likewise.
35347         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35348         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35349         * rt/clock_getres.c: Define __clock_getres as an alias.
35350         * sysdeps/posix/clock_getres.c: Likewise.
35351         * rt/clock_settime.c: Define __clock_settime as an alias.
35352         * sysdeps/unix/clock_settime.c: Likewise.
35353         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35354         * sysdeps/unix/clock_nanosleep.c: Likewise.
35355         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35356         * rt/clock-compat.c: New file.
35357         * rt/Makefile (librt-routines): Add clock-compat and move
35358         $(clock-routines) to ...
35359         (routines): ... here, new variable.
35360         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35361         Don't add get_clockfreq here.
35362         * rt/Versions (libc: GLIBC_2.17): New version set.
35363         Add clock_* symbols here.
35364         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35365         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35366         (GLIBC_2.17): Add clock_* symbols.
35367         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35369         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35371         Likewise.
35372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35373         Likewise.
35374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35375         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35378         * NEWS: Mention the move.
35380         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35381         Use __open, __read, __close rather than their public counterparts.
35382         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35383         (__get_clockfreq_via_cpuinfo): Likewise.
35384         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35385         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35387         * config.h.in (HAVE_IFUNC): New #undef.
35388         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35389         was successful.
35390         * configure: Regenerated.
35392 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35394         * configure.in: Move READELF check to start of file.
35395         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35396         libc_cv_asm_gnu_indirect_function in the process.
35397         * configure: Regenerated.
35399 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35401         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35402         send the output to /dev/null.
35403         (libc_cv_cc_with_libunwind): Likewise.
35404         (libc_cv_as_noexecstack): Likewise.
35405         * configure: Regenerate.
35407 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35409         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35411         * posix/globtest.sh (TMPDIR): Do not set.
35412         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35413         (testout): Likewise.
35415 2012-10-24  Andreas Jaeger  <aj@suse.de>
35417         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35418         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35419         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35420         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35421         posix_fadvise64, posix_fallocate64.
35423         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35424         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35425         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35426         Likewise.
35427         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35428         Likewise.
35429         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35431         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35432         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35433         <bits/fcntl-linux.h>.
35434         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35436         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35437         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35438         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35439         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35440         [__WORDSIZE != 64]: Likewise.
35442 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35444         * Makeconfig (run-built-tests): New variable.
35445         * Rules [$(cross-compiling) = yes]: Change condition to
35446         [$(run-built-tests) = no].
35447         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35448         to [$(run-built-tests) = yes].
35449         * elf/Makefile [$(cross-compiling) = no]: Likewise
35450         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35451         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35452         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35453         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35454         * io/Makefile [$(cross-compiling) = no]: Likewise.
35455         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35456         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35457         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35458         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35459         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35460         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35461         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35462         * string/Makefile [$(cross-compiling) = no]: Likewise.
35464         * posix/Makefile ($(objpfx)globtest.out): Pass
35465         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35466         $(rtld-installed-name).
35467         * posix/globtest.sh (elf_objpfx): Remove variable.
35468         (rtld_installed_name): Likewise.
35469         (library_path): Likewise.
35470         (run_program_prefix): New variable.  Use for running globtest
35471         binary.
35473 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35474             Joseph Myers  <joseph@codesourcery.com>
35476         * Makeconfig (host-built-program-cmd): New variable.
35477         * elf/Makefile (tst-stackguard1-ARGS): Use
35478         $(host-built-program-cmd).
35479         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35480         (tst-spawn-ARGS): Likewise.
35481         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35483 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35484             Jim Blandy  <jimb@codesourcery.com>
35486         * Makeconfig (run-via-rtld-prefix): New variable.
35487         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35488         (built-program-cmd): Likewise.
35490 2012-10-22  Andreas Jaeger  <aj@suse.de>
35492         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35493         __O_RSYNC if it exists, otherwise to O_SYNC.
35495 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35496             Joseph Myers  <joseph@codesourcery.com>
35498         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35499         /dev/null.
35500         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35501         from /dev/null
35502         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35503         /dev/null.
35505 2012-10-22  Andreas Jaeger  <aj@suse.de>
35507         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35508         Define always.
35509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35511         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35512         bits/fcntl-linux.h.
35514         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35515         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35517         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35518         to __O_LARGEFILE.
35519         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35520         to __O_LARGEFILE.
35522 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35523             Joseph Myers  <joseph@codesourcery.com>
35525         * config.make.in (NM): New variable.
35527 2012-10-21  Andreas Jaeger  <aj@suse.de>
35529         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35530         definitions and declarations that are provided by
35531         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35533 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35535         [BZ #14683]
35536         * elf/Makefile (tests-static): Add tst-leaks1-static.
35537         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35538         ($(objpfx)tst-leaks1-static): New rule.
35539         ($(objpfx)tst-leaks1-static-mem): Likewise.
35540         (tst-leaks1-static-ENV): New macro.
35541         * elf/dl-open.c (dl_open_worker): Check the main application
35542         only if SHARED is defined.
35543         * elf/tst-leaks1-static.c: New file.
35545 2012-10-20  Andreas Jaeger  <aj@suse.de>
35547         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35548         generic values for Linux.
35549         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35550         and declarations that are provided by <bits/fcntl-linux.h> and
35551         include <bits/fcntl-linux.h>.
35552         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35553         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35555 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35557         * io/fcntl.h: Move include of <bits/types.h> to the top and
35558         include it unconditionally.
35560 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35562         * wcsmbs/Makefile (tests-ifunc): New variable.
35563         (tests): Add $(tests-ifunc).
35564         * wcsmbs/test-wcschr-ifunc.c: New file.
35565         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35566         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35567         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35568         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35569         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35571         * string/Makefile (tests-ifunc): New variable.
35572         (tests): Add $(tests-ifunc).
35573         * string/test-memccpy.c (TEST_NAME): New macro.
35574         * string/test-memchr.c (TEST_NAME): Likewise.
35575         * string/test-memcmp.c (TEST_NAME): Likewise.
35576         * string/test-memcpy.c (TEST_NAME): Likewise.
35577         * string/test-memmem.c (TEST_NAME): Likewise.
35578         * string/test-memmove.c (TEST_NAME): Likewise.
35579         * string/test-memset.c (TEST_NAME): Likewise.
35580         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35581         * string/test-stpcpy.c (TEST_NAME): Likewise.
35582         * string/test-stpncpy.c (TEST_NAME): Likewise.
35583         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35584         * string/test-strcasestr.c (TEST_NAME): Likewise.
35585         * string/test-strcat.c (TEST_NAME): Likewise.
35586         * string/test-strchr.c (TEST_NAME): Likewise.
35587         * string/test-strcmp.c(TEST_NAME): Likewise.
35588         * string/test-strcpy.c (TEST_NAME): Likewise.
35589         * string/test-strcspn.c (TEST_NAME): Likewise.
35590         * string/test-strlen.c (TEST_NAME): Likewise.
35591         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35592         * string/test-strncmp.c (TEST_NAME): Likewise.
35593         * string/test-strncpy.c (TEST_NAME): Likewise.
35594         * string/test-strnlen.c (TEST_NAME): Likewise.
35595         * string/test-strpbrk.c (TEST_NAME): Likewise.
35596         * string/test-strrchr.c (TEST_NAME): Likewise.
35597         * string/test-strspn.c (TEST_NAME): Likewise.
35598         * string/test-strstr.c (TEST_NAME): Likewise.
35599         * string/test-bcopy-ifunc.c: New file.
35600         * string/test-bzero-ifunc.c: Likewise.
35601         * string/test-memccpy-ifunc.c: Likewise.
35602         * string/test-memchr-ifunc.c: Likewise.
35603         * string/test-memcmp-ifunc.c: Likewise.
35604         * string/test-memcpy-ifunc.c: Likewise.
35605         * string/test-memmem-ifunc.c: Likewise.
35606         * string/test-memmove-ifunc.c: Likewise.
35607         * string/test-mempcpy-ifunc.c: Likewise.
35608         * string/test-memset-ifunc.c: Likewise.
35609         * string/test-rawmemchr-ifunc.c: Likewise.
35610         * string/test-stpcpy-ifunc.c: Likewise.
35611         * string/test-stpncpy-ifunc.c: Likewise.
35612         * string/test-strcasecmp-ifunc.c: Likewise.
35613         * string/test-strcasestr-ifunc.c: Likewise.
35614         * string/test-strcat-ifunc.c: Likewise.
35615         * string/test-strchr-ifunc.c: Likewise.
35616         * string/test-strchrnul-ifunc.c: Likewise.
35617         * string/test-strcmp-ifunc.c: Likewise.
35618         * string/test-strcpy-ifunc.c: Likewise.
35619         * string/test-strcspn-ifunc.c: Likewise.
35620         * string/test-strlen-ifunc.c: Likewise.
35621         * string/test-strncasecmp-ifunc.c: Likewise.
35622         * string/test-strncat-ifunc.c: Likewise.
35623         * string/test-strncmp-ifunc.c: Likewise.
35624         * string/test-strncpy-ifunc.c: Likewise.
35625         * string/test-strnlen-ifunc.c: Likewise.
35626         * string/test-strpbrk-ifunc.c: Likewise.
35627         * string/test-strrchr-ifunc.c: Likewise.
35628         * string/test-strspn-ifunc.c: Likewise.
35629         * string/test-strstr-ifunc.c: Likewise.
35631         * debug/Makefile (tests-ifunc): New variable.
35632         (tests): Add $(tests-ifunc).
35633         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35634         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35635         * debug/test-stpcpy_chk-ifunc.c: New file.
35636         * debug/test-strcpy_chk-ifunc.c: Likewise.
35638 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35640         [BZ #13601]
35641         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35642         header is not read in.
35644 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35646         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35647         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35648         directly.  Pass built executable to script as
35649         $(built-program-cmd).
35650         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35651         $testprogram without using LD_LIBRARY_PATH and $ldso.
35653         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35654         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35655         $(rtld-installed-name).
35656         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35657         (rtld_installed_name): Likewise.
35658         (library_path): Likewise.
35659         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35660         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35661         $(run-program-prefix) to tst-tables.sh.
35662         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35663         it to run tst-table-from and tst-table-to.
35664         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35665         Pass it to tst-table.sh.
35666         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35667         $(run-program-prefix) to tst-gettext.sh.
35668         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35669         tst-translit.sh.
35670         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35671         tst-gettext2.sh.
35672         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35673         to run tst-gettext.
35674         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35675         to run tst-gettext2.
35676         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35677         to run tst-translit.
35678         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35679         $(run-program-prefix) to tst-mtrace.sh.
35680         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35681         to run tst-mtrace.
35682         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35683         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35684         $(rtld-installed-name).
35685         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35686         (rtld_installed_name): Likewise.
35687         (run_program_prefix): New variable.  Use it to run wordexp-test.
35689         * Makeconfig (ARCH): Remove all definitions.
35690         (machine): Likewise.
35691         [ARCH]: Remove conditional code.
35692         [!objdir]: Give error.
35693         [!objdir] (objpfx): Remove.
35694         [!objdir] (common-objpfx): Likewise.
35695         [!objdir] (common-objdir): Likewise.
35696         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35697         AC_CONFIG_FILES call.
35698         * configure: Regenerated.
35700         [BZ #13888]
35701         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35702         or TMPDIR.
35703         (testout): Likewise.
35705         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35706         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35707         $(rtld-installed-name).
35708         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35709         (rtld_installed_name): Likwise.
35710         (runit): Remove function.
35711         (run_getconf): New variable,  Use it for running getconf binary.
35713 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35715         [BZ #14716]
35716         * string/test-memmem.c (check_result): New function.
35717         (do_one_test): Use it.
35718         (check1): New function.
35719         (test_main): Use it.
35721 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35723         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35725 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35727         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35728         (_G_LSEEK64): Likewise.
35729         (_G_MMAP64): Likewise.
35730         (_G_FSTAT64): Likewise.
35731         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35732         (_G_LSEEK64): Likewise.
35733         (_G_MMAP64): Likewise.
35734         (_G_FSTAT64): Likewise.
35735         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35736         unconditional.  Call __mmap64 directly.
35737         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35738         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35739         __lseek64 directly.
35740         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35741         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35742         __mmap64 directly.
35743         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35744         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35745         __lseek64 directly.
35746         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35747         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35748         __lseek64 directly.
35749         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35750         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35751         __lseek64 directly.
35752         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35753         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35754         __fxstat64 directly.
35755         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35756         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35757         unconditional.
35758         (freopen64) [!_G_OPEN64]: Remove conditional code.
35759         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35760         unconditional.
35761         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35762         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35763         unconditional.
35764         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35765         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35766         unconditional.
35767         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35768         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35769         unconditional.
35770         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35771         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35772         unconditional.
35773         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35774         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35775         unconditional.
35776         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35777         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35778         unconditional.
35779         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35781 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35783         [BZ #12140]
35784         * manual/memory.texi (Malloc Tunable Parameters): Add note
35785         about free list pointers overwriting some perturb bytes.
35786         Wording suggested by Roland McGrath.
35788 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35790         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35791         (lgamma_test): Likewise.
35792         (tgamma_test): Likewise.
35794 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35796         [BZ #14700]
35797         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35798         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35800 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35802         * NEWS: Mention BZ #14716.
35803         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35804         when removing AVAILABLE1_USES_J macro.
35806 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35808         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35809         (__bswap_64): __uint64_t for unsigned 64-bit int.
35811 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35813         * include/string.h (memmem): Declare libc hidden alias.
35814         * string/memmem.c (memmem): Define libc hidden alias.
35815         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35816         __read, __close instead of open, read, close.
35818 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35820         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35821         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35822         global and hidden.
35823         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35824         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35825         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35826         Likewise.
35827         (__rawmemchr_sse2): Likewise.
35828         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35829         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35830         (__strchr_sse2): Likewise.
35831         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35832         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35833         (__strcasecmp_sse2): Likewise.
35834         (__strncasecmp_sse2): Likewise.
35835         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35836         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35837         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35838         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35839         (__strrchr_sse2): Likewise.
35840         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35841         ifunc-impl-list.c.
35842         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35843         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35844         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35845         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35846         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35847         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35848         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35849         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35850         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35851         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35852         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35853         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35854         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35855         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35856         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35857         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35858         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35859         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35860         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35861         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35862         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35863         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35864         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35865         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35866         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35867         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35868         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35869         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35870         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35871         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35873         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35874         global and hidden.
35875         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35876         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35877         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35878         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35879         Likewise.
35880         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35881         Likewise.
35882         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35883         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35884         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35885         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35886         ifunc-impl-list.c.
35887         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35888         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35889         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35890         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35891         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35892         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35893         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35894         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35895         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35896         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35897         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35898         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35899         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35900         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35901         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35902         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35903         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35904         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35905         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35906         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35907         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35908         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35909         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35910         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35911         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35912         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35913         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35914         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35915         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35916         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35917         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35918         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35919         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35920         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35921         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35922         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35923         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35924         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35925         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35926         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35927         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35929         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35930         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35931         * include/ifunc-impl-list.h: New file.
35932         * misc/ifunc-impl-list.c: Likewise.
35933         * misc/Makefile (routines): Add ifunc-impl-list.
35934         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35935         * string/test-string.h: Include <ifunc-impl-list.h>.
35936         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35937         TEST_NAME]: New variables.
35938         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35939         are defined.
35940         (test_init): Call __libc_ifunc_impl_list to initialize
35941         func_list if TEST_IFUNC and TEST_NAME are defined.
35943         * string/Makefile (strop-tests): Add bcopy and bzero.
35944         * string/test-bcopy.c: New file.
35945         * string/test-bzero.c: Likewise.
35946         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35947         defined.
35948         * string/test-memset.c: Support bzero test if TEST_BZERO is
35949         defined.
35950         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35951         __libc_memmove.
35952         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35953         __libc_memset.
35954         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35955         of memset.
35957 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35959         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35960         * configure: Regenerated.
35962         * Makeconfig (+link-static-before-libc): Don't include
35963         $(link-static-libc).
35965         * libio/libio.h (_IO_pos_t): Remove.
35967 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35969         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35970         McGrath.
35972 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35974         * crypt/crypt-entry.c: Include fips-private.h.
35975         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
35976         * crypt/md5c-test.c (main): Tolerate disabled MD5.
35977         * sysdeps/unix/sysv/linux/fips-private.h: New file.
35978         * sysdeps/generic/fips-private.h: New file, dummy fallback.
35980 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35982         * crypt/crypt-private.h: Include stdbool.h.
35983         (_ufc_setup_salt_r): Return bool.
35984         * crypt/crypt-entry.c: Include errno.h.
35985         (__crypt_r): Return NULL with EINVAL for bad salt.
35986         * crypt/crypt_util.c (bad_for_salt): New.
35987         (_ufc_setup_salt_r): Check that salt is long enough and within
35988         the specified alphabet.
35989         * crypt/badsalttest.c: New file.
35990         * crypt/Makefile (tests): Add it.
35991         ($(objpfx)badsalttest): New.
35993 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
35995         * NEWS: Add entry for BZ #14602.
35997 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35999         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36000         type-generic.
36001         * math/libm-test.inc: Update comment listing what functions and
36002         macros are tested.
36003         (isgreater_test): New function.
36004         (isgreaterequal_test): Likewise.
36005         (isless_test): Likewise.
36006         (islessequal_test): Likewise.
36007         (islessgreater_test): Likewise.
36008         (isunordered_test): Likewise.
36009         (main): Call the new functions.
36011 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36013         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36014         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36015         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36016         * sysdeps/i386/configure: Regenerated.
36017         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36018         * sysdeps/mach/configure: Regenerated.
36019         * sysdeps/mach/hurd/configure: Regenerated.
36020         * sysdeps/powerpc/configure: Regenerated.
36021         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36022         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36023         * sysdeps/s390/s390-32/configure: Regenerated.
36024         * sysdeps/s390/s390-64/configure: Regenerated.
36025         * sysdeps/sh/configure: Regenerated.
36026         * sysdeps/sparc/configure: Regenerated.
36027         * sysdeps/unix/sysv/linux/configure: Regenerated.
36028         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36029         * sysdeps/x86_64/configure: Regenerated.
36031         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36032         defined.  Don't check if MAP is NULL.
36034 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36036         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36037         (_G_stat64): Likewise.
36038         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36039         (_G_stat64): Likewise.
36040         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36041         instead of struct _G_stat64.
36042         * libio/fileops.c (mmap_remap_check): Likewise.
36043         (decide_maybe_mmap): Likewise.
36044         (_IO_new_file_seekoff): Likewise.
36045         (_IO_file_stat): Likewise.
36046         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36047         _G_off64_t.
36048         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36049         instead of struct _G_stat64.
36050         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36052 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36054         [BZ #14602]
36055         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36056         Replace with ...
36057         (CHECK_EOL): New macro.
36058         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36059         CHECK_EOL.
36060         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36061         Replace with CHECK_EOL.
36062         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36063         Replace with CHECK_EOL.
36065 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36067         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36068         type-generic.
36069         * math/libm-test.inc: Update comment listing what functions and
36070         macros are tested.
36071         (finite_test): New function.
36072         (isinf_test): Likewise.
36073         (isnan_test): Likewise.
36074         (fpclassify_test): Test subnormal input.
36075         (isfinite_test): Likewise.
36076         (isnormal_test): Likewise.
36077         (main): Call the new functions.
36079 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36081         [BZ #14660]
36082         * Makerules (%.dynsym): Force C locale when running
36083         $(OBJDUMP) --dynamic-syms.
36085 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36087         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36088         <stdint.h>.
36090 2012-10-06  David S. Miller  <davem@davemloft.net>
36092         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36093         upper 32-bits of the length value in %o2 since we use branch-on-register
36094         tests which consider the entire 64-bit register.
36096 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36098         * string/test-strstr.c (check2): Add a test for page boundary.
36100 2012-10-05  David S. Miller  <davem@davemloft.net>
36102         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36103         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36104         file.
36105         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36106         sysdep_routines.
36107         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36108         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36109         and bzero when HWCAP_SPARC_CRYPTO is present.
36111 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36113         [BZ #14602]
36114         * string/test-strstr.c (check2): New function.
36115         (test_main): Call check2.
36117         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36118         and bug-strchr1.
36119         * string/bug-strcasestr1.c (do_test): Moved to ...
36120         * string/test-strcasestr.c (check1): Here.  New function.
36121         (do_one_test): Break out result checking code into ...
36122         (check_result): This.  New function.
36123         (do_one_test): Call check_result.
36124         (test_main): Call check1.
36125         * string/bug-strchr1.c (do_test): Moved to ...
36126         * string/test-strchr.c (check1): Here.  New function.
36127         (do_one_test): Break out result checking code into ...
36128         (check_result): This.  New function.
36129         (do_one_test): Call check_result.
36130         (test_main): Call check1.
36131         * string/bug-strstr1.c (main): Moved to ...
36132         * string/test-strstr.c (check1): Here.  New function.
36133         (do_one_test): Break out result checking code into ...
36134         (check_result): This.  New function.
36135         (do_one_test): Call check_result.
36136         (test_main): Call check1.
36137         * string/bug-strcasestr1.c: Removed.
36138         * string/bug-strchr1.c: Likewise.
36139         * string/bug-strstr1.c: Likewise.
36141         * elf/Makefile (dl-routines): Add hwcaps.
36142         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36143         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36144         (_dl_important_hwcaps): Moved to ...
36145         * elf/dl-hwcaps.c: Here.  New file.
36146         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36148         [BZ #14557]
36149         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36150         if IS_IN_rtld isn't defined.
36152         * elf/dl-support.c (_dl_sysinfo_map): New.
36153         Include "get-dynamic-info.h" and "setup-vdso.h".
36154         (_dl_non_dynamic_init): Call setup_vdso.
36155         * elf/dynamic-link.h: Don't include <assert.h>.
36156         (elf_get_dynamic_info): Moved to ...
36157         * elf/get-dynamic-info.h: Here.  New file.
36158         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36159         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36160         * elf/setup-vdso.h: Here.  New file.
36161         * elf/rtld.c: Include "setup-vdso.h".
36162         (dl_main): Call setup_vdso.
36164 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36166         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36167         creal in comment listing functions tested.  List finite, isinf,
36168         isnan, isless, islessequal, isgreater, isgreaterequal,
36169         islessgreater, isunordered, lgamma_r and pow10 as functions and
36170         macros not tested.  Mention which functions not tested are aliases
36171         for other functions.  Fix typo.  Note that signs of NaNs are not
36172         tested.
36174         * scripts/config.guess: Update from config.git.
36175         * scripts/config.sub: Likewise.
36177 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36179         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36180         * misc/madvise.c (madvise): Renamed to __madvise.
36181         Make madvise a weak alias.
36182         * include/sys/mman.h: Declare __madvise.
36183         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36184         * sysdeps/unix/syscalls.list
36185         (madvise): Make __madvise the strong name, and madvise a weak alias.
36186         * sysdeps/unix/sysv/linux/syscalls.list
36187         (madvise, mmap): Remove redundant entries.
36188         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36189         * malloc/malloc.c (mtrim): Likewise.
36190         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36192 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36194         * sysdeps/mach/hurd/dl-cache.c: File removed.
36195         * config.h.in (USE_LDCONFIG): New #undef.
36196         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36197         * configure: Regenerated.
36198         * elf/Makefile (dl-routines): Add dl-cache only under
36199         [$(use-ldconfig) = yes].
36200         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36201         cache on [USE_LDCONFIG].
36202         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36203         [USE_LDCONFIG].
36204         * elf/rtld.c (dl_main): Likewise.
36206 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36208         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36209         _SC_LEVEL4_CACHE_LINESIZE.
36211 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36213         * sysdeps/unix/bsd/confstr.h: File removed.
36215 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36217         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36218         sys/sdt-config.h.
36220 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36222         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36223         Make 'mapoff' field ElfW(Off) rather than off_t.
36225 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36227         * nscd/Makefile: Remove nscd-cflags and all its users.
36228         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36229         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36231         [BZ #10631]
36232         * malloc.c (malloc_printerr): Clarify error message.
36234 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36236         [BZ #14648]
36237         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36238         Set bit_FMA_Usable if FMA is supported.
36239         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36240         macro.
36241         (bit_FMA4_Usable): Updated.
36242         (index_FMA_Usable): New macro.
36243         (CPUID_FMA): Likewise
36244         (HAS_FMA): Defined with bit_FMA_Usable.
36246 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36248         * bits/types.h (__swblk_t): Type removed.
36249         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36250         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36251         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36252         (__SWBLK_T_TYPE): Likewise.
36253         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36254         (__SWBLK_T_TYPE): Likewise.
36255         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36256         (__SWBLK_T_TYPE): Likewise.
36257         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36258         (__SWBLK_T_TYPE): Likewise.
36260 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36261             Honza Horak <hhorak@redhat.com>
36263         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36264         (xdr_mapname): Use YPMAXMAP as maxsize.
36265         (xdr_peername): Use YPMAXPEER as maxsize.
36266         (xdr_keydat): Use YPAXRECORD as maxsize.
36267         (xdr_valdat): Use YPMAXRECORD as maxsize.
36269 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36271         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36273         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36274         * csu/init-first.c: ... here.
36275         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36276         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36277         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36278         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36279         * sysdeps/i386/init-first.c: File removed.
36280         * sysdeps/sh/init-first.c: File removed.
36282 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36284         [BZ #14645]
36285         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36286         if x * y might underflow to zero and z is zero.
36287         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36288         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36289         * math/libm-test.inc (min_subnorm_value): New variable.
36290         (fma_test): Add more tests.
36291         (fma_test_towardzero): Likewise.
36292         (fma_test_downward): Likewise
36293         (fma_test_upward): Likewise.
36294         (initialize): Set min_subnorm_value.
36296 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36298         [BZ #14638]
36299         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36300         0 + 0.
36301         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36302         mode for addition resulting in exact zero.
36303         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36304         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36305         exact 0 + 0.
36306         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36307         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36308         * math/libm-test.inc (fma_test): Add more tests.
36309         (fma_test_towardzero): New function.
36310         (fma_test_downward): Likewise.
36311         (fma_test_upward): Likewise.
36312         (main): Call the new functions.
36314 2012-09-28  David S. Miller  <davem@davemloft.net>
36316         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36318 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36320         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36321         instead of SIGALRM.
36323         * sysdeps/gnu/_G_config.h: Moved to ...
36324         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36325         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36326         * sysdeps/generic/_G_config.h: ... here.
36328         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36330         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36332         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36333         Conditionalize target on [libnss_test1.so-version].
36335         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36337         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36338         (elfobjdir): Move out of conditionals.
36340         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36341         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36342         (__nss_lookup_function): Conditionalize label remove_from_tree on
36343         [!DO_STATIC_NSS || SHARED], matching its only use.
36345 2012-09-28  David S. Miller  <davem@davemloft.net>
36347         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36348         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36349         file.
36350         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36351         sysdep_routines.
36352         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36353         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36354         when HWCAP_SPARC_CRYPTO is present.
36356 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36358         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36360 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36362         [BZ #6530]
36363         * stdio-common/vfprintf.c (process_string_arg): Revert
36364         2000-07-22 change.
36366 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36368         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36369         for testcase.
36370         * stdio-common/tst-sprintf.c: Include <locale.h>
36371         (main): Test sprintf's handling of incomplete multibyte
36372         characters.
36374 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36376         * elf/dl-runtime.c (VERSYMIDX): Removed.
36377         * elf/dl-version.c (VERSYMIDX): Likewise.
36378         * elf/do-rel.h (VERSYMIDX): Likewise.
36379         (VALIDX): Likewise.
36380         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36381         * elf/rtld.c (VALIDX): Likewise.
36382         (ADDRIDX): Likewise.
36383         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36384         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36385         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36386         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36387         (VALIDX): Likewise.
36388         (ADDRIDX): Likewise.
36390 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36392         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36394 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36396         [BZ #11438]
36397         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36398         to global scope.
36399         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36400         addresses are in the same scope as 192.0.2/24.
36401         * posix/gai.conf: Document new scope table defaults.
36403 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36405         [BZ #5298]
36406         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36407         for ftell.  Compute offsets from write pointers instead.
36408         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36410 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36412         [BZ #14543]
36413         * libio/Makefile (tests): New test case tst-fseek.
36414         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36415         combination works in wide mode.
36416         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36417         state when the external buffer state changes.
36419 2012-09-27  David S. Miller  <davem@davemloft.net>
36421         [BZ #14376]
36422         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36423         pass reloc->r_addend in as the 'high' argument to
36424         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36428 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36430         * rt/tst-aio2.c: Include <pthread.h>.
36431         * rt/tst-aio3.c: Likewise.
36433 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36435         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36437 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36439         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36440         contents on [SHARED].
36442 2012-09-26  Marek Polacek  <polacek@redhat.com>
36444         [BZ #14530]
36445         [BZ #13741]
36446         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36447         for C++ and GCC <4.3 as well as for non GCC compilers.
36449 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36451         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36453 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36455         * Makefile.in (all, install): Declare with .PHONY.
36456         Reported by Michael Hope <michael.hope@linaro.org>.
36458 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36460         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36461         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36462         system header.
36463         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36464         Likewise.
36465         (sydep_routines): Add the new and the internal functions.
36466         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36467         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36469         (GLIBC_2.17): Add the new function.
36470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36471         (GLIBC_2.17): Likewise.
36472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36473         (GLIBC_2.17): Likewise.
36474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36475         (GLIBC_2.17): Likewise.
36476         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36478 2012-09-25  Alan Modra  <amodra@gmail.com>
36480         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36481         Add release barrier before setting once_control to say
36482         initialisation is done.  Add hints on lwarx.  Use macro in
36483         place of isync.
36484         (clear_once_control): Add release barrier.
36486 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36488         [BZ #13629]
36489         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36490         specially.
36491         * math/s_clog10.c (__clog10): Likewise.
36492         * math/s_clog10f.c (__clog10f): Likewise.
36493         * math/s_clog10l.c (__clog10l): Likewise.
36494         * math/s_clogf.c (__clogf): Likewise.
36495         * math/s_clogl.c (__clogl): Likewise.
36496         * math/Makefile (libm-calls): Add x2y2m1.
36497         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36498         (__x2y2m1): Likewise.
36499         (__x2y2m1l): Likewise.
36500         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36501         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36502         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36503         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36504         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36505         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36506         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36507         * sysdeps/i386/fpu/libm-test-ulps: Update.
36508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36510         [BZ #14621]
36511         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36512         int as type of variable DEPTH.
36513         (glob): Use size_t instead of int as type of variables NEWCOUNT
36514         and OLD_PATHC.
36516 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36518         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36519         Add s_sincosf-sse2.
36520         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36521         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36522         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36523         macros for using routine as __sincosf_ia32.
36524         Use macro for function declaration and weak_alias.
36525         * sysdeps/i386/fpu/libm-test-ulps: Update.
36527         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36528         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36530         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36531         subnormal argument.
36532         * math/s_cexpf.c (__cexpf): Likewise.
36533         * math/s_csinf.c (__csinf): Likewise.
36534         * math/s_csinhf.c (__csinhf): Likewise.
36535         * math/s_ctanf.c (__ctanf): Likewise.
36536         * math/s_ctanhf.c (__ctanhf): Likewise.
36537         * math/s_ccosh.c (__ccoshf): Likewise.
36538         * math/s_cexp.c (__cexpl): Likewise.
36539         * math/s_csin.c (__csin): Likewise.
36540         * math/s_csinh.c (__csinh): Likewise.
36541         * math/s_ctan.c (__ctan): Likewise.
36542         * math/s_ctanh.c (ctanh): Likewise.
36543         * math/s_ccoshl.c (__ccoshl): Likewise.
36544         * math/s_cexpl.c (__cexpl): Likewise.
36545         * math/s_csinl.c (__csinl): Likewise.
36546         * math/s_csinhl.c (__csinhl): Likewise.
36547         * math/s_ctanl.c (__ctanl): Likewise.
36548         * math/s_ctanhl.c (__ctanhl): Likewise.
36550 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36552         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36553         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36554         (_IO_off_t): Define to __off_t, not _G_off_t.
36555         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36556         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36557         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36558         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36559         type of __dummy and __dummy2 fields.
36560         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36561         (_G_ssize_t): Likewise.
36562         (_G_off_t): Likewise.
36563         (_G_pid_t): Likewise.
36564         (_G_uid_t): Likewise.
36565         (_G_wchar_t): Likewise.
36566         (_G_wint_t): Likewise.
36567         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36568         (_G_ssize_t): Likewise.
36569         (_G_off_t): Likewise.
36570         (_G_pid_t): Likewise.
36571         (_G_uid_t): Likewise.
36572         (_G_wchar_t): Likewise.
36573         (_G_wint_t): Likewise.
36574         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36575         (_G_ssize_t): Likewise.
36576         (_G_off_t): Likewise.
36577         (_G_pid_t): Likewise.
36578         (_G_uid_t): Likewise.
36579         (_G_wchar_t): Likewise.
36580         (_G_wint_t): Likewise.
36582 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36584         * malloc/arena.c: Include malloc-sysdep.h.
36585         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36586         is sufficient to shrink the heap or an unmap is needed.
36587         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36588         new function check_may_shrink_heap.
36589         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36590         new function check_may_shrink_heap.
36592 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36594         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36595         comments.
36597 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36599         * catgets/test-gencat.sh: Add "set -e".
36600         * elf/tst-pathopt.sh: Likewise.
36601         * grp/tst_fgetgrent.sh: Likewise.
36602         * iconvdata/run-iconv-test.sh: Likewise.
36603         * intl/tst-gettext.sh: Likewise.
36604         * intl/tst-gettext2.sh: Likewise.
36605         * intl/tst-gettext4.sh: Likewise.
36606         * intl/tst-gettext6.sh: Likewise.
36607         * intl/tst-translit.sh: Likewise.
36608         * io/ftwtest-sh: Likewise.
36609         * libio/test-freopen.sh: Likewise.
36610         * malloc/tst-mtrace.sh: Likewise.
36611         * posix/globtest.sh: Likewise.
36612         * posix/tst-getconf.sh: Likewise.
36613         * posix/wordexp-tst.sh: Likewise.
36614         * stdio-common/tst-printf.sh: Likewise.
36615         * stdio-common/tst-unbputc.sh: Likewise.
36616         * stdlib/tst-fmtmsg.sh: Likewise.
36617         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36618         * catgets/Makefile: Do not specify -e option when running
36619         testsuite shell scripts.
36620         * elf/Makefile: Likewise.
36621         * grp/Makefile: Likewise.
36622         * iconvdata/Makefile: Likewise.
36623         * intl/Makefile: Likewise.
36624         * io/Makefile: Likewise.
36625         * libio/Makefile: Likewise.
36626         * malloc/Makefile: Likewise.
36627         * posix/Makefile: Likewise.
36628         * stdio-common/Makefile: Likewise.
36629         * stdlib/Makefile: Likewise.
36630         * sysdeps/x86_64/Makefile: Likewise.
36632         * io/ftwtest-sh: Add copyright header.
36633         * posix/globtest.sh: Likewise.
36634         * posix/tst-getconf.sh: Likewise.
36635         * posix/wordexp-tst.sh: Likewise.
36636         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36638 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36640         [BZ #13679]
36641         * Makeconfig (+link): Defined as $(+link-static) if
36642         $(build-shared) isn't yes.
36643         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36644         isn't yes.
36645         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36647         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36649         [BZ #14562]
36650         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36651         new chunk size with MALLOC_ALIGN_MASK.
36653 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36655         [BZ #5044]
36656         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36657         <rounding-mode.h>.
36658         (__printf_fphex): Determine rounding using get_rounding_mode and
36659         round_away.
36660         * stdio-common/tst-printf-round.c (struct hex_test): New
36661         structure.
36662         (hex_tests): New variable.
36663         (test_hex_in_one_mode): New function.
36664         (do_test): Also run tests for hex float output.
36666 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36668         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36669         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36670         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36671         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36672         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36673         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36674         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36675         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36677 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36679         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36680         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36681         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36682         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36684 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36686         [BZ #14579]
36687         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36688         mode only.
36689         * elf/tst-rtld-load-self.sh: New test.
36690         * elf/Makefile: Run it.
36692 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36694         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36695         (tst-writev-ENV): Remove.
36696         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36698 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36700         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36702 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36704         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36705         unconditional.
36706         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36707         Likewise.
36708         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36709         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36710         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36711         Likewise.
36713 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36715         [BZ #14587]
36716         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36717         * config.make.in (have-cpp-asm-debuginfo): Removed.
36718         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36719         * configure: Regenerated.
36721 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36723         [BZ #5044]
36724         * stdio-common/printf_fp.c: Include <stdbool.h> and
36725         <rounding-mode.h>.
36726         (___printf_fp): Determine rounding using get_rounding_mode and
36727         round_away.
36728         * stdio-common/tst-printf-round.c: New file.
36729         * stdio-common/Makefile (tests): Add tst-printf-round.
36730         (link-libm): New variable.
36731         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36733 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36735         [BZ #14576]
36736         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36737         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36738         Likewise.
36739         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36740         Likewise.
36742 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36744         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36745         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36746         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36747         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36749 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36751         [BZ #14518]
36752         * include/rounding-mode.h: New file.
36753         * sysdeps/generic/get-rounding-mode.h: Likewise.
36754         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36755         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36756         (MAX_VALUE): New macro.
36757         (MIN_VALUE): Likewise.
36758         (overflow_value): New function.
36759         (underflow_value): Likewise.
36760         (round_and_return): Use overflow_value and underflow_value to
36761         determine return values in overflow and underflow cases.  Use
36762         round_away to determine rounding depending on rounding mode.
36763         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36764         determine return values in overflow and underflow cases.
36765         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36766         (struct test_results): New structure.
36767         (struct test): Use struct test_results to store expected results
36768         for all rounding modes.
36769         (TEST): Include expected results for all rounding modes.
36770         (test_in_one_mode): New function.
36771         (do_test): Use test_in_one_mode to compute and check results.
36772         Check results for all rounding modes.
36773         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36774         $(link-libm).
36776 2012-12-09  Allan McRae  <allan@archlinux.org>
36778         * sysdeps/i386/fpu/libm-test-ulps: Update
36780 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36782         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36783         (_G_int32_t): Likewise.
36784         (_G_uint16_t): Likewise.
36785         (_G_uint32_t): Likewise.
36786         (_G_HAVE_BOOL): Likewise.
36787         (_G_HAVE_ATEXIT): Likewise.
36788         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36789         (_G_HAVE_IO_FILE_OPEN): Likewise.
36790         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36791         (_G_int32_t): Likewise.
36792         (_G_uint16_t): Likewise.
36793         (_G_uint32_t): Likewise.
36794         (_G_HAVE_BOOL): Likewise.
36795         (_G_HAVE_ATEXIT): Likewise.
36796         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36797         (_G_HAVE_IO_FILE_OPEN): Likewise.
36798         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36799         (_G_int32_t): Likewise.
36800         (_G_uint16_t): Likewise.
36801         (_G_uint32_t): Likewise.
36802         (_G_HAVE_BOOL): Likewise.
36803         (_G_HAVE_ATEXIT): Likewise.
36804         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36805         (_G_HAVE_IO_FILE_OPEN): Likewise.
36807 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36809         * csu/libc-tls.c: Update copyright years.
36811 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36813         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36814         [!_G_USING_THUNKS]: Remove conditional code.
36815         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36816         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36818         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36819         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36820         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36821         (_G_VTABLE_LABEL_PREFIX): Likewise.
36822         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36823         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36824         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36825         (_G_VTABLE_LABEL_PREFIX): Likewise.
36826         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36827         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36828         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36829         (_G_VTABLE_LABEL_PREFIX): Likewise.
36830         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36832 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36834         * libio/Makefile: Include ../Makeconfig before tests.
36835         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36836         only if $(build-shared) is yes.
36838         * iconv/gconv_db.c: Update copyright years.
36840 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36842         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36843         unwind info if defined PIC. Fix special cases description.
36844         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36846         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36847         DP_HI_MASK entry.
36848         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36850 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36852         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36854         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36855         is NULL.
36857         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36858         (LDLIBS-tst-chk4): This.
36859         (LDFLAGS-tst-chk5): Renamed to ...
36860         (LDLIBS-tst-chk5): This.
36861         (LDFLAGS-tst-chk6): Renamed to ...
36862         (LDLIBS-tst-chk6): This.
36863         (LDFLAGS-tst-lfschk4): Renamed to ...
36864         (LDLIBS-tst-lfschk4): This.
36865         (LDFLAGS-tst-lfschk5): Renamed to ...
36866         (LDLIBS-tst-lfschk5): This.
36867         (LDFLAGS-tst-lfschk6): Renamed to ...
36868         (LDLIBS-tst-lfschk6): This.
36870         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36871         on $(common-objpfx)soversions.mk.
36873 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36875         [BZ #10014]
36876         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36877         example host name.
36879 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36881         * malloc/arena.c (arena_get_retry): New function that gets
36882         another arena for the caller to try its request on.
36883         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36884         current arena cannot fulfill the request.
36885         (__libc_memalign): Likewise.
36886         (__libc_memalign): Likewise.
36887         (__libc_pvalloc): Likewise.
36888         (__libc_calloc): Likewise.
36890 2012-09-05  John Tobey  <john.tobey@gmail.com>
36892         [BZ #13542]
36893         * manual/arith.texi (Operations on Complex): Fix description
36894         of carg branch cut.
36896 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36898         [BZ #10014]
36899         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36900         host name.
36902         [BZ #10038]
36903         * manual/memory.texi (Memory): Make order of menu items match
36904         order of sections.
36906 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36908         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36909         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36910         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36912 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36914         * csu/libc-tls.c (static_dtv): Renamed to ...
36915         (_dl_static_dtv): This.  Make it global.
36916         (_dl_initial_dtv): Removed.
36917         (__libc_setup_tls): Updated.
36918         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36919         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36920         DL_INITIAL_DTV.
36922 2012-09-06  Petr Machata  <pmachata@redhat.com>
36924         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36925         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36926         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36927         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36929 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36931         [BZ #14545]
36932         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36933         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36934         freeing dtv[-1].
36936 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36938         [BZ #14544]
36939         * Makeconfig (link-static-before-libc): Replace $(+prector)
36940         with $(+prectorT).
36941         (link-static-after-libc): Replace $(+postctor) with
36942         $(+postctorT).
36943         (link-bounded): Replace $(+prector)/$(+postctor) with
36944         $(+prectorT)/$(+postctorT).
36945         (+prectorT): New macro.
36946         (+postctorT): Likewise.
36948 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36950         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36951         (round_str): Handle values above the maximum for IBM long double
36952         as inexact.
36953         * stdlib/tst-strtod-round.c (tests): Regenerated.
36955 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36957         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36958         assembler flag.
36959         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36960         zarch_nohighgprs around the zarch optimized routines.
36961         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36962         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36963         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36964         for zarch.
36966 2012-09-05  David S. Miller  <davem@davemloft.net>
36968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36970         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36971         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36972         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
36973         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
36974         entries.
36976 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36978         * malloc/arena.c: Fold copyright years.
36979         * malloc/mcheck.c, malloc/memusage.c: Likewise.
36981 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36983         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
36985 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36987         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
36989 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36991         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
36992         change internal state upon failure.
36994 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36996         * malloc/mcheck.c (mcheck_check_all): Fix typo.
36997         * malloc/memusage.c (mmap): Likewise.
36998         (mmap64, mremap): Likewise.  Adjust name in comment.
37000 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37002         * libio/fileops.c: Fix typos in comments.
37003         * libio/oldfileops.c: Likewise.
37004         * libio/wfileops.c: Likewise.
37006 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37008         [BZ #1349]
37009         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37010         (tst-malloc-usable-ENV): Set environment for test case.
37011         * malloc/hooks.c (malloc_check_get_size): New function to get
37012         requested size.
37013         * malloc/malloc.c (musable): Use malloc_check_get_size.
37014         * malloc/tst-malloc-usable.c: New test case.
37016 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37018         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37020 2012-09-05  Allan McRae  <allan@archlinux.org>
37022         [BZ #13966]
37023         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37024         determine header location.
37025         * configure: Regenerated.
37027 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37029         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37030         float format.
37031         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37032         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37033         format.
37034         (test): Regenerate.
37036 2012-09-04  David S. Miller  <davem@davemloft.net>
37038         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37039         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37040         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37042 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37044         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37045         failures.
37047         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37049 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37051         [BZ #9914]
37052         * libio/iogetdelim.c: Include <limits.h>.
37053         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37054         + len + 1 would overflow.
37056 2012-09-03  Andreas Jaeger  <aj@suse.de>
37058         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37059         * sysdeps/i386/fpu/libm-test-ulps: Update.
37061 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37063         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37064         Add s_sinf-sse2, s_conf-sse2.
37066         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37067         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37068         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37069         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37071         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37072         for using routine as __sinf_ia32.
37073         Use macro for function declaration and weak_alias.
37074         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37075         for using routine as __cosf_ia32.
37076         Use macro for function declaration and weak_alias.
37078         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37079         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37081         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37082         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37083         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37085         * math/libm-test.inc (cos_test): Add more test cases.
37086         (sin_test): Likewise.
37087         (sincos_test): Likewise.
37089 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37091         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37092         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37093         hidden.
37094         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37096 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37098         [BZ #14538]
37099         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37100         first element of the GOT.
37101         (elf_machine_load_address): Return the difference between
37102         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37104 2012-09-01  Allan McRae  <allan@archlinux.org>
37106         [BZ #13412]
37107         * configure.in (AWK): Require gawk version 3.0 or later.
37108         * configure: Regenerated.
37110 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37112         * sysdeps/unix/sysv/linux/kernel-features.h
37113         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37114         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37115         [__NR_clock_getres]: Make code unconditional.
37116         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37117         (clock_getcpuclockid): Remove code left unreachable by removal of
37118         conditionals.
37119         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37120         code unconditional.
37121         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37122         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37123         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37124         Make code unconditional.
37125         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37126         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37127         * sysdeps/unix/sysv/linux/clock_settime.c
37128         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37129         conditional code.
37130         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37131         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37133 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37135         [BZ #14476]
37136         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37137         scripts/test-installation.pl.
37139         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37140         and $ld_so_version if it is set.
37142 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37144         [BZ #14516]
37145         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37146         failure if reading from procfs failed.
37147         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37149 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37151         * sysdeps/unix/sysv/linux/kernel-features.h
37152         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37153         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37154         Remove conditional code.
37155         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37156         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37157         Remove conditional code.
37158         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37159         * sysdeps/unix/sysv/linux/i386/fxstat.c
37160         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37161         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37162         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37163         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37164         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37165         * sysdeps/unix/sysv/linux/i386/lxstat.c
37166         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37167         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37168         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37169         Remove conditional code.
37170         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37171         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37172         Remove conditional code.
37173         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37174         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37175         <kernel-features.h>.
37176         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37177         Remove.
37178         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37179         Remove conditional code.
37180         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37181         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37182         Remove conditional.
37184 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37186         [BZ #5400]
37187         * NEWS: Add fixed bug number.
37189 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37191         [BZ #14519]
37192         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37193         underflowing exponent in case of negative sign.
37194         * stdlib/tst-strtod-round-data: Add more tests.
37195         * stdlib/tst-strtod-round.c (tests): Regenerated.
37197         [BZ #3479]
37198         * stdlib/strtod_l.c (NDIG): Remove.
37199         (HEXNDIG): Likewise.
37200         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37201         smallest representable value.
37202         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37203         lie within an exact representation of 1/2 ulp of the result.
37204         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37205         unconditionally.
37206         (TENS_P9_IDX): Define unconditionally.
37207         (TENS_P9_SIZE): Likewise.
37208         (TENS_P10_IDX): Likewise.
37209         (TENS_P10_SIZE): Likewise.
37210         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37211         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37212         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37213         entries for 10^2^13 and 10^2^14.
37214         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37215         (TENS_P13_IDX): Define.
37216         (TENS_P13_SIZE): Likewise.
37217         (TENS_P14_IDX): Likewise.
37218         (TENS_P14_SIZE): Likewise.
37219         (_fpioconst_pow10): Change array size to
37220         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37221         unconditional.
37222         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37223         1024]: Add entries for 10^2^13 and 10^2^14.
37224         [LAST_POW10 > _LAST_POW10]: Remove #error.
37225         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37226         (_fpioconst_pow10): Change array size to
37227         FPIOCONST_POW10_ARRAY_SIZE.
37228         * stdlib/gen-fpioconst.c: New file.
37229         * stdlib/gen-tst-strtod-round.c: Likewise.
37230         * stdlib/tst-strtod-round-data: Likewise.
37231         * stdlib/tst-strtod-round.c: Likewise.
37232         * stdlib/Makefile (tests): Add tst-strtod-round.
37234         [BZ #14459]
37235         * stdlib/strtod_l.c: Include <stdint.h>.
37236         (NDEBUG): Do not define.
37237         (round_and_return): Change EXPONENT parameter to type intmax_t.
37238         Rearrange calculations to avoid internal overflow possibilities.
37239         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37240         Rearrange calculations to avoid internal overflow possibilities.
37241         Assert that number fits inside MPNSIZE limbs.
37242         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37243         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37244         calculations and add assertions to avoid internal overflow
37245         possibilities.  Add casts to avoid signed/unsigned operations.
37246         * stdlib/tst-strtod-overflow.c: New file.
37247         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37249 2012-08-25  Marek Polacek  <polacek@redhat.com>
37251         * time/time.h: Fix some typos in comments.
37253 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37255         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37256         * posix/tst-rfc3484-2.c: Likewise.
37257         * posix/tst-rfc3484-3.c: Likewise.
37259 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37261         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37262         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37264 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37266         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37267         #include of fxstatat64.c.
37269 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37271         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37272         * shadow/getspent_r.c: Likewise.
37273         * shadow/getspnam.c: Likewise.
37274         * shadow/getspnam_r.c: Likewise.
37275         * gshadow/getsgent.c: Likewise.
37276         * gshadow/getsgent_r.c: Likewise.
37277         * gshadow/getsgnam.c: Likewise.
37278         * gshadow/getsgnam_r.c: Likewise.
37279         * inet/getnetbyad.c: Likewise.
37280         * inet/getnetbyad_r.c: Likewise.
37281         * inet/getnetbynm.c: Likewise.
37282         * inet/getnetbynm_r.c: Likewise.
37283         * inet/getnetent.c: Likewise.
37284         * inet/getnetent_r.c: Likewise.
37285         * inet/getproto.c: Likewise.
37286         * inet/getproto_r.c: Likewise.
37287         * inet/getprtent.c: Likewise.
37288         * inet/getprtent_r.c: Likewise.
37289         * inet/getprtname.c: Likewise.
37290         * inet/getprtname_r.c: Likewise.
37291         * inet/getrpcbyname.c: Likewise.
37292         * inet/getrpcbyname_r.c: Likewise.
37293         * inet/getrpcbynumber.c: Likewise.
37294         * inet/getrpcbynumber_r.c: Likewise.
37295         * inet/getrpcent.c: Likewise.
37296         * inet/getrpcent_r.c: Likewise.
37297         * inet/getaliasent.c: Likewise.
37298         * inet/getaliasent_r.c: Likewise.
37299         * inet/getaliasname.c: Likewise.
37300         * inet/getaliasname_r.c: Likewise.
37301         * nscd/getgrgid_r.c: Likewise.
37302         * nscd/getgrnam_r.c: Likewise.
37303         * nscd/gethstbyad_r.c: Likewise.
37304         * nscd/gethstbynm3_r.c: Likewise.
37305         * nscd/getpwnam_r.c: Likewise.
37306         * nscd/getpwuid_r.c: Likewise.
37307         * nscd/getsrvbynm_r.c: Likewise.
37308         * nscd/getsrvbypt_r.c: Likewise.
37309         * nscd/gai.c: Likewise.
37311         * configure.in (build_nscd): New substituted variable, set
37312         by --disable-build-nscd and defaults to $use_nscd.
37313         * configure: Regenerated.
37314         * config.make.in (build-nscd): New substituted variable.
37315         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37316         Change conditional to require [$(build-nscd) = yes] as well.
37317         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37319         [BZ# 13696]
37320         * configure.in (use_nscd): New substituted variable, set by
37321         --disable-nscd.  If enabled, define USE_NSCD.
37322         * configure: Regenerated.
37323         * config.h.in: Add USE_NSCD.
37324         * config.make.in (use-nscd): New substituted variable.
37325         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37326         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37327         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37328         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37329         (CFLAGS-getgrnam_r.c): Likewise.
37330         (CFLAGS-initgroups.c): Likewise.
37331         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37332         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37333         Variables removed.
37334         * inet/getnetgrent_r.c
37335         (nscd_setnetgrent): New function, broken out of ...
37336         (setnetgrent): ... here.  Call it.
37337         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37338         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37339         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37340         * nscd/Makefile (routines, aux): Move definitions after include of
37341         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37342         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37343         Conditionalize on [USE_NSCD].
37344         (is_nscd, nscd_init_cb): Likewise.
37345         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37346         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37347         * nss/nss_db/db-init.c: Likewise.
37348         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37349         [USE_NSCD].
37350         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37351         (make_request): Use it.
37352         (cache_valid_p): New function.
37353         (__check_pf): Use it.
37354         * NEWS: Add item for --disable-nscd.
37356 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37358         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37359         to support sed >= 4.2.1-20-ga9bf076.
37360         * configure: Regenerated.
37362 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37364         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37365         Conditionalize whole body on [IREL].
37367 2012-08-22  Jeff Law <law@redhat.com>
37369         [BZ #14505]
37370         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37371         if the family is PF_UNSPEC.
37373 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37375         * Makerules (lib-version): Rename from V.
37376         (install-lib-nosubdir): Change V to lib-version.
37378 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37380         [BZ #14252]
37381         * powerpc32/power6/wcschr.c: New file.
37382         * powerpc32/power6/wcscpy.c: New file.
37383         * powerpc32/power6/wcsrchr.c: New file.
37384         * powerpc64/power6/wcschr.c: New file.
37385         * powerpc64/power6/wcscpy.c: New file.
37386         * powerpc64/power6/wcsrchr.c: New file.
37388 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37390         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37391         (two_way_short_needle): Use it.
37392         * string/strstr.c (AVAILABLE1_USES_J): Define.
37393         * string/strcasestr.c: Likewise.
37395         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37396         array references.
37397         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37399         [BZ #11607]
37400         * NEWS: Add an entry.
37401         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37402         define their defaults.
37403         (two_way_short_needle): Detect end-of-string on-the-fly.
37404         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37405         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37406         * string/bug-strcasestr1.c: New test.
37407         * string/Makefile: Run it.
37409 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37411         [BZ #11607]
37412         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37413         the first character.
37415 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37417         * csu/elf-init.c (__libc_csu_irel): Function removed.
37418         * csu/libc-start.c (apply_irel): New function.
37419         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37421 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37423         * sysdeps/unix/sysv/linux/kernel-features.h
37424         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37425         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37426         <kernel-features.h>.
37427         [__NR_fadvise64_64]: Make code unconditional.
37428         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37429         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37430         !__NR_fadvise64_64)]: Likewise.
37431         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37432         !__NR_fadvise64_64))]: Likewise.
37433         [__NR_fadvise64]: Make code unconditional.
37434         [!__NR_fadvise64]: Remove conditional code.
37435         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37436         <kernel-features.h>.
37437         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37438         unconditional.
37439         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37440         conditional code.
37441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37442         not include <kernel-features.h>.
37443         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37444         unconditional.
37445         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37446         conditional code.
37447         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37448         include <kernel-features.h>.
37449         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37450         unconditional.
37451         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37452         conditional code.
37454 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37456         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37457         slight instruction rearrangements per scrollpipe analysis.
37458         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37460 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37462         * manual/syslog.texi (syslog; vsyslog, closelog):
37463         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37464         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37466         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37467         DSOCAPS to match condition on defining it.
37469 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37471         * sysdeps/unix/sysv/linux/kernel-features.h
37472         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37474         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37475         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37477         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37478         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37480         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37481         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37483         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37484         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37486         * sysdeps/unix/sysv/linux/kernel-features.h
37487         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37488         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37489         unconditional.
37490         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37491         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37492         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37493         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37494         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37495         Make code unconditional.
37496         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37497         (__mmap64) [!__NR_mmap2]: Likewise.
37498         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37499         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37500         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37501         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37502         [__NR_mmap2]: Make code unconditional.
37503         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37504         (__mmap64) [!__NR_mmap2]: Likewise.
37506 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37508         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37510 2012-08-18  Andreas Jaeger  <aj@suse.de>
37512         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37514 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37516         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37517         * include/unistd.h (__have_sock_cloexec): Likewise.
37518         (__have_pipe2): Likewise.
37519         (__have_dup3): Likewise.
37521 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37523         [BZ #9685]
37524         * include/unistd.h (__have_pipe2): Change define into an extern int.
37525         (__have_dup3): Likewise.
37526         * socket/have_sock_cloexec.c: Include fcntl.h.
37527         (__have_pipe2): New variable.
37528         (__have_dup3): Likewise.
37530 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37532         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37534 2012-08-17  Marek Polacek  <polacek@redhat.com>
37536         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37537         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37539 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37541         * configure.in: Add AC_SUBST for sysheaders.
37542         * configure: Regenerated.
37543         * config.make.in (sysheaders): New substituted variable.
37545         * sysdeps/unix/mkfifo.c: Moved ...
37546         * sysdeps/posix/mkfifo.c: ... here.
37547         * sysdeps/unix/mkfifoat.c: Moved ...
37548         * sysdeps/posix/mkfifoat.c: ... here.
37550         * sysdeps/unix/utime.c: Moved ...
37551         * sysdeps/posix/utime.c: ... here.
37553         * sysdeps/unix/time.c: Moved ...
37554         * sysdeps/posix/time.c: ... here.
37555         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37556         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37558         * sysdeps/unix/nice.c: Moved ...
37559         * sysdeps/posix/nice.c: ... here.
37561         * sysdeps/unix/alarm.c: Moved ...
37562         * sysdeps/posix/alarm.c: ... here.
37564         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37566 2012-08-17  Jeff Law <law@redhat.com>
37568         * intl/Makefile (codeset_mo): New variable.
37569         ($(codeset_mo)): New target.
37570         (tst-codeset.out): Depend on that.  Remove explicit rule.
37571         (tst-gettext3.out, tst-gettext5.out): Likewise.
37572         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37573         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37574         * intl/tst-codeset.sh: Remove.
37575         * intl/tst-gettext3.sh: Likewise.
37576         * intl/tst-gettext5.sh: Likewise.
37578 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37580         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37581         * sysdeps/unix/syscalls.list: ... here.
37583         * sysdeps/posix/getaddrinfo.c
37584         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37585         (gaiconf_init, gaiconf_reload): Use them.
37586         [!_STATBUF_ST_NSEC]
37587         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37588         Define using time_t rather than struct timespec.
37590         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37591         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37592         Macros removed.
37593         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37594         [!NO_THREADS].
37595         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37596         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37597         Likewise.
37599         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37600         __libc_cleanup_push argument.
37602         * bits/param.h: New file.
37603         * misc/sys/param.h: New file.
37604         * include/sys/param.h: New file.
37605         * misc/Makefile (headers): Add bits/param.h.
37606         * sysdeps/generic/sys/param.h: File removed.
37607         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37608         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37609         * sysdeps/mach/hurd/bits/param.h: New file.
37610         * sysdeps/mach/hurd/sys/param.h: File removed.
37612         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37613         last change.
37615         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37616         [_IO_MTSAFE_IO].
37617         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37618         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37619         New macros.
37621         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37622         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37623         rather than -D_IO_MTSAFE_IO conditionally.
37624         * stdio-common/Makefile (CPPFLAGS): Likewise.
37625         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37626         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37627         Use $(libio-mtsafe).
37628         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37629         of -D_IO_MTSAFE_IO.
37630         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37631         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37632         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37633         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37634         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37635         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37636         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37637         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37638         (CFLAGS-fread_u_chk.c): Likewise.
37639         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37640         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37641         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37642         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37643         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37644         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37645         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37646         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37647         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37649         * libio/Makefile: Test [$(libc-reentrant) = yes]
37650         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37652         * Makeconfig
37653         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37654         * sysdeps/pthread/configure: File removed.
37655         * sysdeps/pthread/Makeconfig: New file.
37656         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37657         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37659 2012-08-16  Gary Benson  <gbenson@redhat.com>
37661         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37662         unmapping the first object in a namespace.
37664 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37666         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37667         (__internal_setnetgrent): ... this.  Add internal_function to
37668         definition.  Add libc_hidden_def.
37669         (setnetgrent): Update caller.
37670         (internal_endnetgrent): Renamed to ...
37671         (__internal_endnetgrent): ... this.  Add internal_function to
37672         definition.  Add libc_hidden_def.
37673         (endnetgrent): Update caller.
37674         (internal_getnetgrent_r): Renamed to ...
37675         (__internal_getnetgrent_r): ... this.  Add internal_function to
37676         definition.  Add libc_hidden_def.
37677         (__getnetgrent_r): Update caller.
37678         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37680 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37682         * stdlib/longlong.h: Update from GCC.
37684 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37686         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37687         on _QL, which is set by umul_ppmm but never used.
37688         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37689         variables, which are set by GMP macros but never used.
37690         * stdio-common/_itowa.c (_itowa): Likewise.
37691         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37692         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37694 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37696         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37697         struct La_sh_regs is not constant.
37698         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37699         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37700         and struct La_sparc64_regs are not constant.
37702 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37704         * sysdeps/unix/sysv/linux/kernel-features.h
37705         (__ASSUME_POSIX_TIMERS): Remove.
37706         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37707         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37708         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37709         Make code unconditional.
37710         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37711         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37712         Make code unconditional.
37713         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37714         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37715         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37716         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37717         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37718         Make code unconditional.
37719         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37720         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37721         (__libc_missing_posix_timers): Remove.
37723 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37725         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37726         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37728         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37730         * elf/dl-sym.c: Include <stdlib.h>.
37732         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37733         constants, which avoids warnings in 32-bit builds.
37735         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37736         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37738         * misc/lseek.c: File moved to ...
37739         * io/lseek.c: ... here.
37741         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37743         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37744         shifting LEN more than 31 bits at once.
37746 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37748         [BZ #14195]
37749         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37750         segmentation fault for a case of two empty input strings.
37751         * string/test-strncasecmp.c (check1): Renamed to...
37752         (bz12205): ...this.
37753         (bz14195): Add new testcase for two empty input strings and N > 0.
37754         (test_main): Call new testcase, adapt for renamed function.
37756 2012-08-15  Andreas Jaeger  <aj@suse.de>
37758         [BZ #14090]
37759         * crypt/md5test2.c: New test, based on test supplied by Serge
37760         Belyshev <belyshev@depni.sinp.msu.ru>.
37761         * crypt/Makefile (xtests): Add md5test-giant..
37762         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37764 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37766         [BZ #14090]
37767         * crypt/md5.c (md5_process_block): Don't assume the buffer
37768         length is less than 2**32.
37769         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37770         length is less than 2**64.
37772 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37774         * string/str-two-way.h: Include <sys/param.h>.
37775         (MAX): Macro removed.
37777         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37778         Move #define and #undef of memmove to just before and after
37779         including <string.h>.
37781         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37782         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37783         and after including <string.h>.  Move declarations of
37784         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37785         to before #include "string/memmove.c".
37787         * include/dirent.h: Declare __getdirentries.
37789         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37790         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37792 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37794         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37795         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37796         * sysdeps/i386/configure: Regenerated.
37797         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37798         STABS_CURRENT_FILE, and STABS_FUN.
37799         (END): Remove call to STABS_FUN_END.
37800         (STABS_CURRENT_FILE1): Delete.
37801         (STABS_CURRENT_FILE): Likewise.
37802         (STABS_FUN): Likewise.
37803         (STABS_FUN_END): Likewise.
37804         (STABS_FUN2): Likewise.
37805         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37806         * sysdeps/x86_64/configure: Regenerated.
37808 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37810         * elf/dl-open.c: Include <atomic.h>.
37811         * elf/dl-lookup.c: Likewise.
37813 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37815         * sysdeps/unix/sysv/linux/kernel-features.h
37816         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37817         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37818         unconditionally.
37819         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37820         unconditionally.
37821         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37822         condition on __ASSUME_CLONE_THREAD_FLAGS.
37824 2012-08-14  Andreas Jaeger  <aj@suse.de>
37826         * sysdeps/i386/fpu/libm-test-ulps: Update.
37828 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37830         * include/atomic.h (atomic_exchange_and_add): Split into ...
37831         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37832         New atomic macros.
37834 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37836         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37838 2012-08-13  Jeff Law <law@redhat.com>
37840         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37841         null byte in the output string.
37843 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37845         * sysdeps/unix/sysv/linux/kernel-features.h
37846         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37847         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37848         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37849         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37850         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37851         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37852         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37854 2012-08-09  Jeff Law <law@redhat.com>
37856         [BZ #13939]
37857         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37858         When avoid_arena is set, don't retry in the that arena.  Pick the
37859         next one, whatever it might be.
37860         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37861         (arena_lock): Pass in new parameter to arena_get2.
37862         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37863         arena_get2.
37864         (__libc_malloc): Unify retrying after main arena failure with
37865         __libc_memalign version.
37866         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37868 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37870         [BZ #14166]
37871         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37872         to __redirect_strstr.
37873         (__strstr_sse42): Use typeof __redirect_strstr.
37874         (__strstr_ia32): Likewise.
37875         (__libc_strstr): New prototype.
37876         (strstr): Renamed to ...
37877         (__libc_strstr): This.
37878         (strstr): New strong alias of __libc_strstr.
37879         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37880         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37881         __redirect_time.
37882         Include <time.h>.
37883         (__libc_time): New prototype.
37884         (time_ifunc): Replace time with __libc_time.
37885         (time): New strong alias and hidden definition of __libc_time.
37886         (__GI_time): Remove strong alias.
37887         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37888         Include <stddef.h>.
37889         (memmove): Redefined to __redirect_memmove.
37890         (__memmove_sse2): Use typeof __redirect_memmove.
37891         (__memmove_ssse3): Likewise.
37892         (__memmove_ssse3_back): Likewise.
37893         (__libc_memmove): New prototype.
37894         (memmove): Renamed to ...
37895         (__libc_memmove): This.
37896         (memmove): New strong alias of __libc_memmove.
37898 2012-08-08  Mark Salter  <msalter@redhat.com>
37900         * elf/elf.h
37901         (R_MN10300_TLS_GD): Define.
37902         (R_MN10300_TLS_LD): Likewise.
37903         (R_MN10300_TLS_LDO): Likewise.
37904         (R_MN10300_TLS_GOTIE): Likewise.
37905         (R_MN10300_TLS_IE): Likewise.
37906         (R_MN10300_TLS_LE): Likewise.
37907         (R_MN10300_TLS_DTPMOD): Likewise.
37908         (R_MN10300_TLS_DTPOFF): Likewise.
37909         (R_MN10300_TLS_TPOFF): Likewise.
37910         (R_MN10300_SYM_DIFF): Likewise.
37911         (R_MN10300_ALIGN): Likewise.
37912         (R_MN10300_NUM): Update.
37914 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37916         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37917         Remove.
37919 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37921         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37923         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37924         sysdeps/unix -> sysdeps/posix move.
37925         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37927 2012-08-07      Allan McRae     <allan@archlinux.org>
37929         [BZ #14303]
37930         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37931         (SUNOS_CPP): Likewise.
37932         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37933         not found.
37934         (open_input): Call CPP using execvp.
37936 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37938         * sysdeps/unix/sysv/linux/kernel-features.h
37939         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37940         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37941         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37942         (__ASSUME_WAITID_SYSCALL): Likewise.
37943         * sysdeps/unix/sysv/linux/dl-execstack.c
37944         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37945         code unconditional.
37946         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37947         conditional code.
37948         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37949         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37950         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37951         code.
37952         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37953         unconditional.
37954         [__ASSUME_WAITID_SYSCALL]: Likewise.
37955         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37957 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37959         * sysdeps/unix/closedir.c: Renamed to ...
37960         * sysdeps/posix/closedir.c: ... here.
37961         * sysdeps/unix/dirfd.c: Renamed to ...
37962         * sysdeps/posix/dirfd.c: ... here.
37963         * sysdeps/unix/dirstream.h: Renamed to ...
37964         * sysdeps/posix/dirstream.h: ... here.
37965         * sysdeps/unix/fdopendir.c: Renamed to ...
37966         * sysdeps/posix/fdopendir.c: ... here.
37967         * sysdeps/unix/opendir.c: Renamed to ...
37968         * sysdeps/posix/opendir.c: ... here.
37969         * sysdeps/unix/readdir.c: Renamed to ...
37970         * sysdeps/posix/readdir.c: ... here.
37971         * sysdeps/unix/readdir_r.c: Renamed to ...
37972         * sysdeps/posix/readdir_r.c: ... here.
37973         * sysdeps/unix/rewinddir.c: Renamed to ...
37974         * sysdeps/posix/rewinddir.c: ... here.
37975         * sysdeps/unix/seekdir.c: Renamed to ...
37976         * sysdeps/posix/seekdir.c: ... here.
37977         * sysdeps/unix/telldir.c: Renamed to ...
37978         * sysdeps/posix/telldir.c: ... here.
37979         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
37980         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
37981         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
37982         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
37984         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
37985         * bits/fcntl.h: ... here.
37987         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
37988         not 0.
37989         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
37990         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
37991         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
37992         (struct flock): Move l_start, l_len to the beginning.
37993         Use __pid_t for l_pid.
37994         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
37995         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
37996         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
37997         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
37998         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
37999         [__USE_LARGEFILE64] (struct flock64): New type.
38000         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38002         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38003         * bits/dirent.h: ... here.
38005         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38006         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38008 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38010         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38011         Change from 2.6.0 to 2.6.16.
38012         * sysdeps/unix/sysv/linux/configure: Regenerated.
38013         * sysdeps/unix/sysv/linux/kernel-features.h
38014         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38015         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38016         version.
38017         (__ASSUME_UTIMES): Likewise.
38018         (__ASSUME_CLONE_STOPPED): Remove.
38019         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38020         architectures, not kernel version.
38021         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38022         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38023         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38024         (__ASSUME_WAITID_SYSCALL): Likewise.
38025         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38026         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38027         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38028         refer to older versions.
38030 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38032         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38033         Define alphasort64 as an alias.
38034         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38035         Define versionsort64 as an alias.
38036         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38037         Define scandir64 as an alias.
38038         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38039         Define scandirat64 as an alias.
38040         * dirent/alphasort64.c (alphasort64):
38041         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38042         * dirent/versionsort64.c: Likewise.
38043         * dirent/scandir64.c: Likewise.
38044         * dirent/scandirat64.c: Likewise.
38045         * sysdeps/wordsize-64/alphasort.c: File removed.
38046         * sysdeps/wordsize-64/alphasort64.c: File removed.
38047         * sysdeps/wordsize-64/scandir.c: File removed.
38048         * sysdeps/wordsize-64/scandir64.c: File removed.
38049         * sysdeps/wordsize-64/scandirat.c: File removed.
38050         * sysdeps/wordsize-64/scandirat64.c: File removed.
38051         * sysdeps/wordsize-64/versionsort.c: File removed.
38052         * sysdeps/wordsize-64/versionsort64.c: File removed.
38053         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38054         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38055         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38056         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38057         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38058         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38059         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38060         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38062         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38063         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38064         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38065         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38066         [defined __arch64__ || defined __sparcv9]
38067         (__INO_T_MATCHES_INO64_T): New macro.
38068         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38069         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38070         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38071         * sysdeps/unix/sysv/linux/bits/dirent.h
38072         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38073         (_DIRENT_MATCHES_DIRENT64): New macro.
38075         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38076         Define lockf64 as an alias.
38077         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38078         Define fseeko64 as an alias.
38079         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38080         Define ftello64 as an alias.
38081         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38082         Define _IO_fgetpos64 and fgetpos64 as aliases.
38083         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38084         Define _IO_fsetpos64 and fsetpos64 as aliases.
38085         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38086         Conditionalize body on this.
38087         * libio/fseeko64.c: Likewise.
38088         * libio/ftello64.c: Likewise.
38089         * libio/iofgetpos64.c: Likewise.
38090         * libio/iofsetpos64.c: Likewise.
38091         * sysdeps/wordsize-64/lockf.c: File removed.
38092         * sysdeps/wordsize-64/lockf64.c: File removed.
38093         * sysdeps/wordsize-64/fseeko.c: File removed.
38094         * sysdeps/wordsize-64/fseeko64.c: File removed.
38095         * sysdeps/wordsize-64/ftello.c: File removed.
38096         * sysdeps/wordsize-64/ftello64.c: File removed.
38097         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38098         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38099         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38100         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38101         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38102         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38103         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38104         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38105         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38106         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38107         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38108         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38109         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38110         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38112         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38113         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38114         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38115         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38116         [defined __arch64__ || defined __sparcv9]
38117         (__OFF_T_MATCHES_OFF64_T): New macro.
38118         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38119         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38120         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38121         (__OFF_T_MATCHES_OFF64_T): New macro.
38123 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38125         * stdlib/secure-getenv.c (__secure_getenv): Replace
38126         GLIBC_2_16 with GLIBC_2_17.
38128 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38130         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38131         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38133 2012-08-03  David S. Miller  <davem@davemloft.net>
38135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38137 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38139         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38140         Remove.
38141         (__ASSUME_CORRECT_SI_PID): Likewise.
38142         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38143         (__ASSUME_TMPFS_NAME): Likewise.
38144         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38145         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38146         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38147         (HAVE_AUX_SECURE): Make definition unconditional.
38148         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38149         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38151 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38153         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38154         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38155         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38156         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38157         __eloop_threshold instead of SYMLOOP_MAX.
38159         * sysdeps/generic/eloop-threshold.h: New file.
38160         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38161         of MAXSYMLINKS.
38162         * elf/chroot_canon.c (chroot_canon): Likewise.
38164 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38166         [BZ #13717]
38167         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38168         Change to 2.6.0 everywhere.
38169         * sysdeps/unix/sysv/linux/configure: Regenerated.
38170         * sysdeps/unix/sysv/linux/kernel-features.h
38171         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38172         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38173         kernel versions.
38174         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38175         (__ASSUME_FUTEX_REQUEUE): Remove.
38176         (__ASSUME_STATFS64): Define unconditionally.
38177         (__ASSUME_AT_SECURE): Likewise.
38178         (__ASSUME_CORRECT_SI_PID): Likewise.
38179         (__ASSUME_TGKILL): Define without depending on kernel version for
38180         i386.
38181         (__ASSUME_UTIMES): Likewise.
38182         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38183         kernel version.
38184         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38185         (__ASSUME_TMPFS_NAME): Likewise.
38186         * README: Update reference to Linux kernel versions.
38188 2012-08-02  Marek Polacek  <polacek@redhat.com>
38190         [BZ# 14150]
38191         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38192         libc_cv_asm_type_prefix with %.
38193         * configure: Regenerated.
38194         * include/libc-symbols.h: Remove comment about
38195         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38196         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38197         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38198         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38199         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38200         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38201         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38202         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38203         * elf/tst-unique2mod1.c: Likewise.
38204         * elf/tst-unique1mod2.c: Likewise.
38205         * elf/tst-unique1mod1.c: Likewise.
38206         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38207         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38208         Replace ASM_TYPE_DIRECTIVE with .type.
38209         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38210         * sysdeps/i386/sysdep.h: Likewise.
38211         * sysdeps/x86_64/sysdep.h: Likewise.
38212         * sysdeps/sh/sysdep.h: Likewise.
38213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38214         Do not define ASM_TYPE_DIRECTIVE.
38215         * sysdeps/powerpc/sysdep.h: Likewise.
38216         * sysdeps/powerpc/powerpc32/sysdep.h:
38217         Replace ASM_TYPE_DIRECTIVE with .type.
38218         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38219         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38220         * sysdeps/i386/fpu/e_powf.S: Likewise.
38221         * sysdeps/i386/fpu/e_expl.S: Likewise.
38222         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38223         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38224         * sysdeps/i386/fpu/e_pow.S: Likewise.
38225         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38226         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38227         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38228         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38229         * sysdeps/i386/fpu/e_log2.S: Likewise.
38230         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38231         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38232         * sysdeps/i386/fpu/e_powl.S: Likewise.
38233         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38234         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38235         * sysdeps/i386/fpu/e_logl.S: Likewise.
38236         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38237         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38238         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38239         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38240         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38241         * sysdeps/i386/fpu/e_log.S: Likewise.
38242         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38243         * sysdeps/i386/fpu/e_logf.S: Likewise.
38244         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38245         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38246         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38247         * sysdeps/i386/fpu/e_log10.S: Likewise.
38248         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38249         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38250         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38251         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38252         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38253         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38254         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38255         * sysdeps/i386/i686/strtok.S: Likewise.
38256         * sysdeps/i386/i386-mcount.S: Likewise.
38257         * sysdeps/i386/strtok.S: Likewise.
38258         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38259         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38260         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38261         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38262         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38263         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38264         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38265         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38266         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38267         * sysdeps/x86_64/_mcount.S: Likewise.
38268         * sysdeps/x86_64/strtok.S: Likewise.
38269         * sysdeps/sh/_mcount.S: Likewise.
38271 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38273         * libio/iofopen.c: Include <fcntl.h>.
38274         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38275         (_IO_fopen64, fopen64): Define as aliases.
38276         * libio/iofopen64.c: Include <fcntl.h>.
38277         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38278         Conditionalize body on this.
38279         * sysdeps/wordsize-64/iofopen.c: File removed.
38280         * sysdeps/wordsize-64/iofopen64.c: File removed.
38282 2012-08-01  Marek Polacek  <polacek@redhat.com>
38284         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38285         Use dlfcn directly instead of a variable.
38286         (binfmt-subdir): Do not define.
38287         (dlfcn): Likewise.
38289 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38291         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38292         Remove all definitions.
38293         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38294         <kernel-features.h>.
38295         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38296         (miss_F_GETOWN_EX): Remove all definitions.
38297         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38298         macro definition.
38299         [!__ASSUME_FCNTL64]: Remove conditional code.
38300         [__ASSUME_FCNTL64]: Make code unconditional.
38301         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38302         <kernel-features.h>.
38303         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38304         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38305         (lockf64) [__NR_fcntl64]: Make code unconditional.
38306         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38308         * sysdeps/unix/sysv/linux/kernel-features.h
38309         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38310         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38311         Make code unconditional.
38312         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38313         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38315         [__NR_vfork]: Make code unconditional.
38316         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38317         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38319         [__NR_vfork]: Make code unconditional.
38320         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38321         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38323 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38325         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38326         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38328         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38329         Define mkstemp64 as an alias.
38330         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38331         Define mkstemps64 as an alias.
38332         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38333         Define mkostemp64 as an alias.
38334         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38335         Define mkostemps64 as an alias.
38336         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38337         Conditionalize body on this.
38338         * misc/mkostemp64.c: Likewise.
38339         * misc/mkostemps64.c: Likewise.
38340         * misc/mkstemps64.c: Likewise.
38341         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38342         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38343         * sysdeps/wordsize-64/mkostemp.c: File removed.
38344         * sysdeps/wordsize-64/mkstemp.c: File removed.
38345         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38346         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38347         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38348         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38350         [BZ #14138]
38351         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38352         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38353         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38354         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38356         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38357         compat_symbol macros from <shlib-compat.h> rather than the underlying
38358         default_symbol_version and symbol_version macros, so that DEFAULT
38359         lines in shlib-versions are respected.
38360         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38362 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38364         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38365         Declare with warn_unused_result.
38366         (setgid, setregid, setegid, setresgid): Likewise.
38367         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38368         Likewise.
38369         * WUR-REPORT: Remove set*id functions.
38371 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38373         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38375 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38377         [BZ #10191]
38378         * include/sys/socket.h (__libc_accept, __libc_accept4):
38379         Add attribute_hidden.
38380         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38382         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38383         use of PTR_MANGLE.
38384         * inet/getnetgrent_r.c (setup): Likewise.
38386         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38388 2012-07-31  David S. Miller  <davem@davemloft.net>
38390         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38392 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38394         [BZ #13629]
38395         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38396         value between 1.0 and 2.0 and smaller part has absolute value less
38397         than 1.0.
38398         * math/s_clog10.c (__clog10): Likewise.
38399         * math/s_clog10f.c (__clog10f): Likewise.
38400         * math/s_clog10l.c (__clog10l): Likewise.
38401         * math/s_clogf.c (__clogf): Likewise.
38402         * math/s_clogl.c (__clogl): Likewise.
38403         * math/libm-test.inc (clog_test): Add more tests.
38404         (clog10_test): Likewise.
38405         * sysdeps/i386/fpu/libm-test-ulps: Update.
38406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38408 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38410         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38411         Exit with zero in case no suitable GID is found, and write a
38412         message to standard error.
38414 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38416         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38417         rather than to 1.
38418         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38419         (MAXPATHLEN): Removed.
38420         (NOGROUP, NODEV): New macros.
38421         (setbit, clrbit, isset, isclr): New macros.
38422         (howmany, roundup, powerof2): New macros.
38423         (DEV_BSIZE): New macro.
38425         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38426         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38428         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38429         definition on [!__NO_LONG_DOUBLE_MATH].
38431         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38432         PTR_MANGLE and PTR_DEMANGLE.
38434         * socket/accept4.c (accept4): Rename to __libc_accept4.
38435         Define accept4 as a weak alias.
38437         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38438         on [_DIRENT_HAVE_D_TYPE].
38439         * io/ftw.c (ftw_dir): Likewise.
38441         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38443         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38445         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38446         Use the BSD numbers rather than the arbitrary ones we had.
38447         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38448         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38449         (SIGXCPU, SIGXFSZ): New macros.
38450         (_NSIG): Now 32.
38452         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38453         initializer on [_LIBC_REENTRANT].
38455         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38456         definitions inside [_POSIX_MAPPED_FILES].
38458         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38460         * dirent/opendir.c: Include <fcntl.h>.
38462         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38463         (__libc_getspecific): Likewise.
38464         (__libc_key_create): Likewise.
38466         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38467         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38468         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38469         (tmpfile64): Define as alias.
38470         * sysdeps/wordsize-64/tmpfile.c: File removed.
38471         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38472         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38473         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38475         * stdio-common/vfscanf.c: Include <stdbool.h>.
38476         * nss/makedb.c: Likewise.
38477         * stdio-common/_i18n_number.h: Likewise.
38478         * argp/argp-help.c: Likewise.
38479         * posix/wordexp.c: Likewise.
38480         * sysdeps/posix/spawni.c: Likewise.
38481         * nss/nss_files/files-initgroups.c: Likewise.
38482         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38483         * nss/nss_files/files-initgroups.c: Likewise.
38484         * nss/nss_db/db-netgrp.c: Likewise.
38485         * nss/nss_db/db-initgroups.c: Likewise.
38486         * io/fchmodat.c: Include <sys/stat.h>.
38488         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38489         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38491         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38492         [HAVE_MMAP].
38494         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38495         Add multiple inclusion protection.
38497 2012-07-27  David S. Miller  <davem@davemloft.net>
38499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38501 2012-07-27  Gary Benson  <gbenson@redhat.com>
38503         [BZ #14298]
38504         * elf/rtld.c: Include <stap-probe.h>.
38505         (dl_main): Added static probes "init_start" and "init_complete".
38506         * elf/dl-load.c: Include <stap-probe.h>.
38507         (lose): Take new parameter "nsid".
38508         Added static probe "map_failed".
38509         (_dl_map_object_from_fd): Pass namespace id to lose.
38510         Added static probe "map_start".
38511         (open_verify): Pass namespace id to lose.
38512         * elf/dl-open.c: Include <stap-probe.h>.
38513         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38514         and "reloc_complete".
38515         * elf/dl-close.c: Include <stap-probe.h>.
38516         (_dl_close_worker): Added static probes "unmap_start" and
38517         "unmap_complete".
38518         * elf/rtld-debugger-interface.txt: New file documenting the above.
38520 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38522         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38523         rather than a string variable.
38524         * sunrpc/rpc_main.c (h_output): Likewise.
38525         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38527 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38529         * inet/check_native.c: New file.
38531 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38533         [BZ #13629]
38534         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38535         if larger part has absolute value 1.0.
38536         * math/s_clog10.c (__clog10): Likewise.
38537         * math/s_clog10f.c (__clog10f): Likewise.
38538         * math/s_clog10l.c (__clog10l): Likewise.
38539         * math/s_clogf.c (__clogf): Likewise.
38540         * math/s_clogl.c (__clogl): Likewise.
38541         * math/libm-test.inc (clog_test): Add more tests.
38542         (clog10_test): Likewise.
38543         * sysdeps/i386/fpu/libm-test-ulps: Update.
38544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38546         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38547         (pltexit): Likewise.
38548         (La_regs): Likewise.
38549         (La_retval): Likewise.
38550         (int_retval): Likewise.
38551         Update #error for removed macros to refer only to definitions in
38552         tst-audit.h.
38553         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38554         macro.
38555         (pltexit): Likewise.
38556         (La_regs): Likewise.
38557         (La_retval): Likewise.
38558         (int_retval): Likewise.
38559         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38560         macro.
38561         (pltexit): Likewise.
38562         (La_regs): Likewise.
38563         (La_retval): Likewise.
38564         (int_retval): Likewise.
38565         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38566         macro.
38567         (pltexit): Likewise.
38568         (La_regs): Likewise.
38569         (La_retval): Likewise.
38570         (int_retval): Likewise.
38571         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38572         macro.
38573         (pltexit): Likewise.
38574         (La_regs): Likewise.
38575         (La_retval): Likewise.
38576         (int_retval): Likewise.
38577         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38578         macro.
38579         (pltexit): Likewise.
38580         (La_regs): Likewise.
38581         (La_retval): Likewise.
38582         (int_retval): Likewise.
38583         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38584         macro.
38585         (pltexit): Likewise.
38586         (La_regs): Likewise.
38587         (La_retval): Likewise.
38588         (int_retval): Likewise.
38589         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38590         macro definitions in tst-audit.h.
38591         * sysdeps/i386/tst-audit.h: New file.
38592         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38593         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38594         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38595         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38596         * sysdeps/sh/tst-audit.h: Likewise.
38597         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38598         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38599         * sysdeps/x86_64/tst-audit.h: Likewise.
38601 2012-07-26  Andreas Jaeger  <aj@suse.de>
38603         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38604         ptrace.
38606         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38607         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38608         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38609         PTRACE_O_MASK.
38610         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38611         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38612         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38614         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38615         value.
38617         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38618         _sigsys.
38619         (si_call_addr, si_syscall, si_arch): Define new macro.
38620         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38621         _sigsys.
38622         (si_call_addr, si_syscall, si_arch): Define new marcro.
38623         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38624         _sigsys.
38625         (si_call_addr, si_syscall, si_arch): Define new macro.
38626         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38627         _sigsys.
38628         (si_call_addr, si_syscall, si_arch): Define new macro.
38630 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38632         [BZ #13717]
38633         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38634         Change to 2.4.21 where previously 2.4.1.
38635         * sysdeps/unix/sysv/linux/configure: Regenerated.
38636         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38637         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38638         Linux kernel version.
38639         (__ASSUME_STD_AUXV): Remove.
38640         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38641         kernel version.
38642         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38643         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38644         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38645         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38646         (__ASSUME_NETLINK_SUPPORT): Likewise.
38647         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38648         (__no_netlink_support): Remove conditional definition.
38649         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38650         Remove.
38651         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38652         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38653         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38654         (if_nameindex_ioctl): Remove.
38655         (if_nameindex_netlink): Do not handle __no_netlink_support.
38656         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38657         code.
38658         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38659         Remove conditional code.
38660         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38661         code.
38662         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38663         unconditional.
38664         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38665         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38666         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38667         Remove.
38668         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38669         [!__ASSUME_STD_AUXV]: Remove conditional code.
38670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38671         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38672         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38674         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38675         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38676         code.
38677         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38679         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38680         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38681         conditional code.
38682         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38684         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38685         code.
38686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38687         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38688         conditional code.
38689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38690         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38691         code unconditional.
38692         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38693         conditional code.
38694         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38695         unconditional.
38696         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38697         conditional code.
38698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38699         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38700         unconditional.
38701         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38702         conditional code.
38703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38704         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38705         code unconditional.
38706         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38707         conditional code.
38708         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38709         unconditional.
38710         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38711         conditional code.
38712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38713         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38714         code unconditional.
38715         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38716         conditional code.
38717         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38718         unconditional.
38719         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38720         conditional code.
38722 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38724         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38725         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38726         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38727         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38728         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38729         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38730         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38731         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38732         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38733         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38734         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38735         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38736         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38737         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38738         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38739         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38740         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38741         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38742         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38743         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38744         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38745         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38746         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38748 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38750         * Versions.def: Add GLIBC_2.17.
38751         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38752         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38753         Introduce __libc_secure_getenv.
38754         * stdlib/Versions (2.17): Add secure_getenv
38755         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38756         * stdlib/secure-getenv.c: Rename __secure_getenv to
38757         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38758         symbol __secure_getenv for GLIBC_2.0.
38759         * stdlib/tst-secure-getenv.c: New.
38760         * stdlib/Makefile (tests): Add testcase.
38761         * manual/startup.texi (Environment Access): Document
38762         secure_getenv.
38763         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38764         __libc_secure_getenv.
38765         * inet/ruserpass.c (ruserpass): Likewise.
38766         * malloc/mtrace.c (mtrace): Likewise.
38767         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38768         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38769         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38770         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38771         HAVE_SECURE_GETENV.
38772         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38773         __secure_getenv to __libc_secure_getenv.
38774         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38776         Likewise.
38777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38778         Likewise.
38779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38780         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38781         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38782         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38784         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38785         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38787 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38789         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38790         (struct La_i86_retval): Likewise.
38791         (struct La_x86_64_regs): Likewise.
38792         (struct La_x86_64_retval): Likewise.
38793         (struct La_x32_regs): Likewise.
38794         (struct La_x32_retval): Likewise.
38795         (struct La_ppc32_regs): Likewise.
38796         (struct La_ppc32_retval): Likewise.
38797         (struct La_ppc64_regs): Likewise.
38798         (struct La_ppc64_retval): Likewise.
38799         (struct La_sh_regs): Likewise.
38800         (struct La_sh_retval): Likewise.
38801         (struct La_s390_32_regs): Likewise.
38802         (struct La_s390_32_retval): Likewise.
38803         (struct La_s390_64_regs): Likewise.
38804         (struct La_s390_64_retval): Likewise.
38805         (struct La_sparc32_regs): Likewise.
38806         (struct La_sparc32_retval): Likewise.
38807         (struct La_sparc64_regs): Likewise.
38808         (struct La_sparc64_retval): Likewise.
38809         (struct audit_ifaces): Remove architecture-specific pltenter and
38810         pltexit members.
38811         * sysdeps/i386/ldsodefs.h: New file.
38812         * sysdeps/powerpc/ldsodefs.h: Likewise.
38813         * sysdeps/s390/ldsodefs.h: Likewise.
38814         * sysdeps/sh/ldsodefs.h: Likewise.
38815         * sysdeps/sparc/ldsodefs.h: Likewise.
38816         * sysdeps/x86_64/ldsodefs.h: Likewise.
38818 2012-07-25  Marek Polacek  <polacek@redhat.com>
38820         [BZ #6808]
38821         * math/libm-test.inc (yn_test): Add another test.
38822         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38823         to ERANGE when the result is +-Inf.
38824         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38825         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38826         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38827         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38829 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38831         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38832         equal to 0.
38833         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38834         clock_t.
38835         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38837 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38839         * configure.in <sysdeps resolving>: Correct printing
38840         Implies_before.
38841         * configure: Regenerate.
38843 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38845         * math/w_ilogb.c: Include <limits.h>.
38846         * math/w_ilogbl.c: Likewise.
38848 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38850         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38851         va_copy.  Document allowing for unavailable va_copy only as
38852         pre-C99 compatibility.
38853         * manual/string.texi (Copying and Concatenation): Use va_copy
38854         instead of __va_copy in concat example.
38856 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38858         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38859         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38860         it if not null.
38862         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38863         with O_NOLINK passed to __file_name_lookup.
38865         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38866         with O_NOLINK passed to __file_name_lookup.
38868         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38869         negative N or less than NGIDS.
38871         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38872         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38873         enough.  Use memcpy instead of strncpy.
38875 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38877         * elf/Makefile (check-data): Remove.
38878         (localplt.data): New vpath directive.
38879         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38880         instead of $(check-data).
38881         * scripts/data/localplt-generic.data: Move to ...
38882         * sysdeps/generic/localplt.data: ... here.
38883         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38884         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38885         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38887         ... here.
38888         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38890         ... here.
38891         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38893         ... here.
38894         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38896         ... here.
38897         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38899         ... here.
38900         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38902         ... here.
38904 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38906         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38907         PPC32 and PPC64 files.
38908         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38909         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38911 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38913         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38914         __makecontext_ret to ...
38915         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38916         ... here and call exit if uc_link is NULL.  New file.
38917         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38918         __makecontext_ret.S.
38919         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38920         __makecontext_ret to ...
38921         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38922         ... here and call exit if uc_link is NULL.  New file.
38923         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38924         __makecontext_ret.S.
38926 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38928         * elf/elf.h (R_390_IRELATIVE): New definition.
38929         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38930         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38931         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38932         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38933         (elf_machine_lazy_rel): Likewise.
38934         * sysdeps/s390/dl-irel.h: New file.
38935         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38936         * sysdeps/s390/s390-64/memset.S: New asm code.
38937         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38938         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38939         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38940         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38941         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38942         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38943         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38944         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38945         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38946         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38947         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38948         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38949         * sysdeps/s390/s390-32/memset.S: New asm code.
38950         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38952 2012-07-17  Marek Polacek  <polacek@redhat.com>
38954         [BZ #14349]
38955         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38956         * sysdeps/s390/s390-64/configure.in: Likewise.
38957         * sysdeps/sparc/configure.in: Likewise.
38958         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38959         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38960         * sysdeps/i386/configure.in: Likewise.
38961         * sysdeps/x86_64/configure.in: Likewise.
38962         * sysdeps/sh/configure.in: Likewise.
38963         * sysdeps/s390/s390-32/configure: Regenerated.
38964         * sysdeps/s390/s390-64/configure: Likewise.
38965         * sysdeps/x86_64/configure: Likewise.
38966         * sysdeps/sh/configure: Likewise.
38967         * sysdeps/powerpc/powerpc64/configure: Likewise.
38968         * sysdeps/powerpc/powerpc32/configure: Likewise.
38969         * sysdeps/sparc/configure: Likwise.
38970         * sysdeps/i386/configure: Likewise.
38972         * elf/dl-open.c: Comment fixes.
38974 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
38976         * Makefile [CXX] (check-data): Remove.
38977         [CXX] (c++-types.data): New vpath directive.
38978         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
38979         vpath.  Do not allow for C++ type data being missing.
38980         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
38981         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
38982         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
38983         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
38984         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
38985         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
38986         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
38987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
38988         ... here.
38989         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
38990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
38991         ... here.
38992         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
38993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
38994         ... here.
38995         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
38996         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
38997         ... here.
38998         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
38999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39000         ... here.
39001         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39003         ... here.
39004         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39005         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39006         ... here.
39007         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39010         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39011         definitions to architecture-specific files.
39012         (TLS_IE): Likewise.
39013         (TLS_LD): Likewise.
39014         (TLS_GD): Likewise.
39015         * sysdeps/i386/tls-macros.h: New file.
39016         * sysdeps/powerpc/tls-macros.h: Likewise.
39017         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39018         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39019         * sysdeps/sh/tls-macros.h: Likewise.
39020         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39021         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39022         * sysdeps/x86_64/tls-macros.h: Likewise.
39024 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39026         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39027         zero value for regular exit case.
39029         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39030         (__start_context): Preserve zero value for regular exit case.
39032 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39033             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39035         * manual/setjmp.texi (setcontext): Clarify normal process
39036         termination when uc_link is the null pointer.
39037         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39038         exit call.
39040 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39042         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39043         preprocessor.  Test for each exception mask separately.
39045 2012-07-16  Andreas Jaeger  <aj@suse.de>
39047         * po/ru.po: Update from translation team.
39049 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39051         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39052         equal to 0.
39053         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39054         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39055         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39056         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39057         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39059 2012-07-13  Andreas Jaeger  <aj@suse.de>
39061         * po/fr.po: Update from translation team.
39063 2012-07-12  Marek Polacek  <polacek@redhat.com>
39065         [BZ #14173]
39066         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39067         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39068         loop condition.
39070 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39072         [BZ #13717]
39073         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39074         Change to 2.4.1 where previously 2.4.0.
39075         * sysdeps/unix/sysv/linux/configure: Regenerated.
39076         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39077         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39078         version.
39079         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39080         (__ASSUME_AT_CLKTCK): Remove.
39081         (__ASSUME_AT_PAGESIZE): Likewise.
39082         (__ASSUME_AT_XID): Likewise.
39083         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39084         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39085         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39086         unconditionally.
39087         (HAVE_AUX_PAGESIZE): Likewise.
39088         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39089         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39090         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39092 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39094         [BZ #14307]
39095         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39096         the temporary buffer used to invoke __gethostbyname2_r,
39097         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39098         host_data / struct gaih_addrtuple.
39099         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39100         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39101         header file nss/nsswitch.h.
39102         * nss/nsswitch.h (global scope): Add definition of implementation
39103         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39104         resolv/nss_dns/dns-host.c).
39106 2012-07-11  Andreas Jaeger  <aj@suse.de>
39108         * po/fr.po: Update from translation team.
39110         * po/sv.po: Update from translation team
39111         * po/fr.po: Another update from translation team.
39113 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39115         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39116         for subnormals or multiply small sinh result by itself.
39117         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39120 2012-07-11  David S. Miller  <davem@davemloft.net>
39122         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39124 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39126         [BZ #14347]
39127         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39128         (INTERNAL_MARK): Shift it here.
39130 2012-07-10  Marek Polacek  <polacek@redhat.com>
39132         [BZ #14151]
39133         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39134         libc_cv_asm_global_directive with .globl.
39135         * configure: Regenerated.
39136         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39137         with .globl.
39138         * sysdeps/i386/configure: Regenerated.
39139         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39140         with .globl.
39141         * sysdeps/x86_64/configure: Regenerated.
39142         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39143         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39144         * elf/tst-unique2mod2.c: Likewise.
39145         * elf/tst-unique2mod1.c: Likewise.
39146         * elf/tst-unique1mod2.c: Likewise.
39147         * elf/tst-unique1mod1.c: Likewise.
39148         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39149         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39150         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39151         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39152         * sysdeps/mach/sysdep.h: Likewise.
39153         * sysdeps/i386/sysdep.h: Likewise.
39154         * sysdeps/i386/i386-mcount.S: Likewise.
39155         * sysdeps/x86_64/_mcount.S: Likewise.
39156         * sysdeps/x86_64/sysdep.h: Likewise.
39157         * sysdeps/sh/_mcount.S: Likewise.
39158         * sysdeps/sh/sysdep.h: Likewise.
39159         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39160         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39161         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39162         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39163         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39164         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39165         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39166         * locale/localeinfo.h: Likewise.
39167         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39168         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39170 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39172         [BZ #14336]
39173         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39174         system".
39175         * manual/message.texi (The Uniforum approach): Likewise.
39176         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39177         (glibc iconv Implementation): Likewise.
39179 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39181         [BZ #14337]
39182         * math/s_clog.c (__clog): Avoid scaling a value down where that
39183         could result in underflow.
39184         * math/s_clog10.c (__clog10): Likewise.
39185         * math/s_clog10f.c (__clog10f): Likewise.
39186         * math/s_clog10l.c (__clog10l): Likewise.
39187         * math/s_clogf.c (__clogf): Likewise.
39188         * math/s_clogl.c (__clogl): Likewise.
39189         * math/libm-test.inc (clog_test): Add more tests.
39190         (clog10_test): Likewise.
39191         * sysdeps/i386/fpu/libm-test-ulps: Update.
39192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39194 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39196         [BZ #14283]
39197         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39198         by 7 not 8 to examine high bit of fractional part.
39200         [BZ #14042]
39201         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39202         for call to __mcount_internal.
39203         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39204         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39205         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39207 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39209         [BZ #14154]
39210         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39211         approximation for values within 0x1p-13f of an odd multiple of
39212         pi/4.
39213         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39214         exception.  Add more tests.
39215         * sysdeps/i386/fpu/libm-test-ulps: Update.
39217         [BZ #6778]
39218         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39219         inputs and return -1 for them.  Do not check for +Inf in case not
39220         reachable for +Inf.
39221         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39222         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39223         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39224         and return -1 for them.  Do not check for +Inf in case not
39225         reachable for +Inf.
39226         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39227         define.
39228         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39229         and return -1 for them.  Do not check for +Inf in case not
39230         reachable for +Inf.
39231         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39232         spurious underflow.
39233         * sysdeps/i386/fpu/libm-test-ulps: Update.
39234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39236 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39238         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39240 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39242         [BZ #14157]
39243         [BZ #14331]
39244         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39245         could result in spurious underflow.  Scale down values above
39246         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39247         * math/s_csqrtf.c (__csqrtf): Likewise.
39248         * math/s_csqrtl.c (__csqrtl): Likewise.
39249         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39250         spurious underflow.
39251         * sysdeps/i386/fpu/libm-test-ulps: Update.
39252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39254 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39256         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39257         xopen-msg.sed.
39258         * catgets/xopen-msg.awk: New file.
39259         * catgets/xopen-msg.sed: Removed.
39261         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39262         po2text.sed.
39263         * intl/po2test.awk: New file.
39264         * intl/po2test.sed: Removed.
39266 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39268         [BZ #14328]
39269         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39270         or multiply small sinh result by itself.
39271         * math/s_ctanf.c (__ctanf): Likewise.
39272         * math/s_ctanh.c (__ctanh): Likewise.
39273         * math/s_ctanhf.c (__ctanhf): Likewise.
39274         * math/s_ctanhl.c (__ctanhl): Likewise.
39275         * math/s_ctanl.c (__ctanl): Likewise.
39276         * math/libm-test.inc (ctan_test_tonearest): New function.
39277         (ctan_test_towardzero): Likewise.
39278         (ctan_test_downward): Likewise.
39279         (ctan_test_upward): Likewise.
39280         (ctanh_test_tonearest): Likewise.
39281         (ctanh_test_towardzero): Likewise.
39282         (ctanh_test_downward): Likewise.
39283         (ctanh_test_upward): Likewise.
39284         (main): Call these new functions.
39285         * sysdeps/i386/fpu/libm-test-ulps: Update.
39286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39288 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39290         * .gitignore: Delete /ports entry.
39292 2012-07-03  Andreas Jaeger  <aj@suse.de>
39294         * po/bg.po: Update from translation team.
39295         * po/cs.po: Likewise.
39296         * po/de.po: Likewise.
39297         * po/hr.po: Likewise.
39298         * po/nl.pl: Likewise.
39299         * po/pl.po: Likewise.
39300         * po/vi.po: Likewise.
39302 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39304         * Makeconfig [!+link] (+link-before-libc): New variable.
39305         [!+link] (+link-after-libc): Likewise.
39306         [!+link] (+link-tests): Likewise.
39307         [!+link] (+link): Define in terms of $(+link-before-libc) and
39308         $(+link-after-libc).
39309         [!+link-static] (+link-static-before-libc): New variable.
39310         [!+link-static] (+link-static-after-libc): Likewise.
39311         [!+link-static] (+link-static-tests): Likewise.
39312         [!+link-static] (+link-static): Define in terms of
39313         $(+link-static-before-libc) and $(+link-static-after-libc).
39314         [build-shared] (link-libc-before-gnulib): New variable.
39315         [build-shared] (link-libc-tests): Likewise.
39316         [build-shared] (link-libc): Define in terms of
39317         $(link-libc-before-gnulib).
39318         [!build-shared] (link-libc-tests): New variable.
39319         (link-libc-static-tests): New variable.
39320         [!gnulib] (gnulib-arch): New variable.
39321         [!gnulib] (gnulib-tests): Likewise.
39322         [!gnulib] (static-gnulib-arch): Likewise.
39323         [!gnulib] (static-gnulib-tests): Likewise.
39324         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39325         Define with "=" instead of ":=".
39326         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39327         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39328         * Rules (binaries-all-notests): New variable.
39329         (binaries-all-tests): Likewise.
39330         (binaries-static-notests): Likewise.
39331         (binaries-static-tests): Likewise.
39332         (binaries-all): Define using $(binaries-all-notests) and
39333         $(binaries-all-tests).
39334         (binaries-static): Define using $(binaries-static-notests) and
39335         $(binaries-static-tests).
39336         (binaries-shared-tests): New variable.
39337         (binaries-shared-notests): Likewise.
39338         (binaries-shared): Remove variable.
39339         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39340         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39341         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39342         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39343         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39344         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39345         * elf/Makefile (sln-modules): New variable.
39346         (extra-objs): Add $(sln-modules:=.o).
39347         (ldconfig-modules): Add static-stubs.
39348         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39349         * elf/static-stubs.c: New file.
39351         [BZ #14283]
39352         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39353         by 7 not 8 to examine high bit of fractional part.  Use volatile
39354         variables when splitting into final array of floats if
39355         __FLT_EVAL_METHOD__ != 0.
39356         * math/libm-test.inc (cos_test): Add another test.
39357         (sin_test): Likewise.
39358         * sysdeps/i386/fpu/libm-test-ulps: Update.
39360         [BZ #14273]
39361         * math/libm-test.inc (cosh_test): Add more tests.
39363         * version.h (RELEASE): Set to "development".
39364         (VERSION): Set to "2.16.90".
39366 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39368         * NEWS: Update copyright. Remove last-updated date.
39369         Mention math library bug fixes and timezone data changes.
39370         * README: Mention GNU/Hurd, x32, and HPPA support status.
39372 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39374         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39376 2012-06-27  Andreas Jaeger  <aj@suse.de>
39378         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39380 2012-06-25  Andreas Jaeger  <aj@suse.de>
39382         * sysdeps/s390/fpu/libm-test-ulps: Update.
39384 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39385             Thomas Schwinge  <thomas@codesourcery.com>
39387         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39388         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39389         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39390         fanotify_mark.
39392 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39394         * sysdeps/mach/start.c: Remove file.
39395         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39396         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39397         * sysdeps/sh/init-first.c: Likewise.
39399         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39400         registers for frame unwinding purposes, add CFI directives.
39401         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39402         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39403         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39404         Likewise.
39406         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39407         __fortify_fail returning.
39408         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39410         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39411         sysdeps/sh/____longjmp_chk.S.
39412         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39413         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39414         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39415         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39417         * sysdeps/sh/abort-instr.h: New file.
39418         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39419         process in case exit returns.
39421         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39422         initialize the GOT register before use.
39424         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39425         calculation of ARGC > 4.
39427         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39428         meaningful names to some local labels.
39430 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39431             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39433         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39434         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39435         (__arch_compare_and_exchange_val_16_acq): Likewise.
39436         (__arch_compare_and_exchange_val_32_acq): Likewise.
39437         (atomic_exchange_and_add): Fix gUSA sequence.
39438         (atomic_add): Likewise.
39439         (atomic_add_negative): Likewise.
39440         (atomic_add_zero): Likewise.
39441         (atomic_bit_test_set): Likewise.
39443 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39445         [BZ #13579]
39446         * include/link.h (struct link_map): Add l_free_initfini.
39447         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39448         l_initfini.
39449         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39450         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39451         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39452         set.
39454 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39456         * configure.in: Use AC_LANG_SOURCE.
39457         * configure: Regenerate.
39459 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39461         * configure.in (libc_cv_localstatedir): New substituted variable.
39462         * configure: Regenerated.
39463         * config.make.in (localstatedir): New variable, substituted from
39464         libc_cv_localstatedir.
39465         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39466         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39467         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39468         * sysdeps/gnu/configure: Regenerated.
39470 2012-06-21  Jeff Law  <law@redhat.com>
39472         [BZ #14277]
39473         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39474         free.  Simplify list management for _LIBC case.
39476 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39478         [BZ #14273]
39479         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39480         Clear sign bit of 64-bit integer value before comparing against
39481         overflow value.
39483         * sysdeps/mach/configure: Regenerated.
39485 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39487         [BZ #14278]
39488         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39490 2012-06-21  Jeff Law  <law@redhat.com>
39492         [BZ #13882]
39493         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39494         uint16_t for elements in the "seen" array to avoid char overflows.
39495         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39496         * elf/dl-open.c (dl_open_worker): Likewise.
39498 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39500         * scripts/list-sources.sh: Scan PORTS for translations.
39501         * po/libc.pot: Regenerated.
39503 2012-06-21  Andreas Jaeger  <aj@suse.de>
39505         [BZ #12194]
39506         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39507         warning.
39508         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39509         * bits/byteswap-16.h (__bswap_16): Likewise.
39510         * bits/byteswap.h (__bswap_constant_16): Likewise.
39512 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39514         [BZ #14117]
39515         * sysdeps/i386/fpu_control.h: Removed.
39516         * sysdeps/x86_64/fpu_control.h: Moved to ...
39517         * sysdeps/x86/fpu_control.h: Here.
39519         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39520         (_FPU_SETCW): Likewise.
39522 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39524         [BZ #14117]
39525         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39526         * sysdeps/x86/fpu/bits/mathinline.h: This.
39527         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39529         [BZ #14050]
39530         [BZ #14117]
39531         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39532         functions if __x86_64__ is defined.
39534 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39536         * string/endian.h: Add !__ASSEMBLER__ condition for including
39537         conversion interfaces.
39539 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39541         [BZ #14241]
39542         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39543         of ABS(x) in calculating zero to negative powers other than odd
39544         integers.
39545         * math/libm-test.inc (pow_test): Add more tests.
39547 2012-06-15  Andreas Jaeger  <aj@suse.de>
39549         * manual/contrib.texi (Contributors): Update entry of Liubov
39550         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39551         Machado Filho.
39553 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39555         * string/string.h: Add __wur to GNU version of strerror_r.
39557 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39559         [BZ #14229]
39560         * string/Makefile (tests): Add tst-strtok_r.
39561         * string/tst-strtok_r.c: New file.
39562         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39563         RAX_LP/RDX_LP on SAVE_PTR.
39565 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39567         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39569 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39571         * libm_test.inc (csqrt_test): Allow more spurious underflow
39572         exceptions.
39573         (j0_test): Likewise.
39574         (j1_test): Likewise.
39575         (y0_test): Likewise.
39576         (y1_test): Likewise.
39578 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39580         * po/Makefile (libc.pot): Use UTF-8 charset.
39582 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39584         [BZ #14210]
39585         Suppress sign-conversion warning from FD_SET.
39586         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39587         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39588         not unsigned long int.
39589         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39591 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39593         [BZ #14050]
39594         [BZ #14117]
39595         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39596         __extern_always_inline instead of __extern_inline.
39597         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39598         (__signbit): Likewise.
39599         (__signbitl): Support C++ namespace.
39600         (lrintf): New inline function.
39601         (lrint): Likewise.
39602         (llrintf): Likewise.
39603         (llrint): Likewise.
39604         (fmaxf): Likewise.
39605         (fmax): Likewise.
39606         (fminf): Likewise.
39607         (fmin): Likewise.
39608         (rint): Likewise.
39609         (rintf): Likewise.
39610         (ceil): Likewise.
39611         (ceilf): Likewise.
39612         (floor): Likewise.
39613         (floorf): Likewise.
39614         (nearbyint): Likewise.
39615         (nearbyintf): Likewise.
39617 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39619         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39620         non-default versions.
39622 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39624         [BZ #14218]
39625         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39627 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39629         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39630         (FE_UPWARD, FE_DOWNWARD): Don't define.
39631         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39632         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39634         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39635         reading it.
39636         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39637         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39639 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39641         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39642         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39643         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39644         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39646 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39648         [BZ #14117]
39649         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39650         * sysdeps/i386/fpu/Implies: New file.
39651         * sysdeps/x86_64/fpu/Implies: Likewise.
39652         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39653         * sysdeps/x86/fpu/bits/fenv.h: This.
39655         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39656         __SSE_MATH__.
39658 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39660         [BZ #14134]
39661         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39662         character 0xffff that matches the last element of the
39663         conversion table.
39665 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39667         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39668         fmodl commit.
39670 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39672         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39673         values higher than 25.6283.
39675 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39677         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39678         subnormal exponent extraction and add some __builtin_expect.
39679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39680         Fix for subnormal mantissa calculation.
39682 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39684         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39685         cpu2 is -1 and errno is not ENOSYS.
39687 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39689         [BZ #14117]
39690         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39691         * sysdeps/x86/bits/string.h: This.
39692         * sysdeps/x86_64/bits/string.h: Removed.
39694         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39695         if not compiling for x86-64, but compiling for >= i486.
39697         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39698         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39700         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39701         New macro from Linux kernel 3.4.0.
39702         (FP_XSTATE_MAGIC2): Likewise.
39703         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39704         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39705         (struct _fpx_sw_bytes): New struct.
39706         (struct _xsave_hdr): Likewise.
39707         (struct _ymmh_state): Likewise.
39708         (struct _xstate): Likewise.
39710         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39711         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39712         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39713         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39714         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39715         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39717         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39718         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39719         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39720         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39721         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39722         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39724 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39726         [BZ #13743]
39727         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39728         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39729         (sysdep_headers): Include sys/platform/ppc.h.
39730         * sysdeps/powerpc/test-gettimebase.c: Test for
39731         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39732         * manual/Makefile (appendices): Include platform.texi.
39733         * manual/contrib.texi (Contributors): Update @node pointers.
39734         * manual/maint.texi (Maintenance): Likewise.
39735         (Platform): New node.
39736         * manual/platform.texi: New file.  Document the new features.
39738 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39739             Jakub Jelinek  <jakub@redhat.com>
39741         [BZ #14188]
39742         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39743         where __builtin_expect is unavailable.
39745 2012-06-03  David S. Miller  <davem@davemloft.net>
39747         * stdlib/longlong.h: Updated from GCC.
39749 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39751         [BZ #14042]
39752         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39753         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39754         __mcount_internal.
39755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39756         (GLIBC_2.16): Likewise.
39758 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39760         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39762 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39765         (default-abi): New variable.
39766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39767         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39768         variable.
39769         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39770         Likewise.
39771         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39772         Likewise.
39773         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39774         Likewise.
39776         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39777         definition.  Document in comment.
39779 2012-06-01  David S. Miller  <davem@davemloft.net>
39781         * stdlib/longlong.h: Updated from GCC.
39783 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39785         [BZ #14117]
39786         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39787         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39788         sys/debugreg.h sys/io.h here.
39789         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39790         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39791         sys/io.h.
39792         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39793         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39794         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39795         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39796         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39797         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39799         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39800         Define only if __x86_64__ is defined.
39802 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39804         [BZ #14048]
39805         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39806         Use int64_t for variable i.
39807         * math/libm-test.inc (fmod_test): Add more tests.
39809         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39810         z computation is not scheduled after fetestexcept.
39811         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39812         Use math_force_eval instead of asm to ensure calculation scheduled
39813         before exception test.
39814         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39815         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39817 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39819         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39820         computation is not scheduled after fetestexcept.
39822 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39824         [BZ #14117]
39825         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39826         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39828 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39830         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39831         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39833 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39835         [BZ #14117]
39836         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39837         <bits/wordsize.h>.
39838         (__WCHAR_MIN): Support __WORDSIZE == 64.
39839         (__WCHAR_MAX): Likewise.
39841         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39842         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39844         [BZ #14183]
39845         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39846         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39848         [BZ #14117]
39849         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39850         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39852         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39853         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39855         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39856         Defined to 1 if __x86_64__ isn't defined.
39857         (_STAT_VER_LINUX_OLD): New.
39858         (st_atime): Remove duplicate.
39859         (st_mtime): Likewise.
39860         (st_ctime): Likewise.
39862 2012-05-31  David S. Miller  <davem@davemloft.net>
39864         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39865         entries.
39867 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39869         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39870         gen-libm-test.pl.
39872         [BZ #14132]
39873         * elf/dl-reloc.c: Include <_itoa.h>.
39874         (_dl_reloc_bad_type): Remove use of INTUSE.
39875         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39876         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39877         * stdio-common/psiginfo.c (psiginfo): Likewise.
39878         * stdio-common/psignal.c (psignal): Likewise.
39879         * string/strsignal.c (strsignal): Likewise.
39880         * include/signal.h (_sys_siglist): Declare hidden proto.
39881         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39882         INTVARDEF with libc_hidden_data_def.
39883         * stdio-common/itoa-udigits.c: Likewise.
39884         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39885         (_itoa_lower_digits_internal): Remove declaration.
39886         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39887         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39888         (_sys_sigabbrev_internal): Remove aliases.
39889         (_sys_siglist): Define hidden alias.
39891 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39893         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39894         bits/sysctl.h.
39896 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39898         [BZ #14117]
39899         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39900         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39902         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39903         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39904         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39905         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39906         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39907         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39909         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39910         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39911         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39913         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39914         with __addr.
39915         (insw): Likewise.
39916         (insl): Likewise.
39917         (outsb): Likewise.
39918         (outsw): Likewise.
39919         (outsl): Likewise.
39921         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39922         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39923         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39925         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39926         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39927         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39928         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39929         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39930         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39932         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39933         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39935         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39936         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39938         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39939         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39940         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39942         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39943         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39944         to ...
39945         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39947         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39948         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39949         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39951         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39952         for x86-64.
39953         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39955 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39957         * math/math.h (M_El): Use two more decimal places.
39958         (M_LOG2El): Likewise.
39959         (M_LOG10El): Likewise.
39960         (M_LN2l): Likewise.
39961         (M_LN10l): Likewise.
39962         (M_PIl): Likewise.
39963         (M_PI_2l): Likewise.
39964         (M_PI_4l): Likewise.
39965         (M_1_PIl): Likewise.
39966         (M_2_PIl): Likewise.
39967         (M_2_SQRTPIl): Likewise.
39968         (M_SQRT2l): Likewise.
39969         (M_SQRT1_2l): Likewise.
39971 2012-05-31  David S. Miller  <davem@davemloft.net>
39973         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
39974         values between float registers.
39975         * sysdeps/sparc/sparc64/memset.S: Likewise.
39976         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39978 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
39980         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
39981         -D_FORTIFY_SOURCE=1.
39982         (CPPFLAGS-tst-longjmp_chk.c): Define.
39983         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
39984         (CPPFLAGS-tst-longjmp_chk2.c): Define.
39985         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
39986         CFLAGS-tst-wchar-h.c.
39988 2012-05-31  Marek Polacek  <polacek@redhat.com>
39990         [BZ #14132]
39991         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
39992         __endmntent_internal): Remove declaration.
39993         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
39994         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
39995         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
39997 2012-05-30  David S. Miller  <davem@davemloft.net>
39999         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40000         (___Q_simulate_exceptions): Use real FP ops rather than writing
40001         into the %fsr.
40002         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40003         Likewise.
40005 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40007         [BZ #14117]
40008         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40009         * sysdeps/x86/bits/xtitypes.h: This.
40011         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40012         * sysdeps/x86/bits/wordsize.h: This.
40014         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40015         * sysdeps/x86/bits/huge_vall.h: This.
40017         * sysdeps/i386/bits/select.h: Removed.
40018         * sysdeps/x86_64/bits/select.h: Renamed to ...
40019         * sysdeps/x86/bits/select.h: This.
40021         * sysdeps/i386/bits/setjmp.h: Removed.
40022         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40023         * sysdeps/x86/bits/setjmp.h: This.
40025         * sysdeps/i386/bits/mathdef.h: Removed.
40026         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40027         * sysdeps/x86/bits/mathdef.h: This.
40029 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40031         [BZ #14132]
40032         * include/sys/socket.h (__connect_internal)
40033         (__libc_sa_len_internal): Remove declaration.
40034         (__connect, __libc_sa_len): Declare hidden_proto.
40035         (SA_LEN): Remove use of INTUSE.
40036         * socket/connect.c: Add libc_hidden_def.
40037         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40038         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40039         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40040         alias.
40041         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40042         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40043         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40044         of adding _internal alias.
40046 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40048         [BZ #14117]
40049         * sysdeps/i386/bits/link.h: Removed.
40050         * sysdeps/i386/bits/linkmap.h: Likewise.
40051         * sysdeps/x86_64/bits/link.h: Renamed to ...
40052         * sysdeps/x86/bits/link.h: This.
40053         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40054         * sysdeps/x86/bits/linkmap.h: This.
40056         * sysdeps/i386/bits/endian.h: Removed.
40057         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40058         * sysdeps/x86/bits/endian.h: This.
40060         * sysdeps/i386/bits/byteswap.h: Removed.
40061         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40062         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40063         * sysdeps/x86/bits/byteswap.h: This.
40064         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40065         * sysdeps/x86/bits/byteswap-16.h: This.
40066         * sysdeps/i386/Implies: Add x86.
40067         * sysdeps/x86_64/Implies: Likewise.
40069 2012-05-30  David S. Miller  <davem@davemloft.net>
40071         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40072         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40073         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40074         (FP_TRAPPING_EXCEPTIONS): Define.
40075         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40076         (FP_TRAPPING_EXCEPTIONS): Define.
40077         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40078         subnormals only when inexact has been signalled or underflow
40079         exceptions are enabled.
40080         (_FP_PACK_CANONICAL): Likewise.
40082 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40084         [BZ #14183]
40085         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40086         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40088 2012-05-30  Richard Henderson  <rth@twiddle.net>
40090         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40091         with #ifndef NOT_IN_libc.
40093         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40094         marked to avoid plt entry.
40096 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40098         [BZ #14112]
40099         * Makeconfig (default-abi): New macro.
40100         (abi-includes): Likewise.
40101         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40102         $(abi-$(default-abi)-lib-soname) for soname if defined.
40103         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40104         abi-variants.
40105         * Makefile (installed-stubs): Likewise.
40106         * include/stubs-biarch.h: Removed.
40107         * scripts/lib-names.awk: Only handle one library at a time.
40108         * scripts/soversions.awk: Remove WORDSIZE support.
40109         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40110         entries.
40111         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40112         Removed.
40113         (syscall-list-default-condition): Likewise.
40114         (syscall-list-default-condition): Likewise.
40115         (syscall-list-includes): Likewise.
40116         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40117         syscall-list-* with abi-*.  Handle undefined abi-variants.
40118         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40119         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40120         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40122         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40123         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40124         Removed.
40125         (syscall-list-32-options): Likewise.
40126         (syscall-list-32-condition): Likewise.
40127         (syscall-list-64-options): Likewise.
40128         (syscall-list-64-condition): Likewise.
40129         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40130         macro.
40131         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40132         Renamed to ...
40133         (abi-*): This.
40134         (abi-64-ld-soname): New macro.
40135         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40136         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40137         Renamed to ...
40138         (abi-*): This.
40139         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40140         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40142 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40144         * sysdeps/unix/sysv/linux/kernel-features.h
40145         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40146         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40147         include <kernel-features.h>.
40148         [!__NR_ftruncate64]: Remove conditional code.
40149         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40150         [__NR_ftruncate64]: Make code unconditional.
40151         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40152         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40153         include <kernel-features.h>.
40154         [!__NR_ftruncate64]: Remove conditional code.
40155         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40156         [__NR_ftruncate64]: Make code unconditional.
40157         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40159         include <kernel-features.h>.
40160         [!__NR_ftruncate64]: Remove conditional code.
40161         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40162         [__NR_ftruncate64]: Make code unconditional.
40163         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40165         include <kernel-features.h>.
40166         [!__NR_ftruncate64]: Remove conditional code.
40167         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40168         [__NR_ftruncate64]: Make code unconditional.
40169         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40171         * configure.in (libc_cv_fpie): Weaken to a compile test using
40172         LIBC_TRY_CC_OPTION.
40173         * configure: Regenerated.
40175 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40180         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40181         Refreshed.
40182         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40185         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40186         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40187         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40188         Refreshed.
40190 2012-05-27  David S. Miller  <davem@davemloft.net>
40192         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40193         (___Q_zero): New.
40194         (__Q_simulate_exceptions): Return void.  Change to simulate
40195         exceptions by writing into the %fsr.
40196         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40197         (__Qp_handle_exceptions): Likewise.
40198         (numbers): Delete.
40199         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40200         __Qp_handle_exceptions.
40201         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40202         __Qp_handle_exceptions.
40203         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40204         as unused and give dummy FP_RND_NEAREST initializer.
40205         (FP_INHIBIT_RESULTS): Define.
40206         (___Q_simulate_exceptions): Update declaration.
40207         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40208         formatting.
40209         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40210         as unused and give dummy FP_RND_NEAREST initializer.
40211         (__Qp_handle_exceptions): Update declaration.
40212         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40213         formatting.
40215 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40217         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40218         the temporary FPU control word.
40219         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40220         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40221         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40222         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40223         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40224         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40225         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40226         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40227         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40228         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40229         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40231 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40233         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40234         fields.
40236 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40238         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40239         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40240         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40241         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40242         Likewise.
40243         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40244         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40245         Likewise.
40247 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40249         * po/h.po: Update from translation team.
40251 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40253         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40255         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40256         handling of denormals.
40257         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40258         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40259         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40260         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40261         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40262         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40263         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40264         Likewise.
40266 2012-05-26  Marek Polacek  <polacek@redhat.com>
40268         [BZ #14152]
40269         * math/libm-test.inc (fma_test): Don't always expect underflow
40270         exception.
40272 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40274         [BZ #12416]
40275         * elf/tst-execstack.c: Include stackinfo.h.
40276         (do_test): Adjust test case to ensure that pthread_getattr_np
40277         behaviour remains the same after marking stack executable.
40279 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40281         * sysdeps/unix/sysv/linux/kernel-features.h
40282         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40283         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40284         kernel-features.h.
40285         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40286         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40287         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40288         kernel-features.h.
40289         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40290         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40292 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40294         * configure.in: Define the default includes to being none.
40295         * configure: Regenerated.
40297 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40299         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40300         * sysdeps/x86_64/setjmp.S: Likewise.
40301         * sysdeps/i386/bsd-setjmp.S: Likewise.
40302         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40303         * sysdeps/i386/setjmp.S: Likewise.
40304         * sysdeps/i386/__longjmp.S: Likewise.
40305         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40306         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40308         * include/stap-probe.h: New file.
40309         * configure.in: Handle --enable-systemtap.
40310         * configure: Regenerated.
40311         * config.h.in (USE_STAP_PROBE): New #undef.
40312         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40313         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40314         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40316 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40318         [BZ #13717]
40319         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40320         to 2.4.0 where earlier.
40321         * sysdeps/unix/sysv/linux/configure: Regenerated.
40322         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40323         <kernel-features.h>.
40324         [__ASSUME_32BITUIDS]: Make code unconditional.
40325         [!__ASSUME_32BITUIDS]: Remove conditional code.
40326         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40327         <kernel-features.h>.
40328         [__ASSUME_32BITUIDS]: Make code unconditional.
40329         [!__ASSUME_32BITUIDS]: Remove conditional code.
40330         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40331         [__ASSUME_32BITUIDS]: Make code unconditional.
40332         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40333         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.c: Do not include
40342         <kernel-features.h>.
40343         [__ASSUME_32BITUIDS]: Make code unconditional.
40344         [!__ASSUME_32BITUIDS]: Remove conditional code.
40345         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40346         <kernel-features.h>.
40347         [__ASSUME_32BITUIDS]: Make code unconditional.
40348         [!__ASSUME_32BITUIDS]: Remove conditional code.
40349         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40350         <kernel-features.h>.
40351         [__ASSUME_32BITUIDS]: Make code unconditional.
40352         [!__ASSUME_32BITUIDS]: Remove conditional code.
40353         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40354         <kernel-features.h>.
40355         [__ASSUME_32BITUIDS]: Make code unconditional.
40356         [!__ASSUME_32BITUIDS]: Remove conditional code.
40357         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40358         <kernel-features.h>.
40359         [__ASSUME_32BITUIDS]: Make code unconditional.
40360         [!__ASSUME_32BITUIDS]: Remove conditional code.
40361         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40362         <kernel-features.h>.
40363         [__ASSUME_32BITUIDS]: Make code unconditional.
40364         [!__ASSUME_32BITUIDS]: Remove conditional code.
40365         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40366         <kernel-features.h>.
40367         [__ASSUME_32BITUIDS]: Make code unconditional.
40368         [!__ASSUME_32BITUIDS]: Remove conditional code.
40369         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40370         <kernel-features.h>.
40371         [__ASSUME_32BITUIDS]: Make code unconditional.
40372         [!__ASSUME_32BITUIDS]: Remove conditional code.
40373         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40374         <kernel-features.h>.
40375         [__NR_setresgid] (__setresgid): Do not declare.
40376         [__ASSUME_32BITUIDS]: Make code unconditional.
40377         [!__ASSUME_32BITUIDS]: Remove conditional code.
40378         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40379         <kernel-features.h>.
40380         [__NR_setresuid] (__setresuid): Do not declare.
40381         [__ASSUME_32BITUIDS]: Make code unconditional.
40382         [!__ASSUME_32BITUIDS]: Remove conditional code.
40383         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/i386/setgid.c: Do not include
40392         <kernel-features.h>.
40393         [__ASSUME_32BITUIDS]: Make code unconditional.
40394         [!__ASSUME_32BITUIDS]: Remove conditional code.
40395         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40396         <kernel-features.h>.
40397         [__ASSUME_32BITUIDS]: Make code unconditional.
40398         [!__ASSUME_32BITUIDS]: Remove conditional code.
40399         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40400         <kernel-features.h>.
40401         [__ASSUME_32BITUIDS]: Make code unconditional.
40402         [!__ASSUME_32BITUIDS]: Remove conditional code.
40403         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40404         <kernel-features.h>.
40405         [__ASSUME_32BITUIDS]: Make code unconditional.
40406         [!__ASSUME_32BITUIDS]: Remove conditional code.
40407         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40408         <kernel-features.h>.
40409         [__ASSUME_32BITUIDS]: Make code unconditional.
40410         [!__ASSUME_32BITUIDS]: Remove conditional code.
40411         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40412         <kernel-features.h>.
40413         [__ASSUME_32BITUIDS]: Make code unconditional.
40414         [!__ASSUME_32BITUIDS]: Remove conditional code.
40415         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40416         <kernel-features.h>.
40417         [__ASSUME_32BITUIDS]: Make code unconditional.
40418         [!__ASSUME_32BITUIDS]: Remove conditional code.
40419         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40420         <kernel-features.h>.
40421         [__ASSUME_32BITUIDS]: Make code unconditional.
40422         [!__ASSUME_32BITUIDS]: Remove conditional code.
40423         * sysdeps/unix/sysv/linux/kernel-features.h
40424         (__ASSUME_SETRESUID_SYSCALL): Remove.
40425         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40426         (__ASSUME_32BITUIDS): Likewise.
40427         (__ASSUME_LDT_WORKS): Likewise.
40428         (__ASSUME_O_DIRECTORY): Likewise.
40429         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40430         architecture but not kernel version.
40431         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40432         (__ASSUME_MMAP2_SYSCALL): Likewise.
40433         (__ASSUME_STAT64_SYSCALL): Likewise.
40434         (__ASSUME_IPC64): Likewise.
40435         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40436         <kernel-features.h>.
40437         [__ASSUME_32BITUIDS]: Make code unconditional.
40438         [!__ASSUME_32BITUIDS]: Remove conditional code.
40439         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40440         <kernel-features.h>.
40441         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40442         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40443         132096]: Remove conditional code.
40444         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40445         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40446         <kernel-features.h>.
40447         [__ASSUME_32BITUIDS]: Make code unconditional.
40448         [!__ASSUME_32BITUIDS]: Remove conditional code.
40449         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40450         <kernel-features.h>.
40451         [__ASSUME_32BITUIDS]: Make code unconditional.
40452         [!__ASSUME_32BITUIDS]: Remove conditional code.
40453         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40454         <kernel-features.h>.
40455         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40456         unconditional.
40457         (__setresgid): Do not declare.
40458         [__ASSUME_32BITUIDS]: Make code unconditional.
40459         [!__ASSUME_32BITUIDS]: Remove conditional code.
40460         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40461         <kernel-features.h>.
40462         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40463         unconditional.
40464         (__setresuid): Do not declare.
40465         [__ASSUME_32BITUIDS]: Make code unconditional.
40466         [!__ASSUME_32BITUIDS]: Remove conditional code.
40467         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40468         <kernel-features.h>.
40469         [__ASSUME_32BITUIDS]: Make code unconditional.
40470         [!__ASSUME_32BITUIDS]: Remove conditional code.
40471         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40472         <kernel-features.h>.
40473         [__ASSUME_32BITUIDS]: Make code unconditional.
40474         [!__ASSUME_32BITUIDS]: Remove conditional code.
40476 2012-05-25  Richard Henderson  <rth@twiddle.net>
40478         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40479         dl_hwcap to ifunc resolver.
40480         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40481         elf_ifunc_invoke.
40482         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40483         dl_hwcap to ifunc resolver.
40484         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40486 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40488         [BZ #14153]
40489         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40490         for |x| <= 2**-26, not 2**-57.
40491         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40492         exception.
40494 2012-05-24  Jeff Law  <law@redhat.com>
40496         * stdio-common/Makefile (tests): Add bug25.
40497         * stdio-common/bug25.c: New test.
40499 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40501         [BZ #13576]
40502         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40503         multiple of MALLOC_ALIGNMENT in size.
40504         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40506 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40508         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40509         Require >= 256.
40510         (FILENAME_MAX): Use macro-int-constant.
40511         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40512         (_IOFBF): Use macro-int-constant.
40513         (_IOLBF): Likewise.
40514         (_IONBF): Likewise.
40515         (SEEK_CUR): Likewise.
40516         (SEEK_END): Likewise.
40517         (SEEK_SET): Likewise.
40518         (TMP_MAX): Likewise.
40519         (EOF): Use macro-int-constant.  Require < 0.
40520         (NULL): Use macro-constant.  Require == 0.
40521         (stdin): Require type to be FILE *.
40522         (stdout): Likewise.
40523         (stderr): Likewise.
40524         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40525         macro-int-constant.
40526         (EXIT_SUCCESS): Likewise.
40527         (NULL): Use macro-constant.  Require == 0.
40528         (RAND_MAX): Use macro-int-constant.
40529         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40530         [C99-based standards] (strtof): Require function.
40531         [C99-based standards] (strtold): Likewise.
40532         [C99-based standards] (strtoll): Likewise.
40533         [C99-based standards] (strtoull): Likewise.
40534         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40535         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40536         [ISO || ISO99 || ISO11] (math.h): Likewise.
40537         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40538         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40539         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40541 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40543         [BZ #14132]
40544         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40545         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40546         * intl/dgettext.c (DCGETTEXT): Likewise.
40547         * intl/gettext.c (DCGETTEXT): Likewise.
40548         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40549         * posix/regex_internal.h (gettext): Likewise.
40550         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40551         Remove declaration.
40552         * include/argz.h (__argz_count_internal)
40553         (__argz_stringify_internal): Remove declaration.
40554         (__argz_count, __argz_stringify): Declare hidden proto.
40555         * intl/dcgettext.c: Remove use of INTDEF.
40556         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40557         * string/argz-stringify.c: Likewise.
40558         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40559         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40560         Declare hidden proto.
40561         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40562         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40563         Declare hidden proto.
40564         * include/stdio.h (__asprintf_internal): Don't declare.
40565         (__asprintf): Don't define as macro.  Declare hidden proto.
40566         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40567         (__fsetlocking): Declare hidden proto.
40568         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40569         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40570         hidden proto.
40571         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40572         (_IO_setlinebuf): Remove use of INTUSE.
40573         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40574         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40575         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40576         Remove declaration.
40577         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40578         (_IO_do_flush): Remove use of INTUSE.
40579         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40580         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40581         (_IO_adjust_column, _IO_least_wmarker)
40582         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40583         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40584         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40585         (_IO_default_doallocate, _IO_wdefault_doallocate)
40586         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40587         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40588         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40589         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40590         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40591         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40592         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40593         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40594         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40595         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40596         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40597         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40598         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40599         proto.
40600         (_IO_flush_all_internal, _IO_adjust_column_internal)
40601         (_IO_default_uflow_internal, _IO_default_finish_internal)
40602         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40603         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40604         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40605         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40606         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40607         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40608         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40609         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40610         (_IO_file_close_internal, _IO_file_close_it_internal)
40611         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40612         (_IO_file_init_internal, _IO_file_attach_internal)
40613         (_IO_file_fopen_internal, _IO_file_read_internal)
40614         (_IO_file_sync_internal, _IO_file_seek_internal)
40615         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40616         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40617         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40618         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40619         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40620         (_IO_list_all_internal, _IO_link_in_internal)
40621         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40622         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40623         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40624         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40625         (_IO_do_write_internal, _IO_padn_internal)
40626         (_IO_getline_info_internal, _IO_getline_internal)
40627         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40628         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40629         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40630         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40631         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40632         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40633         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40634         with libc_hidden_ver, remove use of INTUSE.
40635         * libio/genops.c: Likewise.
40636         * libio/freopen.c: Likewise.
40637         * libio/freopen64.c: Likewise.
40638         * libio/iofclose.c: Likewise.
40639         * libio/iofdopen.c: Likewise.
40640         * libio/iofflush.c: Likewise.
40641         * libio/iofflush_u.c: Likewise.
40642         * libio/iofgets.c: Likewise.
40643         * libio/iofgets_u.c: Likewise.
40644         * libio/iofopen.c: Likewise.
40645         * libio/iofopncook.c: Likewise.
40646         * libio/iofread.c: Likewise.
40647         * libio/iofread_u.c: Likewise.
40648         * libio/ioftell.c: Likewise.
40649         * libio/iofwrite.c: Likewise.
40650         * libio/iogetline.c: Likewise.
40651         * libio/iogets.c: Likewise.
40652         * libio/iogetwline.c: Likewise.
40653         * libio/iopadn.c: Likewise.
40654         * libio/iopopen.c: Likewise.
40655         * libio/ioseekoff.c: Likewise.
40656         * libio/ioseekpos.c: Likewise.
40657         * libio/iosetbuffer.c: Likewise.
40658         * libio/iosetvbuf.c: Likewise.
40659         * libio/ioungetc.c: Likewise.
40660         * libio/ioungetwc.c: Likewise.
40661         * libio/iovdprintf.c: Likewise.
40662         * libio/iovsprintf.c: Likewise.
40663         * libio/iovsscanf.c: Likewise.
40664         * libio/memstream.c: Likewise.
40665         * libio/obprintf.c: Likewise.
40666         * libio/oldfileops.c: Likewise.
40667         * libio/oldiofclose.c: Likewise.
40668         * libio/oldiofdopen.c: Likewise.
40669         * libio/oldiofopen.c: Likewise.
40670         * libio/oldiopopen.c: Likewise.
40671         * libio/oldstdfiles.c: Likewise.
40672         * libio/putc.c: Likewise.
40673         * libio/setbuf.c: Likewise.
40674         * libio/setlinebuf.c: Likewise.
40675         * libio/stdfiles.c: Likewise.
40676         * libio/strops.c: Likewise.
40677         * libio/vasprintf.c: Likewise.
40678         * libio/vscanf.c: Likewise.
40679         * libio/vsnprintf.c: Likewise.
40680         * libio/vswprintf.c: Likewise.
40681         * libio/wfiledoalloc.c: Likewise.
40682         * libio/wfileops.c: Likewise.
40683         * libio/wgenops.c: Likewise.
40684         * libio/wmemstream.c: Likewise.
40685         * libio/wstrops.c: Likewise.
40686         * libio/__fpurge.c: Likewise.
40687         * libio/__fsetlocking.c: Likewise.
40688         * assert/assert.c: Likewise.
40689         * debug/fgets_chk.c: Likewise.
40690         * debug/fgets_u_chk.c: Likewise.
40691         * debug/fread_chk.c: Likewise.
40692         * debug/fread_u_chk.c: Likewise.
40693         * debug/gets_chk.c: Likewise.
40694         * debug/obprintf_chk.c: Likewise.
40695         * debug/vasprintf_chk.c: Likewise.
40696         * debug/vdprintf_chk.c: Likewise.
40697         * debug/vsnprintf_chk.c: Likewise.
40698         * debug/vsprintf_chk.c: Likewise.
40699         * malloc/mtrace.c: Likewise.
40700         * misc/error.c: Likewise.
40701         * misc/syslog.c: Likewise.
40702         * stdio-common/asprintf.c: Likewise.
40703         * stdio-common/fxprintf.c: Likewise.
40704         * stdio-common/getw.c: Likewise.
40705         * stdio-common/isoc99_fscanf.c: Likewise.
40706         * stdio-common/isoc99_scanf.c: Likewise.
40707         * stdio-common/isoc99_vfscanf.c: Likewise.
40708         * stdio-common/isoc99_vscanf.c: Likewise.
40709         * stdio-common/isoc99_vsscanf.c: Likewise.
40710         * stdio-common/printf-prs.c: Likewise.
40711         * stdio-common/printf_fp.c: Likewise.
40712         * stdio-common/printf_fphex.c: Likewise.
40713         * stdio-common/printf_size.c: Likewise.
40714         * stdio-common/putw.c: Likewise.
40715         * stdio-common/scanf.c: Likewise.
40716         * stdio-common/sprintf.c: Likewise.
40717         * stdio-common/tmpfile.c: Likewise.
40718         * stdio-common/vfprintf.c: Likewise.
40719         * stdio-common/vfscanf.c: Likewise.
40720         * stdlib/strfmon_l.c: Likewise.
40721         * sunrpc/openchild.c: Likewise.
40722         * sunrpc/xdr_stdio.c: Likewise.
40723         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40724         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40726 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40728         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40730         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40731         in the third column, to generate for the shared library an IFUNC
40732         that uses _dl_vdso_vsym.
40733         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40734         * Makeconfig (object-suffixes-noshared): New variable.
40736         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40737         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40738         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40739         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40741         [BZ #14132]
40742         * include/sys/time.h (__gettimeofday): Remove macro.
40743         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40744         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40745         Remove INTDEF.
40746         (__gettimeofday): Add libc_hidden_def.
40747         (gettimeofday): Add libc_hidden_weak.
40748         * sysdeps/mach/gettimeofday.c: Likewise.
40749         * sysdeps/posix/gettimeofday.c: Likewise.
40750         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40751         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40752         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40753         (__gettimeofday_internal): Remove strong_alias.
40754         (__gettimeofday): Add libc_hidden_def.
40755         (gettimeofday): Add libc_hidden_weak.
40756         * sysdeps/unix/syscalls.list (gettimeofday):
40757         Remove __gettimeofday_internal alias.
40759 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40760             H.J. Lu  <hongjiu.lu@intel.com>
40762         [BZ #12495]
40763         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40764         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40765         (largebin_index_32_big): New.
40766         (largebin_index): Use it for 16-byte alignment.
40767         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40768         correction with front_misalign.
40770 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40773         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40774         Likewise.
40775         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40776         Likewise.
40777         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40778         Likewise.
40779         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40780         Likewise.
40781         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40782         Likewise.
40783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40784         Likewise.
40785         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40786         Likewise.
40787         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40788         Likewise.
40789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40790         Likewise.
40791         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40792         Likewise.
40793         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40794         Likewise.
40795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40796         Likewise.
40798         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40799         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40801 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40803         [BZ #10846]
40804         [BZ #14036]
40805         * math/libm-test.inc (exp_test): Add test from bug 14036.
40806         (pow_test): Add test from bug 10846.
40808         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40809         and other flags.
40810         (special_function): Do not include flags in test name.
40811         (parse_args): Likewise.
40812         * sysdeps/i386/fpu/libm-test-ulps: Update.
40813         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40814         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40815         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40818         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40819         exceptions.
40820         * math/libm-test.inc ("Philosophy"): Update comment about
40821         exception testing.
40822         (UNDERFLOW_EXCEPTION): New macro.
40823         (UNDERFLOW_EXCEPTION_OK): Likewise.
40824         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40825         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40826         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40827         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40828         (INVALID_EXCEPTION_OK): Update value.
40829         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40830         (OVERFLOW_EXCEPTION_OK): Likewise.
40831         (IGNORE_ZERO_INF_SIGN): Likewise.
40832         (test_exceptions): Handle underflow exceptions.
40833         (acos_test): Update for underflow exception expectations.
40834         (cexp_test): Likewise.
40835         (clog_test): Likewise.
40836         (clog10_test): Likewise.
40837         (csqrt_test): Likewise.
40838         (ctan_test): Likewise.
40839         (ctanh_test): Likewise.
40840         (exp_test): Likewise.
40841         (exp10_test): Likewise.
40842         (exp2_test): Likewise.
40843         (expm1_test): Likewise.
40844         (fma_test): Likewise.
40845         (j0_test): Likewise.
40846         (jn_test): Likewise.
40847         (nexttoward_test): Likewise.
40848         (pow_test): Likewise.
40849         (scalbn_test): Likewise.
40850         (scalbln_test): Likewise.
40851         (tan_test): Likewise.
40852         (y1_test): Likewise.
40853         * sysdeps/i386/fpu/libm-test-ulps: Update.
40854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40856 2012-05-23  David S. Miller  <davem@davemloft.net>
40858         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40859         (__libc_sigaction): Remove unused local variables.
40861 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40863         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40865 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40867         mktime: avoid signed integer overflow
40868         * time/mktime.c (__mktime_internal): Do not mishandle the case
40869         where diff == INT_MIN.
40871         mktime: simplify computation of average
40872         * time/mktime.c (ranged_convert): Use new time_t_avg function
40873         instead of rolling our own (probably-slower) code.
40875         mktime: do not assume signed right shift propagates sign bit
40876         * time/mktime.c (isdst_differ): New static function.
40877         (__mktime_internal): No need to normalize tm_isdst now.
40878         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40879         tm_isdst values.
40881         mktime: merge another wrapv change from gnulib
40882         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40883         from some compilers.
40885         mktime: remove incorrect attempt at unusual arithmetics
40886         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40887         The code didn't really work on such machines anyway.
40888         (TYPE_MINIMUM): Assume two's complement.
40889         (twos_complement_arithmetic): Verify that long_int and time_t
40890         are two's complement (or unsigned, in the latter case).
40892         mktime: check signed shifts on long_int and time_t, too
40893         * time/mktime.c (SHR): Check that shifts work as desired
40894         on the types long_int and time_t too, as SHR is used on
40895         such types.
40897         mktime: do not assume 'long' is wide enough
40898         * time/mktime.c (verify): Move decl up.
40899         (long_int): New type.
40900         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40901         to remove assumption in the code that 'long' is wide enough to
40902         store year values.  This assumption is not true on x32 and on
40903         some non-glibc platforms.
40905         mktime: merge wrapv change from gnulib
40906         * time/mktime.c (WRAPV): New macro.
40907         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40908         (guess_time_tm, __mktime_internal): Do not assume that signed
40909         integer overflow wraps around; modern compilers generate code
40910         where this assumption is no longer valid.
40912 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40914         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40915         Replace "jmp L(pseudo_end)" with "ret".
40916         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40917         Likewise.
40919 2012-05-23  Andreas Jaeger  <aj@suse.de>
40921         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40922         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40924 2012-05-23  Andreas Jaeger  <aj@suse.de>
40925             Maximilian Attems  <max@stro.at>
40927         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40928         New macros.
40930 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40932         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40933         code so that pseudo_end is just ret and the stack pointer is
40934         correct also for static library in error case.
40936 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40938         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40939         move to syscalls.list.
40940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40945         * manual/install.texi (Running make install): Do not mention Linux
40946         kernel version for which pt_chown is not needed.
40947         (Linux): Do not mention problems with nscd with 2.0 kernels.
40948         * INSTALL: Regenerated.
40950 2012-05-23  Andreas Jaeger  <aj@suse.de>
40952         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40953         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40954         macro.
40955         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40956         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40957         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40958         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40959         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40960         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40961         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40962         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40963         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40964         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40965         * sysdeps/unix/sysv/linux/bits/in.h
40966         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40968 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40970         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40971         (PREPARE_VERSION): Just use assert instead, it will be elided
40972         under [NDEBUG] anyway.
40974 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40976         * sysdeps/unix/sysv/linux/Makefile: Include
40977         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
40978         (sysdep_routines): Remove sysctl.
40979         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
40980         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
40981         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
40982         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
40983         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
40985 2012-05-22  Andreas Jaeger  <aj@suse.de>
40987         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
40988         that pseudo_end is just ret and the stack pointer is correct also
40989         for static library in error case.
40991 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
40993         [BZ #14122]
40994         * nss/nsswitch.c (defconfig_entries): New variable.
40995         (__nss_database_lookup): Don't leak defconfig entries.
40996         (nss_parse_service_list): Don't leak on error paths.
40997         (free_database_entries): New function.
40998         (free_defconfig): New function.
40999         (free_mem): Move common code to free_database_entries.
41001 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41003         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41004         Add arch_prctl.
41005         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41007         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41008         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41010         New macro.
41011         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41012         (INTERNAL_SYSCALL_TYPES): Likewise.
41013         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41014         (LOAD_REGS_TYPES_[1-6]): Likewise.
41015         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41016         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41018 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41020         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41021         copysignl for GLIBC_2_0.
41022         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41023         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41024         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41025         logbl for GLIBC_2_0.
41026         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41027         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41029 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41031         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41032         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41034         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41035         Use "neg %eax".
41037         * time/mktime.c: Update copyright years.
41039 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41041         mktime: merge comment-quoting-style change from gnulib
41042         * time/mktime.c: Quote 'like this' in comments.
41043         The GNU coding standards suggest that we no longer quote `like this',
41044         as "`" and "'" are typically rendered asymmetrically nowadays.
41045         The typical gnulib style is to quote 'like this' when quoting
41046         code, and "like this" when quoting English.
41048         * time/mktime.c (compile-command): Add "-I.".
41050         mktime: merge mktime-internal.h change from gnulib
41051         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41053         mktime: merge time_r change from gnulib
41054         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41056         mktime: merge DEBUG change from gnulib
41057         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41058         case system <time.h> has a #define.
41060         mktime: merge <sys/types.h> change from gnulib
41061         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41062         since <time.t> is now guaranteed to define time_t.
41064         mktime: merge HAVE_CONFIG_H change from gnulib
41065         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41067 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41069         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41070         Use "neg %eax".
41072         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41073         __rlim_t cast.
41074         (struct rusage): Use anonymous union to pad each field to
41075         __syscall_slong_t.
41077 2012-05-21  David S. Miller  <davem@davemloft.net>
41079         * Makefules (o-iterator): Remove .s cases.
41080         (compile-command.s): Delete.
41081         (COMPILE.s): Delete.
41082         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41084 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41086         * configure.in (libc_cv_predef_stack_protector): Only consider
41087         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41088         * configure: Regenerated.
41090 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41092         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41093         New macro.  Use R*LP on int and pointer.
41094         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41095         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41096         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41097         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41099         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41100         [__WORDSIZE_TIME64_COMPAT32] instead of
41101         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41102         (struct utmp): Likewise.
41103         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41104         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41105         Renamed to ...
41106         (__WORDSIZE_TIME64_COMPAT32): This.
41107         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41108         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41109         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41110         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41111         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41112         (__WORDSIZE_TIME64_COMPAT32): New macro.
41114 2012-05-21  Andreas Jaeger  <aj@suse.de>
41116         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41117         only if [SHARED]. Add prototype for __wcschr_ia32.
41119 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41121         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41122         of %rbp unmolested in the jmp_buf while mangling the low bits.
41123         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41124         unmolested high bits of %rbp while demangling the low bits.
41125         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41127 2012-05-21  Andreas Jaeger  <aj@suse.de>
41129         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41130         * sunrpc/svc_simple.c: Use it for registerrpc.
41131         * sunrpc/xcrypt.c: Use it for passwd2des.
41133         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41135 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41137         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41138         Don't define if [__SYSCALL_WORDSIZE != 32].
41139         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41140         New macro.
41142 2012-05-21  Bruno Haible  <bruno@clisp.org>
41143             Andreas Jaeger  <aj@suse.de>
41145         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41146         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41147         inptr and inend for must_buffer_ch.
41148         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41149         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41150         * stdio-common/Makefile (tests): Remove bug15.
41151         (bug15-ENV): Remove macro.
41152         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41153         anymore.
41155 2012-05-19  Andreas Jaeger  <aj@suse.de>
41156             Roland McGrath  <roland@hack.frob.com>
41158         * manual/contrib.texi: Completely rewritten. It contains now an
41159         alphabetical list of contributors and their contributions.
41161 2012-05-21  Richard Henderson  <rth@twiddle.net>
41163         * misc/getauxval.c (__getauxval): Use unsigned long int.
41164         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41165         (getauxval): Use unsigned long int.
41167 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41169         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41171 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41173         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41174         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41175         __alignof__ (long double).
41177 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41181 2012-05-20  Richard Henderson  <rth@twiddle.net>
41183         * misc/getauxval.c: New file.
41184         * misc/sys/auxv.h: New file.
41185         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41186         (routines): Add getauxval.
41187         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41188         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41189         * elf/dl-sysdep.c (_dl_auxv): Remove.
41190         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41191         * elf/dl-support.c (_dl_auxv): New variable.
41192         (_dl_aux_init): Initialize it.
41193         * manual/startup.texi (Auxiliary Vector): New node.
41194         * sysdeps/generic/bits/hwcap.h: New file.
41195         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41196         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41197         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41198         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41199         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41200         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41202         Update.
41203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41206         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41207         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41208         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41209         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41210         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41212 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41216 2012-05-19  David S. Miller  <davem@davemloft.net>
41218         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41220 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41222         [BZ #14123]
41223         * math/s_ccosh.c: Include <float.h>
41224         (__ccosh): Avoid internal overflow calculating sinh and cosh
41225         values before multiplying by sin and cos values.
41226         * math/s_ccoshf.c: Likewise.
41227         * math/s_ccoshl.c: Likewise.
41228         * math/s_csin.c: Likewise.
41229         * math/s_csinf.c: Likewise.
41230         * math/s_csinl.c: Likewise.
41231         * math/s_csinh.c: Likewise.
41232         * math/s_csinhf.c: Likewise.
41233         * math/s_csinhl.c: Likewise.
41234         * math/libm-test.inc (ccos_test): Add more tests.
41235         (ccosh_test): Likewise.
41236         (csin_test): Likewise.
41237         (csinh_test): Likewise.
41238         * sysdeps/i386/fpu/libm-test-ulps: Update.
41239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41241 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41243         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41244         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41246         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41248 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41250         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41251         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41252         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41253         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41254         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41255         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41256         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41257         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41258         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41259         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41260         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41261         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41262         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41263         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41264         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41265         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41266         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41267         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41268         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41269         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41270         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41271         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41272         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41273         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41274         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41275         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41276         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41277         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41278         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41279         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41280         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41282 2012-05-18  Andreas Jaeger  <aj@suse.de>
41284         * csu/.gitignore: Delete.
41286 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41288         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41289         (timex): Use __syscall_slong_t.
41291 2012-05-18  Andreas Jaeger  <aj@suse.de>
41292             Carlos O'Donell  <carlos_odonell@mentor.com>
41294         * manual/install.texi (Configuring and compiling): Update
41295         description about files modified in the source directory.
41296         * INSTALL: Regenerated.
41298 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41300         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41301         value.  Use "or" to set return value to -1.
41302         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41303         negate return value.
41305 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41307         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41308         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41309         failure if the compiler has Graphite support disabled.
41310         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41311         Likewise.
41312         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41313         (CFLAGS-memmove.c): Likewise.
41314         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41315         Likewise.
41317 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41319         * sysdeps/x86_64/x32/_itoa.h: New file.
41321         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41322         getdents system call only if kernel and user dirents have the
41323         same d_ino and d_off.
41325         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41326         LLONG_MAX != LONG_MAX.
41327         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41328         (_fitoa_word): Likewise.
41330         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41331         years.
41332         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41333         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41334         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41336         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41337         include <bits/wordsize.h>.  Check __x86_64__ instead of
41338         __WORDSIZE.
41339         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41340         if __x86_64__ is defined.  Use anonymous union on fpstate.
41342         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41343         anonymous union.
41345 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41347         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41348         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41349         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41350         Refer to _rtld_local_ro instead of _rtld_global_ro.
41351         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41352         Likewise.
41353         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41354         Likewise.
41355         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41356         Likewise.
41357         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41358         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41359         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41361         * sysdeps/powerpc/powerpc32/dl-machine.c
41362         (__elf_machine_runtime_setup) [PROF]: Don't reference
41363         _dl_prof_resolve.
41365 2012-05-18  Andreas Jaeger  <aj@suse.de>
41367         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41368         function only available for GCCs before 3.4 since GCC 3.4
41369         introduced a builtin.
41370         (lrint): Likewise.
41371         (llrintf): Likewise.
41372         (llrint): Likewise.
41373         (fmaxf): Likewise.
41374         (fmax): Likewise.
41375         (fminf): Likewise.
41376         (fmin): Likewise.
41377         (rint): Likewise.
41378         (rintf): Likewise.
41379         (nearbyint): Likewise.
41380         (nearbyintf): Likewise.
41381         (ceil): Likewise.
41382         (ceilf): Likewise.
41383         (floor): Likewise.
41384         (floorf): Likewise.
41386 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41388         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41389         on both fields and cast pointer to __syscall_ulong_t.
41391         * bits/types.h (__fsword_t): New type.
41392         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41393         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41394         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41395         (__FSWORD_T_TYPE): Likewise.
41396         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41397         (__FSWORD_T_TYPE): Likewise.
41398         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41399         (__FSWORD_T_TYPE): Likewise.
41400         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41401         (__FSWORD_T_TYPE): Likewise.
41402         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41403         __SWORD_TYPE with __fsword_t.
41404         (statfs64): Likewise.
41406 2012-05-17  David S. Miller  <davem@davemloft.net>
41408         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41410 2012-05-17  Andreas Jaeger  <aj@suse.de>
41412         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41413         warning.
41415 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41417         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41419 2012-05-17  Andreas Jaeger  <aj@suse.de>
41421         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41422         when it is used.
41424 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41426         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41428 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41430         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41431         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41433 2012-05-17  Andreas Jaeger  <aj@suse.de>
41434             Carlos O'Donell  <carlos_odonell@mentor.com>
41436         [BZ #14059]
41437         * sysdeps/x86_64/multiarch/init-arch.h
41438         (bit_YMM_Usable): Rename to...
41439         (bit_AVX_Usable): ... this.
41440         (bit_FMA4_Usable): New macro.
41441         (bit_XMM_state): New macro.
41442         (bit_YMM_state): New macro.
41443         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41444         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41445         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41446         (CPUID_OSXSAVE): New macro.
41447         (CPUID_AVX): New macro.
41448         (CPUID_FMA4): New macro.
41449         (index_YMM_Usable): Rename to...
41450         (index_AVX_Usable): ... this.
41451         (HAS_AVX): Use HAS_ARCH_FEATURE.
41452         (HAS_FMA4): Likewise.
41453         (HAS_YMM_USABLE): Remove.
41454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41455         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41456         are present.
41457         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41458         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41459         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41460         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41461         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41463 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41465         * math/libm-test.c: Support platforms without multiple rounding modes.
41466         * math/bug-nextafter.c: Support platforms without FP exceptions.
41467         * math/bug-nexttoward.c: Likewise.
41468         * math/test-fenv.c: Likewise.
41469         * math/test-misc.c: Likewise.
41470         * stdlib/bug-getcontext.c: Likewise.
41472 2012-05-17  Andreas Jaeger  <aj@suse.de>
41474         * manual/examples/search.c (critter_cmp): Change signature to
41475         avoid warnings.
41476         * manual/string.texi (Collation Functions): Likewise.
41478 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41480         * bits/types.h: Fold copyright years.
41481         * bits/typesizes.h: Likewise.
41482         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41483         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41484         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41485         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41486         * time/time.h: Likewise.
41488 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41490         [BZ #208]
41491         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41492         in instead of returning them.  Return void.
41493         (__libc_mallinfo): Accumulate over all arenas.
41494         (__malloc_stats): Adjust for change in int_mallinfo interface.
41496 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41498         [BZ #10375]
41499         * configure.in (NM): Add AC_CHECK_TOOL for it.
41500         (libc_extra_cflags): New substituted variable.
41501         Check for -fstack-protector being used implicitly.
41502         * configure: Regenerated.
41503         * config.make.in (config-extra-cflags): New variable,
41504         gets @libc_extra_cflags@.
41505         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41507         [BZ #10375]
41508         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41509         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41510         * configure: Regenerated.
41511         * config.make.in (CPPUNDEFS): New substituted variable.
41512         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41513         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41514         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41516 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41518         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41519         (mq_attr): Use __syscall_slong_t.
41521 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41523         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41524         Check __x86_64__ instead of __WORDSIZE.
41525         (_STAT_VER_LINUX): Likewise.
41526         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41527         __syscall_ulong_t and __syscall_slong_t.
41528         (stat64): Likewise.
41530 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41532         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41534 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41536         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41538 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41540         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41541         __syscall_ulong_t.
41543         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41544         include <bits/wordsize.h>.  Check __x86_64__ instead of
41545         __WORDSIZE.
41546         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41547         defined.
41548         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41550         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41551         include <bits/wordsize.h>.  Check __x86_64__ instead of
41552         __WORDSIZE.
41553         (user_regs_struct): Use "__extension__ unsigned long long"
41554         instead of "unsigned long" if __x86_64__ is defined.
41555         (user): Likewise.  Pad after pointer field if __ILP32__ is
41556         defined.
41558 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41560         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41561         versions 5 to 9.
41562         * configure: Regenerated.
41563         * manual/install.texi (texinfo): Increase version requirement to
41564         4.5 or later.
41565         * INSTALL: Regenerated.
41567         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41569 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41571         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41573         * sysdeps/x86_64/x32/ffs.c: New file.
41575         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41576         __syscall_ulong_t.
41577         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41578         defined.  Use __syscall_ulong_t.
41579         (shminfo): Use __syscall_ulong_t.
41580         (shm_info): Likewise.
41582         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41583         __syscall_ulong_t.
41585         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41586         <bits/wordsize.h>.
41587         (msgqnum_t): Use __syscall_ulong_t.
41588         (msglen_t): Likewise.
41589         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41590         __syscall_ulong_t.
41592         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41593         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41595         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41597         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41598         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41600         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41601         __syscall_slong_t.
41603         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41604         include <bits/wordsize.h>.  Check __x86_64__ instead of
41605         __WORDSIZE.
41607         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41608         "unsigned long long int" if __x86_64__ is defined.
41609         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41611         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41612         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41613         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41615         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41616         <stdint.h>.
41617         (GET_PC): Cast to uintptr_t first.
41618         (GET_FRAME): Likewise.
41619         (GET_STACK): Likewise.
41621         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41622         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41623         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41624         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41625         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41626         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41627         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41628         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41629         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41630         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41631         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41632         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41633         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41634         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41635         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41636         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41637         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41638         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41639         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41640         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41641         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41642         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41643         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41644         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41645         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41646         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41647         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41648         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41649         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41651 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41653         * Makerules (+depfiles): Also collect depfiles from .oS in
41654         $(extra-objs).
41655         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41656         .oS, $(libnldbl-routines)).
41658         * Makerules (native-compile-mkdep-flags): Define.
41659         * sunrpc/Makefile (extra-objs): Add $(addprefix
41660         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41661         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41662         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41663         calling $(make-target-directory).
41665 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41667         * bits/types.h (__snseconds_t): Removed.
41668         * time/time.h (struct timespec): Replace __snseconds_t with
41669         __syscall_slong_t.
41670         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41671         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41672         Likewise.
41673         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41674         (__SNSECONDS_T_TYPE): Likewise.
41675         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41676         (__SNSECONDS_T_TYPE): Likewise.
41677         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41678         (__SNSECONDS_T_TYPE): Likewise.
41680 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41682         * sysdeps/mach/hurd/bits/typesizes.h
41683         (__SYSCALL_SLONG_TYPE): New macro.
41684         (__SYSCALL_ULONG_TYPE): Likewise.
41686 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41688         * bits/types.h (__syscall_slong_t): New type.
41689         (__syscall_ulong_t): Likewise.
41691         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41692         (__SYSCALL_ULONG_TYPE): Likewise.
41693         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41694         (__SYSCALL_SLONG_TYPE): Likewise.
41695         (__SYSCALL_ULONG_TYPE): Likewise.
41696         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41697         (__SYSCALL_SLONG_TYPE): Likewise.
41698         (__SYSCALL_ULONG_TYPE): Likewise.
41699         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41700         (__SYSCALL_SLONG_TYPE): Likewise.
41701         (__SYSCALL_ULONG_TYPE): Likewise.
41703 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41705         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41706         Add sigaltstack-offsets.sym.
41707         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41708         <sigaltstack-offsets.h>.
41709         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41710         longjmp_msg pointer.
41711         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41712         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41713         signal stack.
41714         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41716 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41718         * elf/stackguard-macros.h: Remove file.
41719         * sysdeps/generic/stackguard-macros.h: New file.
41720         * sysdeps/i386/stackguard-macros.h: Likewise.
41721         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41722         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41723         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41724         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41725         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41726         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41727         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41728         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41729         <elf/stackguard-macros.h>.
41731         [BZ #14109]
41732         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41733         __aligned__ in attribute.
41734         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41735         (gregset_t): Likewise.
41737 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41739         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41740         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41741         * sysdeps/x86_64/x32/Implies-after: New file.
41743 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41745         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41746         and access return value for _dl_profile_fixup.  Use R10_LP to
41747         load frame size.
41749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41751         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41753 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41755         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41756         * sysdeps/x86_64/x32/sysdep.h: New file.
41758 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41760         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41761         * sysdeps/x86_64/setjmp.S: Likewise.
41763 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41765         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41766         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41767         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41768         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41769         remove unused global constant.
41771 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41773         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41774         include of <not-cancel.h>.
41776 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41778         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41780 2012-05-15  Jeff Law  <law@redhat.com>
41781             Andreas Jaeger  <aj@suse.de>
41783         [BZ #13594]
41784         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41785         out from...
41786         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41787         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41788         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41789         code changing __hst_map_handle.map.
41791 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41793         * configure.in (sysnames): Look for Implies-before and Implies-after
41794         files.
41795         * configure: Regenerated.
41797 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41799         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41800         8-byte data alignment with LP_SIZE alignment.
41802 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41804         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41805         into R10_LP.
41807 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41809         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41811 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41813         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41814         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41815         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41816         Likewise.
41817         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41819 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41821         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41822         (stackinfo_sub_sp): Likewise.
41824 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41826         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41827         RAX_LP.
41829 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41831         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41832         into R*_LP.
41834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41836         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41837         sizes into R*_LP.
41839 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41841         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41843 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41845         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41846         into R11_LP and load __x86_64_shared_cache_size_half into
41847         R8_LP.
41849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41851         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41852         R8_LP.
41854 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41856         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41857         logb for POWER7.
41858         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41859         logbf for POWER7.
41860         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41861         logbl for POWER7.
41862         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41863         powerpc32/power7/fpu/s_logb.c via #include.
41864         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41865         powerpc32/power7/fpu/s_logbf.c via #include.
41866         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41867         powerpc32/power7/fpu/s_logbl.c via #include.
41869 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41871         * README.libm: Remove file.
41873 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41875         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41876         count for x32.  Use R*_LP and omit operand-size suffix.
41878 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41880         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41881         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41882         * sysdeps/x86_64/x32/shlib-versions: New file.
41884 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41886         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41887         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41888         Use _dl_fatal_printf instead.
41890 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41892         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41893         set if not set by the user.  Do not allow for being unset.
41894         * sysdeps/unix/sysv/linux/configure: Regenerated.
41896 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41898         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41899         the `q' suffix from lea and replace .quad with ASM_ADDR.
41901 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41903         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41904         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41905         instead of $17.
41906         (PTR_DEMANGLE): Likewise.
41908 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41910         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41911         (LP_OP): Likewise.
41912         (ASM_ADDR): Likewise.
41913         (RAX_LP): Likewise.
41914         (RBP_LP): Likewise.
41915         (RBX_LP): Likewise.
41916         (RCX_LP): Likewise.
41917         (RDI_LP): Likewise.
41918         (RSI_LP): Likewise.
41919         (RSP_LP): Likewise.
41920         (R8_LP): Likewise.
41921         (R9_LP): Likewise.
41922         (R10_LP): Likewise.
41923         (R10_LP): Likewise.
41924         (R11_LP): Likewise.
41925         (R12_LP): Likewise.
41926         (R13_LP): Likewise.
41927         (R14_LP): Likewise.
41928         (R15_LP): Likewise.
41930 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41932         * sysdeps/x86_64/x32/dl-machine.h: New file.
41934 2012-05-14  Andreas Jaeger  <aj@suse.de>
41936         * manual/Makefile (subdir): Remove export of subdir.
41937         (all): Remove target.
41938         (.PHONY): Remove all from list.
41939         (mkinstalldirs): Remove.
41940         (.PHONY): Remove installdirs from list.
41941         ($(inst_infodir)/libc.info): Use make-target-directory.
41942         (installdirs): Remove.
41943         (subdir_%): Remove.
41944         (glibc-targets): Remove.
41945         (lib): Remove.
41946         (stubs): Remove.
41947         ($(objpfx)stubs ../po/manual.pot): Remove.
41948         ($(objpfx)stamp%): Remove.
41949         (make-target-directory): Remove.
41950         (subdir_install): Remove.
41951         (routines): Remove.
41952         (aux): Remove.
41953         (sources): Remove.
41954         (objects): Remove.
41955         (headers): Remove.
41957         [BZ #13750]
41958         * manual/.gitignore: Remove, it's not needed anymore.
41959         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41960         all files in it.
41961         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41962         directory.
41963         (texis): Renamed to $(objpfx)texis.
41964         (texis-path): New, contains path to generated files.
41965         (chapters.%): Use texis-path for complete path, add extra argument
41966         libc-texinfo.sh.
41967         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41968         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41969         (summary,texi, stamp-summary): Use complete path of
41970         files. Generate files in build dir.
41971         (dir-add.texi): Build in build dir.
41972         (libm-err.texi,stamp-libm-err): Likewise.
41973         (version.texi, stamp-version): Likewise.
41974         (.%c.texi): Likewise.
41975         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
41976         (mostlyclean): Remove target.
41977         (realclean): Remove target.
41978         (generated): Add new variable with contents from mostlyclean and
41979         realclean, remove entries duplicated in common-mostlyclean, add
41980         stamp-libm-err and stamp-version.
41981         (generated-dirs): Add libc directory.
41982         ($(inst_infodir)/libc.info): Install files from build dir.
41984         * manual/install.texi (Configuring and compiling): Adjust since
41985         the info files are not part of the tar ball anymore.
41987 2012-05-14  Andreas Jaeger  <aj@suse.de>
41989         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
41990         variable.
41992 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41994         [BZ #13717]
41995         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41996         to 2.2.0 where earlier.
41997         * sysdeps/unix/sysv/linux/configure: Regenerated.
41998         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
41999         Remove conditional code.
42000         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42001         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42002         Remove conditional code.
42003         [!__NR_lchown]: Likewise.
42004         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42005         [__NR_lchown]: Likewise.
42006         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42007         comment referencing __ASSUME_LCHOWN_SYSCALL.
42008         * sysdeps/unix/sysv/linux/i386/sigaction.c
42009         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42010         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42011         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42012         Remove conditional code.
42013         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42014         (__protocol_available): Remove #if 0 code.
42015         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42016         conditional code.
42017         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42018         * sysdeps/unix/sysv/linux/kernel-features.h
42019         (__ASSUME_GETCWD_SYSCALL): Don't define.
42020         (__ASSUME_REALTIME_SIGNALS): Likewise.
42021         (__ASSUME_PREAD_SYSCALL): Likewise.
42022         (__ASSUME_PWRITE_SYSCALL): Likewise.
42023         (__ASSUME_POLL_SYSCALL): Likewise.
42024         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42025         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42026         non-SPARC.
42027         (__ASSUME_SIOCGIFNAME): Don't define.
42028         (__ASSUME_MSG_NOSIGNAL): Likewise.
42029         (__ASSUME_SENDFILE): Define unconditionally.
42030         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42031         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42032         conditional code.
42033         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42034         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42035         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42036         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42037         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42038         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42039         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42041         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42042         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42044         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42045         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42047         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42048         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42050         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42051         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42053         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42054         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42056         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42057         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42059         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42060         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42062         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42063         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42064         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42065         Remove conditional code.
42066         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42067         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42068         Remove conditional code.
42069         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42070         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42071         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42072         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42073         Remove conditional code.
42074         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42075         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42076         Remove conditional code.
42077         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42078         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42079         Remove conditional code.
42080         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42081         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42082         Remove conditional code.
42083         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42084         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42085         Remove conditional code.
42086         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42087         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42088         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42089         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42090         * sysdeps/unix/sysv/linux/sigaction.c
42091         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42092         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42093         * sysdeps/unix/sysv/linux/sigpending.c
42094         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42095         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42096         * sysdeps/unix/sysv/linux/sigprocmask.c
42097         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42098         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42099         * sysdeps/unix/sysv/linux/sigsuspend.c
42100         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42101         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42102         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42103         (__libc_missing_rt_sigs): Remove.
42104         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42105         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42106         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42107         Remove conditional code.
42108         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42109         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42110         return 1.
42111         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42112         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42113         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42114         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42116 2012-05-14  Andreas Jaeger  <aj@suse.de>
42118         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42119         it's not used in glibc.
42120         (__coshm1): Likewise.
42121         (__acosh1p): Likewise.
42122         (__sgn): Likewise.
42124         * manual/string.texi (Copying and Concatenation): Add missing
42125         variable in concat example.
42126         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42128 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42130         [BZ #14103]
42131         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42132         __builtin_clzl with __builtin_clzll.
42134 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42136         [BZ #14104]
42137         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42138         libc_freeres_ptr.
42140 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42142         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42143         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42144         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42145         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42147 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42149         * NEWS: Update ia64 info.
42151 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42153         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42154         used as bcopy.
42156 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42158         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42159         * sysdeps/unix/syscalls.list (dup3): Likewise.
42160         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42161         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42163 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42165         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42166         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42168 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42170         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42171         thread pointer.
42172         (TLS_IE): Use mov/add instead of movq/addq to load thread
42173         pointer.
42174         (TLS_GD_PREFIX): New.
42175         (TLS_GD): Use it.
42177 2012-05-11  David S. Miller  <davem@davemloft.net>
42179         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42180         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42181         (_FPU_SETCW): Likewise.
42183 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42185         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42186         is 32-byte aligned.
42188 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42190         [BZ #11837]
42191         * iconvdata/gb18030.c: Update tables.
42192         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42193         characters specially.
42194         (BODY for TO_LOOP): Add encoding of missing ranges.
42196 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42198         [BZ #13673]
42199         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42200         * sysdeps/mach/hurd/dup3.c: Likewise.
42201         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42202         * sysdeps/powerpc/memmove.c:: Likewise.
42204 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42206         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42207         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42209 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42211         * elf/elf.h (R_X86_64_RELATIVE64): New.
42212         (R_X86_64_NUM): Updated.
42213         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42214         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42215         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42216         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42217         tst-quad1pie tst-quad2pie
42218         (modules-names): Add tst-quadmod1 tst-quadmod2.
42219         ($(objpfx)tst-quad1): New dependency.
42220         ($(objpfx)tst-quad2): Likewise.
42221         ($(objpfx)tst-quad1pie): Likewise.
42222         ($(objpfx)tst-quad2pie): Likewise.
42223         * sysdeps/x86_64/tst-quad1.c: New file.
42224         * sysdeps/x86_64/tst-quad1pie.c: New file.
42225         * sysdeps/x86_64/tst-quad2.c: Likewise.
42226         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42227         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42228         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42229         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42230         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42232 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42234         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42235         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42236         * streams/stropts.h (t_scalar_t): Define type.
42238         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42239         (_PATH_PRESERVE): Set to "/var/lib".
42240         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42242         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42243         instead of int.
42245         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42246         if __dir_mkfile succeeded.
42248         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42249         checking for _hurd_dtablesize.  Unlock it right after having
42250         finished _hurd_dtable allocation.
42252 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42254         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42255         * sysdeps/mach/hurd/configure: Regenerated.
42256         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42257         special-casing to...
42258         * sysdeps/gnu/configure.in: ... this new file.
42259         * sysdeps/unix/sysv/linux/configure: Regenerated.
42260         * sysdeps/gnu/configure: New generated file.
42262         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42263         for Linux: use nsec instead of usec, as well as:
42264         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42265         members of type struct timespec.
42266         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42267         New macros.
42268         (struct stat64): Likewise.
42269         (_STATBUF_ST_NSEC): New macro.
42270         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42272         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42273         __strtoul_internal rather than strtoul.
42275 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42277         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42278         and reject them.
42280 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42282         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42283         which preserves existing values.
42284         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42286 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42288         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42289         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42290         greater than FD_SETSIZE.
42292 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42294         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42295         allocated, call __vm_protect to finish enabling the existing space, and
42296         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42297         allocate the remainder.
42299 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42301         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42302         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42304 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42306         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42307         sysdeps/mach/hurd/readlink.c.
42309         * posix/tst-sysconf.c (posix_options): Only use
42310         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42311         _POSIX_SYNCHRONIZED_IO when they are defined
42312         * sysdeps/mach/hurd/bits/posix_opt.h:
42313         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42314         (_XOPEN_REALTIME): Undefine macro.
42315         (_XOPEN_REALTIME_THREADS): Undefine macro.
42316         (_XOPEN_SHM): Undefine macro.
42317         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42318         macro to -1.
42319         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42320         macro to -1.
42321         (_POSIX_ASYNC_IO): Undefine macro.
42322         (_POSIX_PRIORITIZED_IO): Undefine macro.
42323         (_POSIX_SPIN_LOCKS): Define macro to -1.
42325         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42326         SA_NODEFER, SA_RESETHAND.
42327         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42328         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42329         F_DUPFD_CLOEXEC.
42331 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42333         * elf/Makefile (pldd-modules): Define unconditionally.
42335 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42337         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42339 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42341         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42342         Return ENOENT when name is empty.
42343         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42345 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42347         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42349         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42351 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42353         Fix mlock in all cases except non-readable pages.
42354         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42355         instead of VM_PROT_ALL as parameter to __vm_wire function.
42357         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42358         (__mkdir): When path is `/', just fail with EEXIST.
42359         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42361 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42363         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42364         <sys/uio.h> (for writev).
42365         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42366         and <sys/param.h> (for MIN).
42368 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42370         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42371         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42372         if interrupted.
42374 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42376         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42377         Depend on against $(link-rpcuserlibs).
42379 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42381         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42382         (__libc_stack_end): Do not use attribute_relro.
42383         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42384         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42385         to libthread-provided value.
42386         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42387         attribute_relro.
42389 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42391         [BZ #3748]
42392         * bits/libc-lock.h (__libc_once_get): New macro.
42393         * sysdeps/mach/bits/libc-lock.h: Likewise.
42394         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42395         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42396         instead of using implementation details.
42398         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42399         * libio/freopen.c: Likewise.
42400         * libio/freopen64.c: Likewise.
42401         * misc/syslog.c: Likewise.
42402         * nscd/connections.c: Likewise.
42403         * nscd/netgroupcache.c: Likewise.
42404         * sysdeps/posix/getcwd.c: Likewise.
42406 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42408         * math/w_ilogbf.c: Add #include <limits.h>.
42410 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42412         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42413         path instead of returning without unlocking.
42415         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42416         immediate-write ioctls.
42417         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42419 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42421         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42422         __builtin_frame_address instead of making assumptions about the
42423         location of the return address relative to DATA.  Force early load of
42424         the return address.
42425         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42426         __builtin_frame_address.
42428         dup3 for GNU Hurd.
42429         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42430         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42431         implement dup3 and do some further code clean-ups.
42432         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42433         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42435 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42437         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42439         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42440         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42441         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42442         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42443         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42444         d->port.lock.
42446         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42447         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42448         when handler == SIG_ERR, not when handler != SIG_ERR.
42450 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42452         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42453         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42454         definitions.
42456         accept4 for GNU Hurd.
42457         * include/sys/socket.h (__libc_accept4): New prototype.
42458         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42459         to implement __libc_accept4.
42460         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42461         __libc_accept4.
42462         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42464         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42465         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42466         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42467         signal-defines.sym.
42469 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42471         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42473 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42475         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42476         assertion on O_CLOEXEC flag.
42477         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42478         * hurd/intern-fd.c: Likewise.
42479         * hurd/port2fd.c: Likewise.
42481 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42483         [BZ #3906]
42484         * bits/in.h (IPV6_PKTINFO): Define new macro.
42485         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42487 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42489         [BZ #13954]
42490         [BZ #13955]
42491         [BZ #13956]
42492         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42493         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42494         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42495         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42496         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42497         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42498         * math/libm-test.inc (logb_test) : Additional logb tests.
42500 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42501             Andreas Jaeger  <aj@suse.de>
42503         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42504         * configure: Regenerated.
42505         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42506         * config.make.in (link-obsolete-rpc): New substituted variable.
42507         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42508         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42509         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42510         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42511         so that libc.a contains the symbols.
42512         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42513         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42514         * sunrpc/auth_none.c: Likewise.
42515         * sunrpc/auth_unix.c: Likewise.
42516         * sunrpc/authdes_prot.c: Likewise.
42517         * sunrpc/authuxprot.c: Likewise.
42518         * sunrpc/clnt_gen.c: Likewise.
42519         * sunrpc/clnt_perr.c: Likewise.
42520         * sunrpc/clnt_raw.c: Likewise.
42521         * sunrpc/clnt_simp.c: Likewise.
42522         * sunrpc/clnt_tcp.c: Likewise.
42523         * sunrpc/clnt_udp.c: Likewise.
42524         * sunrpc/clnt_unix.c: Likewise.
42525         * sunrpc/des_crypt.c: Likewise.
42526         * sunrpc/des_soft.c: Likewise.
42527         * sunrpc/get_myaddr.c: Likewise.
42528         * sunrpc/key_call.c: Likewise.
42529         * sunrpc/key_prot.c: Likewise.
42530         * sunrpc/netname.c: Likewise.
42531         * sunrpc/pm_getmaps.c: Likewise.
42532         * sunrpc/pm_getport.c: Likewise.
42533         * sunrpc/pmap_clnt.c: Likewise.
42534         * sunrpc/pmap_prot.c: Likewise.
42535         * sunrpc/pmap_prot2.c: Likewise.
42536         * sunrpc/pmap_rmt.c: Likewise.
42537         * sunrpc/publickey.c: Likewise.
42538         * sunrpc/rpc_cmsg.c: Likewise.
42539         * sunrpc/rpc_common.c: Likewise.
42540         * sunrpc/rpc_dtable.c: Likewise.
42541         * sunrpc/rpc_prot.c: Likewise.
42542         * sunrpc/rpc_thread.c: Likewise.
42543         * sunrpc/rtime.c: Likewise.
42544         * sunrpc/svc.c: Likewise.
42545         * sunrpc/svc_auth.c: Likewise.
42546         * sunrpc/svc_raw.c: Likewise.
42547         * sunrpc/svc_run.c: Likewise.
42548         * sunrpc/svc_tcp.c: Likewise.
42549         * sunrpc/svc_udp.c: Likewise.
42550         * sunrpc/svc_unix.c: Likewise.
42551         * sunrpc/svcauth_des.c: Likewise.
42552         * sunrpc/xcrypt.c: Likewise.
42553         * sunrpc/xdr.c: Likewise.
42554         * sunrpc/xdr_array.c: Likewise.
42555         * sunrpc/xdr_float.c: Likewise.
42556         * sunrpc/xdr_intXX_t.c: Likewise.
42557         * sunrpc/xdr_mem.c: Likewise.
42558         * sunrpc/xdr_rec.c: Likewise.
42559         * sunrpc/xdr_ref.c: Likewise.
42560         * sunrpc/xdr_sizeof.c: Likewise.
42561         * sunrpc/xdr_stdio.c: Likewise.
42563 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42565         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42566         change.  Update copyright years.
42568 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42570         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42572 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42573             Joseph Myers  <joseph@codesourcery.com>
42574             Paul Pluzhnikov  <ppluzhnikov@google.com>
42576         [BZ #14012]
42577         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42578         requiring rpcgen.
42579         [cross-compiling] (extra-libs): Likewise.
42580         [cross-compiling] (extra-libs-others): Likewise.
42581         [cross-compiling] (librpcsvc-routines): Likewise.
42582         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42583         [cross-compiling] (omit-deps): Likewise.
42584         (sunrpc-CPPFLAGS): New variable.
42585         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42586         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42587         (cross-rpcgen-objs): New variable.
42588         (extra-objs): Append $(cross-rpcgen-objs).
42589         ($(cross-rpcgen-objs)): New rule.
42590         ($(objpfx)cross-rpcgen): Likewise.
42591         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42592         comment.
42593         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42594         ($(objpfx)x%.stmp): Likewise.
42595         * sunrpc/proto.h [IS_IN_build] (_): Define.
42596         [IS_IN_build] (_libc_intl_domainname): Likewise.
42598 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42600         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42601         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42602         and R_X86_64_TPOFF64.
42604 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42606         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42607         sysdeps/unix/sysv/syscalls.list.
42608         (stime): Likewise.
42609         (utime): Likewise.
42610         * sysdeps/unix/sysv/syscalls.list: Remove file.
42612 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42614         [BZ #3440]
42615         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42616         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42617         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42618         (__LC_IDENTIFICATION): Make these macros useful in #if
42619         expressions, as required by C99.
42621 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42623         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42624         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42625         after this.
42627 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42629         * stdlib/longlong.h: Updated from GCC.
42631 2012-05-09  Andreas Jaeger  <aj@suse.de>
42633         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42634         default is first entry.
42635         (run_mode): Set type.
42636         (main): Remove informal message about syslog.
42637         (options): Fix typo.
42639         [BZ #14053]
42640         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42641         to asm.
42642         (lrint): Likewise.
42643         (llrintf): Likewise.
42644         (llrint): Likewise.
42645         (rint): Likewise.
42646         (rintf): Likewise.
42647         (nearbyint): Likewise.
42648         (nearbyintf): Likewise.
42650 2012-05-09  Andreas Jaeger  <aj@suse.de>
42651             Pedro Alves  <palves@redhat.com>
42653         * nscd/nscd.c (run_mode): Use enum.
42654         (main): Cleanup coding style issue.
42656 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42657             Andreas Jaeger  <aj@suse.de>
42659         * nscd/nscd.c (go_background): Replaced with...
42660         (run_mode): ... this.
42661         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42662         (options): Add -F --foreground.
42663         (main): Implement it.
42664         (parse_opt): Parse it.
42666 2012-05-09  Andreas Jaeger  <aj@suse.de>
42668         [BZ #14083]
42669         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42670         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42671         -Wconversion warning.
42672         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42673         Likewise.
42675 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42677         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42678         == 0.
42679         (LC_ALL): Use macro-int-constant.
42680         (LC_COLLATE): Likewise.
42681         (LC_CTYPE): Likewise.
42682         (LC_MESSAGES): Likewise.
42683         (LC_MONETARY): Likewise.
42684         (LC_NUMERIC): Likewise.
42685         (LC_TIME): Likewise.
42686         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42687         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42688         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42689         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42690         Specify type.
42691         [C99-based standards] (float_t): Expect type.
42692         [C99-based standards] (double_t): Expect type.
42693         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42694         type.
42695         [C99-based standards] (HUGE_VALL): Likewise.
42696         [C99-based standards] (INFINITY): Likewise.
42697         [C99-based standards] (NAN): Likewise.
42698         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42699         [C99-based standards] (FP_NAN): Likewise.
42700         [C99-based standards] (FP_NORMAL): Likewise.
42701         [C99-based standards] (FP_SUBNORMAL): Likewise.
42702         [C99-based standards] (FP_ZERO): Likewise.
42703         [C99-based standards] (FP_FAST_FMA): Use
42704         optional-macro-int-constant.  Specify type.  Require == 1.
42705         [C99-based standards] (FP_FAST_FMAF): Likewise.
42706         [C99-based standards] (FP_FAST_FMAL): Likewise.
42707         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42708         [C99-based standards] (FP_ILOGBNAN): Likewise.
42709         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42710         Specify type.
42711         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42712         [C99-based standards] (math_errhandling): Specify type.
42713         [ISO99 || ISO11] (signgam): Do not allow.
42714         [non-C99-based standards] (copysignf): Do not allow.
42715         [non-C99-based standards] (exp2f): Likewise.
42716         [non-C99-based standards] (log2f): Likewise.
42717         [non-C99-based standards] (modff): Allow.
42718         [non-C99-based standards] (erff): Do not allow.
42719         [non-C99-based standards] (erfcf): Likewise.
42720         [non-C99-based standards] (gammaf): Likewise.
42721         [non-C99-based standards] (hypotf): Likewise.
42722         [non-C99-based standards] (j0f): Likewise.
42723         [non-C99-based standards] (j1f): Likewise.
42724         [non-C99-based standards] (jnf): Likewise.
42725         [non-C99-based standards] (lgammaf): Likewise.
42726         [non-C99-based standards] (tgammaf): Likewise.
42727         [non-C99-based standards] (y0f): Likewise.
42728         [non-C99-based standards] (y1f): Likewise.
42729         [non-C99-based standards] (ynf): Likewise.
42730         [non-C99-based standards] (isnanf): Likewise.
42731         [non-C99-based standards] (acoshf): Likewise.
42732         [non-C99-based standards] (asinhf): Likewise.
42733         [non-C99-based standards] (atanhf): Likewise.
42734         [non-C99-based standards] (cbrtf): Likewise.
42735         [non-C99-based standards] (expm1f): Likewise.
42736         [non-C99-based standards] (ilogbf): Likewise.
42737         [non-C99-based standards] (log1pf): Likewise.
42738         [non-C99-based standards] (logbf): Likewise.
42739         [non-C99-based standards] (nextafterf): Likewise.
42740         [non-C99-based standards] (remainderf): Likewise.
42741         [non-C99-based standards] (rintf): Likewise.
42742         [non-C99-based standards] (scalbf): Likewise.
42743         [non-C99-based standards] (copysignl): Likewise.
42744         [non-C99-based standards] (exp2l): Likewise.
42745         [non-C99-based standards] (log2l): Likewise.
42746         [non-C99-based standards] (modfl): Allow.
42747         [non-C99-based standards] (erfl): Do not allow.
42748         [non-C99-based standards] (erfcl): Likewise.
42749         [non-C99-based standards] (gammal): Likewise.
42750         [non-C99-based standards] (hypotl): Likewise.
42751         [non-C99-based standards] (j0l): Likewise.
42752         [non-C99-based standards] (j1l): Likewise.
42753         [non-C99-based standards] (jnl): Likewise.
42754         [non-C99-based standards] (lgammal): Likewise.
42755         [non-C99-based standards] (tgammal): Likewise.
42756         [non-C99-based standards] (y0l): Likewise.
42757         [non-C99-based standards] (y1l): Likewise.
42758         [non-C99-based standards] (ynl): Likewise.
42759         [non-C99-based standards] (isnanl): Likewise.
42760         [non-C99-based standards] (acoshl): Likewise.
42761         [non-C99-based standards] (asinhl): Likewise.
42762         [non-C99-based standards] (atanhl): Likewise.
42763         [non-C99-based standards] (cbrtl): Likewise.
42764         [non-C99-based standards] (expm1l): Likewise.
42765         [non-C99-based standards] (ilogbl): Likewise.
42766         [non-C99-based standards] (log1pl): Likewise.
42767         [non-C99-based standards] (logbl): Likewise.
42768         [non-C99-based standards] (nextafterl): Likewise.
42769         [non-C99-based standards] (remainderl): Likewise.
42770         [non-C99-based standards] (rintl): Likewise.
42771         [non-C99-based standards] (scalbl): Likewise.
42772         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42773         [non-C99-based standards] (FP_*): Do not allow.
42774         [C99-based standards] (FP_*): Change to
42775         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42776         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42777         allow.
42778         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42779         (SIG_ERR): Likewise.
42780         [X/Open-based standards] (SIG_HOLD): Likewise.
42781         (SIG_IGN): Likewise.
42782         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42783         positive value.
42784         (SIGFPE): Likewise.
42785         (SIGILL): Likewise.
42786         (SIGINT): Likewise.
42787         (SIGSEGV): Likewise.
42788         (SIGTER): Likewise.
42789         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42790         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42791         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42792         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42793         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42794         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42795         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42796         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42797         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42798         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42799         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42800         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42801         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42802         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42803         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42804         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42805         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42806         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42807         [X/Open-based standards] (SIGTRAP): Likewise.
42808         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42809         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42810         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42811         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42812         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42813         allow.
42815 2012-05-08  Ian Wienand  <ianw@vmware.com>
42817         [BZ #14080]
42818         * time/tzset.c (__tzset_parse_tz): Update default rules for
42819         daylight time changes in the Energy Policy Act of 2005.
42821 2012-05-09  Andreas Jaeger  <aj@suse.de>
42823         [BZ #13983]
42824         * elf/ldconfig.c (parse_conf): Change string to make clear that
42825         ldconfig only issued a warning if ld.so.conf does not exist.
42827 2012-05-08  David S. Miller  <davem@davemloft.net>
42829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42830         movxtod instead of popping the value on the stack.
42832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42834 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42836         * config.h.in: Add HAVE_ARM_PCS_VFP.
42838 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42840         [BZ #13979]
42841         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42842         checking but the checks are disabled for any reason.
42844 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42846         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42847         and ELF64_R_TYPE with ELFW(R_TYPE).
42849 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42851         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42852         (ulimit): Likewise.
42854         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42855         (settimeofday): Likewise.
42857 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42859         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42860         a struct th_u2 inside the union, and move tu_block/tu_code into
42861         a new th_u3 union of tu_block/tu_code inside of that.  Move
42862         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42863         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42864         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42865         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42866         (th_stuff): Change to th_u1.tu_stuff.
42867         (th_data): Define.
42868         (th_msg): Change to th_u1.th_u2.tu_data.
42870 2012-05-07  David S. Miller  <davem@davemloft.net>
42872         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42874         [BZ #14074]
42875         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42876         (SETUP_PIC_REG): Use it.
42877         (SETUP_PIC_REG_LEAF): Use it.
42879 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42881         [BZ #13885]
42882         [BZ #13923]
42883         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42884         USE_AS_EXPM1L.
42885         (EXPL_FINITE): Likewise.
42886         (FLDLOG): Likewise.
42887         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42888         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42889         e_expl.S.
42890         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42891         USE_AS_EXPM1L.
42892         (EXPL_FINITE): Likewise.
42893         (FLDLOG): Likewise.
42894         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42895         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42896         e_expl.S.
42897         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42898         test of -max_value argument for long double.
42899         * sysdeps/i386/fpu/libm-test-ulps: Update.
42900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42902 2012-05-06  David S. Miller  <davem@davemloft.net>
42904         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42905         quad soft-float symbols whose references which are compiler
42906         generated.
42907         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42909 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42911         [BZ #13884]
42912         [BZ #13914]
42913         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42914         USE_AS_EXP10L.
42915         (EXPL_FINITE): Likewise.
42916         (FLDLOG): Likewise.
42917         (c0): Likewise.
42918         (c1): Likewise.
42919         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42920         Adjust comments for base varying.
42921         (__expl_finite): Change alias to EXPL_FINITE.
42922         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42923         e_expl.S.
42924         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42925         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42926         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42927         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42928         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42929         USE_AS_EXP10L.
42930         (EXPL_FINITE): Likewise.
42931         (FLDLOG): Likewise.
42932         (c0): Likewise.
42933         (c1): Likewise.
42934         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42935         Adjust comments for base varying.
42936         (__expl_finite): Change alias to EXPL_FINITE.
42937         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42938         tests for bugs.
42939         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42941         [BZ #14064]
42942         * math/libm-test.inc (check_float_internal): Correct ulp
42943         calculation for subnormal expected results.
42945 2012-05-06  Andreas Jaeger  <aj@suse.de>
42947         * Makeconfig (+math-flags): New, set to -frounding-math.
42948         (+cflags): Add +math-flags so that all of glibc gets compiled with
42949         it.
42951         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42953 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42955         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42956         Disable one test.
42958         [BZ #13787]
42959         [BZ #13922]
42960         [BZ #14036]
42961         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42962         (__ieee754_expl): Allow for and saturate large arguments.
42963         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42964         (u_threshold): Likewise.
42965         (__exp): Call __ieee754_exp before checking for overflow and
42966         underflow.
42967         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42968         (u_threshold): Likewise.
42969         (__expf): Call __ieee754_expf before checking for overflow and
42970         underflow.
42971         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42972         (u_threshold): Likewise.
42973         (__expl): Call __ieee754_expl before checking for overflow and
42974         underflow.
42975         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
42976         (__ieee754_expl): Allow for and saturate large arguments.
42977         * math/libm-test.inc (exp_test): Add another test.  Do not allow
42978         missing overflow exception on overflow.
42979         (expm1_test): Do not allow missing overflow exception on overflow.
42981         * sysdeps/i386/fpu/e_expl.c: Move to ...
42982         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
42983         rather than using inline asm.
42984         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
42985         * sysdeps/x86_64/fpu/e_expl.S: Copy from
42986         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
42988         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
42989         (nice): Likewise.
42990         (poll): Likewise.
42991         (signal): Likewise.
42992         (time): Likewise.
42993         (times): Likewise.
42995 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42997         * sysdeps/unix/syscalls.list (adjtime): Add entry from
42998         sysdeps/unix/common/syscalls.list.
42999         (fchmod): Likewise.
43000         (fchown): Likewise.
43001         (ftruncate): Likewise.
43002         (getrusage): Likewise.
43003         (gettimeofday): Likewise.
43004         (setpgid): Likewise.
43005         (setregid): Likewise.
43006         (setreuid): Likewise.
43007         (sigaction): Likewise.
43008         (truncate): Likewise.
43009         (vhangup): Likewise.
43010         * sysdeps/unix/common/syscalls.list: Remove file.
43011         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43012         * sysdeps/unix/sysv/linux/Implies: Likewise.
43014 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43016         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43018         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43019         Moved to ...
43020         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43021         Here.
43022         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43023         to ...
43024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43025         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43026         to ...
43027         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43028         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43029         to ...
43030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43031         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43032         to ...
43033         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43034         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43035         to ...
43036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43037         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43038         to ...
43039         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43040         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43041         to ...
43042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43043         Here.
43044         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43045         to ...
43046         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43047         Here.
43048         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43049         to ...
43050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43051         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43052         Moved to ...
43053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43054         Here.
43055         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43056         to ...
43057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43059 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43061         * sysdeps/unix/common/bits/dirent.h: Remove file.
43062         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43064         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43065         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43066         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43067         * sysdeps/unix/bsd/isatty.c: Likewise.
43068         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43069         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43070         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43072 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43074         [BZ #13563]
43075         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43076         long double comparison inaccuracies.
43077         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43080 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43082         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43083         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43085 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43087         [BZ #14049]
43088         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43089         nonzero digits before rounding a hex value.
43090         * stdlib/tst-strtod.c (tests): Add another test.
43092 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43094         * sysdeps/s390/fpu/libm-test-ulps: Update.
43096 2012-05-03  Andreas Jaeger  <aj@suse.de>
43098         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43099         does not get optimized out.
43100         (malloc_opt_barrier): New.
43102 2012-05-03  Andreas Jaeger  <aj@suse.de>
43103             Roland McGrath  <roland@hack.frob.com>
43105         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43106         intermediate file deletion.
43107         (generated): Add .symlist files.
43109 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43111         [BZ #13775]
43112         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43113         Redirect under this condition.
43114         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43115         [__USE_GNU] (__dprintf_chk): Not under this condition.
43116         [__USE_GNU] (__vdprintf_chk): Likewise.
43117         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43118         under this condition.
43119         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43120         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43121         [__USE_XOPEN2K8] (vdprintf): Likewise.
43122         [__USE_GNU] (__dprintf_chk): Not under this condition.
43123         [__USE_GNU] (__vdprintf_chk): Likewise.
43124         [__USE_GNU] (dprintf): Likewise.
43125         [__USE_GNU] (vdprintf): Likewise.
43127 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43129         * elf/Makefile (common-generated): Set this instead of generated for
43130         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43131         $(all-built-dso)-derived lists.
43133 2012-05-03  Andreas Jaeger  <aj@suse.de>
43135         * sysdeps/i386/fpu/libm-test-ulps: Update.
43137         * FAQ: Removed.
43138         * FAQ.in: Likewise.
43139         * scripts/gen-FAQ.pl: Likewise.
43140         * manual/install.texi (Installation): Point to online location of
43141         FAQ.
43142         * Makefile (files-for-dist): Remove FAQ.
43143         (FAQ): Remove.
43145 2012-05-02  Allan McRae  <allan@archlinux.org>
43147         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43148         (LDFLAGS-reldepmod5.so): Likewise.
43149         (LDFLAGS-reldep6mod1.so): Likewise.
43150         (LDFLAGS-reldep6mod4.so): Likewise.
43151         (LDFLAGS-reldep8mod3.so): Likewise.
43152         (LDFLAGS-unload4mod1.so): Likewise.
43153         (LDFLAGS-unload4mod2.so): Likewise.
43154         (LDFLAGS-tst-initorder): Likewise.
43155         (LDFLAGS-tst-initordera2.so): Likewise.
43156         (LDFLAGS-tst-initordera3.so): Likewise.
43157         (LDFLAGS-tst-initordera4.so): Likewise.
43158         (LDFLAGS-tst-initorderb2.so): Likewise.
43159         (LDFLAGS-noload): Likewise.
43160         (LDFLAGS-next): Likewise.
43161         (LDFLAGS-order2mod1.so): Likewise.
43162         (LDFLAGS-order2mod2.so): Likewise.
43163         (LDFLAGS-tst-initorder2): Likewise.
43164         (LDFLAGS-tst-initorder2a.so): Likewise.
43165         (LDFLAGS-tst-initorder2b.so): Likewise.
43166         (LDFLAGS-tst-initorder2c.so): Likewise.
43167         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43169 2012-05-02  David S. Miller  <davem@davemloft.net>
43171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43173 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43175         [BZ #14055]
43176         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43178 2012-05-02  Andreas Jaeger  <aj@suse.de>
43180         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43181         since we manipulate rounding mode.
43182         (CPPFLAGS-test-idouble.c): Likewise.
43183         (CPPFLAGS-test-ifloat.c): Likewise.
43184         (CFLAGS-test-ldouble.c): Likewise.
43185         (CFLAGS-test-double.c): Likewise.
43186         (CFLAGS-test-float.c): Likewise.
43187         (CFLAGS-test-misc.c): Likewise.
43188         (CFLAGS-test-test-fenv.c): Likewise.
43190 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43192         [BZ #2550]
43193         [BZ #2570]
43194         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43195         comparisons to determine direction to adjust input.
43197 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43199         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43200         output to the target.
43202         * scripts/localplt.awk: New file.
43203         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43204         (check-localplt-CFLAGS): Variable removed.
43205         ($(all-built-dso:=.jmprel)): New static pattern rule.
43206         (generated): Add those targets.
43207         (localplt-built-dso): New variable.
43208         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43210         * elf/check-localplt.c: File removed.
43212         * scripts/check-execstack.awk: New file.
43213         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43214         (check-execstack-CFLAGS): Variable removed.
43215         ($(objpfx)check-execstack.h): Target removed.
43216         ($(objpfx)execstack-default): New target.
43217         (generated): Add that instead of check-execstack.h.
43218         ($(all-built-dso:=.phdr)): New static pattern rule.
43219         (generated): Add those targets.
43220         * elf/check-execstack.c: File removed.
43222         * scripts/check-textrel.awk: New file.
43223         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43224         (check-textrel-CFLAGS): Variable removed.
43225         (all-built-dso): Use := to define.o
43226         ($(all-built-dso:=.dyn)): New static pattern rule.
43227         (generated): Add those targets.
43228         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43229         * config.make.in (READELF): New substituted variable.
43230         * elf/check-textrel.c: File removed.
43232 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43234         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43235         allow.
43236         * conform/data/ctype.h-data [C99-based standards] (isblank):
43237         Expect function.
43238         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43239         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43240         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43241         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43242         Specify type.  Require positive value.
43243         (EILSEQ): Likewise.
43244         (ERANGE): Likewise.
43245         [ISO || POSIX] (EILSEQ): Do not expect.
43246         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43247         Specify type.  Require positive value.
43248         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43249         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43250         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43251         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43252         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43253         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43254         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43255         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43256         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43257         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43258         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43259         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43260         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43261         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43262         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43263         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43264         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43265         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43266         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43267         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43268         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43269         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43270         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43271         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43272         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43273         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43274         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43275         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43276         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43277         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43278         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43279         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43280         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43281         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43282         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43283         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43284         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43285         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43286         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43287         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43288         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43289         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43290         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43291         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43292         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43293         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43294         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43295         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43296         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43297         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43298         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43299         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43300         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43301         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43302         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43303         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43304         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43305         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43306         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43307         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43308         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43309         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43310         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43311         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43312         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43313         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43314         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43315         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43316         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43317         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43318         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43319         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43320         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43321         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43322         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43323         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43324         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43325         Require >= 2.
43326         (FLT_ROUNDS): Expect as macro, not constant.
43327         (FLT_MANT_DIG): Use macro-int-constant.
43328         (DBL_MANT_DIG): Likewise.
43329         (LDBL_MANT_DIG): Likewise.
43330         (FLT_DIG): Likewise.
43331         (DBL_DIG): Likewise.
43332         (LDBL_DIG): Likewise.
43333         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43334         (DBL_MIN_EXP): Likewise.
43335         (LDBL_MIN_EXP): Likewise.
43336         (FLT_MAX_EXP): Use macro-int-constant.
43337         (DBL_MAX_EXP): Likewise.
43338         (LDBL_MAX_EXP): Likewise.
43339         (FLT_MAX_10_EXP): Likewise.
43340         (DBL_MAX_10_EXP): Likewise.
43341         (LDBL_MAX_10_EXP): Likewise.
43342         (FLT_MAX): Use macro-constant.
43343         (DBL_MAX): Likewise.
43344         (LDBL_MAX): Likewise.
43345         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43346         (DBL_EPSILON): Likewise.
43347         (LDBL_EPSILON): Likewise.
43348         (FLT_MIN): Likewise.
43349         (DBL_MIN): Likewise.
43350         (LDBL_MIN): Likewise.
43351         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43352         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43353         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43354         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43355         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43356         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43357         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43358         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43359         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43360         [ISO11] (FLT_TRUE_MIN): Likewise.
43361         [ISO11] (LDBL_TRUE_MIN): Likewise.
43362         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43363         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43364         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43365         (SCHAR_MAX): Likewise.
43366         (UCHAR_MAX): Likewise.
43367         (CHAR_MIN): Likewise.
43368         (CHAR_MAX): Likewise.
43369         (MB_LEN_MAX): Use macro-int-constant.
43370         (SHRT_MIN): Use macro-int-constant.  Specify type.
43371         (SHRT_MAX): Likewise.
43372         (USHRT_MAX): Likewise.
43373         (INT_MAX): Likewise.
43374         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43375         bound negative.
43376         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43377         bound with "U".
43378         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43379         bound with "L".
43380         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43381         bound negative.  Suffix upper bound with "L".
43382         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43383         bound with "UL".
43384         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43385         Specify type.
43386         [C99-based standards] (LLONG_MAX): Likewise.
43387         [C99-based standards] (ULLONG_MAX): Likewise.
43388         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43389         == 0.
43390         [ISO11] (max_align_t): Require type.
43391         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43393         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43394         from $CFLAGS, without defining away __attribute__ calls.
43395         (checknamespace): Use $CFLAGS_namespace.
43397         * conform/conformtest.pl (@keywords): Only include C99 keywords
43398         for standards based on C99 or C11.
43400         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43401         Disable tests.
43402         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43403         UNIX98]: Likewise.
43405         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43406         usability of symbols in #if.
43408         * conform/conformtest.pl: If macro or constant types start
43409         "promoted:", expect the symbol to be of the following type
43410         promoted by the integer promotions.
43412         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43413         in one place.  Also handle "macro-constant".
43415         * conform/conformtest.pl: Only accept expected macro values with
43416         "==".  Parse all "macro" lines in one place.
43417         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43419         * conform/conformtest.pl: Handle braced types on "constant" lines
43420         instead of handling "typed-constant".
43421         * conform/data/signal.h-data: Use "constant" instead of
43422         "typed-constant".
43424         * conform/conformtest.pl: Handle "optional-" at start of lines in
43425         one place rather than duplicating several cases.  Handle each
43426         format of "macro" line with initial "optional-".
43428         * conform/conformtest.pl: Only accept expected constant or
43429         optional-constant values with "==".  Parse all "constant" lines in
43430         one place.  Parse all "optional-constant" lines in one place.
43431         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43432         * conform/data/fmtmsg.h-data: Likewise.
43433         * conform/data/netinet/in.h-data: Likewise.
43434         * conform/data/tar.h-data: Likewise.
43435         * conform/data/limits.h-data: Use "==" form on "constant" and
43436         "optional-constant" lines.
43438         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43439         Use -std=c99 for XOPEN2K.
43440         (@knownproblems): Remove.
43441         (newtoken): Don't check %isknown.
43443         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43444         Do not expect macro.
43445         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43446         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43447         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43448         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43449         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43450         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43451         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43452         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43453         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43454         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43455         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43456         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43457         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43458         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43459         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43460         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43461         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43462         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43463         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43464         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43465         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43466         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43467         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43468         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43469         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43470         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43471         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43472         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43473         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43474         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43475         [XPG3] (acosh): Likewise.
43476         [XPG3] (asinh): Likewise.
43477         [XPG3] (atanh): Likewise.
43478         [XPG3] (cbrt): Likewise.
43479         [XPG3] (expm1): Likewise.
43480         [XPG3] (ilogb): Likewise.
43481         [XPG3] (log1p): Likewise.
43482         [XPG3] (logb): Likewise.
43483         [XPG3] (nextafter): Likewise.
43484         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43485         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43486         [XPG3] (remainder): Likewise.
43487         [XPG3] (rint): Likewise.
43488         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43489         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43490         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43491         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43492         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43493         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43494         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43495         [UNIX98 || XOPEN2K] (scalb): Expect.
43496         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43497         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43498         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43499         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43500         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43501         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43502         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43503         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43504         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43505         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43506         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43507         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43508         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43509         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43510         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43513         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43514         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43515         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43516         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43520         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43521         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43522         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43523         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43524         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43533         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43534         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43535         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43536         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43537         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43538         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43539         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43540         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43541         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43542         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43543         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43544         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43545         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43546         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43549         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43550         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43553         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43554         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43555         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43558         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43559         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43560         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43601         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43602         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43603         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43604         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43605         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43606         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43607         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43608         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43609         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43610         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43611         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43612         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43613         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43614         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43615         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43616         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43617         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43618         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43619         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43620         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43621         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43622         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43623         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43624         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43625         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43626         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43627         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43628         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43629         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43630         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43631         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43632         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43634         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43635         _XOPEN_SOURCE_EXTENDED for XPG4.
43637         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43639         * Makeconfig (localtime): Remove variable.
43640         (inst_localtime-file): Likewise.
43642 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43645         Update.
43646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43647         Update.
43648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43649         Update.
43650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43651         Update.
43652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43653         Update.
43654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43655         Update.
43656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43657         Update.
43658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43659         Update.
43660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43661         Update.
43663 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43665         [BZ #2550]
43666         [BZ #2570]
43667         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43668         comparisons to determine direction to adjust input.
43669         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43670         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43671         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43672         Likewise.
43673         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43674         Likewise.
43675         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43676         Likewise.
43677         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43678         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43679         Likewise.
43680         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43681         Likewise.
43682         * math/libm-test.inc (nexttoward_test): Add more tests.
43684 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43686         [BZ #14040]
43687         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43688         in version GLIBC_2.1, not GLIBC_2.0.
43689         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43690         Likewise.
43692 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43694         [BZ #13942]
43695         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43696         (1 - x) * (1 + x).
43697         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43698         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43699         * math/libm-test.inc (acos_test): Add more tests.
43700         (asin_test): Likewise.
43701         * sysdeps/i386/fpu/libm-test-ulps: Update.
43702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43704         [BZ #14034]
43705         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43706         of square root.
43707         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43708         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43709         * math/libm-test.inc (acos_test_tonearest): New function.
43710         (acos_test_towardzero): Likewise.
43711         (acos_test_downward): Likewise.
43712         (acos_test_upward): Likewise.
43713         (asin_test_tonearest): Likewise.
43714         (asin_test_towardzero): Likewise.
43715         (asin_test_downward): Likewise.
43716         (asin_test_upward): Likewise.
43717         (main): Call the new functions.
43718         * sysdeps/i386/fpu/libm-test-ulps: Update.
43719         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43721         [BZ #13884]
43722         [BZ #13924]
43723         * math/e_exp10.c: Include <float.h>.
43724         (__ieee754_exp10): Handle underflow here rather than multiplying
43725         large negative argument by M_LN10.
43726         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43727         of __ieee754_expf.
43728         * math/e_exp10l.c: Include <float.h>.
43729         (__ieee754_exp10l): Handle underflow here rather than multiplying
43730         large negative argument by M_LN10l.
43731         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43732         spurious overflow exception on underflow.
43734 2012-04-29  Marek Polacek  <polacek@redhat.com>
43736         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43737         (__fortify_function): New macro.
43738         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43739         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43740         __extern_always_inline.
43741         * libio/bits/stdio2.h: Likewise.
43742         * libio/bits/stdio.h: Likewise.
43743         * string/string.h: Likewise.
43744         * string/bits/string3.h: Likewise.
43745         * include/stdio.h: Likewise.
43746         * stdlib/bits/stdlib.h: Likewise.
43747         * stdlib/stdlib.h: Likewise.
43748         * rt/bits/mqueue2.h: Likewise.
43749         * rt/mqueue.h: Likewise.
43750         * posix/bits/unistd.h: Likewise.
43751         * posix/unistd.h: Likewise.
43752         * io/bits/poll2.h: Likewise.
43753         * io/bits/fcntl2.h: Likewise.
43754         * io/fcntl.h: Likewise.
43755         * io/sys/poll.h: Likewise.
43756         * misc/bits/syslog.h: Likewise.
43757         * misc/bits/syslog-ldbl.h: Likewise.
43758         * misc/sys/syslog.h: Likewise.
43759         * socket/bits/socket2.h: Likewise.
43760         * socket/sys/socket.h: Likewise.
43761         * debug/tst-chk1.c: Likewise.
43762         * wcsmbs/bits/wchar2.h: Likewise.
43763         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43764         * wcsmbs/wchar.h: Likewise.
43766 2012-04-29  Andreas Jaeger  <aj@suse.de>
43768         * Makerules (tests): Remove enable-check-abi protection.
43769         (check-abi-warn): Remove.
43770         (check-abi-%): Remove check-abi-warn usage.
43772         * configure.in: Remove check-abi configure option.
43773         * configure: Regenerated.
43774         * config.make.in (enable-check-abi): Remove.
43776 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43778         [BZ #14033]
43779         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43780         double functions to double *_finite functions.
43782         [BZ #13941]
43783         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43784         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43785         LDBL_MIN_EXP.
43786         * stdio-common/Makefile (tests): Add tst-sprintf3.
43787         * stdio-common/tst-sprintf3.c: New file.
43789         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43790         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43792 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43794         * conform/conformtest.pl: Remove duplicate typed-constant
43795         handling.
43797 2012-04-28  David S. Miller  <davem@davemloft.net>
43799         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43800         (check-abi-%): Remove AWK script prerequisite and explicit
43801         abilist directory.
43802         (check-abi): Rewrite to just diff the symlist with the abilist.
43803         (config-tls, config-abi-config): Delete, no longer used.
43804         (update-abi-%): Remove AWK script and explicit abilist directory.
43805         (update-abi): Rewrite to simply compare and conditionally copy the
43806         symlist and the sysdep abilist file.  Remove update-abi-config
43807         checks.
43808         * abilist/ld.abilist: Remove.
43809         * abilist/libBrokenLocale.abilist: Remove.
43810         * abilist/libanl.abilist: Remove.
43811         * abilist/libcrypt.abilist: Remove.
43812         * abilist/libdl.abilist: Remove.
43813         * abilist/librt.abilist: Remove.
43814         * abilist/libthread_db.abilist: Remove.
43815         * abilist/libutil.abilist: Remove.
43816         * scripts/extract-abilist.awk: Remove.
43817         * scripts/merge-abilist.awk: Remove.
43818         * sysdeps/generic/libcidn.abilist: New file.
43819         * sysdeps/generic/libnss_compat.abilist: New file.
43820         * sysdeps/generic/libnss_db.abilist: New file.
43821         * sysdeps/generic/libnss_dns.abilist: New file.
43822         * sysdeps/generic/libnss_files.abilist: New file.
43823         * sysdeps/generic/libnss_hesiod.abilist: New file.
43824         * sysdeps/generic/libnss_nis.abilist: New file.
43825         * sysdeps/generic/libnss_nisplus.abilist: New file.
43826         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43827         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43828         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43829         file.
43830         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43831         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43832         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43833         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43834         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43835         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43836         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43837         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43838         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43839         file.
43840         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43841         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43842         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43843         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43844         file.
43845         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43846         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43847         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43848         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43849         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43850         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43851         file.
43852         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43853         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43854         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43855         file.
43856         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43857         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43858         New file.
43859         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43860         New file.
43861         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43862         New file.
43863         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43864         New file.
43865         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43866         New file.
43867         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43868         New file.
43869         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43870         New file.
43871         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43872         New file.
43873         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43874         New file.
43875         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43876         New file.
43877         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43878         New file.
43879         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43880         New file.
43881         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43882         New file.
43883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43884         file.
43885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43886         New file.
43887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43888         New file.
43889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43890         file.
43891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43892         New file.
43893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43894         New file.
43895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43896         file.
43897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43898         New file.
43899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43900         New file.
43901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43902         New file.
43903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43904         New file.
43905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43906         New file.
43907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43908         New file.
43909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43910         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43911         file.
43912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43913         New file.
43914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43915         file.
43916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43917         file.
43918         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43919         file.
43920         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43921         file.
43922         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43923         file.
43924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43925         New file.
43926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43927         file.
43928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43929         file.
43930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43931         New file.
43932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43933         file.
43934         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43935         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43936         file.
43937         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43938         New file.
43939         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43940         file.
43941         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43942         file.
43943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43944         file.
43945         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43946         file.
43947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43948         file.
43949         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43950         New file.
43951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43952         file.
43953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43954         file.
43955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43956         New file.
43957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43958         file.
43959         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43960         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43961         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43962         file.
43963         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43964         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43965         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43966         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43967         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43968         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43969         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43970         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43971         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43972         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
43973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
43974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
43975         file.
43976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
43977         New file.
43978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
43979         file.
43980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
43981         file.
43982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
43983         file.
43984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
43985         file.
43986         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
43987         file.
43988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
43989         New file.
43990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
43991         New file.
43992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
43993         file.
43994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
43995         New file.
43996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
43997         file.
43998         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
43999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44000         file.
44001         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44002         New file.
44003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44004         file.
44005         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44006         file.
44007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44008         file.
44009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44010         file.
44011         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44012         file.
44013         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44014         New file.
44015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44016         New file.
44017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44018         file.
44019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44020         New file.
44021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44022         file.
44024 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44026         * conform/conformtest.pl: Fix typo in handling typed-constant from
44027         allow-header.
44029 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44031         * README: Cut down references to pre-2.6 Linux kernels and
44032         Linuxthreads.  Update lists of configurations in libc and ports
44033         and sort alphabetically.  Say "or newer" with Linux kernel version
44034         requirements.
44036         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44038 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44040         [BZ #887]
44041         * math/libm-test.inc (logb_test_downward): New test to expose
44042         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44043         rounding mode.
44045 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44047         [BZ #14027]
44048         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44049         to be done.
44050         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44051         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44053 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44055         * sysdeps/unix/i386/brk.S: Remove file.
44056         * sysdeps/unix/i386/dl-brk.S: Likewise.
44057         * sysdeps/unix/i386/pipe.S: Likewise.
44058         * sysdeps/unix/i386/sigreturn.S: Likewise.
44059         * sysdeps/unix/i386/syscall.S: Likewise.
44060         * sysdeps/unix/i386/vfork.S: Likewise.
44061         * sysdeps/unix/i386/wait.S: Likewise.
44063         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44064         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44066         * configure.in (arm*-none*): Do not allow without
44067         --enable-hacker-mode.
44068         (netbsd*): Remove case setting base_os.
44069         (386bsd*): Likewise.
44070         (freebsd*): Likewise.
44071         (bsdi*): Likewise.
44072         (osf*): Likewise.
44073         (sunos*): Likewise.
44074         (ultrix*): Likewise.
44075         (newsos*): Likewise.
44076         (dynix*): Likewise.
44077         (*bsd*): Likewise.
44078         (sysv*): Likewise.
44079         (isc*): Likewise.
44080         (esix*): Likewise.
44081         (sco*): Likewise.
44082         (minix*): Likewise.
44083         (irix4*): Likewise.
44084         (irix6*): Likewise.
44085         (solaris[2-9]*): Likewise.
44086         (none): Likewise.
44087         * configure: Regenerated.
44089 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44091         [BZ #11521]
44092         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44093         overflow or cancellation in calculating denominator.
44094         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44095         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44096         down expression to avoid unexpected rounding in newer GCCs.
44097         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44099 2012-04-26  David S. Miller  <davem@davemloft.net>
44101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44102         long-double compat symbols.
44103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44113         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44115         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44117 2012-04-25  David S. Miller  <davem@davemloft.net>
44119         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44120         HWCAP_* values only after the memory barriers have been defined.
44121         (atomic_full_barrier): Define.
44122         (atomic_read_barrier): Define.
44123         (atomic_write_barrier): Define.
44125 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44127         * shlib-versions: Add libgcc_s version information.
44128         * sysdeps/generic/libgcc_s.h: Remove.
44129         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44130         libgcc_s.h.
44131         * sysdeps/gnu/unwind-resume.c: Likewise.
44132         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44134 2012-04-25  David S. Miller  <davem@davemloft.net>
44136         * sysdeps/unix/sparc/brk.S: Delete.
44137         * sysdeps/unix/sparc/dl-brk.S: Delete.
44138         * sysdeps/unix/sparc/pipe.S: Delete.
44139         * sysdeps/unix/sparc/sysdep.S: Delete.
44140         * sysdeps/unix/sparc/sysdep.h: Delete.
44141         * sysdeps/unix/sparc/vfork.S: Delete.
44142         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44143         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44144         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44145         (ret_ERRVAL, r0, r1, MOVE): Define.
44146         (JUMPTARGET): Remove.
44147         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44148         sysdeps/unix/sparc/sysdep.h
44149         (ENTRY, END): Remove.
44150         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44152 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44154         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44155         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44156         -DIS_IN_build.
44158         * timezone/README: Update upstream location and email address for
44159         tzcode and tzdata.
44160         * timezone/zdump.c: Update from tzcode 2012b.
44161         * timezone/zic.c: Likewise.
44163         * configure.in (libc_cv_as_needed): Remove test.
44164         * configure: Regenerated.
44165         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44166         conditional definition.
44167         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44168         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44169         * config.make.in (have-as-needed): Remove variable.
44171 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44172             Paul Pluzhnikov  <ppluzhnikov@google.com>
44174         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44175         strings correctly.
44177 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44179         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44180         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44181         * sysdeps/sh/strlen.S: Likewise.
44183 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44185         * sysdeps/unix/fork.S: Remove file.
44186         * sysdeps/unix/i386/fork.S: Likewise.
44187         * sysdeps/unix/sparc/fork.S: Likewise.
44189         * sysdeps/unix/system.c: Remove file.
44190         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44192         * sysdeps/unix/getegid.S: Remove file.
44193         * sysdeps/unix/geteuid.S: Likewise.
44195 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44197         * scripts/check-localplt.awk: New file.
44198         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44199         of diff.
44200         * scripts/data/localplt-generic.data: Add a comment.
44202         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44203         NODE when __dir_mkfile failed.
44204         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44205         Reported by Ludovic Courtès <ludo@gnu.org>.
44207 2012-04-24  Andreas Jaeger  <aj@suse.de>
44209         * Makerules (common-clean): Also remove gen-as-const-headers
44210         files.
44212 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44214         * Makerules (native-compile): Do not change working directory for
44215         build.  Use $(OUTPUT_OPTION) in command.
44216         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44218 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44220         [BZ #13886]
44221         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44222         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44223         * math/libm-test.inc (floor_test): Add more tests.
44224         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44226 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44228         * sysdeps/unix/getdents.c: Remove file.
44229         * sysdeps/unix/sysv/getdents.c: Likewise.
44230         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44232         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44233         sysdeps/unix/mman/syscalls.list.
44234         (mmap): Likewise.
44235         (mprotect): Likewise.
44236         (msync): Likewise.
44237         (munmap): Likewise.
44238         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44239         * sysdeps/unix/mman/syscalls.list: Remove.
44240         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44242         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44243         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44244         * configure: Regenerated.
44245         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44246         $(libgcc_s_suffix).
44247         * config.make.in (libgcc_s_suffix): Remove variable.
44249 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44251         * sysdeps/unix/sysv/gethostname.c: Move to ...
44252         * sysdeps/posix/gethostname.c: ... here.
44254         * sysdeps/unix/execve.S: Remove file.
44256         * sysdeps/unix/_exit.S: Remove file.
44258 2012-04-23  Andreas Jaeger  <aj@suse.de>
44260         [BZ #13739]
44261         * manual/Makefile: Remove make dist support, there's no
44262         need for a stand-alone documentation tar ball.
44263         (TEXI2DVI): Define always, it's not in Makeconfig.
44264         (dist): Removed.
44265         (tar-it): Removed.
44266         (edition): Removed.
44267         (glibc-doc-$(edition).tar): Removed
44268         (%.Z): Removed.
44269         (%.gz): Removed.
44270         (%.uu): Removed.
44271         (ETAGS): Remove, it's in Makeconfig.
44272         (move-if-change): Remove, it's in Makeconfig.
44274 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44276         [BZ #13970]
44277         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44278         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44279         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44280         (strtod_l, strtof_l, strtold_l): Remove __wur.
44281         It is not necessarily an error to ignore strtol's return value.
44282         One can reliably look at the stored endptr to decide whether
44283         the number had valid syntax.
44285 2012-04-21  Andreas Jaeger  <aj@suse.de>
44287         [BZ #13739]
44288         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44290 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44292         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44293         * sysdeps/unix/sysv/Versions: Remove file.
44295 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44297         [BZ #13927]
44298         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44300 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44302         [BZ #7064]
44303         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44304         version from __vm86.
44306 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44308         * sysdeps/unix/common/lxstat.c: Remove file.
44309         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44311         * sysdeps/unix/sysv/Makefile: Remove file.
44313         * sysdeps/unix/sysv/direct.h: Remove file.
44315         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44316         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44317         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44318         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44319         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44320         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44321         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44323         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44325         * sysdeps/unix/xmknod.c: Remove file.
44326         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44328         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44330         * sysdeps/unix/sysv/i386/time.S: Remove file.
44332         * sysdeps/unix/fxstat.c: Remove file.
44333         * sysdeps/unix/xstat.c: Likewise.
44334         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44336         * sysdeps/unix/sysv/sigaction.c: Remove file.
44338         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44339         (sysdep_headers): Remove variable.
44340         [termio.h not in sysdep_headers] (generated): Likewise.
44341         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44342         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44343         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44344         * sysdeps/unix/sysv/tcflow.c: Likewise.
44345         * sysdeps/unix/sysv/tcflush.c: Likewise.
44346         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44347         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44348         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44349         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44350         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44352         * sysdeps/unix/siglist.c: Remove file.
44354         * sysdeps/unix/getppid.S: Remove file.
44356         * sysdeps/unix/mkdir.c: Remove file.
44357         * sysdeps/unix/rmdir.c: Likewise.
44359 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44361         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44362         ERR_MAX value.
44363         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44364         errlist-compat value.
44366 2012-04-18  David S. Miller  <davem@davemloft.net>
44368         * sysdeps/generic/memcopy.h (reg_char): Delete.
44369         * debug/strcat_chk.c: Use char, not reg_char.
44370         * debug/strcpy_chk.c: Likewise.
44371         * debug/strncat_chk.c: Likewise.
44372         * debug/strncpy_chk.c: Likewise.
44373         * string/memchr.c: Likewise.
44374         * string/memrchr.c: Likewise.
44375         * string/rawmemchr.c: Likewise.
44376         * string/strcat.c: Likewise.
44377         * string/strchr.c: Likewise.
44378         * string/strchrnul.c: Likewise.
44379         * string/strcmp.c: Likewise.
44380         * string/strcpy.c: Likewise.
44381         * string/strncat.c: Likewise.
44382         * string/strncmp.c: Likewise.
44383         * string/strncpy.c: Likewise.
44385 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44387         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44388         __builtin_memcopy is called when src and dest ranges are known to not
44389         overlap.
44391 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44393         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44394         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44395         fwd_align_merge macro call.
44396         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44397         bwd_align_merge macro call.
44398         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44400 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44402         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44403         bwd_align_merge macros.
44404         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44405         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44406         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44408 2012-04-18  David S. Miller  <davem@davemloft.net>
44410         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44412 2012-04-18  Andreas Jaeger  <aj@suse.de>
44414         [BZ# 6794]
44415         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44416         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44417         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44419         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44420         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44421         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44423         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44424         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44425         Adjust for changed ldbl-128 files.
44427         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44428         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44429         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44431 2012-04-17  David S. Miller  <davem@davemloft.net>
44433         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44435 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44437         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44438         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44439         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44440         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44441         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44442         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44444 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44446         [BZ #6794]
44447         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44448         * math/libm-test.inc: Add ilogb errno and exception tests.
44449         * math/w_ilogb.c: New file: ilogb wrapper.
44450         * math/w_ilogbf.c: New file: ilogbf wrapper.
44451         * math/w_ilogbl.c: New file: ilogbl wrapper.
44452         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44453         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44454         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44455         exception being thrown with 0.0 as argument.
44456         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44457         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44458         exception being thrown with 0.0 as argument.
44459         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44460         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44461         exception being thrown with 0.0 as argument.
44462         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44463         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44464         exception being thrown with 0.0 as argument.
44465         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44466         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44467         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44468         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44469         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44470         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44471         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44472         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44473         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44475 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44477         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44478         with altivec.
44480 2012-04-16  Marek Polacek  <polacek@redhat.com>
44482         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44484 2012-04-16  Marek Polacek  <polacek@redhat.com>
44486         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44487         operands of fdivp instruction.
44489 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44491         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44492         * elf/tst-auditmod3b.c: Likewise.
44493         * elf/tst-auditmod4b.c: Likewise.
44494         * elf/tst-auditmod5b.c: Likewise.
44495         * elf/tst-auditmod6b.c: Likewise.
44496         * elf/tst-auditmod6c.c: Likewise.
44497         * elf/tst-auditmod7b.c: Likewise.
44498         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44499         * sysdeps/x86_64/preconfigure.in: Likewise.
44500         * sysdeps/x86_64/preconfigure: Regenerated.
44502 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44504         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44505         __ILP32__.
44507 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44509         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44510         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44512 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44514         [BZ #13973]
44515         * locale/iso-639.def: Fix gl language name. Spotted by
44516         Yaron Shahrabani.
44518 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44520         [BZ #2074]
44521         * libio/libio.h (__io_write_fn): Update comment.
44523 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44525         [BZ #2074]
44526         * stdio.texi (Hook Functions): The user provided writer function
44527         is not allowed to return -1.
44529 2012-04-11  David S. Miller  <davem@davemloft.net>
44531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44533 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44535         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44536         Add a leading slash to rtkaio.
44538 2012-04-11  Jim Meyering  <meyering@redhat.com>
44540         [BZ #11959]
44541         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44542         It is not necessarily an error to ignore fwrite's return
44543         value.  One can reliably use ferror to test for errors after
44544         the fact.
44546 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44548         * bits/types.h (__snseconds_t): New type.
44549         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44551         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44552         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44553         (__SNSECONDS_T_TYPE): Likewise.
44554         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44555         (__SNSECONDS_T_TYPE): Likewise.
44556         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44557         (__SNSECONDS_T_TYPE): Likewise.
44559 2012-04-10  Andreas Jaeger  <aj@suse.de>
44561         [BZ #2636]
44562         * manual/time.texi (Processor Time): Return type of times is
44563         elapsed real time since an arbitrary point in the past.
44564         (CPU Time): Move CLK_TCK from here...
44565         (Processor Time): ...to here.  Correct description.
44566         * manual/conf.texi (Constants for Sysconf): Correct description of
44567         _SC_CLK_TCK.
44569 2012-04-10  David S. Miller  <davem@davemloft.net>
44571         [BZ #13967]
44572         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44573         where the is a gap between DT_REL(A) and DT_JMPREL.
44575 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44577         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44578         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44579         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44581 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44583         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44584         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44585         (dl_main): Handle --inhibit-cache.
44586         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44587         _dl_inhibit_cache.
44588         * elf/dl-load.c (_dl_map_object): Use it.
44589         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44591 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44593         [BZ #13872]
44594         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44595         (__ieee754_powl): Saturate large exponents rather than testing for
44596         overflow of y*log2(x).
44597         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44598         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44599         exceptions.
44601         [BZ #11521]
44602         * math/s_ctan.c: Include <float.h>.
44603         (__ctan): Avoid internal overflow or cancellation in calculating
44604         denominator.
44605         * math/s_ctanf.c: Likewise.
44606         * math/s_ctanl.c: Likewise.
44607         * math/s_ctanh.c: Likewise.
44608         * math/s_ctanhf.c: Likewise.
44609         * math/s_ctanhl.c: Likewise.
44610         * math/libm-test.inc (ctan_test): Add more tests.
44611         (ctanh_test): Likewise.
44612         * sysdeps/i386/fpu/libm-test-ulps: Update.
44613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44615 2012-04-09  Andreas Jaeger  <aj@suse.de>
44617         [BZ #6894]
44618         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44619         is an optional BSD extension.
44621         [BZ #10254]
44622         * manual/stdio.texi (Opening Streams): Document additional fopen
44623         parameters.
44625 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44627         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44628         %eax without telling the compiler.
44630 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44632         [BZ # 13963]
44633         * manual/install.texi: Use sourceware.org.
44635 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44637         [BZ #13873]
44638         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44639         (__ieee754_pow): Generate overflow and underflow using huge*huge
44640         and tiny*tiny rather than just returning constant infinity or zero
44641         for large exponents.
44642         * math/libm-test.inc (pow_test): Require overflow exceptions for
44643         applicable cases of large exponents.
44645         [BZ #706]
44646         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44647         (__ieee754_pow): Use iterative multiplication algorithm only for
44648         integer exponents with absolute value below 1024.  Check for odd
44649         integer exponents when using algorithm for real exponents.
44650         * math/libm-test.inc (pow_test): Add more tests.
44651         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44653 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44655         [BZ #13705]
44656         * math/libm-test.inc (exp_test): Do not allow overflow exception
44657         on underflow test.
44659 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44661         [BZ #13705]
44662         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44663         instead of __kernel_standard_f.
44665 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44667         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44668         * sysdeps/x86_64/memset_chk.S: Likewise.
44670 2012-04-08  Andreas Jaeger  <aj@suse.de>
44672         [BZ #10153]
44673         * manual/startup.texi (Environment Access): Describe return value
44674         for putenv and setenv.
44676         [BZ #6895]
44677         * manual/filesys.texi (Directory Entries): Add description for
44678         DT_LNK.
44680         [BZ #6890]
44681         * manual/filesys.texi (Directory Entries): Clarify that it's file
44682         system not operating system in the description of DT_UNKNOWN.
44684         [BZ #6578]
44685         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44687 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44689         [BZ #6649]
44690         * manual/llio.texi (Opening and Closing Files): Add cross
44691         reference to explain mode argument.
44693 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44695         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44696         * sysdeps/x86_64/memset_chk.S: Likewise.
44698 2012-04-07  David S. Miller  <davem@davemloft.net>
44700         * elf/elf.h (R_SPARC_WDISP10): Define.
44701         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44702         R_SPARC_SIZE32.
44703         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44704         R_SPARC_SIZE64 and R_SPARC_H34.
44706 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44708         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44709         conditions and remove no longer applicable assertion.
44711 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44713         * bits/byteswap.h: Include <features.h>.
44714         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44715         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44717 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44719         * bits/byteswap.h (__bswap_16): Removed.
44720         Include <bits/byteswap-16.h> to get __bswap_16.
44721         * sysdeps/i386/bits/byteswap.h: Likewise.
44722         * sysdeps/s390/bits/byteswap.h: Likewise.
44723         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44724         * bits/byteswap-16.h: New file.
44725         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44726         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44727         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44728         * string/Makefile (headers): Add bits/byteswap-16.h.
44730 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44732         [BZ #13895]
44733         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44734         extra indirection.
44735         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44736         * nss/tst-nss-static.c: New.
44738 2012-04-06  Robert Millan  <rmh@gnu.org>
44740         [BZ #6486]
44741         * manual/llio.texi (File Position Primitive): lseek
44742         refers to WHENCE when it really means OFFSET.
44744 2012-04-06  Andreas Jaeger  <aj@suse.de>
44746         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44747         strncmp declarations.
44749         * abilist/libc.abilist: Add __poll and __ppoll.
44751 2012-04-05  David S. Miller  <davem@davemloft.net>
44753         * scripts/check-local-headers.sh: Accept a host triplet in the
44754         path matched by the exclude regexp.
44756         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44757         definition.
44758         * sysdeps/powerpc/powerpc32/dl-machine.h
44759         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44760         * sysdeps/s390/s390-32/dl-machine.h
44761         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44762         * sysdeps/sparc/sparc32/dl-machine.h
44763         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44764         * sysdeps/sparc/sparc64/dl-machine.h
44765         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44767         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44768         lazy binding.
44769         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44770         undefined symbol errors.
44772         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44773         DT_NEEDED entries.
44775 2012-04-05  Michael Matz  <matz@suse.de>
44777         [BZ #13592]
44778         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44780 2012-04-05  Andreas Jaeger  <aj@suse.de>
44782         [BZ #13908]
44783         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44784         comment.
44786 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44788         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44789         which ROUND is no valid rounding mode.
44791 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44793         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44794         read again.
44795         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44797 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44799         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44800         an exception using FPU order intentionally.
44802 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44804         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44805         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44806         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44807         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44809 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44811         [BZ #12340]
44812         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44813         EINVAL when BUFLEN is too smal.
44815 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44817         [BZ #13553]
44818         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44819         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44821 2012-04-03  Andreas Jaeger  <aj@suse.de>
44823         [BZ #13938]
44824         * manual/setjmp.texi (System V contexts): Fix sentence.
44826         [BZ #13926]
44827         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44828         New macro for this case.
44829         [!__GNUC__] (__bswap_64): New inline function for this case.
44830         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44831         * bits/byteswap.h: Likewise.
44832         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44833         ull, guard with __GLIBC_HAVE_LONG_LONG.
44835         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44836         __GLIBC_HAVE_LONG_LONG.
44838         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44839         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44841 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44843         [BZ #13691]
44844         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44845         inptr and inend, rather than using last_ch.
44847 2012-04-02  David S. Miller  <davem@davemloft.net>
44849         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44850         * stdio-common/printf-parse.h (read_int): Change return type to
44851         'int', return -1 on INT_MAX overflow.
44852         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44853         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44854         overflows INT_MAX.  Check for overflow of in-format-string precision
44855         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44856         SIZE_MAX not INT_MAX for integer overflow test.
44857         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44858         skip the construct in the format string but do not record anything.
44859         * stdio-common/bug22.c: Adjust to test both width/prevision
44860         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44861         explicitly for proper errno values.
44863 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44865         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44866         CHAR_MAX.
44867         * string/test-strcmp.c [! WIDE]: Likewise.
44868         * time/tst-mktime2.c: Likewise for INT_MAX.
44869         * string/test-string.h: #include <sys/param.h> for MIN.
44871         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44872         * sysdeps/i386/init-first.c (init): Likewise.
44873         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44874         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44875         * sysdeps/sh/init-first.c (init): Likewise.
44877 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44879         * po/ru.po: Update from translation team.
44880         * po/vi.po: Likewise.
44882 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44884         * resolv/nss_dns/dns-host.c: Merge copyright years.
44886 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44888         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44889         Optimize memcpy with prefetch if
44890         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44891         src, dst pointers have unequal 16 byte alignments.
44893 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44895         [BZ #13928]
44896         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44897         from a CNAME entry and return the minimum ttl for the query.
44898         (gaih_getanswer_slice): Likewise.
44900 2012-03-30  Jeff Law  <law@redhat.com>
44902         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44903         due to long keys.
44904         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44905         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44907         * resolv/nss_dns/dns-host.c: Update copyright year.
44909 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44911         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44912         requests to save a system call.  Fix check that all bytes are sent.
44914         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44915         comments for sendmmsg.
44917 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44919         [BZ #13691]
44920         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44921         with only 1 character between 0x0041 and 0x01b0.
44922         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44923         * wcsmbs/tst-mbsnrtowcs.c: New file.
44925 2012-03-29  David S. Miller  <davem@davemloft.net>
44927         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44928         small copies by hand.
44930 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44932         [BZ #13761]
44933         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44934         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44935         group memberships.
44937 2012-03-28  David S. Miller  <davem@davemloft.net>
44939         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44940         that branches into memcpy.
44941         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44942         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44943         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44944         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44945         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44946         bits.
44947         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44948         implementation too.
44949         * sysdeps/sparc/mempcpy.S: New file.
44951         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44952         the IFUNC routine in the libc case.
44953         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44955         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44956         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44957         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44958         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44959         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44960         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44961         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44962         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44964         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44965         loop to 256 bytes instead of 64 bytes and fix test signedness.
44967         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44968         * sysdeps/sparc/sparc32/Makefile: rather than here...
44969         * sysdeps/sparc/sparc64/Makefile: and here.
44971 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
44973         * malloc/mallocbug.c: Avoid warnings about unused variables.
44975 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44977         [BZ #13760]
44978         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
44979         in the right place. Discard and retry query if response is
44980         larger than input buffer size.
44982 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
44984         [BZ #369]
44985         [BZ #2678]
44986         [BZ #3866]
44987         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
44988         x for large integer exponent.
44989         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44990         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
44991         sign of result as needed afterwards.
44992         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
44993         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
44994         result for underflowing pow the same as for overflow.
44995         (__kernel_standard_l): Handle powl overflow and underflow here
44996         rather than calling __kernel_standard.
44997         * math/libm-test.inc (pow_test): Add more tests.
44999         [BZ #3868]
45000         [BZ #13879]
45001         [BZ #13910]
45002         [BZ #13911]
45003         [BZ #13912]
45004         [BZ #13913]
45005         [BZ #13915]
45006         [BZ #13916]
45007         [BZ #13917]
45008         [BZ #13918]
45009         [BZ #13919]
45010         [BZ #13920]
45011         [BZ #13921]
45012         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45013         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45014         (__kernel_standard_l): New function.
45015         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45016         __kernel_standard.
45017         * math/w_acosl.c (__acosl): Likewise.
45018         * math/w_asinl.c (__asinl): Likewise.
45019         * math/w_atan2l.c (__atan2l): Likewise.
45020         * math/w_atanhl.c (__atanhl): Likewise.
45021         * math/w_coshl.c (__coshl): Likewise.
45022         * math/w_exp10l.c (__exp10l): Likewise.
45023         * math/w_exp2l.c (__exp2l): Likewise.
45024         * math/w_fmodl.c (__fmodl): Likewise.
45025         * math/w_hypotl.c (__hypotl): Likewise.
45026         * math/w_j0l.c (__j0l, __y0l): Likewise.
45027         * math/w_j1l.c (__j1l, __y1l): Likewise.
45028         * math/w_jnl.c (__jnl, __ynl): Likewise.
45029         * math/w_lgammal.c (__lgammal): Likewise.
45030         * math/w_log10l.c (__log10l): Likewise.
45031         * math/w_log2l.c (__log2l): Likewise.
45032         * math/w_logl.c (__logl): Likewise.
45033         * math/w_powl.c (__powl): Likewise.
45034         * math/w_remainderl.c (__remainderl): Likewise.
45035         * math/w_scalbl.c (sysv_scalbl): Likewise.
45036         * math/w_sinhl.c (__sinhl): Likewise.
45037         * math/w_sqrtl.c (__sqrtl): Likewise.
45038         * math/w_tgammal.c (__tgammal): Likewise.
45039         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45040         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45041         * math/libm-test.inc (acos_test): Add more tests.
45042         (acosh_test): Likewise.
45043         (asin_test): Likewise.
45044         (atanh_test): Likewise.
45045         (exp_test): Likewise.
45046         (exp10_test): Likewise.
45047         (exp2_test): Likewise.
45048         (expm1_test): Likewise.
45049         (lgamma_test): Likewise.
45050         (log_test): Likewise.
45051         (log10_test): Likewise.
45052         (log1p_test): Likewise.
45053         (log2_test): Likewise.
45054         (pow_test): Do not allow some spurious overflow exceptions.
45055         (sqrt_test): Add more tests.
45056         (tgamma_test): Likewise.
45057         (y0_test): Likewise.
45058         (y1_test): Likewise.
45059         (yn_test): Likewise.
45061 2012-03-27  Anton Blanchard  <anton@samba.org>
45063         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45064         MAP_HUGETLB.
45065         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45066         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45067         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45069 2012-03-27  David S. Miller  <davem@davemloft.net>
45071         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45073         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45074         have-as-vis3 check.
45076 2012-03-27  Andreas Jaeger  <aj@suse.de>
45078         * sysdeps/x86_64/elf/configure.in: Moved to ...
45079         * sysdeps/x86_64/configure.in: ... here.
45080         * sysdeps/x86_64/elf/start.S: Moved to ...
45081         * sysdeps/x86_64/start.S: ... here.
45082         * sysdeps/x86_64/elf/configure: Delete.
45084         * sysdeps/x86_64/configure.in: Merge contents from
45085         sysdeps/i386/configure.in (without i686 check).
45087         * sysdeps/i386/elf/Versions: Merge into ...
45088         * sysdeps/i386/Versions: ... this.
45089         * sysdeps/i386/elf/Versions: Delete file.
45090         * sysdeps/i386/elf/start.S: Moved to ...
45091         * sysdeps/i386/start.S: ...here.
45092         * sysdeps/i386/elf/configure.in: Merge into...
45093         * sysdeps/i386/configure.in: ...here.
45094         * sysdeps/i386/elf/configure.in: Delete file.
45095         * sysdeps/i386/elf/configure: Delete file.
45097         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45098         * debug/backtracesyms.c: ... here.
45099         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45100         * debug/backtracesymsfd.c: ... here.
45101         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45102         * sysdeps/generic/ifunc-sel.h: ... here.
45104         * sysdeps/unix/i386/start.c: Delete file.
45105         * sysdeps/unix/sparc/start.c: Delete file.
45106         * sysdeps/unix/start.c: Delete file.
45108         * sysdeps/sh/elf/configure.in: Moved to ...
45109         * sysdeps/sh/configure.in: ... here.
45110         * sysdeps/sh/elf/start.S: Moved to ...
45111         * sysdeps/sh/start.S: ... here.
45112         * sysdeps/sh/elf/configure: Delete file.
45114         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45115         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45116         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45117         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45118         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45119         * sysdeps/powerpc/powerpc64/start.S: here.
45120         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45121         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45122         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45123         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45124         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45126         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45127         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45128         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45129         * sysdeps/powerpc/powerpc32/start.S: ... here.
45130         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45131         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45132         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45134         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45135         * sysdeps/powerpc/ifunc-sel.h: ... here.
45136         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45137         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45139         * sysdeps/sparc/elf/configure.in: Moved to ...
45140         * sysdeps/sparc/configure.in: ... here.
45141         * sysdeps/sparc/elf/configure: Delete file.
45142         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45143         * sysdeps/sparc/sparc32/start.S: ... here.
45144         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45145         * sysdeps/sparc/sparc64/start.S: ... here.
45146         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45147         * sysdeps/sparc/sparc32/Makefile: ... this.
45148         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45149         * sysdeps/sparc/sparc64/Makefile: ... this.
45151         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45152         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45153         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45154         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45155         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45156         * sysdeps/s390/s390-32/setjmp.S: ... here.
45157         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45158         * sysdeps/s390/s390-32/configure.in: ... here.
45159         * sysdeps/s390/s390-32/elf/configure: Delete file.
45160         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45161         * sysdeps/s390/s390-32/start.S: ... here.
45163         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45164         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45165         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45166         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45167         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45168         * sysdeps/s390/s390-64/setjmp.S: ... here.
45169         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45170         * sysdeps/s390/s390-64/configure.in: ... here
45171         * sysdeps/s390/s390-64/elf/configure: Delete file.
45172         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45173         * sysdeps/s390/s390-64/start.S: ... here.
45174         * sysdeps/s390/s390-64/elf/configure: Delete.
45176         * configure.in: Remove support for elf directories in sysdeps.
45178         * configure: Regenerated.
45179         * sysdeps/i386/configure: Regenerated.
45180         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45181         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45182         * sysdeps/s390/s390-32/configure: Regenerated.
45183         * sysdeps/s390/s390-64/configure: Regenerated.
45184         * sysdeps/sh/configure: Regenerated.
45185         * sysdeps/sparc/configure: Regenerated.
45186         * sysdeps/x86_64/configure: Regenerated.
45188 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45192         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45193         denormal result into account.
45195 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45197         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45198         Reported by Allan McRae <allan@archlinux.org>.
45200 2012-03-23  Jeff Law  <law@redhat.com>
45202         * nss/getnssent.c (__nss_getent): Fix typo.
45204 2012-03-23  David S. Miller  <davem@davemloft.net>
45206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45208 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45210         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45211         to pad to uint64_t for each field.
45212         (dl_tls_index): Replace unsigned long with uint64_t.
45214 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45215         Paul Pluzhnikov  <ppluzhnikov@google.com>
45217         [BZ #6528]
45218         * grp/Makefile (otherlibs): Don't set it.
45219         * inet/Makefile (otherlibs): Likewise.
45220         * login/Makefile (otherlibs): Likewise.
45221         * nscd/Makefile (otherlibs): Likewise.
45222         * posix/Makefile (otherlibs): Likewise.
45223         * pwd/Makefile (otherlibs): Likewise.
45224         * rt/Makefile (otherlibs): Likewise.
45225         * sunrpc/Makefile (otherlibs): Likewise.
45226         * nss/Makefile (otherlibs): Likewise.
45227         Add libnss_files to routines and static-only-routines.
45228         ($(objpfx)getent): Remove rule.
45229         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45230         static-only-routines.
45232 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45234         [BZ #13892]
45235         * math/s_cexp.c: Include <float.h>.
45236         (__cexp): Handle exp result overflowing not necessarily
45237         overflowing both real and imaginary parts of result.
45238         * math/s_cexpf.c: Likewise.
45239         * math/s_cexpl.c: Likewise.
45240         * math/libm-test.inc (cexp_test): Add more tests.
45241         * sysdeps/i386/fpu/libm-test-ulps: Update.
45242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45244 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45246         * include/link.h (ELFW): New macro.
45247         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45248         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45250 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45252         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45253         with uint64_t.
45255 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45257         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45258         declaration.
45259         (struct La_x32_retval): Likewise.
45261 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45263         * sysdeps/x86_64/preconfigure.in: New file.
45264         * sysdeps/x86_64/preconfigure: New generated file.
45266 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45268         [BZ #13824]
45269         * math/e_exp2l.c: Include <float.h>.
45270         (__ieee754_exp2l): Handle overflow and underflow cases
45271         separately.  Only pass fractional part of argument to
45272         __ieee754_expl.
45273         * math/libm-test.inc (exp2_test): Add more tests.
45275         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45276         negating x to take absolute value.
45277         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45278         Likewise.
45279         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45280         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45281         Likewise.
45282         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45283         computing low part if x was negated.
45284         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45286 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45288         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45289         la_x32_gnu_pltexit.
45290         (pltexit): Cast int_retval to ptrdiff_t.
45291         * elf/tst-auditmod3b.c: Likewise.
45292         * elf/tst-auditmod4b.c: Likewise.
45293         * elf/tst-auditmod5b.c: Likewise.
45294         * elf/tst-auditmod6b.c: Likewise.
45295         * elf/tst-auditmod6c.c: Likewise.
45296         * elf/tst-auditmod7b.c: Likewise.
45298         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45299         and x32_gnu_pltexit.
45301         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45302         __ELF_NATIVE_CLASS.
45303         (La_x32_regs): New macro.
45304         (La_x32_retval): Likewise.
45305         (la_x32_gnu_pltenter): New function prototype.
45306         (la_x32_gnu_pltexit): Likewise.
45308 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45310         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45311         exponent.
45313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45315         * configure.in (libc_cv_cc_nofma): Check for option to disable
45316         generation of FMA instructions.
45317         * configure: Regenerate.
45318         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45319         * sysdeps/ieee754/dbl-64/Makefile: New file.
45320         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45321         Remove brandred-fma4.
45322         (CFLAGS-brandred-fma4.c): Remove.
45323         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45324         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45325         define.
45326         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45327         define.
45329 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45331         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45332         LLONG_MAX != LONG_MAX.
45333         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45334         (_fitoa_word): Likewise.
45335         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45336         LLONG_MAX != LONG_MAX.
45337         * stdio-common/_itowa.h: Include <_itoa.h>.
45338         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45339         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45340         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45341         only if not defined.
45342         (_ITOA_WORD_TYPE): Likewise.
45343         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45344         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45346 2012-03-21  David S. Miller  <davem@davemloft.net>
45348         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45350 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45352         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45353         of x86_64 when setting libc_cv_slibdir, libdir and
45354         libc_cv_localedir.
45355         * sysdeps/unix/sysv/linux/configure: Regenerated.
45357 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45359         * manual/lang.texi (Old Varargs): Remove section.
45360         (How Variadic): Update menu.
45361         (va_start): Do not mention varargs.h.
45363 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45364             Joseph Myers  <joseph@codesourcery.com>
45366         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45367         link test.
45368         * configure: Regenerated.
45370 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45372         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45373         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45374         conformtest.pl
45376 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45378         * NOTES: Remove.
45379         * Makefile (files-for-dist): Remove NOTES.
45380         (NOTES): Remove rule.
45381         * README: Don't refer to NOTES.
45382         * manual/creature.texi: Don't include macros.texi.
45383         * manual/intro.texi (creature.texi): Remove comment referring to
45384         NOTES.
45386         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45387         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45388         * configure: Regenerated.
45389         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45390         LIBC_TRY_CC_OPTION.
45391         (libc_cv_as_i686): Likewise.
45392         (libc_cv_cc_avx): Likewise.
45393         (libc_cv_cc_sse2avx): Likewise.
45394         (libc_cv_cc_fma4): Likewise.
45395         (libc_cv_cc_novzeroupper): Likewise.
45396         * sysdeps/i386/configure: Regenerated.
45398         [BZ #13883]
45399         * sysdeps/i386/fpu/s_cexp.S: Remove.
45400         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45401         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45402         * math/libm-test.inc (cexp_test): Add more tests.
45403         * sysdeps/i386/fpu/libm-test-ulps: Update.
45404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45406 2012-03-21  Allan McRae  <allan@archlinux.org>
45408         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45410 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45412         [BZ #13871]
45413         * math/w_exp2.c: Do not include <float.h>.
45414         (o_threshold, u_threshold): Remove.
45415         (__exp2): Calculate result before checking finiteness and calling
45416         __kernel_standard.
45417         * math/w_exp2f.c: Likewise.
45418         * math/w_exp2l.c: Likewise.
45419         * math/libm-test.inc (exp2_test): Require overflow exception for
45420         1e6 input.
45422         [BZ #3866]
45423         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45424         range of signed 64-bit integers before using fistpll.  Remove
45425         checks for whether integers fit in mantissa bits.
45426         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45427         the range of signed 32-bit integers before using fistpl.  Remove
45428         checks for whether integers fit in mantissa bits.
45429         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45430         (__ieee754_powl): Test for y outside the range of signed 64-bit
45431         integers before using fistpll.  Reduce 64-bit values to 63-bit
45432         ones as needed.
45433         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45434         divide-by-zero is raised for zero to large negative powers.
45435         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45436         (__ieee754_powl): Test for y outside the range of signed 64-bit
45437         integers before using fistpll.  Reduce 64-bit values to 63-bit
45438         ones as needed.
45439         * math/libm-test.inc (pow_test): Add more tests.
45441 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45443         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45444         <stdio-common/_itoa.h>.
45445         * debug/segfault.c: Likewise.
45446         * elf/dl-cache.c: Likewise.
45447         * elf/dl-minimal.c: Likewise.
45448         * elf/dl-misc.c: Likewise.
45449         * elf/dl-sysdep.c: Likewise.
45450         * elf/dl-version.c: Likewise.
45451         * elf/rtld.c: Likewise.
45452         * hurd/hurdsock.c: Likewise.
45453         * hurd/lookup-retry.c: Likewise.
45454         * malloc/malloc.c: Likewise.
45455         * malloc/mtrace.c: Likewise.
45456         * nscd/nscd_getgr_r.c: Likewise.
45457         * nscd/nscd_getpw_r.c: Likewise.
45458         * nscd/nscd_getserv_r.c: Likewise.
45459         * posix/getopt_init.c: Likewise.
45460         * posix/wordexp.c: Likewise.
45461         * stdio-common/_itoa.c: Likewise.
45462         * stdio-common/printf_fphex.c: Likewise.
45463         * stdio-common/vfprintf.c: Likewise.
45464         * string/_strerror.c: Likewise.
45465         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45466         * sysdeps/i386/i686/hp-timing.h: Likewise.
45467         * sysdeps/mach/_strerror.c: Likewise.
45468         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45469         * sysdeps/mach/hurd/sethostid.c: Likewise.
45470         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45471         * sysdeps/mach/xpg-strerror.c: Likewise.
45472         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45473         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45474         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45475         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45476         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45477         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45478         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45479         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45480         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45481         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45482         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45483         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45484         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45485         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45486         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45487         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45488         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45489         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45490         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45491         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45492         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45494         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45496         * stdio-common/_itoa.h: Moved to ...
45497         * sysdeps/generic/_itoa.h: Here.
45499         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45501         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45502         instead of "_itoa.h" and "_itowa.h".
45503         * stdio-common/vfprintf.: Likewise.
45505 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45507         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45508         <bits/wordsize.h>.
45509         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45510         (__signbit): Likwise.
45511         (llrintf): Likwise.
45512         (llrint): Likwise.
45514 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45516         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45517         __WORDSIZE != 64.
45519 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45521         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45522         OVERFLOW_EXCEPTION_OK.
45523         * math/libm-test.inc ("Philosophy"): Update comment about
45524         exception testing.
45525         (OVERFLOW_EXCEPTION): Define.
45526         (OVERFLOW_EXCEPTION_OK): Likewise.
45527         (INVALID_EXCEPTION_OK): Renumber.
45528         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45529         (IGNORE_ZERO_INF_SIGN): Likewise.
45530         (test_exceptions): Handle FE_OVERFLOW.
45531         (exp10_test): Expect overflow exceptions.
45532         (exp2_test): Likewise.
45533         (expm1_test): Likewise.
45534         (nextafter_test): Likewise.
45535         (pow_test): Likewise.
45536         (scalbn_test): Likewise.
45537         (scalbln_test): Likewise.
45539 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45541         * sysdeps/x86_64/bits/atomic.h
45542         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45543         64bit integer.
45544         (atomic_exchange_acq): Likewise.
45545         (__arch_exchange_and_add_body): Likewise.
45546         (__arch_add_body): Likewise.
45547         (atomic_add_negative): Likewise.
45548         (atomic_add_zero): Likewise.
45550 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45552         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45553         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45555 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45557         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45558         Check __x86_64__ instead of __WORDSIZE.
45560 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45562         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45564 2012-03-19  David S. Miller  <davem@davemloft.net>
45566         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45568         * sysdeps/sparc/fpu/fenv_private.h: New file.
45569         * sysdeps/sparc/fpu/math_private.h: Use it.
45570         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45571         Remove.
45572         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45573         (libc_feholdexcept_setroundl): Remove.
45574         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45575         Remove.
45576         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45577         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45579 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45581         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45582         int64_t instead of long int.
45583         (INSERT_WORDS64): Likwise.
45585 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45587         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45588         _Unwind_GetCFA return to _Unwind_Ptr first.
45590 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45592         [BZ #13629]
45593         * math/s_clog.c: Include <float.h>.
45594         (__clog): Scale large or subnormal inputs.
45595         * math/s_clogf.c: Likewise.
45596         * math/s_clogl.c: Likewise.
45597         * math/s_clog10.c: Include <float.h>.
45598         (M_LOG10_2): Define.
45599         (__clog10): Scale large or subnormal inputs.
45600         * math/s_clog10f.c: Likewise.
45601         * math/s_clog10l.c: Likewise.
45602         * math/libm-test.inc (clog_test): Add more tests.
45603         (clog10_test): Likewise.
45604         * sysdeps/i386/fpu/libm-test-ulps: Update.
45605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45607         [BZ #11451]
45608         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45609         x and y.
45610         * math/libm-test.inc (atan2_test): Add another test.
45612         * Makerules (common-objdir-compile): Remove.
45613         * sysdeps/unix/Makefile (config-generated): Do not add
45614         $(unix-generated) to variable.
45615         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45616         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45617         Remove rule.
45618         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45619         Likewise.
45620         [generic bits/local_lim.h] (before-compile): Do not append to
45621         variable.
45622         [generic bits/local_lim.h] (common-generated): Likewise.
45623         [generic sys/param.h] (before-compile): Do not append to variable.
45624         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45625         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45626         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45627         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45628         include.
45629         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45630         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45631         [generic sys/param.h] ($(addprefix
45632         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45633         [generic sys/param.h] (common-generated): Do not append to
45634         variable.
45635         [generic sys/param.h] (sysdep_headers): Likewise.
45636         [generic bits/errno.h] (before-compile): Do not append to
45637         variable.
45638         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45639         rule.
45640         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45641         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45642         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45643         [generic bits/errno.h] (common-generated): Do not append to
45644         variable.
45645         [generic bits/ioctls.h] (before-compile): Do not append to
45646         variable.
45647         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45648         rule.
45649         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45650         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45651         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45652         rule.
45653         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45654         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45655         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45656         [generic bits/ioctls.h] (common-generated): Do not append to
45657         variable.
45658         [generic sys/syscall.h] (syscall.h): Remove variable.
45659         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45660         rule.
45661         [generic sys/syscall.h] (before-compile): Do not append to
45662         variable.
45663         [generic sys/syscall.h] (common-generated): Likewise.
45664         * sysdeps/unix/errnos-tmpl.c: Remove file.
45665         * sysdeps/unix/errnos.awk: Likewise.
45666         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45667         * sysdeps/unix/ioctls.awk: Likewise.
45668         * sysdeps/unix/mk-local_lim.c: Likewise.
45669         * sysdeps/unix/snarf-ioctls: Likewise.
45671 2012-03-19  Richard Henderson  <rth@twiddle.net>
45673         * sysdeps/i386/fpu/fenv_private.h: New file.
45674         * sysdeps/i386/fpu/math_private.h: Use it.
45675         (math_opt_barrier, math_force_eval): Remove.
45676         (libc_feholdexcept_setround_53bit): Remove.
45677         (libc_feupdateenv_53bit): Remove.
45678         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45679         (math_opt_barrier, math_force_eval): Remove.
45680         (libc_feholdexcept): Remove.
45681         (libc_feholdexcept_setround): Remove.
45682         (libc_fetestexcept, libc_fesetenv): Remove.
45683         (libc_feupdateenv_test): Remove.
45684         (libc_feupdateenv, libc_feholdsetround): Remove.
45685         (libc_feresetround): Remove.
45687         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45688         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45690         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45691         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45692         (libc_feupdateenv_testl): New.
45693         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45694         (libc_feupdateenv_testf): New.
45695         (libc_feupdateenv): Use libc_feupdateenv_test.
45696         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45697         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45699         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45700         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45701         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45702         (libc_feresetround_noex): New.
45703         (libc_feresetround_noexf): New.
45704         (libc_feresetround_noexl): New.
45705         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45706         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45707         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45708         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45709         SET_RESTORE_ROUND.
45710         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45711         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45712         (__cos): Likewise.
45713         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45714         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45715         SET_RESTORE_ROUND_NOEX.
45716         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45717         SET_RESTORE_ROUND_NOEXF.
45718         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45719         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45720         (libc_feholdsetroundf): New.
45721         (libc_feresetround, libc_feresetroundf): New.
45723         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45724         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45725         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45727         * sysdeps/generic/math_private.h: Include <fenv.h>.
45728         (default_libc_feholdexcept): New.
45729         (default_libc_feholdexcept_setround): New.
45730         (default_libc_fesetenv, default_libc_feupdateenv): New.
45731         (libc_feholdexcept): Only define if undefined.
45732         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45733         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45734         (libc_feholdexcept_setroundl): Likewise.
45735         (libc_feholdexcept_setround_53bit): Likewise.
45736         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45737         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45738         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45739         (libc_feupdateenv_53bit): Likewise.
45740         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45741         (libc_feholdexcept): Convert from macro to inline function.
45742         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45743         (libc_fesetenv, libc_feupdateenv): Likewise.
45745         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45746         not previously defined.
45747         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45748         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45749         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45750         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45751         * sysdeps/ieee754/flt-32/math_private.h: New file.
45752         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45753         math_private.h below SET_FLOAT_WORD.
45754         (__isnan, __isinf_ns, __finite): Remove.
45755         (__isnanf, __isinf_nsf, __finitef): Remove.
45757 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45759         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45761 2012-03-17  David S. Miller  <davem@davemloft.net>
45763         [BZ #6471]
45764         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45765         for 2.16.
45767 2012-03-16  David S. Miller  <davem@davemloft.net>
45769         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45770         warnings.
45772         [BZ #6471]
45773         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45774         properly.
45775         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45776         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45777         sysdep_routines when subdir is sysvipc.
45778         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45779         __getshmlba helper.
45781         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45783 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45785         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45786         [__LP64__].
45788 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45790         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45791         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45792         (__lround): Renamed to ...
45793         (__llround): This.  Replace long int with long long int.
45794         Define lround functions as aliases of llround functions.
45795         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45797 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45799         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45800         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45801         adresses to uintptr_t.  Replace "long int" and "unsigned long
45802         int" with "greg_t" on va_arg.
45804 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45806         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45807         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45809         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45810         Move e_machine check before EI_CLASS check.  Handle x32
45811         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45812         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45813         SKIP_EM_IA_64 and include
45814         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45816         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45817         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45818         (add_system_dir): New macro.
45820         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45821         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45823 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45825         [BZ #2551]
45826         [BZ #2552]
45827         [BZ #2553]
45828         [BZ #2554]
45829         [BZ #2562]
45830         [BZ #2563]
45831         [BZ #2565]
45832         [BZ #2566]
45833         [BZ #2576]
45834         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45835         (y0): Likewise.
45836         * math/w_j0f.c (j0f): Likewise.
45837         (y0f): Likewise.
45838         * math/w_j0l.c (__j0l): Likewise.
45839         (__y0l): Likewise.
45840         * math/w_j1.c (j1): Likewise.
45841         (y1): Likewise.
45842         * math/w_j1f.c (j1f): Likewise.
45843         (y1f): Likewise.
45844         * math/w_j1l.c (__j1l): Likewise.
45845         (__y1l): Likewise.
45846         * math/w_jn.c (jn): Likewise.
45847         (yn): Likewise.
45848         * math/w_jnf.c (jnf): Likewise.
45849         (ynf): Likewise.
45850         * math/w_jnl.c (__jnl): Likewise.
45851         (__ynl): Likewise.
45852         * math/libm-test.inc (j0_test): Add more tests.
45853         (j1_test): Likewise.
45854         (jn_test): Likewise.  Add trailing semicolon to existing test.
45855         (y0_test): Likewise.
45856         (y1_test): Likewise.
45857         * sysdeps/i386/fpu/libm-test-ulps: Update.
45858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45860         [BZ #13851]
45861         [BZ #13854]
45862         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45863         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45864         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45865         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45866         (__tanl): Set errno for infinite argument.
45867         * sysdeps/i386/fpu/mptan.c: Remove.
45868         * sysdeps/i386/fpu/s_tan.S: Likewise.
45869         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45870         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45871         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45872         * math/libm-test.inc (tan_test): Add more tests and enable more
45873         tests for double and long double.
45874         * sysdeps/i386/fpu/libm-test-ulps: Update.
45875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45877 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45879         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45880         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45882 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45884         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45885         * configure.in: Use it for both main tree and add-ons.
45886         * configure: Regenerated.
45888 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45890         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45892 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45894         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45895         in comment.
45897         [BZ #13851]
45898         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45899         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45900         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45901         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45902         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45903         infinite argument.
45904         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45905         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45906         != 0 for prec == 2.
45907         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45908         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45909         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45910         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45911         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45912         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45913         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45914         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45915         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45916         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45917         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45918         * math/libm-test.inc (cos_test): Add more tests and enable more
45919         tests for long double.
45920         (sin_test): Likewise.
45921         (sincos_test): Likewise.
45922         * sysdeps/i386/fpu/libm-test-ulps: Update.
45923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45925 2012-03-16  David S. Miller  <davem@davemloft.net>
45927         * sysdeps/sparc/fpu/math_private.h: New file.
45929 2012-03-15  David S. Miller  <davem@davemloft.net>
45931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45932         file.
45933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45935         file.
45936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45937         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45938         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45939         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45940         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45941         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45942         sysdep routines.
45943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45945         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45946         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45948         * sysdeps/sparc/sparc-ifunc.h: New file.
45949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45950         sparc-ifunc.h
45951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45953         Likewise.
45954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45955         Likewise.
45956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45960         Likewise.
45961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45966         Likewise.
45967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45968         Likewise.
45969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
45973         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
45974         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
45975         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
45976         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
45977         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
45978         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
45979         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
45980         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
45981         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
45982         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
45983         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
45984         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
45985         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
45986         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
45987         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
45988         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
45989         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
45990         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
45991         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
45992         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
45994 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45996         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
45997         scaling.
45998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46000 2012-03-15  Andreas Jaeger  <aj@suse.de>
46002         [BZ #13852]
46003         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46004         ieee754/flt-32 implementation for sin, cos and sincos.
46005         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46006         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46007         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46008         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46009         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46010         ieee754/flt-32 implementation for tan.
46012         * math/libm-test.inc (cos_test): Enable some large input tests for
46013         float as well
46014         (sin_test): Likewise.
46015         (sincos_test): Likewise.
46016         (tan_test): Add tests for large input.
46018         * sysdeps/i386/fpu/libm-test-ulps: Update.
46020 2012-03-15  Andreas Jaeger  <aj@suse.de>
46022         [BZ #13658]
46023         * math/libm-test.inc (cos_test): Add more test cases.
46024         (sin_test): Likewise.
46025         (sincos_test): Likewise.
46027 2012-03-15  Andreas Jaeger  <aj@suse.de>
46029         [BZ #13837]
46030         * math/libm-test.inc (cos_test): Add a test case for large input
46031         value.
46032         (sin_test): Likewise.
46033         (sincos_test): Likewise.
46035 2012-03-15  Andreas Jaeger  <aj@suse.de>
46036             Joseph Myers  <joseph@codesourcery.com>
46038         [BZ #13658]
46039         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46040         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46041         * sysdeps/i386/fpu/branred.c: Likewise.
46042         * sysdeps/i386/fpu/dosincos.c: Likewise.
46043         * sysdeps/i386/fpu/mpa.c: Likewise.
46044         * sysdeps/i386/fpu/s_cos.S: Likewise.
46045         * sysdeps/i386/fpu/s_sin.S: Likewise.
46046         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46047         * sysdeps/i386/fpu/sincos32.c: Likewise.
46049         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46050         Define.
46051         (libc_feupdateenv_53bit): Define.
46052         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46053         Define.
46054         (libc_feupdateenv_53bit): Define.
46056         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46057         53 bit (without extend i386 double precision).
46059         * math/libm-test.inc (sincos_test): Add tests for large input.
46060         (sin): Likewise.
46061         (cos): Likewise.
46063         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46065 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46069 2012-03-15  David S. Miller  <davem@davemloft.net>
46071         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46072         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46073         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46074         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46079         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46080         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46081         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46082         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46083         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46084         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46085         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46087         file.
46088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46090         file.
46091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46093         file.
46094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46096         file.
46097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46098         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46099         fmin/fmax sysdep routines.
46100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46102 2012-03-14  David S. Miller  <davem@davemloft.net>
46104         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46105         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46106         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46107         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46108         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46109         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46110         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46111         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46112         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46113         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46114         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46115         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46116         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46117         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46118         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46119         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46120         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46121         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46122         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46123         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46124         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46125         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46126         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46127         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46128         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46129         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46130         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46131         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46132         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46133         routines.
46134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46135         file.
46136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46138         file.
46139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46141         file.
46142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46144         file.
46145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46147         file.
46148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46150         file.
46151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46152         file.
46153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46154         file.
46155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46156         file.
46157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46158         New file.
46159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46160         file.
46161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46162         file.
46163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46165         file.
46166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46168         file.
46169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46171         file.
46172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46174         VIS3 routines.
46176         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46177         New file.
46179         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46181         * sysdeps/sparc/configure.in: New file.
46182         * sysdeps/sparc/configure: Generate.
46183         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46184         * configure: Regenerate.
46185         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46186         * config.make.in (have-as-vis3): New.
46187         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46188         available use -Av9d instead of -Av9a.
46189         * sysdeps/sparc/sparc64/Makefile: Likewise.
46190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46192         New file.
46193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46194         file.
46195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46196         New file.
46197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46198         file.
46199         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46200         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46201         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46202         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46203         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46205         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46206         fzeros/fnegs to load 0x80000000 into a float register instead of
46207         using the stack.
46208         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46210 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46212         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46213         bits/syscall.h.
46214         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46215         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46216         ($(inst_includedir)/bits/syscall.h): Remove rule.
46217         ($(objpfx)bits/syscall.d): Include instead of
46218         $(objpfx)syscall-list.d.
46219         (generated): Change syscall-list.h and syscall-list.d to
46220         bits/syscall.h and bits/syscall.d.
46222 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46224         [BZ #13846]
46225         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46227 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46229         [BZ #13841]
46230         * math/s_csqrt.c: Include <float.h>.
46231         (__csqrt): Scale large or subnormal inputs.
46232         * math/s_csqrtf.c: Likewise.
46233         * math/s_csqrtl.c: Likewise.
46234         * math/libm-test.inc (csqrt_test): Add more tests.
46235         * sysdeps/i386/fpu/libm-test-ulps: Update.
46236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46238         [BZ #13840]
46239         * math/libm-test.inc (hypot_test): Add more tests.
46241 2012-03-13  David S. Miller  <davem@davemloft.net>
46243         [BZ #13840]
46244         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46245         double-precision for the calculation instead of scaling.
46247 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46249         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46250         manipulate bits before adding and subtracting TWO52[sx].
46251         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46252         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46253         Likewise.
46254         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46256 2012-03-13  David S. Miller  <davem@davemloft.net>
46258         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46259         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46260         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46261         rtld-global-offsets.h
46262         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46264         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46265         large parameters.
46267         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46269         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46270         'err' in the ifdef scope in which it is actually used.
46272         * nss/nss_db/db-init.c: Include string.h
46274 2012-03-12  David S. Miller  <davem@davemloft.net>
46276         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46277         masking out of the most significant byte of random value used.
46278         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46279         Fix coding style in previous change.
46281         * sysdeps/unix/sysv/linux/kernel-features.h
46282         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46283         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46284         expression.
46285         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46286         later.
46288 2012-03-11  David S. Miller  <davem@davemloft.net>
46290         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46291         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46292         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46293         for 'resultvar' otherwise things get truncated on 64-bit.
46295         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46296         Fix masking out of the most significant byte of random value used.
46298         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46300 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46304 2012-03-09  David S. Miller  <davem@davemloft.net>
46306         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46307         variables with appropriate CPP guards.
46308         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46309         from the frame pointer, not the stack pointer.  Correct layout
46310         comments.  Fix test on resulting framesize and the management of
46311         the outregs buffer for pltexit.  Preserve floating point return
46312         values across _dl_call_pltexit call.
46313         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46314         framesize and the management of the outregs buffer for pltexit.
46315         Preserve floating point return values across _dl_call_pltexit
46316         call.
46317         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46318         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46319         (la_sparc64_gnu_pltexit): New functions.
46320         (print_exit): Fix format string for return register value.
46322 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46324         * sunrpc/Makefile (others): Add rpcgen.
46325         ($(objpfx)rpcgen): Remove special build rule and dependency on
46326         libc.
46327         * sunrpc/rpcgen.c: New file.
46329 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46331         [BZ #13673]
46332         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46333         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46334         * sysdeps/i386/crti.S: Likewise.
46335         * sysdeps/i386/crtn.S: Likewise.
46336         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46337         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46338         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46339         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46340         * sysdeps/sh/crti.S: Likewise.
46341         * sysdeps/sh/crtn.S: Likewise.
46342         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46344         [BZ #13673]
46345         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46346         with URL.
46347         * locale/programs/locfile-kw.gperf: Likewise.
46348         * locale/programs/charmap-kw.h: Regenerated.
46349         * locale/programs/locfile-kw.h: Likewise.
46351         [BZ #13673]
46352         * intl/plural.y: Replace FSF snail mail address with URL.
46353         * intl/plural.c: Regenerated.
46355 2012-03-09  Richard Henderson  <rth@twiddle.net>
46357         * include/math_private.h: Remove file.
46358         * math/math_private.h: Move file ...
46359         * sysdeps/generic/math_private.h: ... here.
46361         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46362         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46363         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46365         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46366         and <math_private.h>.
46367         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46368         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46369         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46370         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46371         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46372         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46373         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46376         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46377         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46378         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46379         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46381         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46382         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46383         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46384         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46385         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46386         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46387         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46388         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46391         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46392         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46393         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46394         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46395         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46396         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46397         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46398         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46399         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46400         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46401         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46402         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46403         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46404         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46417         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46418         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46419         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46420         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46421         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46422         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46423         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46424         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46425         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46426         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46427         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46428         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46429         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46430         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46431         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46432         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46433         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46434         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46435         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46436         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46437         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46438         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46439         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46440         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46441         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46442         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46443         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46444         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46445         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46446         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46447         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46448         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46449         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46450         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46451         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46452         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46453         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46454         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46455         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46456         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46457         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46458         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46459         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46460         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46461         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46462         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46463         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46464         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46465         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46466         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46467         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46468         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46469         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46470         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46471         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46472         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46473         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46474         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46475         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46476         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46477         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46478         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46479         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46480         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46481         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46482         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46483         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46484         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46485         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46486         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46487         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46488         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46489         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46490         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46491         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46492         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46493         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46494         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46495         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46496         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46497         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46498         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46499         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46500         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46501         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46502         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46503         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46504         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46505         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46506         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46507         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46508         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46509         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46510         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46511         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46512         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46513         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46514         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46515         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46516         * sysdeps/ieee754/k_standard.c: Likewise.
46517         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46518         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46519         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46520         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46521         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46522         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46523         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46524         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46525         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46526         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46527         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46528         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46529         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46530         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46531         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46532         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46533         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46534         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46535         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46536         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46537         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46538         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46539         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46540         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46541         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46542         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46543         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46544         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46545         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46546         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46547         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46548         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46549         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46550         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46551         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46552         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46553         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46554         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46555         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46556         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46557         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46558         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46559         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46560         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46561         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46562         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46563         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46564         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46565         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46566         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46567         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46568         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46569         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46570         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46571         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46572         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46574         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46575         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46576         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46577         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46578         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46579         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46597         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46600         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46602         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46604         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46605         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46606         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46607         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46608         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46610         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46611         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46612         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46613         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46614         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46617         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46618         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46619         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46620         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46621         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46622         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46624         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46625         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46626         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46627         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46630         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46631         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46632         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46634         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46635         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46636         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46637         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46639         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46642         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46644         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46647         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46648         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46649         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46652         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46653         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46654         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46657         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46659         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46663         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46665         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46666         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46667         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46668         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46669         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46671         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46673         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46677         * sysdeps/ieee754/s_lib_version.c: Likewise.
46678         * sysdeps/ieee754/s_matherr.c: Likewise.
46679         * sysdeps/ieee754/s_signgam.c: Likewise.
46680         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46681         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46682         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46683         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46684         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46685         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46686         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46687         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46688         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46689         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46690         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46691         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46692         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46693         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46694         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46695         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46696         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46697         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46698         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46699         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46700         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46702 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46704         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46705         * sunrpc/rpc_main.c: Likewise.
46706         * sunrpc/rpc_svcout.c: Likewise.
46708 2012-03-09  David S. Miller  <davem@davemloft.net>
46710         * include/math_private.h: New file.
46712 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46714         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46715         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46716         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46717         from <bits/socket_type.h>.
46718         (enum __socket_type): Don't define here.
46719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46720         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46721         bits/socket_type.h.
46723         [BZ #13566]
46724         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46725         checking __USE_GNU.
46727         * Makerules ($(inst_includedir)/%.h): New rule.
46728         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46729         (install-others): Remove variable setting.
46730         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46732 2012-03-08  Richard Henderson  <rth@twiddle.net>
46734         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46735         from macro to inline function; merge with the
46736         !__LIBC_INTERNAL_MATH_INLINES version.
46737         (__ieee754_sqrtf): Likewise.
46739         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46740         to inline function.
46741         (__rintf, __floor, __floorf): Likewise.
46743         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46744         macro to inline function.
46745         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46747         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46748         not <math/math_private.h>.
46750 2012-03-08  David S. Miller  <davem@davemloft.net>
46752         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46753         copyright year.
46754         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46756 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46758         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46759         normalization.
46760         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46761         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46763 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46765         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46766         be defined individually, they must be defined as a block.  Define
46767         S for printing a string instead of hidint the different by using a
46768         macro for adding the 'l'.
46769         * stdio-common/tst-fphex-wide.c: Adjust.
46771 2012-03-07  Marek Polacek  <polacek@redhat.com>
46773         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46775 2012-03-08  Marek Polacek  <polacek@redhat.com>
46777         [BZ #13806]
46778         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46779         * stdio-common/tst-fphex.c: Define a few macros to make the
46780         test reusable.  Use them.
46781         * stdio-common/tst-fphex-wide.c: New file.
46783 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46785         [BZ #6911]
46786         * manual/macros.texi (gnusystems): New macro.
46787         (nongnusystems): Likewise.
46788         (gnulinuxhurdsystems): Likewise.
46789         (gnuhurdsystems): Likewise..
46790         (gnulinuxsystems): Likewise.
46791         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46792         variants of the GNU system, not "GNU system".
46793         * manual/conf.texi: Likewise.
46794         * manual/errno.texi: Likewise.  Update example of errno macro
46795         expansion.
46796         * manual/filesys.texi: Likewise.
46797         (getumask): Document as specific to GNU/Hurd.
46798         * manual/install.texi: Likewise.  Reword some references to
46799         GNU/Linux.
46800         * manual/intro.texi: Likewise.
46801         * manual/io.texi: Likewise.
46802         (File Name Portability): Detail which constraints are inapplicable
46803         to all GNU systems and which are only inapplicable to GNU/Hurd.
46804         * manual/job.texi: Likewise.
46805         * manual/llio.texi: Likewise.
46806         (O_NOCTTY): Document as present on GNU/Linux.
46807         * manual/maint.texi: Likewise.
46808         * manual/memory.texi: Likewise.
46809         * manual/pattern.texi: Likewise.
46810         * manual/pipe.texi: Likewise.
46811         * manual/process.texi: Likewise.
46812         * manual/resource.texi: Likewise.
46813         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46814         child on GNU/Hurd.
46815         * manual/setjmp.texi: Likewise.
46816         * manual/signal.texi: Likewise.
46817         * manual/startup.texi: Likewise.
46818         * manual/stdio.texi: Likewise.
46819         * manual/terminal.texi: Likewise.
46820         (ONLCR): Document as POSIX.
46821         (OXTABS): Document availability on GNU/Linux as XTABS.
46822         (ONOEOT): Document availability separately from other bits.
46823         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46824         * manual/time.texi: Likewise.
46825         * manual/users.texi: Likewise.
46826         * INSTALL: Regenerated.
46827         * sysdeps/gnu/errlist.c: Regenerated.
46829         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46830         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46831         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46832         puts.
46833         * configure: Regenerated.
46835 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46837         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46838         default includes instead of AC_HEADER_CHECK.
46839         * sysdeps/i386/configure: Regenerated.
46841         [BZ #10716]
46842         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46843         * math/s_cacoshf.c (__cacoshf): Likewise.
46844         * math/s_cacoshl.c (__cacoshl): Likewise.
46845         * math/s_casinh.c (__casinh): Set signs of result from argument.
46846         * math/s_casinhf.c (__casinhf): Likewise.
46847         * math/s_casinhl.c (__casinhl): Likewise.
46848         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46849         (casinh_test): Add more tests.
46850         * sysdeps/i386/fpu/libm-test-ulps: Update.
46851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46853 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46855         * po/zh_TW.po: Update from translation team.
46857         * login/Makefile (distribute): Remove variable.
46858         * catgets/Makefile: Likewise.
46859         * mach/Makefile: Likewise.
46860         * malloc/Makefile: Likewise.
46861         * misc/Makefile: Likewise.
46862         * iconv/Makefile: Likewise.
46863         * nscd/Makefile: Likewise.
46864         * hurd/Makefile: Likewise.
46865         * manual/Makefile: Likewise.
46866         * locale/Makefile: Likewise.
46867         * intl/Makefile: Likewise.
46868         * conform/Makefile: Likewise.
46869         * nss/Makefile: Likewise.
46870         * time/Makefile: Likewise.
46871         * soft-fp/Makefile: Likewise.
46872         * dirent/Makefile: Likewise.
46873         * gmon/Makefile: Likewise.
46874         * po/Makefile: Likewise.
46875         * rt/Makefile: Likewise.
46876         * socket/Makefile: Likewise.
46877         * math/Makefile: Likewise.
46878         * signal/Makefile: Likewise.
46879         * debug/Makefile: Likewise.
46880         * elf/Makefile: Likewise.
46881         * timezone/Makefile: Likewise.
46882         * stdlib/Makefile: Likewise.
46883         * iconvdata/Makefile: Likewise.
46884         * sunrpc/Makefile: Likewise.
46885         * io/Makefile: Likewise.
46886         * argp/Makefile: Likewise.
46887         * inet/Makefile: Likewise.
46888         * hesiod/Makefile: Likewise.
46889         * grp/Makefile: Likewise.
46890         * csu/Makefile: Likewise.
46891         * wctype/Makefile: Likewise.
46892         * crypt/Makefile: Likewise.
46893         * libio/Makefile: Likewise.
46894         * string/Makefile: Likewise.
46895         * nis/Makefile: Likewise.
46896         * resolv/Makefile: Likewise.
46897         * stdio-common/Makefile: Likewise.
46898         * wcsmbs/Makefile: Likewise.
46899         * dlfcn/Makefile: Likewise.
46900         * posix/Makefile: Likewise.
46902         [BZ #6959]
46903         * timezone/Makefile: Don't install timezone files, just the programs
46904         and scripts.
46906 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46908         * nss/databases.def: Add missing gshadow entry.
46910         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46912 2012-03-06  Marek Polacek  <polacek@redhat.com>
46914         [BZ #13726]
46915         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46916         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46917         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46918         * stdio-common/tst-long-dbl-fphex.c: New file.
46920 2012-03-06  David S. Miller  <davem@davemloft.net>
46922         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46923         (set_obp_int): New function.
46924         (get_obp_int): New function.
46925         (__get_clockfreq_via_dev_openprom): Likewise.
46926         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46927         Avoid unused variable warnings on 'val' and use builtin_expect.
46928         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46929         __builtin_expect.
46930         (INLINE_CLONE_SYSCALL): Likewise.
46932 2012-03-05  David S. Miller  <davem@davemloft.net>
46934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46936 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46938         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46940         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46941         only for |x| >= 40.
46942         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46944 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46946         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46947         Replace gettimeofday with __vdso_gettimeofday.
46949         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46950         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46951         __vdso_clock_gettime and __vdso_getcpu.
46953         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46954         time with __vdso_time.
46956 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46958         * manual/lang.texi (size_t): Note types to which size_t may be
46959         equivalent with the GNU C Library, but do not describe when
46960         differences between them are significant.
46962 2012-03-05  Andreas Jaeger  <aj@suse.de>
46964         * sysdeps/i386/fpu/libm-test-ulps: Update.
46966 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46968         [BZ #3976]
46969         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46970         (__ieee754_pow): Save and restore rounding mode and use
46971         round-to-nearest for main computations.
46972         * math/libm-test.inc (pow_test_tonearest): New function.
46973         (pow_test_towardzero): Likewise.
46974         (pow_test_downward): Likewise.
46975         (pow_test_upward): Likewise.
46976         (main): Call the new functions.
46977         * sysdeps/i386/fpu/libm-test-ulps: Update.
46978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46980         [BZ #3976]
46981         * math/libm-test.inc (cosh_test_tonearest): New function.
46982         (cosh_test_towardzero): Likewise.
46983         (cosh_test_downward): Likewise.
46984         (cosh_test_upward): Likewise.
46985         (sinh_test_tonearest): Likewise.
46986         (sinh_test_towardzero): Likewise.
46987         (sinh_test_downward): Likewise.
46988         (sinh_test_upward): Likewise.
46989         (main): Call the new functions.
46990         * sysdeps/i386/fpu/libm-test-ulps: Update.
46991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46993 2012-03-05  Tom de Vries  <tom@codesourcery.com>
46995         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
46996         default stack guard is set in last bytes.
46997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
46999 2012-03-05  Kees Cook  <keescook@chromium.org>
47001         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47003         [BZ #13656]
47004         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47005         possibly allocate from heap instead of stack.
47006         * stdio-common/bug-vfprintf-nargs.c: New file.
47007         * stdio-common/Makefile (tests): Add nargs overflow test.
47009 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47013 2012-03-03  Marek Polacek  <polacek@redhat.com>
47015         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47016         * math/math_private.h: Likewise.
47017         * stdlib/tst-strtod.c: Likewise.
47018         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47019         * sysdeps/x86_64/bits/atomic.h: Likewise.
47021 2012-03-02  David S. Miller  <davem@davemloft.net>
47023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47025         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47026         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47027         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47028         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47029         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47030         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47032 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47034         [BZ #13792]
47035         * manual/examples/README: New file, says the example source files
47036         can be used under GPL>=2.
47037         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47038         line containing just "*/".
47039         * manual/examples/add.c: Add copyright header (GPL>=2).
47040         * manual/examples/argp-ex1.c: Likewise.
47041         * manual/examples/argp-ex2.c: Likewise.
47042         * manual/examples/argp-ex3.c: Likewise.
47043         * manual/examples/argp-ex4.c: Likewise.
47044         * manual/examples/atexit.c: Likewise.
47045         * manual/examples/db.c: Likewise.
47046         * manual/examples/dir.c: Likewise.
47047         * manual/examples/dir2.c: Likewise.
47048         * manual/examples/execinfo.c: Likewise.
47049         * manual/examples/filecli.c: Likewise.
47050         * manual/examples/filesrv.c: Likewise.
47051         * manual/examples/fmtmsgexpl.c: Likewise.
47052         * manual/examples/genpass.c: Likewise.
47053         * manual/examples/inetcli.c: Likewise.
47054         * manual/examples/inetsrv.c: Likewise.
47055         * manual/examples/isockad.c: Likewise.
47056         * manual/examples/longopt.c: Likewise.
47057         * manual/examples/memopen.c: Likewise.
47058         * manual/examples/memstrm.c: Likewise.
47059         * manual/examples/mkfsock.c: Likewise.
47060         * manual/examples/mkisock.c: Likewise.
47061         * manual/examples/mygetpass.c: Likewise.
47062         * manual/examples/pipe.c: Likewise.
47063         * manual/examples/popen.c: Likewise.
47064         * manual/examples/rprintf.c: Likewise.
47065         * manual/examples/search.c: Likewise.
47066         * manual/examples/select.c: Likewise.
47067         * manual/examples/setjmp.c: Likewise.
47068         * manual/examples/sigh1.c: Likewise.
47069         * manual/examples/sigusr.c: Likewise.
47070         * manual/examples/stpcpy.c: Likewise.
47071         * manual/examples/strdupa.c: Likewise.
47072         * manual/examples/strftim.c: Likewise.
47073         * manual/examples/strncat.c: Likewise.
47074         * manual/examples/subopt.c: Likewise.
47075         * manual/examples/swapcontext.c: Likewise.
47076         * manual/examples/termios.c: Likewise.
47077         * manual/examples/testopt.c: Likewise.
47078         * manual/examples/testpass.c: Likewise.
47079         * manual/examples/timeval_subtract.c: Likewise.
47081         [BZ #13792]
47082         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47083         function to ...
47084         * manual/timeval_subtract.c.texi: ... here, new file.
47086 2012-03-02  David S. Miller  <davem@davemloft.net>
47088         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47090 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47092         [BZ #3976]
47093         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47094         (__sin): Save and restore rounding mode and use round-to-nearest
47095         for all computations.
47096         (__cos): Save and restore rounding mode and use round-to-nearest
47097         for all computations.
47098         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47099         <fenv.h>.
47100         (tan): Save and restore rounding mode and use round-to-nearest for
47101         all computations.
47102         * math/libm-test.inc (cos_test_tonearest): New function.
47103         (cos_test_towardzero): Likewise.
47104         (cos_test_downward): Likewise.
47105         (cos_test_upward): Likewise.
47106         (sin_test_tonearest): Likewise.
47107         (sin_test_towardzero): Likewise.
47108         (sin_test_downward): Likewise.
47109         (sin_test_upward): Likewise.
47110         (tan_test_tonearest): Likewise.
47111         (tan_test_towardzero): Likewise.
47112         (tan_test_downward): Likewise.
47113         (tan_test_upward): Likewise.
47114         (main): Call the new functions.
47115         * sysdeps/i386/fpu/libm-test-ulps: Update.
47116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47118         [BZ #10135]
47119         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47120         small n, then large n, before computing and testing k+n.
47121         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47122         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47123         Likewise.
47124         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47125         Likewise.
47126         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47127         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47128         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47129         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47130         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47131         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47132         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47133         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47134         * math/libm-test.inc (scalbn_test): Add more tests.
47135         (scalbln_test): Likewise.
47137         * manual/filesys.texi (mode_t): Describe constraints on size and
47138         signedness, not exact equivalence to a particular type.
47139         (ino_t): Likewise.
47140         (ino64_t): Likewise.
47141         (dev_t): Likewise.
47142         (nlink_t): Likewise.
47143         (blkcnt_t): Likewise.
47144         (blkcnt64_t): Likewise.
47145         * manual/llio.texi (off_t): Likewise.
47147         [BZ #3976]
47148         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47149         (__ieee754_exp): Save and restore rounding mode and use
47150         round-to-nearest for all computations.
47151         * math/libm-test.inc (exp_test_tonearest): New function.
47152         (exp_test_towardzero): Likewise.
47153         (exp_test_downward): Likewise.
47154         (exp_test_upward): Likewise.
47155         (main): Call the new functions.
47156         * sysdeps/i386/fpu/libm-test-ulps: Update.
47157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47159 2012-03-01  Chris Demetriou  <cgd@google.com>
47161         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47162         have predictable order.
47164 2012-03-01  David S. Miller  <davem@davemloft.net>
47166         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47168         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47169         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47170         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47171         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47173         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47174         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47175         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47177         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47178         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47179         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47180         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47181         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47185         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47186         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47187         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47189         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47190         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47191         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47192         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47193         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47194         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47195         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47196         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47197         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47198         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47199         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47200         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47201         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47202         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47203         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47204         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47205         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47206         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47207         * sysdeps/sparc/elf/configure: Regenerated.
47209 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47211         * configure.in (AS, LD): Require binutils 2.20 or later.
47212         * configure: Regenerated.
47213         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47214         as required minimum version.
47215         * INSTALL: Regenerated.
47217         [BZ #2541]
47218         [BZ #4108]
47219         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47220         before squaring exponent.
47221         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47222         bottom long double and 27 bits of top long double before squaring
47223         exponent.
47224         * math/libm-test.inc (erfc_test): Add more tests.
47225         * sysdeps/i386/fpu/libm-test-ulps: Update.
47226         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47227         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47229 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47231         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47232         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47233         containing bit-fields.
47234         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47235         * soft-fp/single.h (_FP_UNION_S): Likewise.
47236         * soft-fp/double.h (_FP_UNION_D): Likewise.
47238 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47240         [BZ #13786]
47241         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47242         not include ../strcmp.S.
47243         [USE_AS_STRNCASECMP_L]: Likewise.
47244         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47245         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47246         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47247         (__strncasecmp_l_ia32): Define as alias to
47248         __strncasecmp_l_nonascii.
47250         [BZ #5794]
47251         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47252         * sysdeps/i386/fpu/libm-test-ulps: Update.
47253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47255         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47258 2012-02-29  Jeff Law  <law@redhat.com>
47260         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47261         out of bounds read.
47263 2012-02-29  Marek Polacek  <polacek@redhat.com>
47265         [BZ #13706]
47266         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47267         * elf/Makefile: Add rules to run tst-unused-dep.out.
47269 2012-02-28  David S. Miller  <davem@davemloft.net>
47271         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47272         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47273         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47274         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47275         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47276         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47278 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47280         * math/libm-test.inc (llround_test): Move one test from
47281         lround_test.  Use TEST_f_L in moved test.
47282         (lround_test): Move misplaced test to llround_test.  Add testcase
47283         from bug 2561.
47285 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47287         * sysdeps/x86_64/fpu/e_expf.S: New file.
47288         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47290 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47292         [BZ #13637]
47293         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47294         of remain_len that may cause incomplete multi-byte character and
47295         false match.
47296         * posix/bug-regex33.c: New file.
47297         * posix/Makefile (tests): Add bug-regex33.
47299 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47301         * manual/macros.texi: New file.
47302         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47303         * manual/libc.texinfo: Include macros.texi.
47304         * manual/creatute.texi: Likewise.
47305         * manual/install.texi: Likewise.
47306         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47307         @glibcadj{} in references to the GNU C Library.
47308         * manual/charset.texi: Likewise.
47309         * manual/conf.texi: Likewise.
47310         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47311         when not using those macros.
47312         * manual/creature.texi: Likewise.
47313         * manual/crypt.texi: Likewise.
47314         * manual/errno.texi: Likewise.
47315         * manual/filesys.texi: Likewise.
47316         * manual/header.texi: Likewise.
47317         * manual/install.texi: Likewise.
47318         * manual/intro.texi: Likewise.
47319         * manual/io.texi: Likewise.
47320         * manual/job.texi: Likewise.
47321         * manual/lang.texi: Likewise.
47322         * manual/libc.texiinfo: Likewise.
47323         * manual/llio.texi: Likewise.
47324         * manual/locale.texi: Likewise.
47325         * manual/maint.texi: Likewise.
47326         * manual/math.texi: Likewise.
47327         * manual/memory.texi: Likewise.
47328         * manual/message.texi: Likewise.
47329         * manual/nss.texi: Likewise.
47330         * manual/pattern.texi: Likewise.
47331         * manual/process.texi: Likewise.
47332         * manual/resource.texi: Likewise.
47333         * manual/search.texi: Likewise.
47334         * manual/setjmp.texi: Likewise.
47335         * manual/signal.texi: Likewise.
47336         * manual/socket.texi: Likewise.
47337         * manual/startup.texi: Likewise.
47338         * manual/stdio.texi: Likewise.
47339         * manual/string.texi: Likewise.
47340         * manual/sysinfo.texi: Likewise.
47341         * manual/syslog.texi: Likewise.
47342         * manual/terminal.texi: Likewise.
47343         * manual/time.texi: Likewise.
47344         * manual/users.texi: Likewise.
47345         * INSTALL: Regenerated.
47346         * NOTES: Regenerated.
47347         * sysdeps/gnu/errlist.c: Regenerated.
47349 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47351         * include/dirent.h: Include <dirstream.h> before
47352         <dirent/dirent.h>.
47354 2012-02-28  David S. Miller  <davem@davemloft.net>
47356         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47357         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47358         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47359         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47361 2012-02-27  David S. Miller  <davem@davemloft.net>
47363         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47365         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47366         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47369         frame pointer instead of stack pointer relative arg slot.
47370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47371         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47372         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47374 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47376         [BZ #3992]
47377         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47379 2012-02-27  David S. Miller  <davem@davemloft.net>
47381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47383         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47385         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47386         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47387         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47388         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47390 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47392         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47393         later.  Allow versions 5-9.
47394         * configure: Regenerated.
47395         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47396         required minimum version and 4.6 as recommended version.  Do not
47397         mention bugs in GCC 2.7 and 2.8.
47398         * INSTALL: Regenerated.
47400 2012-02-27  David S. Miller  <davem@davemloft.net>
47402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47406         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47407         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47408         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47409         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47411         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47412         manipulate bits before adding and subtracting TWO112[sx].
47413         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47415 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47417         [BZ #13775]
47418         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47419         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47420         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47421         being in POSIX, because they are in 1003.1-2008.
47423         * rt/tst-aio.c: Include <fcntl.h>.
47424         * rt/tst-aio7.c: Likewise.
47425         * rt/tst-aio64.c: Likewise.
47427         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47429 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47431         * manual/install.texi (--with-headers): Describe headers as
47432         interface headers, not private headers.
47433         (Specific advice for GNU/Linux systems): Describe use of headers
47434         from "make headers_install", not private headers from older
47435         kernels.
47436         * INSTALL: Regenerated.
47437         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47438         Change to 2.6.19.
47439         * sysdeps/unix/sysv/linux/configure: Regenerated.
47441         * manual/llio.texi (fclean): Remove documentation.
47443         * manual/Makefile (libc-texi-generated): New variable.  Include
47444         version.texi.
47445         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47446         $(libc-texi-generated), not duplicated list of files.
47447         (version.texi, stamp-version): New rules.
47448         (realclean): Remove $(libc-texi-generated), not individual files
47449         from that list.  Do not remove dir-add.texinfo.
47450         * manual/libc.texinfo: Comment out uses of edition numbers and
47451         references to printed manual.  Remove last-updated dates.
47452         (EDITION): Comment out.
47453         (ISBN): Likewise.
47454         (VERSION, UPDATED): Remove.
47455         (version.texi): Include.
47457 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47459         * sysdeps/posix/spawni.c: Include <signal.h>.
47460         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47461         * sysdeps/pthread/aio_fsync.c: Likewise.
47463 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47465         * conform/Makefile (tests): Run only when not cross-compiling and
47466         when fast-check is not defined.
47468         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47469         * conform/data/limits.h-data: Fixes for POSIX2008.
47470         * conform/run-conformtest.sh: Run all tests.
47471         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47472         headers.
47473         * include/bits/dlfcn.h: Likewise.
47474         * include/langinfo.h: Likewise.
47475         * include/monetary.h: Likewise.
47476         * include/sys/poll.h: Likewise.
47478         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47479         for __USE_GNU.
47480         * posix/spawn.h: Define __need_sigset_t.
47481         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47482         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47483         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47484         to get sigevent_t only.
47485         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47486         only for __USE_GNU.
47487         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47488         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47489         process_vm_writev only for __USE_GNU.
47490         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47492         * conform/Makefile: For now ignore errors from run-conformtest.
47493         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47494         POSIX to avoid namespace pollution.  Don't prepend headers.
47495         * conform/data/aio.h-data: Fixes for POSIX testing.
47496         * conform/data/fcntl.h-data: Likewise.
47497         * conform/data/glob.h-data: Likewise.
47498         * conform/data/grp.h-data: Likewise.
47499         * conform/data/pthread.h-data: Likewise.
47500         * conform/data/pwd.h-data: Likewise.
47501         * conform/data/signal.h-data: Likewise.
47502         * conform/data/spawn.h-data: Likewise.
47503         * conform/data/stdio.h-data: Likewise.
47504         * conform/data/stdlib.h-data: Likewise.
47505         * conform/data/stropts.h-data: Likewise.
47506         * conform/data/sys/mman.h-data: Likewise.
47507         * conform/data/sys/stat.h-data: Likewise.
47508         * conform/data/sys/types.h-data: Likewise.
47509         * conform/data/sys/wait.h-data: Likewise.
47510         * conform/data/time.h-data: Likewise.
47511         * conform/data/unistd.h-data: Likewise.
47512         * conform/data/utime.h-data: Likewise.
47514         * io/sys/stat.h: fchmod was always in POSIX.
47515         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47516         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47517         * rt/aio.h: Define __need_timespec before including <time.h>.
47518         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47519         struct.  Add forward declaration of pthread_attr_t and use it in
47520         sigevent.
47521         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47522         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47523         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47524         always remove CLK_TCK definition.
47526 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47528         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47530 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47532         * conform/run-conformtest.sh: New file.
47533         * conform/Makefile: Run run-conformtest for tests.
47534         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47535         support.
47537         * conform/data/uchar.h-data: New file.
47538         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47539         * conform/data/arpa/inet.h-data: Likewise.
47540         * conform/data/assert.h-data: Likewise.
47541         * conform/data/complex.h-data: Likewise.
47542         * conform/data/cpio.h-data: Likewise.
47543         * conform/data/ctype.h-data: Likewise.
47544         * conform/data/dirent.h-data: Likewise.
47545         * conform/data/dlfcn.h-data: Likewise.
47546         * conform/data/errno.h-data: Likewise.
47547         * conform/data/fcntl.h-data: Likewise.
47548         * conform/data/float.h-data: Likewise.
47549         * conform/data/fmtmsg.h-data: Likewise.
47550         * conform/data/fnmatch.h-data: Likewise.
47551         * conform/data/ftw.h-data: Likewise.
47552         * conform/data/glob.h-data: Likewise.
47553         * conform/data/grp.h-data: Likewise.
47554         * conform/data/iconv.h-data: Likewise.
47555         * conform/data/inttypes.h-data: Likewise.
47556         * conform/data/langinfo.h-data: Likewise.
47557         * conform/data/libgen.h-data: Likewise.
47558         * conform/data/limits.h-data: Likewise.
47559         * conform/data/locale.h-data: Likewise.
47560         * conform/data/math.h-data: Likewise.
47561         * conform/data/monetary.h-data: Likewise.
47562         * conform/data/mqueue.h-data: Likewise.
47563         * conform/data/ndbm.h-data: Likewise.
47564         * conform/data/net/if.h-data: Likewise.
47565         * conform/data/netdb.h-data: Likewise.
47566         * conform/data/netinet/in.h-data: Likewise.
47567         * conform/data/nl_types.h-data: Likewise.
47568         * conform/data/poll.h-data: Likewise.
47569         * conform/data/pthread.h-data: Likewise.
47570         * conform/data/pwd.h-data: Likewise.
47571         * conform/data/regex.h-data: Likewise.
47572         * conform/data/sched.h-data: Likewise.
47573         * conform/data/search.h-data: Likewise.
47574         * conform/data/semaphore.h-data: Likewise.
47575         * conform/data/setjmp.h-data: Likewise.
47576         * conform/data/signal.h-data: Likewise.
47577         * conform/data/spawn.h-data: Likewise.
47578         * conform/data/stdarg.h-data: Likewise.
47579         * conform/data/stdio.h-data: Likewise.
47580         * conform/data/stdlib.h-data: Likewise.
47581         * conform/data/string.h-data: Likewise.
47582         * conform/data/strings.h-data: Likewise.
47583         * conform/data/stropts.h-data: Likewise.
47584         * conform/data/sys/ipc.h-data: Likewise.
47585         * conform/data/sys/mman.h-data: Likewise.
47586         * conform/data/sys/msg.h-data: Likewise.
47587         * conform/data/sys/resource.h-data: Likewise.
47588         * conform/data/sys/select.h-data: Likewise.
47589         * conform/data/sys/sem.h-data: Likewise.
47590         * conform/data/sys/shm.h-data: Likewise.
47591         * conform/data/sys/socket.h-data: Likewise.
47592         * conform/data/sys/stat.h-data: Likewise.
47593         * conform/data/sys/statvfs.h-data: Likewise.
47594         * conform/data/sys/time.h-data: Likewise.
47595         * conform/data/sys/timeb.h-data: Likewise.
47596         * conform/data/sys/times.h-data: Likewise.
47597         * conform/data/sys/types.h-data: Likewise.
47598         * conform/data/sys/uio.h-data: Likewise.
47599         * conform/data/sys/un.h-data: Likewise.
47600         * conform/data/sys/utsname.h-data: Likewise.
47601         * conform/data/sys/wait.h-data: Likewise.
47602         * conform/data/syslog.h-data: Likewise.
47603         * conform/data/tar.h-data: Likewise.
47604         * conform/data/termios.h-data: Likewise.
47605         * conform/data/utime.h-data: Likewise.
47606         * conform/data/utmpx.h-data: Likewise.
47607         * conform/data/varargs.h-data: Likewise.
47608         * conform/data/wchar.h-data: Likewise.
47609         * conform/data/wctype.h-data: Likewise.
47610         * conform/data/wordexp.h-data: Likewise.
47612         * include/stropts.h: New file.
47613         * include/uchar.h: New file.
47614         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47615         * include/assert.h: Likewise.
47616         * include/ctype.h: Likewise.
47617         * include/dirent.h: Likewise.
47618         * include/dlfcn.h: Likewise.
47619         * include/fcntl.h: Likewise.
47620         * include/fnmatch.h: Likewise.
47621         * include/glob.h: Likewise.
47622         * include/grp.h: Likewise.
47623         * include/libio.h: Likewise.
47624         * include/locale.h: Likewise.
47625         * include/math.h: Likewise.
47626         * include/net/if.h: Likewise.
47627         * include/netdb.h: Likewise.
47628         * include/netinet/in.h: Likewise.
47629         * include/pthread.h: Likewise.
47630         * include/pwd.h: Likewise.
47631         * include/regex.h: Likewise.
47632         * include/sched.h: Likewise.
47633         * include/search.h: Likewise.
47634         * include/setjmp.h: Likewise.
47635         * include/signal.h: Likewise.
47636         * include/stdio.h: Likewise.
47637         * include/stdlib.h: Likewise.
47638         * include/string.h: Likewise.
47639         * include/sys/cdefs.h: Likewise.
47640         * include/sys/mman.h: Likewise.
47641         * include/sys/msg.h: Likewise.
47642         * include/sys/resource.h: Likewise.
47643         * include/sys/select.h: Likewise.
47644         * include/sys/socket.h: Likewise.
47645         * include/sys/stat.h: Likewise.
47646         * include/sys/statvfs.h: Likewise.
47647         * include/sys/time.h: Likewise.
47648         * include/sys/times.h: Likewise.
47649         * include/sys/uio.h: Likewise.
47650         * include/sys/utsname.h: Likewise.
47651         * include/sys/wait.h: Likewise.
47652         * include/termios.h: Likewise.
47653         * include/time.h: Likewise.
47654         * include/ulimit.h: Likewise.
47655         * include/unistd.h: Likewise.
47656         * include/utime.h: Likewise.
47657         * include/wchar.h: Likewise.
47658         * include/wctype.h: Likewise.
47659         * include/wordexp.h: Likewise.
47661         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47663         * time/time.h: TIME_UTC must be a macro.
47664         Make timespec_get available for ISO C11 only as well.
47666 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47668         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47669         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47671 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47673         * configure.in: Use -o not -a in test for unsupported multi-arch.
47675 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47677         * manual/texinfo.tex: Update to version 2012-01-19.16.
47679 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47681         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47683 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47685         [BZ #13738]
47686         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47687         * manual/fdl-1.3.texi: New file.
47688         * manual/fdl-1.1.texi: File removed.
47690         [BZ #13738]
47691         * manual/libc.texinfo (FDL_VERSION): New @set.
47692         Use it for mention of FDL in cover text.
47693         (Documentation License): Use it in @include file name.
47695 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47696             Roland McGrath  <roland@hack.frob.com>
47698         [BZ #5461]
47699         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47700         (not LONG_LONG_MAX and LONG_LONG_MIN.
47701         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47702         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47703         name.
47704         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47706 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47708         [BZ #2547]
47709         [BZ #11365]
47710         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47711         manipulate bits before adding and subtracting TWO23[sx].
47712         * math/libm-test.inc (nearbyint_test): Add more tests.
47714 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47716         [BZ #2548]
47717         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47718         bits before adding and subtracting TWO23[sx].
47719         * math/libm-test.inc (rint_test): Add more tests.
47720         (rint_test_tonearest): Likewise.
47721         (rint_test_towardzero): Likewise.
47722         (rint_test_downward): Likewise.
47723         (rint_test_upward: Likewise.
47725 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47727         [BZ #10110]
47728         * include/stdc-predef.h: New file.  Extracted from features.h.
47729         * include/features.h: Include stdc-predef.h.
47730         * Makefile (headers): Add stdc-predef.h.
47731         * CONFORMANCE (Compiler limitations): Update.
47733 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47735         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47737 2012-02-21  David S. Miller  <davem@davemloft.net>
47739         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47740         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47742 2012-02-20  David S. Miller  <davem@davemloft.net>
47744         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47745         using a normal save/restore sequence, rather than allocating a
47746         dummy stack frame just to store a frame pointer and restore.
47747         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47749 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47751         * manual/install.texi: Fix stray word in line-wrapped comment.
47753 2012-02-20  David S. Miller  <davem@davemloft.net>
47755         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47756         both binutils and gcc support GOTDATA.
47758         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47759         "rd %pc" in the PIC register setup sequences.
47761         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47762         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47763         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47764         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47765         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47766         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47767         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47768         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47769         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47770         (SYSCALL_ERROR_HANDLER): Likewise.
47771         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47772         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47773         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47774         (SYSCALL_ERROR_HANDLER): Likewise.
47776         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47777         (HAVE_GCC_GOTDATA): New.
47778         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47779         relocation support in both binutils and gcc.
47780         * sysdeps/sparc/elf/configure: Regenerate.
47782         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47783         * sysdeps/sparc/sparc32/elf/configure: Delete.
47784         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47785         * sysdeps/sparc/sparc64/elf/configure: Delete.
47786         * sysdeps/sparc/elf/configure.in: New file.
47787         * sysdeps/sparc/elf/configure: Generate.
47789         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47790         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47791         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47792         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47793         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47795 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47797         * manual/install.texi: Do not mention specific glibc version
47798         numbers.
47799         * manual/libc.texinfo (VERSION, UPDATED): Update.
47800         (@copying): Use @copyright{} and range of years.
47802 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47804         [BZ #13695]
47805         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47806         [crti.S not in sysdirs] (generated): Do not append.
47807         [crti.S not in sysdirs] (omit-deps): Likewise.
47808         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47809         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47810         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47811         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47812         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47813         Likewise.
47814         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47815         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47816         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47817         * csu/defs.awk: Remove file.
47818         * sysdeps/generic/initfini.c: Likewise.
47819         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47820         variable.
47821         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47822         Likewise.
47824 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47826         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47827         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47828         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47829         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47830         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47831         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47832         <bits/epoll.h>.
47833         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47834         (__EPOLL_PACKED): Define to empty if not defined by
47835         <bits/epoll.h>.
47836         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47837         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47838         bits/epoll.h.
47840 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47842         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47843         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47844         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47845         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47846         <bits/timerfd.h>.
47847         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47848         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47849         bits/timerfd.h.
47851 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47853         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47854         in C locale.
47855         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47856         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47857         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47860 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47862         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47863         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47865 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47867         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47868         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47869         defined.
47870         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47871         Likewise.
47872         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47873         entry for 2.16.
47875 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47877         * math/w_acos.c: Use non-signaling floating-point comparisons.
47878         * math/w_acosf.c: Likewise.
47879         * math/w_acosh.c: Likewise.
47880         * math/w_acoshf.c: Likewise.
47881         * math/w_acoshl.c: Likewise.
47882         * math/w_acosl.c: Likewise.
47883         * math/w_asin.c: Likewise.
47884         * math/w_asinf.c: Likewise.
47885         * math/w_asinl.c: Likewise.
47886         * math/w_atanh.c: Likewise.
47887         * math/w_atanhf.c: Likewise.
47888         * math/w_atanhl.c: Likewise.
47889         * math/w_exp2.c: Likewise.
47890         * math/w_exp2f.c: Likewise.
47891         * math/w_exp2l.c: Likewise.
47892         * math/w_j0.c: Likewise.
47893         * math/w_j0f.c: Likewise.
47894         * math/w_j0l.c: Likewise.
47895         * math/w_j1.c: Likewise.
47896         * math/w_j1f.c: Likewise.
47897         * math/w_j1l.c: Likewise.
47898         * math/w_jn.c: Likewise.
47899         * math/w_jnf.c: Likewise.
47900         * math/w_log.c: Likewise.
47901         * math/w_log10.c: Likewise.
47902         * math/w_log10f.c: Likewise.
47903         * math/w_log10l.c: Likewise.
47904         * math/w_log2.c: Likewise.
47905         * math/w_log2f.c: Likewise.
47906         * math/w_log2l.c: Likewise.
47907         * math/w_logf.c: Likewise.
47908         * math/w_logl.c: Likewise.
47909         * math/w_sqrt.c: Likewise.
47910         * math/w_sqrtf.c: Likewise.
47911         * math/w_sqrtl.c: Likewise.
47912         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47913         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47914         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47915         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47916         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47918 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47920         [BZ #9739]
47921         * manual/string.texi (strnlen): Use correct parameter name in
47922         equivalent expression.
47924 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47926         [BZ #11174]
47927         * manual/users.texi (seteuid): Consistently use neweuid for
47928         argument name.
47930 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47932         [BZ #13704]
47933         * manual/nss.texi (Services in the NSS configuration): Correct
47934         list of services in example configuration file.
47936 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47938         [BZ #11322]
47939         * manual/arith.texi: Remove statements about negative zero
47940         behaving identically to zero.
47942 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47944         [BZ #5993]
47945         * manual/install.texi: Do not document upgrading from libc5.
47947 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47949         [BZ #4596]
47950         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47952 2012-02-18  David S. Miller  <davem@davemloft.net>
47954         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47955         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47956         %o7 across the call.
47957         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47958         instead.
47959         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47960         SETUP_PIC_REG_LEAF.
47961         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47962         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47963         * sysdeps/sparc/crtn.S: Likewise.
47965 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47967         * aout/Makefile: Remove.
47969 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47971         [BZ #13058]
47972         * manual/examples/argp-ex1.c (main): Format definition in GNU
47973         style.
47974         * manual/examples/argp-ex2.c (main): Likewise.
47975         * manual/examples/argp-ex3.c (main): Likewise.
47976         * manual/examples/argp-ex4.c (main): Likewise.
47977         * manual/examples/longopt.c (main): Use new-style prototype
47978         definition.
47979         * manual/examples/strncat.c (main): Specify return type and use
47980         (void) for arguments.
47981         * manual/examples/subopt.c (main): Use char **argv argument.
47983 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47985         [BZ #5077]
47986         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
47987         rounding modes.
47989 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
47991         [BZ #6907]
47992         * manual/string.texi (strchr): Change when strchrnul is
47993         recommended.
47995 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
47997         [BZ #174]
47998         * manual/locale.texi (setlocale): Document LOCPATH.
48000 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48002         [BZ #10210]
48003         * manual/process.texi (execle): Move @dots{} before last argument.
48005 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48007         [BZ #12047]
48008         * manual/charset.texi (Generic Charset Conversion): Fix typo
48009         (LC_TYPE -> LC_CTYPE).
48011 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48013         [BZ #5805]
48014         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48015         (scalbnf): Likewise.
48016         (scalbnl): Likewise.
48017         (scalbln): Likewise.
48018         (scalblnf): Likewise.
48019         (scalblnl): Likewise.
48020         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48021         (vwarnx): Likewise.
48022         (verr): Likewise.
48023         (verrx): Likewise.
48024         * manual/filesys.texi (telldir): Use braces around return type.
48025         * manual/llio.texi (mmap): Add space after comma.
48026         (mmap64): Likewise.
48027         * manual/math.texi (jn): Use @var{} on parameter names.
48028         (jnf): Likewise.
48029         (jnl): Likewise.
48030         (yn): Likewise.
48031         (ynf): Likewise.
48032         (ynl): Likewise.
48033         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48034         line.
48035         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48036         "...".
48037         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48038         (sched_get_priority_max): Likewise.
48039         * manual/signal.texi (sigvec): Add space after comma.
48040         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48041         names.
48042         (if_indextoname): Likewise.
48043         (if_freenameindex): Likewise.
48044         (sendto): Use ',' instead of '.' in prototype.
48045         * manual/startup.texi (syscall): Use @dots{} instead of literal
48046         "...".
48047         * manual/stdio.texi (__fpending): Separate initial words of
48048         paragraph from @deftypefun line.
48049         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48050         "...".
48051         (vsyslog): Use @var{} on parameter names.
48052         * manual/terminal.texi (stty): Use @var{} on parameter names.
48053         * manual/users.texi (getutmp): Use @var{} on parameter names.
48054         (getutmpx): Likewise.
48056 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48058         [BZ #6884]
48059         * manual/stdio.texi (fopen): Fix typos in description of
48060         ",ccs=STRING".
48062 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48064         [BZ #4026]
48065         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48066         get clock_id definition.
48068 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48070         [BZ #4822]
48071         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48072         (madvise): Cast every argument to void on its own.
48074 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48076         [BZ #9902]
48077         * manual/startup.texi (Exit Status): Fix typo.
48079 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48081         [BZ #10140]
48082         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48083         * manual/examples/argp-ex2.c: Likewise.
48084         * manual/examples/argp-ex3.c: Likewise.
48086 2012-02-16  Richard Henderson  <rth@redhat.com>
48088         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48089         * sysdeps/s390/s390-32/initfini.c: Remove.
48090         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48091         * sysdeps/s390/s390-64/initfini.c: Remove.
48093 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48095         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48096         compiler output for sysdeps/generic/initfini.c.
48097         * sysdeps/sh/elf/initfini.c: Remove file.
48099 2012-02-16  David S. Miller  <davem@davemloft.net>
48101         [BZ #11494]
48102         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48104         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48105         * sysdeps/sparc/crti.S: New file.
48106         * sysdeps/sparc/crtn.S: New file.
48107         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48108         * sysdeps/sparc/sparc64/Makefile: Likewise.
48110 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48112         [BZ #3335]
48113         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48115 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48117         [BZ #4822]
48118         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48120         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48121         (write, read, close): Likewise.
48122         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48124 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48126         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48127         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48128         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48129         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48130         <bits/signalfd.h>.
48131         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48132         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48133         bits/signalfd.h.
48135 2012-02-14  Marek Polacek  <polacek@redhat.com>
48137         * sysdeps/x86_64/crti.S: New file.
48138         * sysdeps/x86_64/crtn.S: New file.
48139         * sysdeps/x86_64/elf/initfini.c: Remove file.
48141 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48143         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48144         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48145         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48146         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48147         <bits/inotify.h>.
48148         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48149         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48150         bits/inotify.h.
48152 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48154         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48155         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48156         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48157         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48158         <bits/eventfd.h>.
48159         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48160         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48161         bits/eventfd.h.
48163 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48165         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48166         __feraiseexcept instead of feraiseexcept.
48168         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48169         nanosleep invocations.
48170         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48171         strings, and add error checking for a nanosleep invocations.
48173 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48175         Replace FSF snail mail address with URLs, as per GNU coding standards.
48176         Most of the snail mail addresses were wrong anyway, and omitting
48177         them makes the source code easier to maintain.  Almost all of the
48178         changes are to license notices and to locale LC_IDENTIFICATION
48179         addresses, except for this one:
48180         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48181         not its snail mail address.
48183 2012-02-09  Richard Henderson  <rth@twiddle.net>
48185         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48186         of kernel-features.h.
48188         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48190 2012-02-08  Marek Polacek  <polacek@redhat.com>
48192         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48193         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48194         * sysdeps/gnu/_G_config.h: Likewise.
48195         * sysdeps/generic/_G_config.h: Likewise.
48197 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48199         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48200         tests.
48201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48203         * sysdeps/powerpc/powerpc32/crti.S: New file.
48204         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48205         * sysdeps/powerpc/powerpc64/crti.S: New file.
48206         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48208         * Makeconfig (have-initfini): Don't set.
48209         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48210         * configure.in (nopic_initfini): Don't substitute.
48211         * config.h.in (HAVE_INITFINI): Don't #undef.
48212         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48213         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48215 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48217         Support crti.S and crtn.S provided directly by architectures.
48218         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48219         [crti.S in sysdirs] (omit-deps): Likewise.
48220         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48221         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48222         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48223         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48224         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48225         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48226         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48227         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48228         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48229         compiler output for sysdeps/generic/initfini.c.
48230         * sysdeps/i386/elf/Makefile: Remove file.
48231         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48233 2012-02-07  Marek Polacek  <polacek@redhat.com>
48235         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48236         * sysdeps/gnu/_G_config.h: Likewise.
48237         * sysdeps/mach/hurd/_G_config.h: Likewise.
48239 2012-02-07  Marek Polacek  <polacek@redhat.com>
48241         * math/Makefile (tests): Add tst-CMPLX2.
48242         * math/tst-CMPLX2.c: New file.
48244 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48246         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48248         * math/libm-test.inc (jn_test): Add missing L suffix.
48250 2012-02-06  Marek Polacek  <polacek@redhat.com>
48252         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48253         * sysdeps/i386/fpu/e_powf.S: Likewise.
48254         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48255         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48256         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48257         * sysdeps/i386/fpu/e_pow.S: Likewise.
48258         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48259         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48260         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48261         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48262         * sysdeps/i386/fpu/e_log2.S: Likewise.
48263         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48264         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48265         * sysdeps/i386/fpu/e_powl.S: Likewise.
48266         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48267         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48268         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48269         * sysdeps/i386/fpu/e_logl.S: Likewise.
48270         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48271         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48272         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48273         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48274         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48275         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48276         * sysdeps/i386/fpu/e_log.S: Likewise.
48277         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48278         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48279         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48280         * sysdeps/i386/fpu/e_logf.S: Likewise.
48281         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48282         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48283         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48284         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48285         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48286         * sysdeps/i386/fpu/e_log10.S: Likewise.
48287         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48288         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48289         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48290         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48291         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48292         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48293         * sysdeps/i386/asm-syntax.h: Likewise.
48294         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48295         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48296         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48297         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48298         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48299         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48300         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48301         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48302         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48303         * sysdeps/powerpc/sysdep.h: Likewise.
48304         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48305         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48307 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48309         [BZ #411]
48310         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48312 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48314         * sysdeps/i386/sysdep.h: Include <features.h>.
48315         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48316         version.
48318 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48320         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48321         Define.
48322         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48323         LOAD_PIC_REG_STR.
48325 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48327         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48328         (SETUP_PIC_REG): Use GET_PC_THUNK.
48329         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48330         macro.
48332 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48334         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48335         for non-PIC compilation.
48336         (SETUP_PIC_REG): Add .p2align directive.
48337         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48338         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48339         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48340         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48341         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48342         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48343         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48344         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48345         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48346         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48347         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48348         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48349         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48350         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48351         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48352         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48353         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48354         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48355         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48356         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48357         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48358         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48359         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48360         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48361         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48362         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48363         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48364         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48365         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48366         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48367         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48368         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48369         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48370         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48371         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48372         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48373         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48374         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48375         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48376         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48377         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48379 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48381         * math/tst-CMPLX.c: Include <stdio.h>.
48383 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48385         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48386         float.
48387         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48388         * sysdeps/sparc/bits/mathdef.h: Likewise.
48390 2012-01-31  Marek Polacek  <polacek@redhat.com>
48392         * libio/libio.h: Don't define _PARAMS.
48393         * locale/programs/config.h: Don't define PARAMS.
48394         * stdlib/strtol_l.c: Likewise.
48395         (__strtol_l): Remove PARAMS from the prototype.
48397 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48399         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48400         names.  Just use the correct names.  Remove unnecessary wrapper
48401         functions.
48402         * malloc/arena.c: Likewise.
48403         * malloc/hooks.c: Likewise.
48405         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48406         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48407         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48409 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48411         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48412         into tail calls.
48413         (update_get_addr): New function.
48414         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48415         GET_ADDR_MODULE parameter.
48417 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48419         * crypt/cert.c: Remove __STDC__ conditionals.
48420         * crypt/crypt-entry.c: Likewise.
48421         * crypt/crypt_util.c: Likewise.
48422         * libio/filedoalloc.c: Likewise.
48423         * libio/fileops.c: Likewise.
48424         * libio/genops.c: Likewise.
48425         * libio/iofclose.c: Likewise.
48426         * libio/iofdopen.c: Likewise.
48427         * libio/iofopen.c: Likewise.
48428         * libio/iofopen64.c: Likewise.
48429         * libio/iogetdelim.c: Likewise.
48430         * libio/iopopen.c: Likewise.
48431         * libio/obprintf.c: Likewise.
48432         * libio/oldfileops.c: Likewise.
48433         * libio/oldiofclose.c: Likewise.
48434         * libio/oldiofdopen.c: Likewise.
48435         * libio/oldiofopen.c: Likewise.
48436         * libio/oldiopopen.c: Likewise.
48437         * libio/wfiledoalloc.c: Likewise.
48438         * libio/wgenops.c: Likewise.
48439         * locale/programs/xmalloc.c: Likewise.
48440         * misc/syslog.c: Likewise.
48441         * stdio-common/xbug.c: Likewise.
48442         * string/memchr.c: Likewise.
48443         * string/memcmp.c: Likewise.
48444         * string/memrchr.c: Likewise.
48445         * string/rawmemchr.c: Likewise.
48446         * sysdeps/posix/getcwd.c: Likewise.
48447         * time/strftime_l.c: Likewise.
48449 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48451         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48452         * config.make.in (config-cflags-sse2avx): Define.
48453         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48454         Fix typo.
48456 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48458         * scripts/config.guess: Update from upstream config git repository.
48459         * scripts/config.sub: Likewise.
48461 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48463         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48464         (EM_NUM): Update.
48465         (R_TILEPRO_*, R_TILEGX_*): New macros.
48467         * scripts/firstversions.awk: Fix bug in version range handling.
48469         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48471         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48473         * include/sys/epoll.h: New file.
48474         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48475         libc_hidden_def.
48477 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48479         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48480         Avoid unnecessary __WORDSIZE == 64 test.
48481         (fmaxf): Use VEX format if possible.
48482         (fmax): Likewise.
48483         (fminf): Likewise.
48484         (fmin): Likewise.
48486         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48487         * math/math_private.h: Remove libc_fegetround* and
48488         libc_fesetround*.
48489         * sysdeps/i386/configure.in: Check for -msse2avx.
48490         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48491         also if SSE2AVX is defined.
48492         Remove libc_fegetround* and libc_fesetround*.
48493         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48494         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48495         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48496         of HAS_YMM_USABLE.
48497         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48498         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48499         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48500         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48501         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48503         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48505 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48507         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48508         size is not set.
48509         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48511 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48513         [BZ #13618]
48514         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48515         relocation.
48516         * Makeconfig (libm): Define.
48517         * elf/Makefile: Add rules to build and run tst-relsort1.
48518         * elf/tst-relsort1.c: New file.
48519         * elf/tst-relsort1mod1.c: New file.
48520         * elf/tst-relsort1mod2.c: New file.
48522 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48524         * math/s_ldexp.c: Remove __STDC__ conditionals.
48525         * math/s_ldexpf.c: Likewise.
48526         * math/s_ldexpl.c: Likewise.
48527         * math/s_nextafter.c: Likewise.
48528         * math/s_nexttowardf.c: Likewise.
48529         * math/s_significand.c: Likewise.
48530         * math/s_significandf.c: Likewise.
48531         * math/s_significandl.c: Likewise.
48532         * math/w_jnl.c: Likewise.
48533         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48534         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48535         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48536         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48537         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48540         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48546         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48552         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48553         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48554         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48555         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48556         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48557         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48558         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48560         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48561         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48562         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48563         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48564         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48565         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48567         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48568         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48569         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48570         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48571         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48572         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48573         * sysdeps/ieee754/k_standard.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48578         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48635         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48640         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48648         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48649         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48653         * sysdeps/ieee754/s_matherr.c: Likewise.
48654         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48655         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48656         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48657         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48659 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48661         * crypt/md5.h: Remove __STDC__ conditionals.
48662         * libio/libioP.h: Likewise.
48663         * locale/programs/config.h: Likewise.
48664         * sysdeps/generic/sysdep.h: Likewise.
48665         * sysdeps/i386/asm-syntax.h: Likewise.
48666         * sysdeps/s390/asm-syntax.h: Likewise.
48667         * sysdeps/unix/sysdep.h: Likewise.
48668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48671 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48673         * libio/libio.h: Remove __STDC__ conditionals.
48674         * malloc/obstack.h: Likewise.
48675         * math/complex.h: Likewise.
48676         * math/math.h: Likewise.
48677         * sysdeps/generic/_G_config.h: Likewise.
48678         * sysdeps/gnu/_G_config.h: Likewise.
48679         * sysdeps/mach/hurd/_G_config.h: Likewise.
48680         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48681         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48682         * sysdeps/sparc/bits/mathdef.h: Likewise.
48684 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48686         [BZ #13583]
48687         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48688         Clean up HAS_* macros.
48689         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48690         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48691         possible.
48692         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48693         HAS_AVX.
48694         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48695         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48696         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48697         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48698         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48700 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48702         * elf/tst-unique3.cc (gets): Remove declaration.
48703         * elf/tst-unique3lib.cc (gets): Likewise.
48704         * elf/tst-unique3lib2.cc (gets): Likewise.
48705         * elf/tst-unique4.cc (gets): Likewise.
48707 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48709         * include/stdio.h: Add C++ protection.  Add gets declarations and
48710         definitions.
48711         * debug/tst-chk1.c: Don't declare gets here.
48712         * stdio-common/tst-gets.c: Likewise.
48714 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48716         * posix/glob: Remove directory.
48718 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48720         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48722 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48724         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48725         of the non-standard EPFNOSUPPORT.
48727 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48729         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48730         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48731         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48733 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48735         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48737 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48739         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48740         transient errors.
48741         * nscd/grpcache.c (cache_addgr): Likewise.
48742         * nscd/hstcache.c (cache_addhst): Likewise.
48743         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48744         * nscd/pwdcache.c (cache_addpw): Likewise.
48745         * nscd/servicescache.c (cache_addserv): Likewise.
48747 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48749         * malloc/malloc.c: Various cleanups.
48750         * malloc/hooks.c: Likewise.
48752         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48753         * stdlib/bug-fmtmsg1.c: New file.
48755         * stdlib/fmtmsg.c (init): Add missing unlock.
48756         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48758 2012-01-12  Marek Polacek  <polacek@redhat.com>
48760         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48761         and _GNU_SOURCE.
48763 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48765         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48766         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48767         macro to ensure uniqueness of label name.
48768         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48769         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48771 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48773         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48775         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48776         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48777         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48780 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48782         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48784         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48785         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48786         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48788         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48790         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48791         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48792         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48795         * math/bits/math-finite.h: Add ldexp support.
48797 2012-01-10  Marek Polacek  <polacek@redhat.com>
48799         * locale/programs/localedef.h (show_archive_content): Add noreturn
48800         attribute.
48802 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48804         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48806 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48808         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48810         * io/Makefile (headers): Add bits/poll2.h.
48812 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48815         typo #include statement.
48817 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48819         * include/sys/cdefs.h: Define __attribute_alloc_size.
48820         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48821         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48822         * elf/pldd.c: Likewise.
48823         * iconv/iconv_charmap.c: Likewise.
48824         * iconv/iconvconfig.c: Likewise.
48825         * iconv/strtab.c: Likewise.
48826         * locale/programs/locale.c: Likewise.
48827         * locale/programs/localedef.h: Likewise.
48828         * locale/programs/simple-hash.c: Likewise.
48829         * nscd/nscd.h: Likewise.
48830         * nss/makedb.c: Likewise.
48831         * sysdeps/generic/ldconfig.h: Likewise.
48832         * locale/programs/localedef.c: Remove xmalloc prototype.
48833         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48835 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48837         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48838         appropriate.
48840 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48842         * math/Makefile (tests): Add tst-CMPLX.
48843         * math/tst-CMPLX.c: New file.
48845         * math/complex.h (CMPLXL): Fix typo.
48847         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48848         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48849         GLIBC_2.16.
48850         * debug/tst-chk1.c: Add poll and ppoll tests.
48851         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48852         * include/sys/poll.h: Add hidden proto for ppoll.
48853         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48854         * sysdeps/mach/hurd/ppoll.c: Likewise.
48855         * io/ppoll.c: Likewise.
48856         * debug/poll_chk.c: New file.
48857         * debug/ppoll_chk.c: New file.
48858         * include/bits/poll2.h: New file.
48859         * io/bits/poll2.h: New file.
48861         [BZ #1350]
48862         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48864         * configure.in: static is always set to yes.  Remove.
48865         * config.make.in: Don't set build-static.
48866         * Makeconfig: Remove use of build-static.
48867         * dlfcn/Makefile: Likewise.
48868         * elf/Makefile: Likewise.
48869         * math/Makefile: Likewise.
48870         * misc/Makefile: Likewise.
48871         * nptl/Makefile: Likewise.
48872         * sysdeps/mach/hurd/Makefile: Likewise.
48874         * configure.in: PWD_P is not used anymore.
48875         * config.make.in: Remove PWD_P entry.
48877         * configure.in: Remove last remnants of RANLIB.
48878         No need to check for signed size_t anymore.
48879         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48880         and IA-64.
48881         Remove __builtin_expect test because we require at least gcc 3.4.
48882         * aclocal.m4: Likewise.
48884         * wcsmbs/mbrtoc16.c: Implement using towc function.
48885         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48886         * wcsmbs/wcsmbsload.c: Likewise.
48887         * iconv/gconv_simple.c: Likewise.
48888         * iconv/gconv_int.h: Likewise.
48889         * iconv/gconv_builtin.h: Likewise.
48890         * iconv/iconv_prog.c: Remove CHAR16 handling.
48892         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48894         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48896         * configure.in: Remove --with-elf and --enable-bounded options.
48897         Dont set base_machine for ia64.  More non-ELF conditions removed.
48898         Remove testing and setting of leading underscore information.
48899         * config.make.in (build-bounded): Set to no.
48900         * config.h.in: Remove NO_UNDERSCORES entry.
48901         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48902         them.
48903         * csu/start.c: Remove !NO_UNDERSCORE code.
48904         * locale/localeinfo.h: Likewise.
48905         * sysdeps/generic/machine-gmon.h: Likewise.
48906         * sysdeps/generic/sysdep.h: Likewise.
48907         * sysdeps/i386/sysdep.h: Likewise.
48908         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48909         * sysdeps/mach/sysdep.h: Likewise.
48910         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48911         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48912         * sysdeps/sh/sysdep.h: Likewise.
48913         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48914         * sysdeps/unix/i386/sysdep.S: Likewise.
48915         * sysdeps/unix/sparc/start.c: Likewise.
48916         * sysdeps/unix/sparc/sysdep.S: Likewise.
48917         * sysdeps/unix/sparc/sysdep.h: Likewise.
48918         * sysdeps/unix/start.c: Likewise.
48919         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48920         * sysdeps/x86_64/sysdep.h: Likewise.
48922 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48924         [BZ #13553]
48925         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48926         for non-gcc.
48927         * argp/argp-fmtstream.h: Use const instead __const.
48928         * argp/argp.h: Likewise.
48929         * assert/assert.h: Likewise.
48930         * bits/fenv.h: Likewise.
48931         * bits/sched.h: Likewise.
48932         * bits/sigset.h: Likewise.
48933         * bits/sigthread.h: Likewise.
48934         * catgets/nl_types.h: Likewise.
48935         * conform/data/pthread.h-data: Likewise.
48936         * crypt/crypt-private.h: Likewise.
48937         * crypt/crypt.h: Likewise.
48938         * crypt/crypt_util.c: Likewise.
48939         * ctype/ctype.h: Likewise.
48940         * debug/execinfo.h: Likewise.
48941         * debug/mbsnrtowcs_chk.c: Likewise.
48942         * debug/mbsrtowcs_chk.c: Likewise.
48943         * debug/wcsnrtombs_chk.c: Likewise.
48944         * debug/wcsrtombs_chk.c: Likewise.
48945         * debug/wcstombs_chk.c: Likewise.
48946         * dirent/dirent.h: Likewise.
48947         * dlfcn/dlfcn.h: Likewise.
48948         * elf/neededtest4.c: Likewise.
48949         * grp/grp.h: Likewise.
48950         * gshadow/gshadow.h: Likewise.
48951         * iconv/gconv.h: Likewise.
48952         * iconv/gconv_int.h: Likewise.
48953         * iconv/gconv_simple.c: Likewise.
48954         * iconv/iconv.h: Likewise.
48955         * iconv/loop.c: Likewise.
48956         * iconv/skeleton.c: Likewise.
48957         * include/aio.h: Likewise.
48958         * include/aliases.h: Likewise.
48959         * include/argz.h: Likewise.
48960         * include/arpa/inet.h: Likewise.
48961         * include/assert.h: Likewise.
48962         * include/dirent.h: Likewise.
48963         * include/dlfcn.h: Likewise.
48964         * include/execinfo.h: Likewise.
48965         * include/fcntl.h: Likewise.
48966         * include/fenv.h: Likewise.
48967         * include/glob.h: Likewise.
48968         * include/grp.h: Likewise.
48969         * include/libintl.h: Likewise.
48970         * include/mntent.h: Likewise.
48971         * include/netdb.h: Likewise.
48972         * include/pwd.h: Likewise.
48973         * include/rpc/netdb.h: Likewise.
48974         * include/sched.h: Likewise.
48975         * include/search.h: Likewise.
48976         * include/shadow.h: Likewise.
48977         * include/signal.h: Likewise.
48978         * include/stdio.h: Likewise.
48979         * include/stdlib.h: Likewise.
48980         * include/string.h: Likewise.
48981         * include/sys/socket.h: Likewise.
48982         * include/sys/stat.h: Likewise.
48983         * include/sys/statfs.h: Likewise.
48984         * include/sys/statvfs.h: Likewise.
48985         * include/sys/syslog.h: Likewise.
48986         * include/sys/time.h: Likewise.
48987         * include/sys/uio.h: Likewise.
48988         * include/time.h: Likewise.
48989         * include/unistd.h: Likewise.
48990         * include/utmp.h: Likewise.
48991         * include/wchar.h: Likewise.
48992         * include/wctype.h: Likewise.
48993         * inet/aliases.h: Likewise.
48994         * inet/arpa/inet.h: Likewise.
48995         * inet/netinet/ether.h: Likewise.
48996         * inet/netinet/in.h: Likewise.
48997         * intl/libintl.h: Likewise.
48998         * io/bits/fcntl2.h: Likewise.
48999         * io/fcntl.h: Likewise.
49000         * io/ftw.h: Likewise.
49001         * io/sys/poll.h: Likewise.
49002         * io/sys/stat.h: Likewise.
49003         * io/sys/statfs.h: Likewise.
49004         * io/sys/statvfs.h: Likewise.
49005         * io/utime.h: Likewise.
49006         * libio/bits/stdio.h: Likewise.
49007         * libio/bits/stdio2.h: Likewise.
49008         * libio/libio.h: Likewise.
49009         * libio/libioP.h: Likewise.
49010         * libio/stdio.h: Likewise.
49011         * locale/lc-ctype.c: Likewise.
49012         * locale/locale.h: Likewise.
49013         * login/utmp.h: Likewise.
49014         * malloc/arena.c: Likewise.
49015         * malloc/malloc.c: Likewise.
49016         * malloc/malloc.h: Likewise.
49017         * malloc/mcheck.c: Likewise.
49018         * malloc/mtrace.c: Likewise.
49019         * math/bits/mathcalls.h: Likewise.
49020         * math/fenv.h: Likewise.
49021         * math/math_private.h: Likewise.
49022         * misc/bits/error.h: Likewise.
49023         * misc/bits/syslog.h: Likewise.
49024         * misc/err.h: Likewise.
49025         * misc/error.h: Likewise.
49026         * misc/fstab.h: Likewise.
49027         * misc/mntent.h: Likewise.
49028         * misc/regexp.h: Likewise.
49029         * misc/search.h: Likewise.
49030         * misc/sgtty.h: Likewise.
49031         * misc/sys/mman.h: Likewise.
49032         * misc/sys/syslog.h: Likewise.
49033         * misc/sys/uio.h: Likewise.
49034         * misc/sys/xattr.h: Likewise.
49035         * misc/ttyent.h: Likewise.
49036         * nis/rpcsvc/ypclnt.h: Likewise.
49037         * nss/nss.h: Likewise.
49038         * posix/bits/unistd.h: Likewise.
49039         * posix/fnmatch.h: Likewise.
49040         * posix/glob.h: Likewise.
49041         * posix/sched.h: Likewise.
49042         * posix/spawn.h: Likewise.
49043         * posix/sys/wait.h: Likewise.
49044         * posix/unistd.h: Likewise.
49045         * posix/wordexp.h: Likewise.
49046         * pwd/pwd.h: Likewise.
49047         * resolv/netdb.h: Likewise.
49048         * resource/sys/resource.h: Likewise.
49049         * rt/aio.h: Likewise.
49050         * rt/bits/mqueue2.h: Likewise.
49051         * rt/mqueue.h: Likewise.
49052         * shadow/shadow.h: Likewise.
49053         * signal/signal.h: Likewise.
49054         * socket/send.c: Likewise.
49055         * socket/sendto.c: Likewise.
49056         * socket/sys/socket.h: Likewise.
49057         * stdio-common/printf.h: Likewise.
49058         * stdlib/bits/stdlib.h: Likewise.
49059         * stdlib/fmtmsg.h: Likewise.
49060         * stdlib/monetary.h: Likewise.
49061         * stdlib/stdlib.h: Likewise.
49062         * stdlib/ucontext.h: Likewise.
49063         * streams/stropts.h: Likewise.
49064         * string/argz.h: Likewise.
49065         * string/bits/string2.h: Likewise.
49066         * string/string.h: Likewise.
49067         * string/strings.h: Likewise.
49068         * sunrpc/rpc/auth.h: Likewise.
49069         * sunrpc/rpc/auth_des.h: Likewise.
49070         * sunrpc/rpc/clnt.h: Likewise.
49071         * sunrpc/rpc/netdb.h: Likewise.
49072         * sunrpc/rpc/pmap_clnt.h: Likewise.
49073         * sunrpc/rpc/xdr.h: Likewise.
49074         * sysdeps/generic/inttypes.h: Likewise.
49075         * sysdeps/generic/net/if.h: Likewise.
49076         * sysdeps/generic/sys/swap.h: Likewise.
49077         * sysdeps/gnu/net/if.h: Likewise.
49078         * sysdeps/gnu/utmpx.h: Likewise.
49079         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49080         * sysdeps/i386/i486/bits/string.h: Likewise.
49081         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49082         * sysdeps/s390/bits/string.h: Likewise.
49083         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49084         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49085         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49086         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49087         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49088         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49089         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49090         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49091         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49092         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49093         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49094         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49095         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49096         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49097         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49098         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49099         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49100         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49101         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49102         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49103         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49104         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49105         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49106         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49107         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49108         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49109         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49110         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49111         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49112         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49113         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49114         * sysvipc/sys/ipc.h: Likewise.
49115         * sysvipc/sys/msg.h: Likewise.
49116         * sysvipc/sys/sem.h: Likewise.
49117         * sysvipc/sys/shm.h: Likewise.
49118         * termios/termios.h: Likewise.
49119         * time/sys/time.h: Likewise.
49120         * time/time.h: Likewise.
49121         * wcsmbs/bits/wchar2.h: Likewise.
49122         * wcsmbs/uchar.h: Likewise.
49123         * wcsmbs/wchar.h: Likewise.
49124         * wctype/wctype.h: Likewise.
49126         [BZ #13551]
49127         * Makeconfig: Remove all but ELF support including AIX support.
49128         * Makerules: Likewise.
49129         * config.h.in: Likewise.
49130         * config.make.in: Likewise.
49131         * configure: Likewise.
49132         * configure.in: Likewise.
49133         * csu/Makefile: Likewise.
49134         * csu/version.c: Likewise.
49135         * debug/Makefile: Likewise.
49136         * dlfcn/Makefile: Likewise.
49137         * elf/Makefile: Likewise.
49138         * extra-lib.mk: Likewise.
49139         * iconv/Makefile: Likewise.
49140         * include/libc-symbols.h: Likewise.
49141         * include/shlib-compat.h: Likewise.
49142         * resolv/Makefile: Likewise.
49143         * resolv/res_libc.c: Likewise.
49144         * rt/Makefile: Likewise.
49145         * sysdeps/i386/asm-syntax.h: Likewise.
49146         * sysdeps/i386/sysdep.h: Likewise.
49147         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49148         * sysdeps/mach/sysdep.h: Likewise.
49149         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49150         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49151         * sysdeps/s390/asm-syntax.h: Likewise.
49152         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49153         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49154         * sysdeps/sh/sysdep.h: Likewise.
49155         * sysdeps/unix/sparc/sysdep.h: Likewise.
49156         * sysdeps/wordsize-32/divdi3.c: Likewise.
49157         * sysdeps/x86_64/sysdep.h: Likewise.
49159         * argp/Versions: Remove _argp_unlock_xxx.
49161         [BZ #13559]
49162         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49163         * abilist/libBrokenLocale.abilist: Likewise.
49164         * abilist/libanl.abilist: Likewise.
49165         * abilist/libc.abilist: Likewise.
49166         * abilist/libcrypt.abilist: Likewise.
49167         * abilist/libdl.abilist: Likewise.
49168         * abilist/libm.abilist: Likewise.
49169         * abilist/libnsl.abilist: Likewise.
49170         * abilist/libpthread.abilist: Likewise.
49171         * abilist/libresolv.abilist: Likewise.
49172         * abilist/librt.abilist: Likewise.
49173         * abilist/libthread_db.abilist: Likewise.
49174         * abilist/libutil.abilist: Likewise.
49175         * abilist/libnss_db.abilist: New file.
49177         * scripts/abilist.awk: Add support for indirect functions.
49179         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49181         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49183         * shlib-versions: Remove entries for ports architectures.
49185         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49186         files in ports.
49187         * elf/stackguard-macros.h: Remove support for IA-64.
49188         * elf/tst-auditmod1.c: Likewise.
49189         * sysdeps/generic/ldsodefs.h: Likewise.
49191         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49192         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49193         configure files.
49195         [BZ #13552]
49196         * configure.in: Remove --enable-omitfp support.
49197         * FAQ.in: Adjust.
49198         * config.make.in: Likewise.
49199         * Makeconfig: Likewise.
49200         * manual/install.texi: Likewise.
49202         In case anyone cares, the IA-64 architecture could move to ports.
49203         * sysdeps/ia64/*: Removed.
49204         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49205         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49207         [BZ #13555]
49208         * configure.in: Remove entries for unsupported architectures.
49210         [BZ #13533]
49211         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49212         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49213         routines.
49214         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49215         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49216         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49217         fall back to using wcrtomb.
49218         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49219         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49220         renaming.
49221         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49222         * wcsmbs/tst-c16c32-1.c: New file.
49224         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49225         local variable.
49227         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49229         * elf/tst-unique3.cc: Add explicit declaration of gets.
49230         * elf/tst-unique3lib.cc: Likewise.
49231         * elf/tst-unique3lib2.cc: Likewise.
49232         * elf/tst-unique4.cc: Likewise.
49234         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49236 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49238         [BZ #13566]
49239         * assert/assert.h (static_assert): Don't define for C++.
49240         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49241         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49243 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49245         * iconv/loop.c (single loop): Fix assertion in storing of
49246         remaining bytes.
49248         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49250 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49252         * posix/getconf.c: Update copyright year.
49253         * nss/getent.c: Likewise.
49254         * nss/makedb.c: Likewise.
49255         * iconv/iconvconfig.c: Likewise.
49256         * iconv/iconv_prog.c: Likewise.
49257         * elf/ldconfig.c: Likewise.
49258         * elf/pldd.c: Likewise.
49259         * elf/sotruss.ksh: Likewise.
49260         * catgets/gencat.c: Likewise.
49261         * csu/version.c: Likewise.
49262         * elf/ldd.bash.in: Likewise.
49263         * elf/sprof.c (print_version): Likewise.
49264         * locale/programs/locale.c: Likewise.
49265         * locale/programs/localedef.c: Likewise.
49266         * login/programs/pt_chown.c: Likewise.
49267         * nscd/nscd.c (print_version): Likewise.
49268         * debug/xtrace.sh: Likewise.
49269         * malloc/memusage.sh: Likewise.
49270         * malloc/mtrace.pl: Likewise.
49271         * debug/catchsegv.sh: Likewise.
49273 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49275         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49276         pure attribute.
49278 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49280         [BZ #13533]
49281         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49282         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49283         transformations.
49284         * iconv/gconv_int.h: Likewise.
49285         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49286         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49287         from libc for GLIBC_2.16.
49288         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49289         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49290         * wcsmbs/uchar.h: Really define mbstate_t.
49291         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49292         * wcsmbs/c16rtomb.c: New file.
49293         * wcsmbs/mbrtoc16.c: New file.
49294         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49295         for C/POSIX locale.
49296         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49297         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49299         * wcsmbs/wchar.h: Add missing __restrict.
49301 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49303         [BZ #13532]
49304         * time/Makefile (routines): Add timespec_get.
49305         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49306         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49307         timespec for ISO C11.
49308         * time/timespec_get.c: New file.
49309         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49310         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49312         [BZ #13531]
49313         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49314         * stdlib/stdlib.h: Declare aligned_alloc.
49315         * Versions.def: Add GLIBC_2.16 for libc.
49316         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49318         [BZ 13527]
49319         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49320         ISO C11.
49322         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49323         code.
49325         [BZ #13528]
49326         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49328         [BZ #13529]
49329         * assert/assert.h (static_assert): Define.
49331         * version.h: Update for 2.16 development version.
49333         [BZ #13526]
49334         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49335         _ISOC11_SOURCE.
49337         * version.h (RELEASE): Bump for 2.15 release.
49338         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49340         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49341         Patch by Marek Polacek <mpolacek@redhat.com>.
49343         * bits/byteswap.h: Protect long long constants with __extension__.
49344         * sysdeps/i386/bits/byteswap.h: Likewise.
49345         * sysdeps/ia64/bits/byteswap.h: Likewise.
49346         * sysdeps/s390/bits/byteswap.h: Likewise.
49347         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49349 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49351         [BZ #13540]
49352         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49353         destination buffer.
49354         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49356 2011-12-23  Marek Polacek  <polacek@redhat.com>
49358         * elf/dl-addr.c (determine_info): Add inline keyword.
49359         * elf/tst-auditmod4b.c (check_avx): Likewise.
49360         * elf/tst-auditmod6b.c (check_avx): Likewise.
49361         * elf/tst-auditmod6c.c (check_avx): Likewise.
49362         * elf/tst-auditmod7b.c (check_avx): Likewise.
49364 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49366         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49367         !__SSE_MATH__.
49369 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49371         [BZ #13540]
49372         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49373         processing for last bytes.
49375 2011-08-06  Bruno Haible  <bruno@clisp.org>
49377         [BZ #13061]
49378         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49379         U+0385, not to U+1FEE.
49381         [BZ #13062]
49382         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49383         entry for U+00A5 U+0301.
49385 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49387         [BZ #13166]
49388         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49389         buffer for the output is too small.
49391         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49392         optimization.
49394         [BZ #13185]
49395         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49396         SSE flags if possible.
49398 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49400         [BZ #13540]
49401         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49402         processing for last bytes.
49404 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49406         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49407         (syscall-list-default-options, syscall-list-default-condition)
49408         (syscall-list-includes): Define.
49409         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49410         list of ABIs and options and #if conditions for each ABI.  Do not
49411         handle common syscalls between ABIs specially.
49412         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49413         Remove.
49414         (syscall-list-variants, syscall-list-32bit-options)
49415         (syscall-list-32bit-condition, syscall-list-64bit-options)
49416         (syscall-list-64bit-condition): Define.
49417         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49418         (syscall-list-variants, syscall-list-32bit-options)
49419         (syscall-list-32bit-condition, syscall-list-64bit-options)
49420         (syscall-list-64bit-condition): Define.
49421         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49422         Remove.
49423         (syscall-list-variants, syscall-list-32bit-options)
49424         (syscall-list-32bit-condition, syscall-list-64bit-options)
49425         (syscall-list-64bit-condition): Define.
49426         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49427         Remove.
49428         (syscall-list-variants, syscall-list-32bit-options)
49429         (syscall-list-32bit-condition, syscall-list-64bit-options)
49430         (syscall-list-64bit-condition): Define.
49432 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49434         * locale/iso-639.def: Add brx entry.
49436         [BZ #13328]
49437         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49438         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49440         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49441         __feraiseexcept_renamed.
49443 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49445         [BZ #13538]
49446         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49447         EPOLLET with unsigned values.
49448         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49449         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49451         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49452         to large cancellation.
49453         * math/s_cacoshf.c: Likewise.
49454         * math/s_cacoshl.c: Likewise.
49456 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49458         [BZ #13305]
49459         [BZ #12786]
49460         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49461         * math/s_cacoshf.c: Likewise.
49462         * math/s_cacoshl.c: Likewise.
49464 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49466         [BZ #13439]
49467         * iconv/gconv.h: Define __GCONV_SWAP.
49468         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49469         * iconvdata/utf-16.c: Likewise.
49470         * iconvdata/utf-32.c: Likewise.
49472 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49474         [BZ #13524]
49475         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49476         numerator after shifting it by one limb.
49478 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49480         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49481         under [__USE_EXTERN_INLINES].
49483 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49485         [BZ #13446]
49486         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49488 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49490         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49491         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49492         optimized code.
49493         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49494         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49495         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49496         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49497         for strncasecmp/strncasecmp_l compilation.
49498         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49499         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49501 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49503         [BZ #13484]
49504         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49505         of __asm__.
49507 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49509         [BZ #13506]
49510         * time/tzfile.c (__tzfile_read): Check values from file header.
49512 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49514         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49515         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49516         * powerpc/powerpc32/dl-start.S: Likewise.
49517         * powerpc/powerpc32/elf/start.S: Likewise.
49518         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49519         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49520         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49521         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49522         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49523         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49524         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49525         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49526         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49527         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49528         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49529         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49530         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49531         * powerpc/powerpc32/memset.S: Likewise.
49532         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49533         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49534         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49535         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49536         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49537         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49538         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49539         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49540         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49541         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49542         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49543         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49544         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49546 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49548         * math/libm-test.inc: Added more nearbyint tests.
49549         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49550         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49551         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49552         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49554 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49556         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49557         FD_CLOEXEC.
49559 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49561         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49562         Add wcscpy-ssse3 wcscpy-c.
49563         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49564         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49565         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49566         * sysdeps/x86_64/wcschr.S: New file.
49567         * sysdeps/x86_64/wcsrchr.S: New file.
49568         * string/test-strcmp.c: Remove checking of wcscmp function for
49569         wrong alignments.
49570         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49571         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49572         wcsrchr-sse2 wcsrchr-c.
49573         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49574         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49575         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49576         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49577         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49578         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49579         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49580         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49581         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49582         * wcsmbc/wcschr.c (WCSCHR): New macro.
49584 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49586         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49587         * wcsmbs/test-wcsrchr.c: New file.
49588         * string/test-strrchr.c: Add wcsrchr support.
49589         (WIDE): New macro.
49590         * wcsmbs/test-wcscpy.c: New file.
49591         * string/test-strcpy.c: Add wcscpy support.
49592         (WIDE): New macro.
49594 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49596         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49597         the inner loop.
49599 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49601         [BZ #13472]
49602         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49604 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49606         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49607         Minor optimizations.
49609         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49610         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49611         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49613 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49615         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49616         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49617         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49618         for gcc to avoid warnings.
49619         * inet/Makefile (tests): Add tst-checks.
49620         * inet/tst-checks.c: New file.
49622         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49623         warning.
49625         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49626         __wmemcmp_sse2.
49628         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49629         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49631         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49633 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49635         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49636         problem.
49638         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49640 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49642         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49643         conditional on GCC version.
49644         (__arch_compare_and_exchange_val_8_acq)
49645         (__arch_compare_and_exchange_val_16_acq)
49646         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49647         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49648         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49650 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49652         * sysdeps/sh/backtrace.c: New file.
49654 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49656         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49657         parenthesis.
49659 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49661         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49662         falling back to utime.
49664 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49666         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49667         expectations for float.
49669 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49671         * locale/weight.h (findidx): Add parameter len.
49672         * locale/weightwc.h (findidx): Likewise.
49673         * posix/fnmatch_loop.c (FCT): Adjust caller.
49674         * posix/regcomp.c (build_equiv_class): Likewise.
49675         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49676         * posix/regexec.c (check_node_accept_bytes): Likewise.
49677         * string/strcoll_l.c (STRCOLL): Likewise.
49678         * string/strxfrm_l.c (STRXFRM): Likewise.
49680 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49682         * Makefile.in: Remove CVSOPT handling.
49683         * configure.in: Remove use of AC_REVISION.
49684         * iconvdata/Makefile (distribute): No need to filter out CVS.
49685         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49686         handling.
49688 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49690         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49691         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49692         [USE_AS_STRNCASECMP_L]: Likewise.
49693         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49694         NO_TLS_DIRECT_SEG_REFS.
49695         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49696         Fix argument offsets for non-PIC.
49697         [USE_AS_STRNCASECMP_L]: Likewise.
49698         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49699         NO_TLS_DIRECT_SEG_REFS.
49701 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49703         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49704         O_CLOEXEC.
49705         * locale/loadlocale.c (_nl_load_locale): Likewise.
49707 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49709         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49710         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49711         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49712         (SYSCALL_GETTIME): Set errno on error.
49714         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49715         count references to noai6ai_cached.
49717 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49719         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49721         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49722         FD_CLOEXEC for /proc/self/maps.
49724         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49725         FD_CLOEXEC for /proc/meminfo.
49727         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49728         gai.conf.
49730         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49731         FD_CLOEXEC for given file.
49733         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49735         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49736         FD_CLOEXEC for /etc/hosts.
49737         (_gethtent): Likewise.
49739         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49741         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49742         cancellation and set FD_CLOEXEC for /etc/netgroup.
49744         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49745         reading /etc/publickey.
49747         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49748         allow cancellation when reading /etc/group.
49750         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49751         cancellation.
49752         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49754         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49755         when using data file.
49757         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49759         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49760         (write_nis_obj): Use "c" and "e" in fopen.
49762         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49764         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49766         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49768         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49770         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49771         locale.alias.
49773         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49775         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49777         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49779         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49780         file parsing and set FD_CLOEXEC.
49782 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49784         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49786 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49788         * malloc/arena.c (arena_get2): Don't call reused_arena when
49789         _int_new_arena failed.
49791 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49793         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49794         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49795         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49796         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49797         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49798         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49799         to compile strcasecmp and strncasecmp.
49800         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49801         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49803         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49805 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49807         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49808         locale-defines.sym to gen-as-const-headers.
49809         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49810         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49811         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49812         to compile strcasecmp and strncasecmp.
49813         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49814         strcasecmp_l and strncasecmp_l.
49815         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49816         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49817         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49818         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49819         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49820         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49821         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49822         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49823         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49824         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49825         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49827 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49829         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49830         result of SYSDEP_GETTIME_CPU to retval.
49831         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49832         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49834         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49835         variable.
49837         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49838         mantissa words.
49839         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49841         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49842         from unused variable.
49844         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49845         DWARF definitions.
49846         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49847         for assembling.
49849         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49850         over namespaces.
49852         * sunrpc/rpc_prot.c (rejected): Fix case value.
49854         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49855         unsigned long long int to avoid warnings in shift.
49857         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49858         of use of trans.
49859         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49860         variable tmp.
49862         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49863         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49864         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49866         * nis/nis_table.c (nis_list): Use variable of correct type for
49867         result of __follow_path call.
49869 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49871         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49872         of math functions ceil, trunc, floor, round, and sqrt, when
49873         avaliable on the platform.
49874         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49875         name clash.
49876         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49877         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49878         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49880 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49882         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49883         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49885 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49887         * include/unistd.h: Fix __readlink return type.
49888         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49890 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49892         * stdlib/ucontext.h: Undo last change for makecontext.
49894 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49896         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49898         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49899         * setjmp/setjmp.h: Mark functions as non-leaf.
49900         * setjmp/bits/setjmp2.h: Likewise.
49901         * stdlib/ucontext.h: Likewise.
49903 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49905         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49906         (reused_arena): Don't check arena limit.
49907         (arena_get2): Atomically check arena limit.
49909 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49911         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49912         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49914         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49915         instructions.
49917 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49919         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49920         handler when locking.
49922         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49923         Fix size of allocated buffer.
49925 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49927         [BZ #10103]
49928         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49929         declarations for long double functions.
49930         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49932         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49934 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49936         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49937         installed.
49939         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49940         is disabled.
49942 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49944         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49946 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49948         * include/alloca.h (stackinfo_alloca_round): Define.
49949         (extend_alloca): Use it.
49950         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49951         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49952         here.
49954         * scripts/check-local-headers.sh: Ignore libaudit.h.
49956         * nscd/Makefile (extra-objs): Make recursively expanded.
49958 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49960         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49961         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49963         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49964         * posix/tst-rfc3484-2.c: Likewise.
49965         * posix/tst-rfc3484-3.c: Likewise.
49967         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49968         process_vm_writev.
49969         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49970         process_vm_writev.
49971         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49972         process_vm_writev from libc using GLIBC_2.15 version.
49974         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
49976 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
49978         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
49979         stack usage.
49981 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
49983         [BZ #13367]
49984         * nss/getent.c (initgroups_keys): Show error message in case no group
49985         names are given.
49987         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
49988         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
49989         __bump_nl_timestamp.
49990         * nscd/connections (nscd_init): When host database is served open
49991         netlink socket and request notification about configuration changes.
49992         (main_loop_poll): Track netlink file descriptor and bump timestamp
49993         in case data becomes available.
49994         (main_loop_epoll): Likewise.
49995         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
49996         (database_pers_head): Add extra_data fileds.
49997         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
49998         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
49999         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50000         Adjust caller.
50001         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50002         in6ai data, call __free_in6ai.
50003         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50004         Add -DHAVE_NETLINK.
50005         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50006         interface information.  Reuse previous data if netlink timestamp
50007         is not changed.
50008         (__bump_nl_timestamp): New function.
50009         (__free_in6ai): New function.
50011 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50013         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50014         close_not_cancel_no_status here.
50015         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50017 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50019         [BZ #13276]
50020         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50021         return value.
50023         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50024         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50025         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50027 2011-07-03  Andreas Jaeger  <aj@suse.de>
50029         [BZ #10709]
50030         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50031         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50032         * math/libm-test.inc (sin_test): Add test case.
50034 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50036         [BZ #13337]
50037         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50038         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50040         * elf/chroot_canon.c (chroot_canon): Cleanups.
50042         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50044         [BZ #13335]
50045         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50046         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50048         * string/test-strchr.c: Make usable for strchrnul testing.
50049         * string/test-strchrnul.c: New file.
50050         * string/Makefile (strop-tests): Add strchrnul.
50052         * po/it.po: Update from translation team.
50053         * po/es.po: Likewise.
50055 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50057         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50058         the three constants needed as parameters.  Drop the others.
50059         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50060         __m128i_strloadu_tolower.
50061         Create and initialize variable zero and use it in all the places
50062         where _mm_setzero_si128 was used.
50064         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50065         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50066         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50067         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50068         anymore.
50069         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50070         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50071         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50072         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50073         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50074         __mpranred, __mptan.
50075         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50076         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50077         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50078         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50079         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50080         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50081         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50082         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50083         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50085 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50087         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50088         redefine if SHARED.
50089         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50091         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50092         wide char related routines to wcsmbs subdir.
50094 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50096         [BZ #13344]
50097         * misc/sys/cdefs.h (__THROWNL): Define.
50098         * posix/unistd.h: Use __THREADNL instead of __THREAD
50099         for memory synchronization functions.
50101 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50103         [BZ #13349]
50104         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50105         doesn't exist.
50106         * manual/stdio.texi (Obstack Streams): Node removed.
50108 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50110         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50111         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50112         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50114         * math/math_private.h (math_force_eval): Allow non-addressable
50115         arguments.
50116         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50118 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50120         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50121         file is not needed.
50123         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50124         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50125         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50126         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50127         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50128         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50129         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50130         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50131         Add AVX variants.
50132         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50133         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50134         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50135         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50136         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50137         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50138         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50139         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50140         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50141         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50142         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50143         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50144         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50145         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50146         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50147         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50148         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50149         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50150         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50152         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50153         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50155         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50156         place.  Use VEX encoding when compiling for AVX.
50158 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50160         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50161         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50163         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50165 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50167         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50168         useless if() expression.
50169         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50170         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50171         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50172         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50173         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50174         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50175         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50176         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50177         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50178         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50179         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50180         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50181         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50182         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50183         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50184         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50185         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50186         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50187         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50189         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50191 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50193         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50194         condition.
50195         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50197 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50199         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50200         .text section.  Avoid duplicate constants.
50201         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50202         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50203         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50204         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50205         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50206         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50207         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50208         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50209         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50210         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50211         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50212         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50213         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50214         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50215         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50216         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50217         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50218         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50219         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50220         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50221         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50222         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50223         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50224         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50225         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50226         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50227         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50228         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50229         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50230         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50231         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50232         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50233         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50234         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50235         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50236         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50237         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50238         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50239         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50240         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50241         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50242         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50243         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50244         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50245         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50247 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50249         * sysdeps/x86_64/dla.h: Move to ...
50250         * sysdeps/x86_64/fpu/dla.h: ...here.
50251         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50252         situations.  Use __builtin_fma only for gcc 4.6 and up.
50254         * config.make.in: Add have-mfma4 entry.
50255         * configure.in: Substitute libc_cv_cc_fma4.
50256         * math/Makefile (dbl-only-routines): Add sincostab.
50257         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50258         Use __sincostab not sincos.
50259         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50260         name is a macro.
50261         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50262         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50263         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50264         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50265         using __copysign.
50266         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50267         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50268         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50269         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50270         and __inv.
50271         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50272         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50273         __copysign.
50274         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50275         define aliases when function name is a macro.
50276         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50277         sysdeps/ieee754/dbl-64/sincos.tbl.
50278         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50279         fma4-enabled routines.
50280         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50281         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50282         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50283         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50284         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50285         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50286         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50287         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50288         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50289         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50290         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50291         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50292         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50293         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50294         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50295         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50296         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50297         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50298         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50299         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50300         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50301         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50302         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50303         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50304         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50305         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50306         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50307         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50308         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50309         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50311         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50312         rename.
50313         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50314         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50315         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50316         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50317         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50318         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50319         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50320         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50322 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50324         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50326 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50328         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50330         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50331         prediction.
50332         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50334         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50335         Remove unused variable magic_bits.
50336         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50338         * string/strnlen.c: Define and use STRNLEN macro.
50339         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50340         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50341         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50342         * wcsmbs/wcslen.c: Define and use WCSLEN.
50343         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50344         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50345         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50346         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50347         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50348         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50349         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50351 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50353         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50354         strnlen-sse2-no-bsf.
50355         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50356         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50357         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50358         Add strnlen support.
50359         (USE_AS_STRNLEN): New macro.
50360         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50361         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50362         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50363         * sysdeps/x86_64/wcslen.S: New file.
50365 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50367         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50368         XMM-moves are used for copying on small sizes.
50370 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50372         * wcsmbs/Makefile (strop-tests): Add wcschr.
50373         * wcsmbs/test-wcschr.c: New file.
50374         * string/test-strchr.c: Update.
50375         Add wcschr support.
50376         (WIDE): New macro.
50378 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50380         * wcsmbs/Makefile (strop-tests): Add wcslen.
50381         * wcsmbs/test-wcslen.c: New file.
50382         * string/test-strlen.c: Update.
50383         Add wcslen support.
50384         (WIDE): New macro.
50386 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50388         * po/it.po: Update from translation team.
50390 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50392         * sysdeps/x86_64/wcscmp.S: Update.
50393         Fix wrong comparison semantics.
50394         wcscmp shall use signed comparison not unsigned.
50395         Don't use substraction to avoid overflow bug.
50396         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50397         * wcsmbc/wcscmp.c: Likewise.
50398         * string/test-strcmp.c: Likewise.
50399         Add new tests to check cases with negative values.
50401 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50403         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50404         * sysdeps/x86_64/dla.h: ...here.  New file.
50405         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50406         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50407         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50408         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50409         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50410         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50411         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50412         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50413         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50415 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50417         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50418         __ynl_finite aliases.
50420 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50422         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50424         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50425         define DLA_FMA.
50426         [DLA_FMA] (EMULV): Use DLA_FMA.
50427         [DLA_FMA] (MUL12): Use EMULV.
50428         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50429         that are not needed.
50430         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50431         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50432         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50433         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50434         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50435         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50436         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50438 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50440         * math/s_nan.c: Undef __nan.
50441         * math/s_nanf.c: Undef __nanf.
50442         * math/s_nanl.c: Undef __nanl.
50443         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50444         "math_private.h".
50446 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50448         * math/s_catan.c: Add branch predictions.
50449         * math/s_catanf.c: Likewise.
50450         * math/s_catanh.c: Likewise.
50451         * math/s_catanhf.c: Likewise.
50452         * math/s_catanhl.c: Likewise.
50453         * math/s_catanl.c: Likewise.
50454         * math/s_cexp.c: Likewise.
50455         * math/s_cexpf.c: Likewise.
50456         * math/s_cexpl.c: Likewise.
50457         * math/s_clog.c: Likewise.
50458         * math/s_clog10.c: Likewise.
50459         * math/s_clog10f.c: Likewise.
50460         * math/s_clog10l.c: Likewise.
50461         * math/s_clogf.c: Likewise.
50462         * math/s_clogl.c: Likewise.
50463         * math/s_csqrt.c: Likewise.
50464         * math/s_csqrtf.c: Likewise.
50465         * math/s_csqrtl.c: Likewise.
50466         * math/s_ctanf.c: Likewise.
50467         * math/s_ctanh.c: Likewise.
50468         * math/s_ctanhf.c: Likewise.
50469         * math/s_ctanhl.c: Likewise.
50470         * math/s_ctanl.c: Likewise.
50472         * math/math_private.h: Define __nan, __nanf, __nanl.
50473         * math/s_cacosh.c: Include <math_private.h>.
50474         * math/s_cacoshl.c: Likewise.
50475         * math/s_casinh.c: Likewise.
50476         * math/s_casinhf.c: Likewise.
50477         * math/s_casinhl.c: Likewise.
50478         * math/s_ccos.c: Rely entire on ccosh.
50479         * math/s_ccosf.c: Rely entire on ccoshf.
50480         * math/s_ccosl.c: Rely entirely on ccoshl.
50481         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50482         Remove tests for FE_INVALID.
50483         * math/s_ccoshf.c: Likewise.
50484         * math/s_ccoshl.c: Likewise.
50485         * math/s_csin.c: Likewise.
50486         * math/s_csinf.c: Likewise.
50487         * math/s_csinh.c Likewise.
50488         * math/s_csinhf.c: Likewise.
50489         * math/s_csinhl.c: Likewise.
50490         * math/s_csinl.c: Likewise.
50491         * math/s_ctan.c: Likewise.
50492         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50493         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50494         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50496 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50498         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50499         compilation problems.
50501         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50502         __builtin_expect.
50504 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50506         * sysdeps/i386/configure.in: Test for -mfma4 option.
50507         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50508         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50509         COMMON_CPUID_INDEX_80000001.
50510         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50511         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50512         use it if FMA3 is not supported.
50513         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50515         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50516         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50518 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50520         [BZ #12892]
50521         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50522         it would create a cycle with a link time dependency.
50524 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50526         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50527         instruction.
50528         * string/Makefile (strop-tests): Add rawmemchr.
50529         * string/test-rawmemchr.c: New file.
50531         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50532         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50533         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50534         when compiling str{,n}casecmp and when AVX is available.  Hook up
50535         new optimized code in initializers.
50537 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50539         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50540         __feraiseexcept instead of feraiseexcept.
50542 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50544         * math/math_private.h: Define defaults for libc_fetestexcept and
50545         libc_feupdateenv.
50546         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50547         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50548         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50549         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50550         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50551         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50552         libc_fetestexcept and libc_feupdateenv.
50554         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50555         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50556         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50557         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50558         libc_feholdexcept_setround.
50560         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50561         Add s_nearbyint-c and s_nearbyintf-c.
50562         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50563         nearbyintf inlines.
50564         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50565         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50566         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50567         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50569         * math/math_private.h: Define defaults for libc_fegetround,
50570         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50571         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50572         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50573         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50574         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50575         standard functions.
50576         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50577         Remove comments and hacks for old compiler versions.
50578         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50579         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50580         libc_feholdexceptl.
50582 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50584         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50585         (__feraiseexcept_renamed): Add __NTH.
50586         (feraiseexcept): Add __NTH.  Rename local variables to fix
50587         namespace violations.
50589 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50591         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50593         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50595         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50596         recently added interfaces.
50597         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50599         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50600         about macro parameter expansion.
50602         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50603         __NO_MATH_INLINES is defined.  Cleanups.
50605         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50606         and __floorf is target has SSE4.1.
50607         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50608         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50609         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50610         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50612         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50613         name.
50614         (floorf): Likewise.
50616         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50618 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50620         * misc/sys/cdefs.h: Fix last change.
50622         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50623         database lookup.
50625 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50627         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50629         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50630         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50631         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50632         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50633         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50634         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50635         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50636         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50637         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50638         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50639         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50640         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50641         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50642         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50643         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50644         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50645         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50646         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50647         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50648         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50649         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50650         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50652         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50653         ceil, ceilf, floor, floorf.
50655         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50656         Perform IRELATIVE relocations last.
50658         * elf/do-rel.h: Add another parameter nrelative, replacing the
50659         local variable with the same name.  Change name of the function
50660         to end in Rel or Rela (uppercase).
50661         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50662         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50663         elf_dynamic_do_##reloc function.
50665 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50667         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50668         is sufficient, at least on modern CPUs.
50670         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50672         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50673         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50675         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50676         __expl_finite.
50677         * math/bits/math-finite.h: Add entries for exp.
50678         * math/e_expl.c: Add __*_finite alias.
50679         * sysdeps/i386/fpu/e_exp.S: Likewise.
50680         * sysdeps/i386/fpu/e_expf.S: Likewise.
50681         * sysdeps/i386/fpu/e_expl.c: Likewise.
50682         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50683         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50684         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50685         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50686         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50687         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50688         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50690         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50691         is sufficient, at least on modern CPUs.
50693         * ctype/ctype-info.c (__ctype_init): Define.
50694         * include/ctype.h (__ctype_init): Declare.
50695         (__ctype_b_loc): The variable is always initialized.
50696         (__ctype_toupper_loc): Likewise.
50697         (__ctype_tolower_loc): Likewise.
50698         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50699         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50701 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50703         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50705         * configure.in: Also look in $cxxmachine/include for C++ system
50706         headers.
50708 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50710         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50711         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50712         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50713         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50714         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50715         (USE_AS_WMEMCMP): New macro.
50716         Fixing indents.
50717         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50718         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50719         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50720         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50721         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50722         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50723         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50724         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50725         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50726         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50727         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50728         (USE_AS_WMEMCMP): New macro.
50729         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50730         * sysdeps/string/test-memcmp.c: Update.
50731         Fix simple_wmemcmp.
50732         Add new tests.
50733         * wcsmbs/wmemcmp.c: Update.
50734         (WMEMCMP): New macro.
50735         Fix overflow bug.
50737 2011-10-12  Andreas Jaeger  <aj@suse.de>
50739         [BZ #13268]
50740         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50742 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50744         * libio/iofwide.c (do_length): Avoid warning.
50746         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50748 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50750         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50752         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50753         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50754         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50755         * sysdeps/i386/i686/fpu/e_log.S: New file.
50756         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50757         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50759         * ctype/ctype.h: Add support for inlined isXXX functions when
50760         compiling C++ code.
50762 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50764         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50766         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50768 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50770         [BZ #13291]
50771         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50773 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50775         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50776         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50777         feraiseexcept.
50779         * sysdeps/x86_64/memrchr.S: Check for zero size.
50781         * string/stratcliff.c: Add memrchr tests.
50783 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50785         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50786         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50787         rawmemchr-sse2 rawmemchr-sse2-bsf.
50788         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50789         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50790         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50791         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50792         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50793         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50794         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50795         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50796         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50797         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50798         * string/memrchr.c (MEMRCHR): New macro.
50800 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50802         Add integration with gcc's -ffinite-math-only and optimize wrapper
50803         functions in libm.
50804         * Versions.def: Define GLIBC_2.15 version for libm.
50805         * math/Makefile (headers): Add bits/math-finite.h.
50806         * math/bits/math-finite.h: New file.
50807         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50808         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50809         * math/e_acoshl.c: Add __*_finite alias.
50810         * math/e_acosl.c: Likewise.
50811         * math/e_asinl.c: Likewise.
50812         * math/e_atan2l.c: Likewise.
50813         * math/e_atanhl.c: Likewise.
50814         * math/e_coshl.c: Likewise.
50815         * math/e_exp10.c: Likewise.
50816         * math/e_exp10f.c: Likewise.
50817         * math/e_exp10l.c: Likewise.
50818         * math/e_exp2l.c: Likewise.
50819         * math/e_fmodl.c: Likewise.
50820         * math/e_gammal_r.c: Likewise.
50821         * math/e_hypotl.c: Likewise.
50822         * math/e_j0l.c: Likewise.
50823         * math/e_j1l.c: Likewise.
50824         * math/e_jnl.c: Likewise.
50825         * math/e_lgammal_r.c: Likewise.
50826         * math/e_log10l.c: Likewise.
50827         * math/e_log2l.c: Likewise.
50828         * math/e_logl.c: Likewise.
50829         * math/e_powl.c: Likewise.
50830         * math/e_sinhl.c: Likewise.
50831         * math/e_sqrtl.c: Likewise.
50832         * math/e_scalb.c: Completely rewritten and optimized.
50833         * math/e_scalbf.c: Likewise.
50834         * math/e_scalbl.c: Likewise.
50835         * math/w_acos.c: Likewise.
50836         * math/w_acosf.c: Likewise.
50837         * math/w_acosl.c: Likewise.
50838         * math/w_acosh.c: Likewise.
50839         * math/w_acoshf.c: Likewise.
50840         * math/w_acoshl.c: Likewise.
50841         * math/w_asin.c: Likewise.
50842         * math/w_asinf.c: Likewise.
50843         * math/w_asinl.c: Likewise.
50844         * math/w_atan2.c: Likewise.
50845         * math/w_atan2f.c: Likewise.
50846         * math/w_atan2l.c: Likewise.
50847         * math/w_atanh.c: Likewise.
50848         * math/w_atanhf.c: Likewise.
50849         * math/w_atanhl.c: Likewise.
50850         * math/w_exp10.c: Likewise.
50851         * math/w_exp10f.c: Likewise.
50852         * math/w_exp10l.c: Likewise.
50853         * math/w_fmod.c: Likewise.
50854         * math/w_fmodf.c: Likewise.
50855         * math/w_fmodl.c: Likewise.
50856         * math/w_j0.c: Likewise.
50857         * math/w_j0f.c: Likewise.
50858         * math/w_j0l.c: Likewise.
50859         * math/w_j1.c: Likewise.
50860         * math/w_j1f.c: Likewise.
50861         * math/w_j1l.c: Likewise.
50862         * math/w_jn.c: Likewise.
50863         * math/w_jnf.c: Likewise.
50864         * math/w_log.c: Likewise.
50865         * math/w_logf.c: Likewise.
50866         * math/w_logl.c: Likewise.
50867         * math/w_log10.c: Likewise.
50868         * math/w_log10f.c: Likewise.
50869         * math/w_log10l.c: Likewise.
50870         * math/w_log2.c: Likewise.
50871         * math/w_log2f.c: Likewise.
50872         * math/w_log2l.c: Likewise.
50873         * math/w_pow.c: Likewise.
50874         * math/w_powf.c: Likewise.
50875         * math/w_powl.c: Likewise.
50876         * math/w_remainder.c: Likewise.
50877         * math/w_remainderf.c: Likewise.
50878         * math/w_remainderl.c: Likewise.
50879         * math/w_scalb.c: Likewise.
50880         * math/w_scalbf.c: Likewise.
50881         * math/w_scalbl.c: Likewise.
50882         * math/w_sqrt.c: Likewise.
50883         * math/w_sqrtf.c: Likewise.
50884         * math/w_sqrtl.c: Likewise.
50885         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50886         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50887         used.
50888         * math/math_private.h: Declare __kernel_standard_f.
50889         * math/w_cosh.c: Remove cruft and optimize a bit.
50890         * math/w_coshf.c: Likewise.
50891         * math/w_coshl.c: Likewise.
50892         * math/w_exp2.c: Likewise.
50893         * math/w_exp2f.c: Likewise.
50894         * math/w_exp2l.c: Likewise.
50895         * math/w_hypot.c: Likewise.
50896         * math/w_hypotf.c: Likewise.
50897         * math/w_hypotl.c: Likewise.
50898         * math/w_lgamma.c: Likewise.
50899         * math/w_lgamma_r.c: Likewise.
50900         * math/w_lgammaf.c: Likewise.
50901         * math/w_lgammaf_r.c: Likewise.
50902         * math/w_lgammal.c: Likewise.
50903         * math/w_lgammal_r.c: Likewise.
50904         * math/w_sinh.c: Likewise.
50905         * math/w_sinhf.c: Likewise.
50906         * math/w_sinhl.c: Likewise.
50907         * math/w_tgamma.c: Likewise.
50908         * math/w_tgammaf.c: Likewise.
50909         * math/w_tgammal.c: Likewise.
50910         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50911         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50912         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50913         Minor optimizations.  Pretty printing.  Remove cruft.
50914         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50915         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50916         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50917         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50918         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50919         * sysdeps/i386/fpu/e_asin.S: Likewise.
50920         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50921         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50922         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50923         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50924         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50925         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50926         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50927         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50928         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50929         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50930         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50931         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50932         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50933         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50934         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50935         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50936         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50937         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50938         * sysdeps/i386/fpu/e_log.S: Likewise.
50939         * sysdeps/i386/fpu/e_log10.S: Likewise.
50940         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50941         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50942         * sysdeps/i386/fpu/e_log2.S: Likewise.
50943         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50944         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50945         * sysdeps/i386/fpu/e_logf.S: Likewise.
50946         * sysdeps/i386/fpu/e_logl.S: Likewise.
50947         * sysdeps/i386/fpu/e_pow.S: Likewise.
50948         * sysdeps/i386/fpu/e_powf.S: Likewise.
50949         * sysdeps/i386/fpu/e_powl.S: Likewise.
50950         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50951         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50952         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50953         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50954         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50955         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50956         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50957         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50958         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50959         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50960         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50961         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50962         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50963         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50964         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50965         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50966         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50967         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50968         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50969         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50970         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50971         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50972         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
50973         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
50974         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50975         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
50976         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
50977         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50979         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
50980         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
50981         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50982         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50983         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
50984         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
50985         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50986         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
50987         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
50988         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
50989         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50990         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
50991         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50992         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
50993         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
50994         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
50995         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
50996         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
50997         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
50998         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
50999         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51000         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51001         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51002         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51003         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51004         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51005         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51006         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51007         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51008         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51009         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51010         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51011         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51012         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51013         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51014         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51015         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51016         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51017         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51018         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51019         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51020         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51021         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51022         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51023         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51024         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51025         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51026         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51027         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51028         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51029         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51030         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51031         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51032         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51033         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51034         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51035         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51036         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51037         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51038         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51039         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51040         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51041         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51042         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51043         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51044         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51045         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51046         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51047         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51048         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51049         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51050         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51051         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51052         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51053         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51054         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51055         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51056         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51057         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51058         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51059         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51060         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51061         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51062         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51063         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51064         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51065         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51066         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51067         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51068         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51069         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51070         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51071         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51072         (__isnanf): Likewise.
51073         (__isinf_ns): Likewise.
51074         (__isinf_nsf): Likewise.
51075         (__finite): Likewise.
51076         (__finitef): Likewise.
51077         (__ieee754_sqrt): Define as macro.
51078         (__ieee754_sqrtf): Define as macro.
51079         (__ieee754_sqrtl): Define as macro.
51080         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51081         inlined copy.
51082         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51083         __FINITE_MATH_ONLY__ consistent.
51084         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51086 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51088         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51089         of rawmemchr.
51091         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51093 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51095         * po/ja.po: Update from translation team.
51097 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51099         * locale/programs/locarchive.c (prepare_address_space): New function.
51100         (create_archive, enlarge_archive, open_archive): Use it.
51102         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51103         inside [SHARED], where it is used.
51105         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51107         * nss/getent.c (netgroup_keys): Remove unused variable.
51108         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51110 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51112         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51113         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51114         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51115         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51116         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51117         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51118         * math/Makefile (libm-calls): Add s_isinf_ns.
51119         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51120         * math/multc3.c: Likewise.
51121         * math/s_casin.c: Likewise.
51122         * math/s_casinf.c: Likewise.
51123         * math/s_casinl.c: Likewise.
51124         * math/s_ccos.c: Likewise.
51125         * math/s_ccosf.c: Likewise.
51126         * math/s_ccosl.c: Likewise.
51127         * math/s_ctan.c: Likewise.
51128         * math/s_ctanf.c: Likewise.
51129         * math/s_ctanh.c: Likewise.
51130         * math/s_ctanhf.c: Likewise.
51131         * math/s_ctanhl.c: Likewise.
51132         * math/s_ctanl.c: Likewise.
51133         * math/w_fmod.c: Likewise.
51134         * math/w_fmodf.c: Likewise.
51135         * math/w_fmodl.c: Likewise.
51136         * math/w_remainder.c: Likewise.
51137         * math/w_remainderf.c: Likewise.
51138         * math/w_remainderl.c: Likewise.
51139         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51140         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51141         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51142         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51143         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51144         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51145         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51146         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51148         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51149         of the number.
51150         * stdio-common/printf_fphex.c: Likewise.
51151         * stdio-common/printf_size.c: Likewise.
51153         * math/e_exp10.c: Include math_private.h using <...> not "...".
51154         * math/e_exp10f.c: Likewise.
51155         * math/e_exp10l.c: Likewise.
51156         * math/e_exp2l.c: Likewise.
51157         * math/e_j0l.c: Likewise.
51158         * math/e_j1l.c: Likewise.
51159         * math/e_jnl.c: Likewise.
51160         * math/e_lgammal_r.c: Likewise.
51161         * math/e_rem_pio2l.c: Likewise.
51162         * math/e_scalb.c: Likewise.
51163         * math/e_scalbf.c: Likewise.
51164         * math/e_scalbl.c: Likewise.
51165         * math/k_cosl.c: Likewise.
51166         * math/k_sinl.c: Likewise.
51167         * math/k_tanl.c: Likewise.
51168         * math/s_cacoshf.c: Likewise.
51169         * math/s_catan.c: Likewise.
51170         * math/s_catanf.c: Likewise.
51171         * math/s_catanh.c: Likewise.
51172         * math/s_catanhf.c: Likewise.
51173         * math/s_catanhl.c: Likewise.
51174         * math/s_catanl.c: Likewise.
51175         * math/s_ccosh.c: Likewise.
51176         * math/s_ccoshf.c: Likewise.
51177         * math/s_ccoshl.c: Likewise.
51178         * math/s_cexp.c: Likewise.
51179         * math/s_cexpf.c: Likewise.
51180         * math/s_cexpl.c: Likewise.
51181         * math/s_clog.c: Likewise.
51182         * math/s_clog10.c: Likewise.
51183         * math/s_clog10f.c: Likewise.
51184         * math/s_clog10l.c: Likewise.
51185         * math/s_clogf.c: Likewise.
51186         * math/s_clogl.c: Likewise.
51187         * math/s_csin.c: Likewise.
51188         * math/s_csinf.c: Likewise.
51189         * math/s_csinh.c: Likewise.
51190         * math/s_csinhf.c: Likewise.
51191         * math/s_csinhl.c: Likewise.
51192         * math/s_csinl.c: Likewise.
51193         * math/s_csqrt.c: Likewise.
51194         * math/s_csqrtf.c: Likewise.
51195         * math/s_csqrtl.c: Likewise.
51196         * math/s_ctan.c: Likewise.
51197         * math/s_ctanf.c: Likewise.
51198         * math/s_ctanh.c: Likewise.
51199         * math/s_ctanhf.c: Likewise.
51200         * math/s_ctanhl.c: Likewise.
51201         * math/s_ctanl.c: Likewise.
51202         * math/s_ldexp.c: Likewise.
51203         * math/s_ldexpf.c: Likewise.
51204         * math/s_ldexpl.c: Likewise.
51205         * math/s_significand.c: Likewise.
51206         * math/s_significandf.c: Likewise.
51207         * math/s_significandl.c: Likewise.
51208         * math/w_acos.c: Likewise.
51209         * math/w_acosf.c: Likewise.
51210         * math/w_acosh.c: Likewise.
51211         * math/w_acoshf.c: Likewise.
51212         * math/w_acoshl.c: Likewise.
51213         * math/w_acosl.c: Likewise.
51214         * math/w_asin.c: Likewise.
51215         * math/w_asinf.c: Likewise.
51216         * math/w_asinl.c: Likewise.
51217         * math/w_atan2.c: Likewise.
51218         * math/w_atan2f.c: Likewise.
51219         * math/w_atan2l.c: Likewise.
51220         * math/w_atanh.c: Likewise.
51221         * math/w_atanhf.c: Likewise.
51222         * math/w_atanhl.c: Likewise.
51223         * math/w_cosh.c: Likewise.
51224         * math/w_coshf.c: Likewise.
51225         * math/w_coshl.c: Likewise.
51226         * math/w_dremf.c: Likewise.
51227         * math/w_exp10.c: Likewise.
51228         * math/w_exp10f.c: Likewise.
51229         * math/w_exp10l.c: Likewise.
51230         * math/w_exp2.c: Likewise.
51231         * math/w_exp2f.c: Likewise.
51232         * math/w_fmod.c: Likewise.
51233         * math/w_fmodf.c: Likewise.
51234         * math/w_fmodl.c: Likewise.
51235         * math/w_hypot.c: Likewise.
51236         * math/w_hypotf.c: Likewise.
51237         * math/w_hypotl.c: Likewise.
51238         * math/w_j0.c: Likewise.
51239         * math/w_j0f.c: Likewise.
51240         * math/w_j0l.c: Likewise.
51241         * math/w_j1.c: Likewise.
51242         * math/w_j1f.c: Likewise.
51243         * math/w_j1l.c: Likewise.
51244         * math/w_jn.c: Likewise.
51245         * math/w_jnf.c: Likewise.
51246         * math/w_jnl.c: Likewise.
51247         * math/w_lgamma.c: Likewise.
51248         * math/w_lgamma_r.c: Likewise.
51249         * math/w_lgammaf.c: Likewise.
51250         * math/w_lgammaf_r.c: Likewise.
51251         * math/w_lgammal.c: Likewise.
51252         * math/w_lgammal_r.c: Likewise.
51253         * math/w_log.c: Likewise.
51254         * math/w_log10.c: Likewise.
51255         * math/w_log10f.c: Likewise.
51256         * math/w_log10l.c: Likewise.
51257         * math/w_log2.c: Likewise.
51258         * math/w_log2f.c: Likewise.
51259         * math/w_log2l.c: Likewise.
51260         * math/w_logf.c: Likewise.
51261         * math/w_logl.c: Likewise.
51262         * math/w_pow.c: Likewise.
51263         * math/w_powf.c: Likewise.
51264         * math/w_powl.c: Likewise.
51265         * math/w_remainder.c: Likewise.
51266         * math/w_remainderf.c: Likewise.
51267         * math/w_remainderl.c: Likewise.
51268         * math/w_scalb.c: Likewise.
51269         * math/w_scalbf.c: Likewise.
51270         * math/w_scalbl.c: Likewise.
51271         * math/w_sinh.c: Likewise.
51272         * math/w_sinhf.c: Likewise.
51273         * math/w_sinhl.c: Likewise.
51274         * math/w_sqrt.c: Likewise.
51275         * math/w_sqrtf.c: Likewise.
51276         * math/w_sqrtl.c: Likewise.
51277         * math/w_tgamma.c: Likewise.
51278         * math/w_tgammaf.c: Likewise.
51279         * math/w_tgammal.c: Likewise.
51281         * po/ja.po: Update from translation team.
51283 2011-09-29  Andreas Jaeger  <aj@suse.de>
51285         [BZ #13179]
51286         * sunrpc/netname.c (netname2host): Fix logic.
51288         [BZ #6779]
51289         [BZ #6783]
51290         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51291         correctly.
51292         * math/w_remainder.c (__remainder): Likewise.
51293         * math/w_remainderf.c (__remainderf): Likewise.
51294         * math/libm-test.inc (remainder_test): Add test cases.
51296 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51298         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51299         sdiv_qrnnd.
51301 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51303         * string/test-memcmp.c: Avoid unncessary #defines.
51304         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51306 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51308         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51309         Use new sse2 version for core i3 - i7 as it's faster
51310         than sse42 version.
51311         (bit_Prefer_PMINUB_for_stringop): New.
51312         * sysdeps/x86_64/rawmemchr.S: Update.
51313         Replace with faster SSE2 version.
51314         * sysdeps/x86_64/memrchr.S: New file.
51315         * sysdeps/x86_64/memchr.S: Update.
51316         Replace with faster SSE2 version.
51318 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51320         * elf/dl-load.c (lose): Add cast to avoid warning.
51322 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51324         * po/ca.po: Update from translation team.
51326         * inet/getnetgrent_r.c: Hook up nscd.
51327         * nscd/Makefile (routines): Add nscd_netgroup.
51328         (nscd-modules): Add netgroupcache.
51329         (CFLAGS-netgroupcache.c): Define.
51330         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51331         (cache_search): Add const to second parameter.
51332         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51333         INNETGR.
51334         (dbs): Add netgrdb entry.
51335         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51336         (verify_persistent_db): Handle netgrdb.
51337         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51338         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51339         GETFDNETGR.
51340         (netgroup_response_header): Define.
51341         (innetgroup_response_header): Define.
51342         (datahead): Add netgroup_response_header and innetgroup_response_header
51343         elements.
51344         * nscd/nscd.conf: Add entries for netgroup cache.
51345         * nscd/nscd.h (dbtype): Add netgrdb.
51346         (_PATH_NSCD_NETGROUP_DB): Define.
51347         (netgroup_iov_disabled): Declare.
51348         (xmalloc, xcalloc, xrealloc): Move declarations here.
51349         (cache_search): Adjust prototype.
51350         Add netgroup-related prototypes.
51351         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51352         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51353         (__nscd_innetgr): Declare.
51354         * nscd/selinux.c (perms): Use access_vector_t as element type and
51355         add netgroup-related initializers.
51356         * nscd/netgroupcache.c: New file.
51357         * nscd/nscd_netgroup.c: New file.
51358         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51359         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51360         For four parameters use innetgr.
51361         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51362         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51363         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51364         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51366         * nscd/connections.c (register_traced_file): Don't register file
51367         for disabled databases.
51369 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51371         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51373         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51374         from tree and freeing node.
51376 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51378         * nss/nsswitch.c (__nss_database_lookup): Handle
51379         nss_parse_service_list out of memory case.
51381 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51383         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51384         out of memory case.
51386 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51388         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51389         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51390         pass it down.
51391         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51392         elf_machine_rela, elf_machine_lazy_rel.
51393         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51394         (ELF_DYNAMIC_DO_REL): Likewise.
51395         (ELF_DYNAMIC_DO_RELA): Likewise.
51396         (ELF_DYNAMIC_RELOCATE): Likewise.
51397         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51398         to ELF_DYNAMIC_DO_REL.
51399         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51400         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51401         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51402         elf_machine_rela.
51403         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51404         skip_ifunc, don't call ifunc function if non-zero.
51405         (elf_machine_rela): Likewise.
51406         (elf_machine_lazy_rel): Likewise.
51407         (elf_machine_lazy_rela): Likewise.
51408         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51409         (elf_machine_lazy_rel): Likewise.
51410         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51411         Likewise.
51412         (elf_machine_lazy_rel): Likewise.
51413         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51414         Likewise.
51415         (elf_machine_lazy_rel): Likewise.
51416         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51417         (elf_machine_lazy_rel): Likewise.
51418         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51419         (elf_machine_lazy_rel): Likewise.
51420         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51421         (elf_machine_lazy_rel): Likewise.
51422         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51423         (elf_machine_lazy_rel): Likewise.
51424         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51425         (elf_machine_lazy_rel): Likewise.
51426         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51427         (elf_machine_lazy_rel): Likewise.
51429 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51431         * nss/nss_files/files-init.c (_nss_files_init): Use static
51432         initialization for all the *_traced_file variables.
51434 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51436         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51438 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51440         [BZ #13226]
51441         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51443 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51445         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51446         Reread the line before reparsing it.
51448 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51450         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51452 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51453             Maxim Kuvyrkov  <maxim@codesourcery.com>
51454             Joseph Myers  <joseph@codesourcery.com>
51456         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51457         if needed for __stack_chk_guard.
51459 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51461         * sysdeps/posix/spawni.c (script_execute): Always define it.
51462         It will be optimized away if unused.
51463         (maybe_script_execute): New function.
51464         (__spawni): Call it.
51466         * Makerules: Don't include tls.make.
51467         (config-tls): Always set to thread.
51468         * tls.make.c: File removed.
51470 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51472         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51473         * config.make.in (CPPFLAGS-config): New substituted variable.
51475 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51477         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51479         [BZ #13192]
51480         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51481         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51483 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51485         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51486         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51487         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51488         (CALL_FAIL): Likewise.
51489         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51490         (CALL_FAIL): Macro removed.
51491         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51493 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51495         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51496         for __FINITE_MATH_ONLY__ == 1.
51498 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51500         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51501         __ieee754_sqrt instead of sqrt.
51502         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51503         __ieee754_sqrtf instead of sqrtf.
51504         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51505         __floorf instead of floorf.
51506         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51507         __floorf, __truncf instead of floorf, truncf.
51509 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51511         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51513         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51514         __extern_always_inline.
51515         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51516         32-bit.
51518 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51520         * elf/rtld.c (dl_main): Also relocate in dependency order when
51521         doing symbol dependency testing.
51523 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51525         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51526         Always define `refsym'.
51528 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51530         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51531         (__FD_ELT): Renamed from __FDELT.
51532         * misc/bits/select2.h (__FD_ELT): Likewise.
51533         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51534         __FD_MASK instead of __FDELT, __FDMASK.
51535         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51536         Likewise.
51537         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51538         Likewise.
51540         * elf/Makefile (gen-ldd): Fix pattern.
51542         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51543         (init_tls): Likewise.
51545 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51547         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51549 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51551         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51552         `struct cmsghdr *' instead of `void *'.
51553         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51554         Likewise.
51556 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51558         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51559         if non-absolute.
51560         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51561         ldd_rewrite_script.
51563 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51565         * configure.in: Remove --with-tls option.
51566         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51567         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51568         out in case it is missing.
51569         * sysdeps/ia64/elf/configure.in: Likewise.
51570         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51571         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51572         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51573         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51574         * sysdeps/sh/elf/configure.in: Likewise.
51575         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51576         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51577         * sysdeps/x86_64/elf/configure.in: Likewise.
51578         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51579         * sysdeps/mach/hurd/tls.h: Likewise.
51581         [BZ #13067]
51582         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51584         [BZ #13090]
51585         * configure.in: Fix use of AC_INIT.
51587         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51589 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51591         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51592         __set_errno.
51593         * malloc/hooks.c: Likewise.
51595         [BZ #11929]
51596         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51597         variables statically.
51598         (narenas): Initialize.
51599         (list_lock): Initialize.
51600         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51601         initializtion of main_arena and list_lock.  Small cleanups.
51602         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51603         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51604         Add initializers to main_arena and mp_.
51605         (malloc_state): Remove pagesize member.  Change all users to use
51606         GLRO(dl_pagesize).
51608         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51609         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51610         is always initialized.
51612         * malloc/malloc.c: Removed unused configurations and dead code.
51613         * malloc/arena.c: Likewise.
51614         * malloc/hooks.c: Likewise.
51615         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51617         * include/tls.h: Removed.  USE___THREAD must always be defined.
51618         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51619         * elf/dl-libc.c: Likewise.
51620         * elf/dl-tsd.c: Likewise.
51621         * include/errno.h: Likewise.
51622         * include/netdb.h: Likewise.
51623         * include/resolv.h: Likewise.
51624         * inet/herrno-loc.c: Likewise.
51625         * inet/herrno.c: Likewise.
51626         * malloc/arena.c: Likewise.
51627         * malloc/hooks.c: Likewise.
51628         * malloc/malloc.c: Likewise.
51629         * resolv/res-state.c: Likewise.
51630         * resolv/res_libc.c: Likewise.
51631         * sysdeps/i386/dl-machine.h: Likewise.
51632         * sysdeps/ia64/dl-machine.h: Likewise.
51633         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51634         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51635         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51636         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51637         * sysdeps/sh/dl-machine.h: Likewise.
51638         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51639         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51640         * sysdeps/unix/i386/sysdep.S: Likewise.
51641         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51642         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51643         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51644         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51645         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51646         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51647         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51648         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51649         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51650         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51651         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51652         * sysdeps/x86_64/dl-machine.h: Likewise.
51653         * tls.make.c: Likewise.
51655         * configure.in: Remove --with-__thread option.  Make tests for
51656         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51657         tls_model attribute fail if no support is available.  Remove
51658         USE_IN_LIBIO.
51659         * Makeconfig: Adjust for dropped configure option.  All features are
51660         now mandatory.
51661         * Makerules: Likewise.
51662         * Versions.def: Likewise.
51663         * argp/argp-fmtstream.c: Likewise.
51664         * argp/argp-fmtstream.h: Likewise.
51665         * argp/argp-help.c: Likewise.
51666         * assert/assert.c: Likewise.
51667         * config.h.in: Likewise.
51668         * config.make.in: Likewise.
51669         * configure: Likewise.
51670         * configure.in: Likewise.
51671         * csu/Versions: Likewise.
51672         * csu/init.c: Likewise.
51673         * elf/tst-audit2.c: Likewise.
51674         * elf/tst-tls10.c: Likewise.
51675         * elf/tst-tls10.h: Likewise.
51676         * elf/tst-tls11.c: Likewise.
51677         * elf/tst-tls12.c: Likewise.
51678         * elf/tst-tls14.c: Likewise.
51679         * elf/tst-tlsmod11.c: Likewise.
51680         * elf/tst-tlsmod12.c: Likewise.
51681         * elf/tst-tlsmod13.c: Likewise.
51682         * elf/tst-tlsmod13a.c: Likewise.
51683         * elf/tst-tlsmod14a.c: Likewise.
51684         * elf/tst-tlsmod15b.c: Likewise.
51685         * elf/tst-tlsmod16a.c: Likewise.
51686         * elf/tst-tlsmod16b.c: Likewise.
51687         * elf/tst-tlsmod7.c: Likewise.
51688         * elf/tst-tlsmod8.c: Likewise.
51689         * elf/tst-tlsmod9.c: Likewise.
51690         * gmon/gmon.c: Likewise.
51691         * grp/fgetgrent_r.c: Likewise.
51692         * grp/putgrent.c: Likewise.
51693         * hurd/fopenport.c: Likewise.
51694         * include/libc-symbols.h: Likewise.
51695         * include/tls.h: Likewise.
51696         * intl/gettextP.h: Likewise.
51697         * intl/loadinfo.h: Likewise.
51698         * locale/global-locale.c: Likewise.
51699         * locale/localeinfo.h: Likewise.
51700         * mach/devstream.c: Likewise.
51701         * malloc/arena.c: Likewise.
51702         * malloc/set-freeres.c: Likewise.
51703         * misc/err.c: Likewise.
51704         * misc/getttyent.c: Likewise.
51705         * misc/mntent_r.c: Likewise.
51706         * posix/getopt.c: Likewise.
51707         * posix/wordexp.c: Likewise.
51708         * pwd/fgetpwent_r.c: Likewise.
51709         * resolv/Versions: Likewise.
51710         * resolv/res_hconf.c: Likewise.
51711         * shadow/fgetspent_r.c: Likewise.
51712         * shadow/putspent.c: Likewise.
51713         * stdio-common/printf_fphex.c: Likewise.
51714         * stdio-common/tmpfile.c: Likewise.
51715         * stdlib/abort.c: Likewise.
51716         * stdlib/fmtmsg.c: Likewise.
51717         * sunrpc/auth_unix.c: Likewise.
51718         * sunrpc/clnt_perr.c: Likewise.
51719         * sunrpc/clnt_tcp.c: Likewise.
51720         * sunrpc/clnt_udp.c: Likewise.
51721         * sunrpc/clnt_unix.c: Likewise.
51722         * sunrpc/openchild.c: Likewise.
51723         * sunrpc/svc_simple.c: Likewise.
51724         * sunrpc/svc_tcp.c: Likewise.
51725         * sunrpc/svc_udp.c: Likewise.
51726         * sunrpc/svc_unix.c: Likewise.
51727         * sunrpc/xdr.c: Likewise.
51728         * sunrpc/xdr_array.c: Likewise.
51729         * sunrpc/xdr_rec.c: Likewise.
51730         * sunrpc/xdr_ref.c: Likewise.
51731         * sunrpc/xdr_stdio.c: Likewise.
51733 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51735         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51737 2011-07-03  Andreas Jaeger  <aj@suse.de>
51739         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51740         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51741         regenerate with gen-libm-tests.pl.
51743 2010-05-12  Petr Baudis  <pasky@suse.cz>
51745         [BZ #11589]
51746         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51747         around j0() zero points by switching to j1().
51748         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51749         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51750         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51751         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51753 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51755         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51756         instead of 0.
51757         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51758         instead of 0.
51759         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51760         Patch in part by Pavel Roskin <proski@gnu.org>.
51762         [BZ #13138]
51763         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51764         realloc.
51765         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51766         Free memory block if necessary.
51768         [BZ #12847]
51769         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51770         be NULL.  Don't lock in this case.
51772 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51774         * elf/elf.h (ELFOSABI_GNU): New macro.
51775         (ELFOSABI_LINUX): Define to that.
51777 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51779         * string/strncat.c (strncat): Undef the symbol in case it has been
51780         defined in bits/string.h.
51782 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51784         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51786         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51787         link map.
51789 2011-08-17  Andreas Jaeger  <aj@suse.de>
51791         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51793 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51794             Ian Lance Taylor  <iant@google.com>
51796         * math/libm-test.inc (lround_test): New testcase.
51797         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51799 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51801         * Makefile: Remove support for automatic cvs check-ins.
51802         * Makerules: Likewise.
51803         * config.make.in: Likewise.
51804         * configure.in: Likewise.
51805         * intl/Makefile: Likewise.
51806         * locale/Makefile: Likewise.
51807         * po/Makefile: Likewise.
51808         * posix/Makefile: Likewise.
51809         * sysdeps/gnu/Makefile: Likewise.
51810         * sysdeps/mach/hurd/Makefile: Likewise.
51811         * sysdeps/sparc/sparc32/Makefile: Likewise.
51813         [BZ #13118]
51814         * posix/Makefile (bug-regex32-ENV): Define.
51815         Patch by John Stanley <jpsinthemix@verizon.net>.
51817         * misc/Makefile (headers): Add bits/select2.h.
51818         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51819         * misc/bits/select2.h: New file.
51820         * include/bits/select2.h: New file.
51821         * debug/Makefile (routines): Add fdelt_chk.
51822         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51823         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51824         FD_ISSET.
51825         * debug/fdelt_chk.c: New file.
51827         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51828         * wcsmbs/test-wmemcmp.c: Likewise.
51829         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51830         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51832 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51834         * string/Makefile (strop-tests): Add memcmp.
51835         * string/test-wmemcmp.c: New file.
51836         * string/test-memcmp.c: Add wmemcmp support.
51838 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51840         [BZ #13153]
51841         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51842         2011-07-19 change.
51844         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51845         garbage value in a __mach_port_mod_refs call in the cases of the
51846         task-self and thread-self ports.
51848 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51850         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51852 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51854         * elf/dl-load.c (lose): Check for non-null L.
51856 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51858         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51860         * elf/dl-libc.c (dlerror_run): Pass back error code from
51861         dl_catch_error.
51863         [BZ #13123]
51864         * elf/dl-load.c (lose): Free l_origin if it is valid.
51866         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51867         names.
51868         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51869         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51870         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51871         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51872         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51873         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51875 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51877         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51878         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51879         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51880         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51881         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51882         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51883         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51884         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51885         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51886         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51888 2011-08-15  Alan Modra  <amodra@gmail.com>
51890         [BZ #13092]
51891         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51892         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51893         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51894         ppc_mcount to static-only-routines.
51895         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51896         __mcount_internal.
51897         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51898         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51900 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51902         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51903         for finite and infinity parameters.
51905 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51907         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51908         and add nop instructions for throughput optimization.
51909         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51911 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51913         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51914         aligned copy for power7 with vector-scalar instructions.
51915         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51917 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51919         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51920         AVX check.
51922 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51924         [BZ #13144]
51925         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51926         last change.
51928 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51930         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51931         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51932         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51933         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51934         clock_gettime.
51936 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51938         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51939         Forgot to demangle the pointer.
51941         * sysdeps/i386/sysdep.h: Define atom_text_section.
51942         * sysdeps/x86_64/sysdep.h: Likewise.
51943         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51944         section with atom_text_section.
51945         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51946         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51947         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51948         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51949         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51951         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51952         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51953         already be defined.  Change to take two parameters and don't assign
51954         result to variable.  Adjust all users.
51955         Define INTERNAL_GETTIME if not already defined.
51956         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51957         call.
51958         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51959         HAVE_CLOCK_GETTIME_VSYSCALL.
51960         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51962         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51963         gettimeofday vsyscall, just use time.
51965 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51967         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51968         <errno.h>.
51970 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51972         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
51973         syscall on x86-64.
51974         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
51975         syscall.
51976         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
51977         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
51978         syscall if possible.
51980 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51982         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
51983         e_ident.  Don't pass to find_mapsXX.
51984         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
51986 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51988         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51989         strchr-sse2-no-bsf strrchr-sse2-no-bsf
51990         * sysdeps/x86_64/multiarch/strchr.S: Update.
51991         Check bit_slow_BSF bit.
51992         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51993         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
51994         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
51996 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51998         [BZ #13134]
51999         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52000         before glibc 2.15.
52001         (tryshell): Define.
52002         (__spawni): Change last parameter to be flag.  Test
52003         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52004         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52005         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52006         * posix/spawni.c: Likewise.
52007         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52008         * posix/spawnp.c: Likewise.  Change normal version to use
52009         SPAWN_XFLAGS_USE_PATH.
52010         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52011         SPAWN_XFLAGS_TRY_SHELL.
52013         [BZ #13150]
52014         * posix/glob.h: Remove gcc 1.x support.
52016         [BZ #13068]
52017         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52019 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52021         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52022         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52023         strrchr-sse2-bsf
52024         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52025         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52026         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52027         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52028         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52029         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52031 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52033         * sysdeps/x86_64/wcscmp.S: New file.
52035         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52036         wcscmp-c wcscmp-sse2
52037         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52038         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52039         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52040         * wcsmbs/wcscmp.c: Allow renaming.
52042 2011-09-05  David S. Miller  <davem@davemloft.net>
52044         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52045         stack slot, rather than the struct return pointer slot.
52046         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52047         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52049         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52051 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52053         * po/ja.po: Update from translation team.
52055         [BZ #13144]
52056         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52057         kernel in 64-bit binaries.
52059 2011-09-01  David S. Miller  <davem@davemloft.net>
52061         * elf/elf.h (HWCAP_SPARC_*): Move to..
52062         * sysdeps/sparc/sysdep.h: this new file and add new values.
52063         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52064         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52065         _DL_HWCAP_COUNT to 24.
52066         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52067         entries.
52068         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52069         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52070         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52071         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52072         instead of magic constants.
52073         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52075 2011-08-31  David S. Miller  <davem@davemloft.net>
52077         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52078         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52079         Reimplement to do errno handling inline.
52080         (SYSCALL_ERROR_HANDLER): New macro.
52081         (__SYSCALL_STRING): Do not do errno handling in asm.
52082         (__CLONE_SYSCALL_STRING): Delete.
52083         (__INTERNAL_SYSCALL_STRING): Delete.
52084         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52085         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52086         (PSEUDO): Reimplement to do errno handling inline.
52087         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52088         (SYSCALL_ERROR_HANDLER): New macro.
52089         (__SYSCALL_STRING): Do not do errno handling in asm.
52090         (__CLONE_SYSCALL_STRING): Delete.
52091         (__INTERNAL_SYSCALL_STRING): Delete.
52092         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52093         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52094         i386.
52095         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52096         (inline_syscall*): Add 'err' argument.
52097         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52098         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52099         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52100         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52102         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52103         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52105 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52107         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52109 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52111         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52112         directive.
52114 2011-08-24  David S. Miller  <davem@davemloft.net>
52116         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52118 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52120         * elf/Makefile: Add rules to build and run unload8 test.
52121         * elf/unload8.c: New file.
52122         * elf/unload8mod1.c: New file.
52123         * elf/unload8mod1x.c: New file.
52124         * elf/unload8mod2.c: New file.
52125         * elf/unload8mod3.c: New file.
52127         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52128         it wasn't used.
52130 2011-08-23  David S. Miller  <davem@davemloft.net>
52132         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52133         subtract stack bias.
52134         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52135         %sp not %fp in calculations.
52136         (_JMPBUF_UNWINDS_ADJ): Likewise.
52138         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52139         (aio_suspend): Call it to force an exception region around the
52140         AIO_MISC_WAIT() invocation.
52142 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52144         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52145         backslash.
52147 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52149         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52150         protection macro.
52151         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52152         and <dl-machine.h>.
52153         (Elf64_FuncDesc): Remove.
52155 2011-08-22  David S. Miller  <davem@davemloft.net>
52157         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52158         sigaltstack check, add missing cfi directives.
52159         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52160         missing cfi directives, and sigaltstack handling.
52162 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52164         [BZ #11724]
52165         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52166         object is seen twice.
52167         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52169         * elf/Makefile (distribute): Add tst-initorder2.c.
52170         (tests): Add tst-initorder2.
52171         (modules-names): Add tst-initorder2a tst-initorder2b
52172         tst-initorder2c tst-initorder2d.  Add rules to build them.
52173         ($(objpfx)tst-initorder2.out): New rule.
52174         * elf/tst-initorder2.c: New file.
52175         * elf/tst-initorder2.exp: New file.
52177 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52179         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52181         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52182         dependencies back to end of function.
52184         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52185         $(elfobjdir)/ld.so.
52187 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52189         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52190         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52191         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52192         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52193         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52194         of __vdso_gettimeofday.
52195         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52196         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52197         attribute_hidden.
52198         (_libc_vdso_platform_setup): Remove initialization of
52199         __vdso_gettimeofday and __vdso_time.
52201 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52203         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52204         and fgetc_unlocked.
52205         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52206         getc_unlocked.
52208         * elf/dl-open.c (add_to_global): Report additions to the global scope
52209         for LD_DEBUG=scopes.
52210         (dl_open_worker): Also print scope of newly loaded dependencies.
52211         (_dl_show_scope): Indicate if there is no scope.
52213         [BZ #13114]
52214         * stdio-common/Makefile (tests): Add bug24.
52215         * stdio-common/bug24.c: New file.
52217 2011-08-19  Andreas Jaeger  <aj@suse.de>
52219         [BZ #13114]
52220         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52221         non-existant file when using close-on-exec mode.
52223 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52225         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52226         the very first instruction.
52228         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52229         the CFI state in the end.
52230         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52231         inclusion of dl-trampoline.h.
52232         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52234 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52236         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52237         expectations for long double.
52239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52240         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52242 2011-08-14  David S. Miller  <davem@davemloft.net>
52244         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52245         artificual limit depends upon the system page size.
52247 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52249         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52250         * resolv/Makefile: Define CFLAGS-libresolv.
52252 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52254         * nss/makedb.c (compute_tables): Make variables used in nested
52255         function static.
52257 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52259         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52260         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52261         if buffer was too small.
52263         * elf/pldd.c (main): Attach to all threads in the process.
52264         Rewrite /proc handling to use *at functions.
52266 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52268         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52269         specifies first scope to show.
52270         (dl_open_worker): Update callers.  Move printing scope of new
52271         object to before the relocation.
52272         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52273         * sysdeps/generic/ldsodefs.h: Update declaration.
52275         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52276         string for the scope number.
52278 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52280         * nscd/servicescache.c (cache_addserv): Make sure written is always
52281         initialized.
52283 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52285         * sysdeps/i386/i486/bits/atomic.h
52286         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52287         statement expression, so as to suppress "set but not used" warning.
52288         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52290         * string/strncat.c (STRNCAT): Use prototype definition.
52292         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52293         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52294         -Iprograms here.
52295         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52296         (localedef-modules): Add localedef.
52297         (locale-modules): Add locale.
52299         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52300         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52301         to avoid a warning.
52303 2011-08-14  David S. Miller  <davem@davemloft.net>
52305         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52306         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52308 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52310         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52311         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52312         * elf/rtld.c (dl_main): Set l_name of vDSO.
52313         Call _dl_show_scope when DL_DEBUG_SCOPES.
52314         (process_dl_debug): Recognize scopes flag and also set it for all.
52315         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52316         Declare _dl_show_scope.
52318         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52319         (do_dlopen): Pass caller_dlopen to dl_open.
52320         (__libc_dlopen_mode): Initialize caller_dlopen.
52322         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52323         of libc.  Make tolower call locale-independent.  Optimize a bit by
52324         using isdigit instead of isalnum.
52325         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52327 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52329         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52330         was a dependency or dynamically loaded.
52332 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52334         * intl/l10nflist.c: Allow architecture-specific pop function.
52335         * sysdeps/x86_64/l10nflist.c: New file.
52337         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52338         classification.
52340 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52342         * include/dirent.h: Add libc_hidden_proto for scandirat and
52343         scandirat64.  Don't declare __scandirat64.
52344         * dirent/scandirat.c: Add libc_hidden_def.
52345         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52346         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52348 2011-08-10  David S. Miller  <davem@davemloft.net>
52350         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52351         enum.
52352         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52353         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52354         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52356 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52358         * Versions.def [libc]: Add GLIBC_2.15.
52359         * dirent/Makefile (routines): Add scandirat and scandirat64.
52360         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52361         GLIBC_2.15.
52362         * dirent/dirent.h: Declare scandirat and scandirat64.
52363         * dirent/scandirat.c: New file.
52364         * dirent/scandirat64.c: New file.
52365         * sysdeps/wordsize-64/scandirat.c: New file.
52366         * sysdeps/wordsize-64/scandirat64.c: New file.
52367         * dirent/opendir.c: Define opendirat.
52368         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52369         using scandirat.
52370         * dirent/scandir64.c: Adjust for scandir.c change.
52371         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52372         __scandirat64, and __scandir_cancel_handler.
52373         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52374         additional parameter and use openat instead of open (outside of ld.so).
52375         Add new __opendir as wrapper around __opendirat.
52376         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52377         here without requiring old scandirat implementation.
52379 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52381         * dirent/scandir.c (cancel_handler): Renamed to
52382         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52383         defined.  Adjust users.
52384         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52385         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52387 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52389         * string/test-string.h (IMPL): Use __STRING to expand name and then
52390         stringify it.
52392         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52393         of cleanups.
52395 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52397         * string/Makefile: Update.
52398         (strop-tests): Append strncat.
52399         * string/test-wcscmp.c: New file.
52400         New comprehensive test for wcscmp.
52401         * string/test-strcmp.c: Update.
52402         (WIDE): New define.
52404 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52406         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52407         line.
52409 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52411         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52412         encoding to ACE if AI_IDN.
52414 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52416         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52417         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52419 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52421         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52422         Fix overflow bug in strncat.
52423         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52425         * string/test-strncat.c: Update.
52426         Add new tests for checking overflow bugs.
52428 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52431         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52432         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52433         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52434         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52435         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52436         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52437         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52438         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52440         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52441         (USE_AS_STRCAT): Define.
52442         Add strcat and strncat support.
52443         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52445 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52447         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52448         __n bigger than INT_MAX+1.
52449         (__strncmp_g): Likewise.
52451 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52453         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52454         * libio/stido.h: Likewise.
52456         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52457         (AF_NFC): Define.
52458         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52459         (AF_NFC): Define.
52461         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52462         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52463         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52464         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52465         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52467         [BZ #13021]
52468         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52469         installed.
52471         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52472         typo.
52473         (_dl_x86_64_save_sse): Likewise.
52475 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52477         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52478         OSXSAVE.
52479         (_dl_x86_64_save_sse): Likewise.
52481         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52483         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52485 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52487         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52488         change.
52489         (_dl_x86_64_save_sse): Use correct AVX check.
52491 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52493         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52494         bug in strncpy/strncat.
52495         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52497 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52499         * string/tester.c (test_strcat): Add tests for different alignments
52500         of source and destination.
52501         (test_strncat): Likewise.
52503 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52505         [BZ #12852]
52506         * posix/glob.c (glob): Check passed in values before using them in
52507         expressions to avoid some overflows.
52508         (glob_in_dir): Likewise.
52510         [BZ #13007]
52511         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52512         check for AVX enablement so that we don't crash with old kernels and
52513         new hardware.
52514         * elf/tst-audit4.c: Add same checks here.
52515         * elf/tst-audit6.c: Likewise.
52517         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52519 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52521         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52523 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52525         * po/cs.po: Update from translation team.
52526         * po/bg.po: Likewise.
52528 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52530         * misc/sys/cdefs.h: Add support for const attribute.
52531         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52532         to gnu_dev_{major,minor,makedev} functions.
52534 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52536         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52538 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52540         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52541         strlen results.
52543 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52545         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52546         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52547         register in order to avoid conflicts with the soft frame pointer
52548         being held in r11 when necessary.
52549         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52550         (INTERNAL_VSYSCALL_NCS): Likewise.
52552 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52554         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52555         * elf/dl-fini.c (_dl_fini): Adjust caller.
52556         * elf/dl-close.c (_dl_close_worker): Likewise.
52557         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52559 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52561         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52562         "aux_cache->nlibs < 0".
52564         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52565         in the reload-count case.
52567 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52569         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52570         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52571         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52572         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52573         * sysdeps/x86_64/multiarch/strcat.S: New file.
52574         * sysdeps/x86_64/multiarch/strncat.S: New file.
52575         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52576         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52577         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52578         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52579         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52580         (USE_AS_STRCAT): Define.
52581         Add strcat and strncat support.
52582         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52583         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52584         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52585         * string/strncat.c: Update.
52586         (USE_AS_STRNCAT): Define.
52587         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52588         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52589         and i7.
52590         * sysdeps/x86_64/multiarch/init-arch.h
52591         (bit_Prefer_PMINUB_for_stringop): New.
52592         (index_Prefer_PMINUB_for_stringop): Likewise.
52593         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52594         bit_Prefer_PMINUB_for_stringop.
52596 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52598         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52599         buffer64.
52600         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52601         of casting of buffer.
52602         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52603         buffer32 and buffer64.
52604         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52605         writes instead of casting of buffer.
52606         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52607         buffer32.
52608         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52609         casting of buffer.
52611 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52613         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52615 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52617         * nscd/nscd.c (termination_handler): Don't do anything for a database
52618         if it has not yet been initialized.
52620 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52622         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52624 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52626         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52628 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52630         * po/nl.po: Update from translation team.
52631         * po/sv.po: Likewise.
52633 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52635         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52636         now disallowed by GCC.
52638         * configure.in (use-default-link): Default to yes if a test -shared
52639         link meets our qualifications.
52640         * configure: Regenerated.
52642         * config.make.in (output-format): New variable.
52643         * configure.in: Check for ld --print-output-format support.
52644         * configure: Regenerated.
52645         * Makerules ($(common-objpfx)format.lds)
52646         [$(output-format) != unknown]: Just use $(output-format),
52647         instead of the linker-script munging.
52649 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52651         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52652         of $(common-objpfx)shlib.lds.
52653         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52655         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52656         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52658         * configure.in (-z relro check): Adjust test code to add a large
52659         writable data section after it.
52660         * configure: Regenerated.
52662 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52664         * configure.in (-z relro check): Fix test code to make the variable
52665         truly const.
52666         * configure: Regenerated.
52668 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52670         * nscd/nscd.h (struct traced_file): Define.
52671         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52672         elements.  Add traced_files.
52673         (inotify_fd): Declare.
52674         (register_traced_file): Declare.
52675         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52676         (inotify_fd): Export.
52677         (resolv_conf_descr): Remove.
52678         (nscd_init): Move inotify descriptor creation to main.
52679         Don't register files for notification here.
52680         (register_traced_file): New function.
52681         (invalidate_cache): Don't use reset_res to determine whether to call
52682         res_init, go through the list of registered files.
52683         (main_loop_poll): The inotify descriptors are now stored in the
52684         structures for the traced files.
52685         (main_loop_epoll): Likewise
52686         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52687         to __nss_disable_nscd.
52688         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52689         for a database anymore.  Check the records for all the registered
52690         files instead.
52691         * nss/Makefile (libnss_files-routines): Add files-init.
52692         (libnss_db-routines): Add db-init.
52693         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52694         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52695         * nss/nss_db/db-init.c: New file.
52696         * nss/nss_files/files-init.c: New file.
52697         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52698         __nss_lookup_function.
52699         (__nss_lookup_function): Call nss_load_library.
52700         (nss_load_all_libraries): New function.
52701         (__nss_disable_nscd): Take parameter with callback function for files
52702         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52703         used for the cached services.
52704         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52705         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52706         options for features to all the files in nscd.
52708         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52710 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52712         * csu/elf-init.c (__libc_csu_init): Comment typo.
52714 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52716         * po/pl.po: Update from translation team.
52717         * po/ja.po: Likewise.
52718         * po/ru.po: Likewise.
52719         * po/ko.po: Likewise.
52720         * po/fr.po: Likewise.
52722 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52724         * configure.in (.ctors/.dtors header and trailer check):
52725         Use an empirical test on a built program.
52726         * configure: Regenerated.
52728         * configure.in (-z relro check): Use an empirical test on a built DSO.
52729         Detect, but do not require, on ia64.
52730         * configure: Regenerated.
52732         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52733         Update tests that use readelf to use $READELF instead.
52734         * configure: Regenerated.
52736 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52738         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52739         if the result is not used.
52741 2011-07-05  Andreas Jaeger  <aj@suse.de>
52743         [BZ#9696]
52744         * stdlib/tst-strtod.c: Add testcase.
52746 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52748         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52749         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52750         The latter has a higher limit.  Take additional parameter to pass to
52751         the new function.
52752         (__pathconf): Pass file to __statfs_link_max.
52753         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52754         __statfs_link_max.
52755         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52756         __statfs_link_max.
52758         [BZ #12868]
52759         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52760         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52761         Handle Lustre.
52762         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52763         (__statfs_filesize_max): Likewise.
52764         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52766 2011-07-05  Andreas Jaeger  <aj@suse.de>
52768         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52770 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52772         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52773         `status' variable.
52774         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52775         Likewise.
52777 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52779         * Makefile (strop-tests): Add strncat.
52780         * string/test-strncat.c: New file.
52782 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52784         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52786 2011-06-21  Andreas Jaeger  <aj@suse.de>
52788         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52789         Copy rule from iconvdata/Makefile.
52791 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52793         [BZ #12922]
52794         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52795         but no long options are defined, just return 'W'.
52797 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52799         [BZ #9696]
52800         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52802 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52804         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52805         netgroups to read.
52806         (innetgr): Likewise.
52808 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52810         * config.make.in (install_root): Default to $(DESTDIR).
52812 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52814         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52816 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52818         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52820         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52821         containing directory rather than embedding absolute directory names.
52823         * scripts/check-local-headers.sh: Rewritten using awk.
52824         Match by word, not by line.  Print error messages for matches.
52825         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52827         * Makerules [shlib-lds-flags empty]:
52828         ($(common-objpfx)libc_pic.opts): New target.
52829         ($(common-objpfx)libc_pic.os.clean): New target.
52830         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52832         * config.make.in (OBJCOPY): New variable.
52833         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52834         * configure: Regenerated.
52836         * config.make.in (use-default-link): New variable.
52837         * configure.in (use_default_link): Grok --with-default-link to set it.
52838         * configure: Regenerated.
52839         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52840         (shlib-lds, shlib-lds-flags): Define to empty.
52842         * Makerules (shlib-lds): New variable.
52843         (shlib-lds-flags): New variable.
52844         (build-shlib, build-moduile, build-module-asneeded): Use it.
52845         ($(common-objpfx)libc.so): Use $(shlib-lds).
52846         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52847         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52849         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52850         DT_FLAGS/DT_FLAGS_1 with zero flags.
52852         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52853         linker script munging.
52855 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52857         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52858         as 128-bit value.
52859         * crypt/sha512.c (sha512_process_block): Perform total addition using
52860         128-bit if possible.
52861         (__sha512_finish_ctx): Likewise.
52862         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52863         as 64-bit value.
52864         * crypt/sha256.c (SWAP64): Define.
52865         (sha256_process_block): Perform total addition using 64-bit if
52866         possible.
52867         (__sha256_finish_ctx): Likewise.
52869 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52871         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52872         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52873         * nscd/hstcache.c (cache_addhst): Likewise.
52874         * nscd/grpcache.c (cache_addgr): Likewise.
52875         * nscd/aicache.c (addhstaiX): Likewise
52876         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52878 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52880         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52881         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52882         * nscd/hstcache.c (cache_addhst): Likewise.
52883         * nscd/grpcache.c (cache_addgr): Likewise.
52884         * nscd/aicache.c (addhstaiX): Likewise
52886 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52888         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52889         domain only when needed.
52891 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52893         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52894         is always restored.
52896 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52898         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52899         are re-adding the entry.
52900         * nscd/servicescache.c (cache_addserv): Likewise.
52902 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52904         * sysdeps/generic/dl-irel.h: fix protection against multiple
52905         inclusions.
52906         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52908 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52910         [BZ #12935]
52911         * malloc/memusage.sh: Fix quoting in message.
52912         * debug/xtrace.sh: Likewise.
52914         * configure.in: Remove support for --experimental-malloc option, make
52915         it the default.
52916         * config.make.in: Likewise.
52917         * malloc/Makefile: Likewise.
52919 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52921         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52922         two-byte characters.
52924 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52926         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52927         AC_CACHE_CHECK invocation.
52928         * configure: Regenerated.
52930         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52932 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52934         [BZ #12350]
52935         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52936         bit from old_res_options.
52938         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52940         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52941         value type for setfct.
52943 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52945         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52946         __gettimeofday instead of gettimeofday.
52948 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52950         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52952 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52954         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52956         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52957         info.
52959 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52961         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52962         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52963         strcpy-sse2-unaligned strncpy-sse2-unaligned
52964         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52965         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52966         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52967         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52968         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52969         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52970         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52971         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52972         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
52973         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
52974         (STRCPY): Support SSE2 and SSSE3 versions.
52976 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
52978         [BZ #12874]
52979         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
52980         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
52981         kernels which artificially limit size of requests.
52983 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52985         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52986         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52987         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
52988         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
52989         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
52990         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
52991         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
52992         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
52993         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
52994         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
52995         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
52996         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
52997         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
52998         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
52999         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53000         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53001         Enable unaligned load optimization for Intel Core i3, i5 and i7
53002         processors.
53003         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53004         Define.
53005         (index_Fast_Unaligned_Load): Define.
53006         (HAS_FAST_UNALIGNED_LOAD): Define.
53008 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53010         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53012 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53014         [BZ #12907]
53015         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53016         until it is clear that the information is realy needed.
53017         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53019 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53021         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53023 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53025         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53026         /sys/devices/system/cpu/online if it is usable.
53028         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53029         reading the information from the /proc filesystem to once a second.
53031 2011-06-21  Andreas Jaeger  <aj@suse.de>
53033         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53034         NULL after inclusion of kernel headers.
53036 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53038         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53039         calls to internal_setent.
53041         [BZ #12885]
53042         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53043         addresses using gethostbyname4_r ignore IPv4 addresses.
53045         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53046         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53048         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53050 2011-06-20  David S. Miller  <davem@davemloft.net>
53052         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53053         inclusions.
53054         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53056         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53057         (elf_irel): Use it.
53058         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53059         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53060         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53061         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53062         * sysdeps/x86_64/dl-irel.h: Likewise.
53064         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53065         * elf/dl-sym.c: Likewise.
53067 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53069         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53070         need to dereference resplen2.
53072 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53074         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53076 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53078         * Makeconfig: Define vardbdir and inst_vardbdir.
53079         * nss/Makefile: Add rules to install db-Makefile.
53081         * nss/nss_db/db-XXX.c: Cleanup.
53083         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53084         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53085         GLIBC_PRIVATE.
53086         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53087         * nss/makedb.c: Implement -g option to specify that value strings
53088         are generated and should not be added to table iterated over for
53089         get*ent calls.
53090         * nss/nss_db/db-initgroups.c: New file.
53092         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53093         interface.
53095         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53096         (internal_getgrouplist): Adjust to name change.
53097         Update use_initgroups_entry if this is not the first call.
53098         * nss/databases.def: Add initgroups entry.
53100         * nss/makedb.c (compute_tables): Check result of multiple hash table
53101         sizes to minimize maximum chain length.
53103 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53105         * Versions.def: Add entry for libnss_db.
53106         * shlib-versions: Likewise.
53107         * nss/Makefile: Add rules to build libnss_db.
53108         * nss/Versions: Add libnss_db information.  Organize libnss_files
53109         entries better.
53110         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53111         makedb progra.  Some minor improvements to generate smaller files.
53112         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53113         here from...
53114         * nss/makedb.c: ...here.
53115         Improve database format to be smaller and require less memory at
53116         runtime.
53117         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53118         db anymore.
53119         * nss/nss_db/db-netgrp.c: Likewise.
53120         * nss/nss_db/db-open.c: Likewise.
53121         * nss/nss_files/flies-XXX.x: Adjust comments.
53122         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53123         * nss/nss_files/files-grp.c: Likewise.
53124         * nss/nss_files/files-hosts.c: Likewise.
53125         * nss/nss_files/files-network.c: Likewise.
53126         * nss/nss_files/files-proto.c: Likewise.
53127         * nss/nss_files/files-pwd.c: Likewise.
53128         * nss/nss_files/files-rpc.c: Likewise.
53129         * nss/nss_files/files-service.c: Likewise.
53130         * nss/nss_files/files-sgrp.c: Likewise.
53131         * nss/nss_files/files-spwd.c: Likewise.
53132         * nss/nss_db/db-alias.c: Removed.
53133         * nss/nss_db/dummy-db.h: Removed.
53135 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53137         * nss/makedb.c: Rewritten to not use database library.
53138         * nss/Makefile: Update to build new makedb program.
53140 2011-06-14  Andreas Jaeger  <aj@suse.de>
53142         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53143         memset declaration.
53145 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53147         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53148         tmpbuf.
53150 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53152         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53153         * elf/Makefile ($(objpfx)ld.so): Likewise.
53155         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53156         Don't list ld.so twice in dependencies.
53158         * posix/bug-regex31.c: Include <stdlib.h>.
53160         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53162         * nis/nss_compat/compat-spwd.c
53163         (getspent_next_nss_netgr): Remove unused variable.
53164         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53166         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53167         nonmembers" output to use the right array.
53169         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53171         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53173         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53174         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53175         * catgets/gencat.c (read_input_file): Likewise.
53176         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53178         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53179         variable definition inside #if's controlling its use.
53181         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53183         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53185         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53187         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53188         unreachable code.
53190         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53192         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53193         * configure: Regenerated.
53195         * Makerules: Revert last change.
53196         * elf/Makefile: Likewise.
53198 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53200         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53201         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53202         (reloc-link): Likewise.
53204 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53206         * elf/Makefile: Add rules to build pldd.
53207         * elf/pldd.c: New file.
53208         * elf/pldd-xx.c: New file.
53210 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53212         * version.h: Update for 2.15 development version.
53214 2011-06-07  David S. Miller  <davem@davemloft.net>
53216         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53217         ifuncs.
53218         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53219         elf_machine_lazy_rel): Likewise.
53220         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53221         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53222         elf_machine_lazy_rel): Likewise.
53223         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53224         dl_hwcap via passed in argument.
53225         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53226         Likewise.
53228 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53230         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53232 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53234         [BZ #12849]
53235         * manual/fdl-1.1.texi: New file, verbatim from:
53236         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53237         * manual/lgpl-2.1.texi: New file, verbatim from:
53238         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53239         * manual/Makefile (licenses): New variable, list those new file names.
53240         (texis): Use it.
53241         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53243         * manual/fdl.texi: File removed.
53244         * manual/lesser.texi: File removed.
53245         * manual/libc.texinfo (Copying, Documentation License):
53246         Use new @include file names, put @appendix directive before @include.
53248 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53250         [BZ #12841]
53251         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53252         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53253         (mq_open): Add __NTH.
53255 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53257         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53258         Assume Intel Core i3/i5/i7 processor if AVX is available.
53260 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53262         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53263         typo.
53265 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53267         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53268         memory.  Use alloca_account.  Fix memory leak when retrying.
53270 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53272         * version.h (RELEASE): Bump for 2.14 release.
53273         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53275         * config.make.in (RANLIB): Remove entry.
53277 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53279         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53280         (libc.pot): Work around missing support for .ksh extension in xgettext.
53282         [BZ #12684]
53283         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53284         if both request failed.
53285         (send_dg): In case of server errors clear resplen or *resplen2.
53287         [BZ #12454]
53288         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53289         when there are multiple maps.
53290         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53291         (_dl_fini): Remove test here.
53293         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53295 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53297         [BZ #12350]
53298         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53299         bit from old_res_options.
53300         (gaih_inet): Likewise.
53302         [BZ #11099]
53303         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53304         as signed.
53306         * resolv/res_init.c (res_setoptions): Make the code more compact.
53308         [BZ #11558]
53309         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53310         set RES_USEVC.
53312         [BZ #11634]
53313         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53315         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53317         [BZ #11781]
53318         * malloc/malloc.h: Declare malloc hook variables as volatile.
53320         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53321         in last patch.
53323         [BZ #11799]
53324         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53325         raise in the comment.
53326         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53327         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53328         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53330 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53332         [BZ #12811]
53333         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53334         grow the buffers more if it already has to be sufficient.
53335         (build_wcs_upper_buffer): Likewise.
53336         * posix/regexec.c (check_matching): Likewise.
53337         (clean_state_log_if_needed): Likewise.
53338         (extend_buffers): Don't enlarge buffers beyond size of the input
53339         buffer.
53340         Patches mostly by Emil Wojak <emil@wojak.eu>.
53341         * posix/bug-regex32.c: New file.
53342         * posix/Makefile (tests): Add bug-regex32.
53344         * locale/findlocale.c (_nl_find_locale): Return right away if
53345         _nl_explode_name failed.
53346         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53348         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53350         * debug/xtrace.sh: Unify messages.
53351         * malloc/memusage.sh: Likewise.
53353         [BZ #12813]
53354         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53355         time symbol from vDSO.  Substitute with vsyscall if not available.
53356         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53357         __vdso_time.
53359         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53360         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53361         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53362         Add sendmmsg and internal_sendmmsg.
53363         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53364         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53365         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53367         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53368         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53369         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53371 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53373         [BZ #12813]
53374         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53375         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53376         available.
53377         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53378         __vdso_getcpu.
53380         [BZ #12814]
53381         * iconvdata/Makefile (tests): Add bug-iconv9.
53382         * iconvdata/bug-iconv9.c: New file.
53384 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53386         [BZ #12814]
53387         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53389 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53391         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53392         (struct user_regs_struct): Change intcs field back to cs.
53394 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53396         * po/ja.po: Update from translation team.
53398 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53400         [BZ #12795]
53401         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53402         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53404 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53406         * stdlib/longlong.h: Update from GCC.
53408 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53410         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53411         parameter name.
53412         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53413         Add parameter name.
53414         (__sysconf): Pass it down.
53416 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53418         [BZ #12671]
53419         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53420         some situations.
53421         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53422         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53423         add in in __libc_use_alloca calls.  Adjust callers.
53424         (glob): Use malloc in some situations.
53426         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53427         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53428         pltexit.
53430 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53432         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53433         and CLOCK_BOOTTIME_ALARM.
53435         [BZ #12782]
53436         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53437         is returned.
53439         * string/_strerror.c (__strerror_r): Print negative errors as signed
53440         numbers.
53442         [BZ #12777]
53443         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53444         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53445         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53447         * configure.in: Fix typo in redirection and correct removal of test
53448         files in two cases.
53450         [BZ #12788]
53451         * locale/setlocale.c (new_composite_name): Fix test to check for
53452         identical name of all categories.
53454         [BZ #12792]
53455         * libio/filedoalloc.c (local_isatty): New function.
53456         (_IO_file_doallocate): Use local_isatty.
53457         * stdio-common/perror.c (perror): In case a new stream is used
53458         forward the stream error.
53459         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53460         error flag.
53462 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53464         [BZ #11869]
53465         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53466         alloca.
53467         * include/alloca.h (extend_alloca_account): Define.
53469         [BZ #11857]
53470         * posix/regex.h: Fix comments with documentation of user-accessible
53471         fields after compilation and describe correct free'ing of pattern
53472         after re_compile_pattern.
53473         Patch by Reuben Thomas <rrt@sc3d.org>.
53475 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53477         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53478         and -mno-altivec to prevent the compiler from using Altivec and/or
53479         VSX instructions when the corresponding registers are not available.
53481 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53483         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53485 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53487         * libio/freopen.c (freopen): Use __dup2, not dup2.
53488         * libio/freopen64.c (freopen64): Likewise.
53490 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53492         [BZ #12775]
53493         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53494         * math/Makefile (tests): Add test-powl.
53495         (CFLAGS-test-powl.c): Define.
53496         * math/test-powl.c: New file.
53498 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53500         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53502 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53504         [BZ #11837]
53505         * iconvdata/gb18030.c: Update to GB18020-2005.
53507 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53509         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53510         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53511         Patch by Aharon Robbins <arnold@skeeve.com>.
53513         [BZ #11892]
53514         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53515         on the stack.
53517         [BZ #11895]
53518         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53519         through underflows.
53521         [BZ #12766]
53522         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53523         point to strings before performing equality test for error_one_per_line
53524         mode.
53526         [BZ #11697]
53527         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53529         [BZ #11820]
53530         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53531         (struct user_fpregs_struct): Avoid __uint*_t types.
53533         [BZ #6420]
53534         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53535         symbol info.  Use it instead of calling _dl_addr locally.
53536         (lock_and_info): New function.
53537         (tr_freehook): Call lock_and_info and pass symbol info as additional
53538         parameter to tr_where.
53539         (tr_mallochook): Likewise.
53540         (tr_reallochook): Likewise.
53541         (tr_memalignhook): Likewise.
53543         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53544         used and couldn't be at all thread-safe.
53546 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53548         * libio/freopen.c (freopen): Don't close old file descriptor
53549         before the new one is opened.  Instead dup the new file descriptor
53550         to the old one after the new stream is created.
53551         * libio/freopen64.c (freopen64): Likewise.
53552         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53553         * libio/fileops.c (_IO_new_file_close_it): Handle new
53554         _IO_FLAGS2_NOCLOSE flag.
53555         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53556         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53557         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53558         _IO_FLAGS2_NOCLOSE flag.
53559         * include/unistd.h: Add hidden_proto for dup3.
53560         Define __have_dup3.
53561         * io/dup3.c: Define hidden symbol.
53562         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53564         [BZ #7101]
53565         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53566         when an incomplete long option is used.
53567         * posix/tst-getopt_long1.c: New file.
53568         * posix/Makefile (tests): Add tst-getopt_long1.
53570         [BZ #10138]
53571         * scripts/config.guess: Update from autoconf-2.68.
53572         * scripts/config.sub: Likewise.
53574         [BZ #10157]
53575         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53576         tests into ...
53577         (has_cpuclock): ...this.  New function.
53578         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53579         macro here based on has_cpuclock code.
53581         [BZ #10149]
53582         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53583         First byte (not low byte) is now always NUL.
53584         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53586         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53587         Use non-cancelable interfaces.
53589         [BZ #9809]
53590         * locale/iso-639.def: Add entry for Sorani.
53592         [BZ #11901]
53593         * include/stdlib.h: Move include protection to the right place.
53594         Define abort_msg_s.  Declare __abort_msg with it.
53595         * stdlib/abort.c (__abort_msg): Adjust type.
53596         * assert/assert.c (__assert_fail_base): New function.  Majority
53597         of code from __assert_fail.  Allocate memory for __abort_msg with
53598         mmap.
53599         (__assert_fail): Now call __assert_fail_base.
53600         * assert/assert-perr.c: Remove bulk of implementation.  Use
53601         __assert_fail_base.
53602         * include/assert.hL Declare __assert_fail_base.
53603         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53604         mmap.
53605         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53607 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53609         [BZ #11952]
53610         [BZ #12453]
53611         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53612         until all modules are registered in the DTV.
53613         * elf/Makefile: Add rules to build and run tst-tls19.
53614         * elf/tst-tls19.c: New file.
53615         * elf/tst-tls19mod1.c: New file.
53616         * elf/tst-tls19mod2.c: New file.
53617         * elf/tst-tls19mod3.c: New file.
53618         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53620         [BZ #12083]
53621         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53622         correctly.
53624         [BZ #12601]
53625         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53626         two-byte sequence errors.
53627         * iconvdata/Makefile (tests): Add bug-iconv8.
53628         * iconvdata/bug-iconv8.c: New file.
53630         [BZ #12626]
53631         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53632         buf2 definition.
53634         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53636         [BZ #12432]
53637         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53638         (dummy_getcfa): New function.
53639         (init): Get _Unwind_GetCFA address, use dummy if not found.
53640         (backtrace_helper): In recursion check, also check whether CFA changes.
53641         (__backtrace): Completely initialize arg.
53643         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53644         storing incomplete byte sequence in state object.  Avoid testing for
53645         guaranteed too small input if we know there is enough data available.
53647 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53649         * Makeconfig (+link-pie): Indent.
53650         * Rules (binaries-pie): Define if $(have-fpie) and
53651         $(build-shared).
53652         (binaries-shared): Also filter out $(binaries-pie).
53653         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53654         * nscd/Makefile (others-pie): Add nscd.
53655         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53656         ($(objpfx)nscd): Remove command override.
53657         * login/Makefile (others-pie): Add pt_chown.
53658         ($(objpfx)pt_chown): Remove command override.
53659         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53660         remove command overrides.
53662 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53664         * libio/tst_putwc.c: Fix error messages.
53666         [BZ #12724]
53667         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53668         currently writing and seek to current position when not.
53669         * libio/Makefile (tests): Add bug-fclose1.
53670         * libio/bug-fclose1.c: New file.
53672 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53674         [BZ #12511]
53675         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53676         don't set DF_1_NODELETE here.
53677         (do_lookup_x): When entering new entry test for copy relocation
53678         and if necessary set DF_1_NODELETE flag.
53679         * elf/tst-unique4.cc: New file.
53680         * elf/tst-unique4.h: New file.
53681         * elf/tst-unique4lib.cc: New file.
53682         * elf/Makefile: Add rules to build and run tst-unique4.
53683         Patch by Piotr Bury <pbury@goahead.com>.
53685 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53687         [BZ #12052]
53688         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53690         [BZ #12625]
53691         * misc/mntent_r.c (addmntent): Flush the stream after the output
53693         [BZ #12393]
53694         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53695         (is_trusted_path_normalize): Skip initial colon.  Append slash
53696         to empty buffer.  Duplicate is_trusted_path code but allow
53697         constructed patch to be prefix.
53698         (is_dst): Allow $ORIGIN followed by /.
53699         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53700         Correct testing of result of is_trusted_path_normalize
53701         (decompose_rpath): Fix warning.
53703 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53705         [BZ #11257]
53706         * grp/initgroups.c (internal_getgrouplist): When we found the service
53707         list through the initgroups entry in nsswitch.conf do not always
53708         continue on a successful lookup.  Don't always use the
53709         __nss_group_database value if it is set.
53710         * nss/nsswitch.conf (initgroups): Change action for successful db
53711         lookup to continue for compatibility.
53713 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53715         [BZ #11532]
53716         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53717         and CP774 modules.
53718         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53719         and CP774 modules.
53720         * iconvdata/tst-tables.sh: Likewise.
53721         * iconvdata/cp770.c: New file.
53722         * iconvdata/cp771.c: New file.
53723         * iconvdata/cp772.c: New file.
53724         * iconvdata/cp773.c: New file.
53725         * iconvdata/cp774.c: New file.
53726         * iconvdata/testdata/CP770: New file.
53727         * iconvdata/testdata/CP770..UTF8: New file.
53728         * iconvdata/testdata/CP771: New file.
53729         * iconvdata/testdata/CP771..UTF8: New file.
53730         * iconvdata/testdata/CP772: New file.
53731         * iconvdata/testdata/CP772..UTF8: New file.
53732         * iconvdata/testdata/CP773: New file.
53733         * iconvdata/testdata/CP773..UTF8: New file.
53734         * iconvdata/testdata/CP774: New file.
53735         * iconvdata/testdata/CP774..UTF8: New file.
53737         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53738         END CHARMAP line.
53739         * iconvdata/gen-8bit-gap.sh: Likewise.
53740         * iconvdata/gen-8bit.sh: Likewise.
53742         * locale/iso-639.def: Add ary entry.
53744         [BZ #11258]
53745         * locale/C-translit.h.in: Add U20A1 transliteration.
53747         [BZ #12178]
53748         * locale/iso-639.def: Add wae entry.
53749         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53751         [BZ #12545]
53752         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53753         for n.
53755         [BZ #12711]
53756         * locale/C-translit.h.in: Add entry for U20B9.
53757         Patch by pravin.d.s@gmail.com.
53759 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53761         [BZ #12713]
53762         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53763         ENAMETOOLONG use generic getcwd.
53764         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53765         in rtld.  Use *stat64.
53766         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53767         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53768         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53769         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53770         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53771         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53772         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53773         __fstatat64 macros.
53774         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53775         * dirent/rewinddir.c: Add libc_hidden_def.
53776         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53777         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53779         * include/dirent.h (__alloc_dir): Add flags parameter.
53780         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53781         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53782         __alloc_dir.
53783         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53784         from fdopendir if O_CLOEXEC is already set.
53786 2011-03-15  Alan Modra  <amodra@gmail.com>
53788         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53789         l_tls_firstbyte_offset non-zero.  Save padding offset in
53790         l_tls_firstbyte_offset for later use.
53791         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53792         freeing static tls block.
53794 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53796         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53797         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53798         being defined by the kernel headers.
53800 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53802         [BZ #12734]
53803         * resolv/resolv.h: Define RES_NOTLDQUERY.
53804         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53805         no-tld-query and set RES_NOTLDQUERY.
53806         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53807         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53808         modern BIND to search name as TLD unless forbidden.
53810 2011-05-07  Petr Baudis  <pasky@suse.cz>
53811             Ulrich Drepper  <drepper@gmail.com>
53813         [BZ #12393]
53814         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53815         (is_trusted_path): ...to here.
53816         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53817         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53818         using is_trusted_path_normalize() in setuid scripts.
53820 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53822         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53823         __BEGIN/__END_DECLS.
53825 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53827         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53828         NSS_STATUS_NOTFOUND if no record was found.
53830 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53832         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53833         (headers-not-in-tirpc): Remove rpc/netdb.h
53834         * resolv/netdb.h: Revert last change.
53836 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53838         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53839         circular dependency between libgcc.a and libc.a.
53841 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53843         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53844         * nis/Makefile: Don't install rpcsvc/*.
53845         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53846         instead of <rpc/types.h>.
53847         (MAXHOSTNAMELEN): Define.
53849 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53851         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53853 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53855         [BZ #12714]
53856         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53857         gethostbyname4_r when IPv6 results are possible.
53859 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53861         [BZ #12723]
53862         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53863         _PC_PIPE_BUF handling.
53865 2011-04-30  Bruno Haible  <bruno@clisp.org>
53867         [BZ #12717]
53868         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53869         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53870         to 'int'.
53871         * inet/getnameinfo.c (getnameinfo): Likewise.
53873 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53875         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53876         to groups setting in database lookup.
53877         * nss/nsswitch.conf: Add initgroups entry.
53879 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53881         [BZ #12685]
53882         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53883         mode string.
53884         Patch by Eric Blake <eblake@redhat.com>.
53886 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53888         * sunrpc/Makefile (need-export-routines): Add svc_run.
53889         (routines): Remove svc_run.
53890         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53891         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53892         * sunrpc/svc_run.c (svc_run): Likewise.
53893         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53895 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53897         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53898         problem in reallocation in last patch.
53900 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53902         * sunrpc/Makefile: Move inclusion of Rules.
53904 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53906         * nss/nss_files/files-initgroups.c: New file.
53907         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53908         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53909         _nss_files_initgroups_dyn.
53911 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53913         * elf/elf.h (R_ARM_IRELATIVE): Define.
53915 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53917         * po/ru.po: Update from translation team.
53919 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53921         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53922         dependencies.
53924 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53926         [BZ #12653]
53927         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53928         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53929         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53930         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53931         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53933 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53935         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53936         differing bytes.
53937         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53938         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53939         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53941 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53943         [BZ #12420]
53944         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53945         storing it.
53946         * stdlib/bug-getcontext.c: New file.
53947         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53949 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53951         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53952         instructions into .machine "z9-109".
53953         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53954         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53956 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53958         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53959         between environment variables and auxiliary vector.
53961 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53963         * Makefile: Add rules to build linkobj/libc.so.
53964         * include/libc-symbols.h: Define libc_hidden_nolink.
53965         * include/rpc/auth.h: Mark functions which are to be hidden.
53966         * include/rpc/auth_des.h: Likewise.
53967         * include/rpc/auth_unix.h: Likewise.
53968         * include/rpc/clnt.h: Likewise.
53969         * include/rpc/des_crypt.h: Likewise.
53970         * include/rpc/key_prot.h: Likewise.
53971         * include/rpc/pmap_clnt.h: Likewise.
53972         * include/rpc/pmap_prot.h: Likewise.
53973         * include/rpc/pmap_rmt.h: Likewise.
53974         * include/rpc/rpc_msg.h: Likewise.
53975         * include/rpc/svc.h: Likewise.
53976         * include/rpc/svc_auth.h: Likewise.
53977         * include/rpc/xdr.h: Likewise.
53978         * nis/Makefile: Link all DSOs against linkobj/libc.so.
53979         * nss/Makefile: Likewise.
53980         * sunrpc/Makefile: Don't install headers.  Build library with normal
53981         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
53982         * sunrpc/auth_des.c: Hide exported symbols by default, export some
53983         for the compat linking library.  Remove use of INTDEF/INTUSE.
53984         * sunrpc/auth_none.c: Likewise.
53985         * sunrpc/auth_unix.c: Likewise.
53986         * sunrpc/authdes_prot.c: Likewise.
53987         * sunrpc/authuxprot.c: Likewise.
53988         * sunrpc/clnt_gen.c: Likewise.
53989         * sunrpc/clnt_perr.c: Likewise.
53990         * sunrpc/clnt_raw.c: Likewise.
53991         * sunrpc/clnt_simp.c: Likewise.
53992         * sunrpc/clnt_tcp.c: Likewise.
53993         * sunrpc/clnt_udp.c: Likewise.
53994         * sunrpc/clnt_unix.c: Likewise.
53995         * sunrpc/des_crypt.c: Likewise.
53996         * sunrpc/des_soft.c: Likewise.
53997         * sunrpc/get_myaddr.c: Likewise.
53998         * sunrpc/key_call.c: Likewise.
53999         * sunrpc/key_prot.c: Likewise.
54000         * sunrpc/netname.c: Likewise.
54001         * sunrpc/pm_getmaps.c: Likewise.
54002         * sunrpc/pm_getport.c: Likewise.
54003         * sunrpc/pmap_clnt.c: Likewise.
54004         * sunrpc/pmap_prot.c: Likewise.
54005         * sunrpc/pmap_prot2.c: Likewise.
54006         * sunrpc/pmap_rmt.c: Likewise.
54007         * sunrpc/publickey.c: Likewise.
54008         * sunrpc/rpc_cmsg.c: Likewise.
54009         * sunrpc/rpc_common.c: Likewise.
54010         * sunrpc/rpc_dtable.c: Likewise.
54011         * sunrpc/rpc_prot.c: Likewise.
54012         * sunrpc/rpc_thread.c: Likewise.
54013         * sunrpc/rtime.c: Likewise.
54014         * sunrpc/svc.c: Likewise.
54015         * sunrpc/svc_auth.c: Likewise.
54016         * sunrpc/svc_authux.c: Likewise.
54017         * sunrpc/svc_raw.c: Likewise.
54018         * sunrpc/svc_run.c: Likewise.
54019         * sunrpc/svc_simple.c: Likewise.
54020         * sunrpc/svc_tcp.c: Likewise.
54021         * sunrpc/svc_udp.c: Likewise.
54022         * sunrpc/svc_unix.c: Likewise.
54023         * sunrpc/svcauth_des.c: Likewise.
54024         * sunrpc/xcrypt.c: Likewise.
54025         * sunrpc/xdr.c: Likewise.
54026         * sunrpc/xdr_array.c: Likewise.
54027         * sunrpc/xdr_float.c: Likewise.
54028         * sunrpc/xdr_intXX_t.c: Likewise.
54029         * sunrpc/xdr_mem.c: Likewise.
54030         * sunrpc/xdr_rec.c: Likewise.
54031         * sunrpc/xdr_ref.c: Likewise.
54032         * sunrpc/xdr_sizeof.c: Likewise.
54033         * sunrpc/xdr_stdio.c: Likewise.
54035 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54037         [BZ #12650]
54038         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54039         * sysdeps/ia64/dl-tls.h: Likewise.
54040         * sysdeps/powerpc/dl-tls.h: Likewise.
54041         * sysdeps/s390/dl-tls.h: Likewise.
54042         * sysdeps/sh/dl-tls.h: Likewise.
54043         * sysdeps/sparc/dl-tls.h: Likewise.
54044         * sysdeps/x86_64/dl-tls.h: Likewise.
54045         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54047 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54049         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54050         rpath element also skip the following colon.
54051         (expand_dynamic_string_token): Add is_path parameter and pass
54052         down to DL_DST_REQUIRED and _dl_dst_substitute.
54053         (decompose_rpath): Call expand_dynamic_string_token with
54054         non-zero is_path.  Ignore empty rpaths.
54055         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54056         with zero is_path.
54058 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54061         Make cancelable.
54063 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54065         [BZ #12655]
54066         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54067         Patch by Filipe David Manana <fdmanana@apache.org>.
54069 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54071         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54072         Maintain aligned stack.
54073         (CHECK_RSP): Remove unused macro.
54075 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54077         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54078         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54080 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54082         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54084         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54086 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54088         [BZ #12518]
54089         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54090         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54091         * sysdeps/x86_64/memmove.c: New file.
54092         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54093         (memcpy): Renamed to ...
54094         (__new_memcpy): This.
54095         (memcpy): Provide GLIBC_2_14 memcpy.
54096         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54097         (memcpy): Provide GLIBC_2_2_5 memcpy.
54099 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54101         [BZ #12631]
54102         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54104 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54106         * misc/syncfs.c: New file.
54107         * misc/Makefile (routines): Add syncfs.
54108         * posix/unistd.h: Declare syncfs.
54109         * sysdeps/unix/syscalls.list: Add syncfs.
54111 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54113         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54114         open_by_handle_at.
54115         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54116         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54117         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54118         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54119         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54120         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54121         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54123 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54125         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54126         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54127         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54128         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54129         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54130         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54131         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54133         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54134         sync_file_range.c with -fexceptions.
54135         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54136         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54137         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54138         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54139         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54140         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54141         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54142         sync_file_range as cancellation point
54143         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54144         now a wrapper around __call_sync_file_range with cancellation handling.
54145         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54146         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54147         function name to __call_sync_file_range.
54148         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54149         Add call_sync_file_range.
54151 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54153         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54154         bits/timex.h.
54156 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54158         * iconv/iconv.h: Fix typo in comment.
54159         * io/fcntl.h: Likewise.
54160         * libio/stdio.h: Likewise.
54161         * posix/spawn.h: Likewise.
54162         * posix/unistd.h: Likewise.
54163         * stdlib/stdlib.h: Likewise.
54164         * time/time.h: Likewise.
54165         * wcsmbs/wchar.h: Likewise.
54167         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54168         open_by_handle): Add.
54169         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54170         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54171         Augment a few comments.
54172         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54173         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54174         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54175         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54176         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54177         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54178         open_by_handle.
54180         * io/fcntl.h (AT_EMPTY_PATH): Define.
54182 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54184         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54185         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54186         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54187         to...
54188         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54189         * Versions.def: Add GLIBC_2.14.
54190         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54191         Export.
54193 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54195         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54196         round counter.
54197         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54199 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54201         [BZ #12597]
54202         * string/test-strncmp.c (do_page_test): New function.
54203         (check2): Likewise.
54204         (test_main): Call check2.
54205         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54207 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54209         [BZ #12587]
54210         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54211         Handle cache information in CPU leaf 4.
54212         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54214 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54216         [BZ #12583]
54217         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54218         character representation.
54219         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54221 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54223         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54224         END(__isnan) to END(__isnanf) to match function entry point/label
54225         EALIGN(__isnanf,...).
54227 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54229         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54231 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54233         [BZ #12510]
54234         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54235         copy from the symbol referenced in the relocation to initialize the
54236         used variable.
54237         Patch by Piotr Bury <pbury@goahead.com>.
54238         * elf/Makefile: Add rules to build and tst-unique3.
54239         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54240         * elf/tst-unique3.cc: New file.
54241         * elf/tst-unique3.h: New file.
54242         * elf/tst-unique3lib.cc: New file.
54243         * elf/tst-unique3lib2.cc: New file.
54245         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54247 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54249         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54250         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54251         to _start.
54253 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54255         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54256         to-be-loaded object along a path to loader is ld.so.
54258 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54259             Ulrich Drepper  <drepper@gmail.com>
54261         * sysdeps/x86_64/memset.S: After aligning destination, code
54262         branches to different locations depending on the value of
54263         misalignment, when multiarch is enabled. Fix this.
54265 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54267         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54268         Set _x86_64_preferred_memory_instruction for AMD processsors.
54269         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54270         Set bit_Prefer_SSE_for_memop for AMD processors.
54272 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54274         * libio/fmemopen.c (fmemopen): Optimize a bit.
54276 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54278         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54280 2011-03-03  Roland McGrath  <roland@redhat.com>
54282         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54284 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54286         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54287         __bzero_ultra1 instead of __memset_ultra1.
54289 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54290             Ulrich Drepper  <drepper@gmail.com>
54292         [BZ #12509]
54293         * include/link.h (struct link_map): Add l_orig_initfini.
54294         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54295         returning unsuccessfully.
54296         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54297         close of a file loaded at startup, restore the original l_initfini
54298         list.
54299         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54300         list, store the pointer.
54301         * elf/Makefile ($(objpfx)noload-mem): New rule.
54302         (noload-ENV): Define.
54303         (tests): Add $(objpfx)noload-mem.
54304         * elf/noload.c: Include <memcheck.h>.
54305         (main): Call mtrace.  Close all opened handles.
54307 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54309         [BZ #12454]
54310         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54311         dependencies are missing.
54313 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54315         Fix __if_freereq crash: Unlike the generic version which uses free,
54316         Hurd needs munmap.
54317         * sysdeps/mach/hurd/ifreq.h: New file.
54319 2011-01-27  Petr Baudis  <pasky@suse.cz>
54320             Ulrich Drepper  <drepper@gmail.com>
54322         [BZ 12445]#
54323         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54324         to extend_alloca().
54325         * stdio-common/bug23.c: New file.
54326         * stdio-common/Makefile (tests): Add bug23.
54328 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54329             Ulrich Drepper  <drepper@gmail.com>
54331         [BZ #12489]
54332         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54333         before performing relro protection.  At old place add assertion
54334         to make sure nothing changed.
54336 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54337             Glauber de Oliveira Costa  <glommer@gmail.com>
54339         * elf/elf.h: Add new ARM TLS relocs.
54341 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54344         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54345         cast from r3.
54346         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54347         'tests' variable.
54348         * sysdeps/wordsize-64/tst-writev.c: New file.
54350 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54352         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54353         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54354         insns in _dl_start to prevent a TOC reference before relocs are
54355         resolved.
54357 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54359         [BZ #12469]
54360         * Makeconfig: Remove RANLIB definition.
54361         * Makerules: Don't use RANLIB.
54362         * aclocal.m4: Remove ranlib test.
54363         * configure.in: No need to check for ranlib.
54364         * elf/rtld-Rules: Don't use RANLIB.
54366 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54368         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54369         protection macro.
54370         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54371         inclusion protection macro.
54373         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54374         SIGRTMIN and SIGRTMAX and print information in that case only when
54375         SIGRTMIN is defined.
54377 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54379         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54380         arginfo fn returning -1.
54382         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54383         and thousands string is zero terminated.
54385 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54387         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54388         sysdeps/unix/sysv/linux/bits/socket.h.
54390 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54392         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54393         (__CPU_COUNT): Remove old macros.
54394         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54395         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54396         (__CPU_ALLOC, __CPU_FREE): Add macros.
54397         (__sched_cpualloc, __sched_cpufree): Add declarations.
54399 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54401         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54402         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54403         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54404         (readdhstai): Return value of addhstaiX call.
54405         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54406         (addgrbyX): Return value returned by cache_addgr.
54407         (readdgrbyname): Return value returned by addgrbyX.
54408         (readdgrbygid): Likewise.
54409         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54410         (addpwbyX): Return value returned by cache_addpw.
54411         (readdpwbyname): Return value returned by addhstbyX.
54412         (readdpwbyuid): Likewise.
54413         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54414         (addservbyX): Return value returned by cache_addserv.
54415         (readdservbyname): Return value returned by addservbyX:
54416         (readdservbyport): Likewise.
54417         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54418         (addhstbyX): Return value returned by cache_addhst.
54419         (readdhstbyname): Return value returned by addhstbyX.
54420         (readdhstbyaddr): Likewise.
54421         (readdhstbynamev6): Likewise.
54422         (readdhstbyaddrv6): Likewise.
54423         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54424         (readdinitgroups): Return value returned by addinitgroupsX.
54425         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54426         (prune_cache): Keep track of timeout value of re-added entries.
54427         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54428         * nscd/nscd.h: Adjust prototypes of readd* functions.
54430 2011-02-04  Roland McGrath  <roland@redhat.com>
54432         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54433         (nis_stats): Likewise.
54434         * nis/nis_modify.c (nis_modify): Likewise.
54435         * nis/nis_remove.c (nis_remove): Likewise.
54436         * nis/nis_add.c (nis_add): Likewise.
54438         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54440         * posix/fnmatch_loop.c: Add some consts.
54442         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54444 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54446         [BZ #12460]
54447         * config.make.in (config-cflags-novzeroupper): Define.
54448         * configure.in: Substitute libc_cv_cc_novzeroupper.
54449         * elf/Makefile (AVX-CFLAGS): Define.
54450         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54451         (CFLAGS-tst-auditmod4a.c): Likewise.
54452         (CFLAGS-tst-auditmod4b.c): Likewise.
54453         (CFLAGS-tst-auditmod6b.c): Likewise.
54454         (CFLAGS-tst-auditmod6c.c): Likewise.
54455         (CFLAGS-tst-auditmod7b.c): Likewise.
54456         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54458 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54460         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54461         function to the callback.
54462         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54464 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54466         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54467         of errno.
54469 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54471         [BZ #11724]
54472         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54473         of constructors.
54474         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54475         of destructors.
54476         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54478         [BZ #11724]
54479         * elf/Makefile: Add rules to build and run new test.
54480         * elf/tst-initorder.c: New file.
54481         * elf/tst-initorder.exp: New file.
54482         * elf/tst-initordera1.c: New file.
54483         * elf/tst-initordera2.c: New file.
54484         * elf/tst-initordera3.c: New file.
54485         * elf/tst-initordera4.c: New file.
54486         * elf/tst-initorderb1.c: New file.
54487         * elf/tst-initorderb2.c: New file.
54488         * elf/tst-order-a1.c: New file.
54489         * elf/tst-order-a2.c: New file.
54490         * elf/tst-order-a3.c: New file.
54491         * elf/tst-order-a4.c: New file.
54492         * elf/tst-order-b1.c: New file.
54493         * elf/tst-order-b2.c: New file.
54494         * elf/tst-order-main.c: New file.
54495         New test case by George Gensure <werkt0@gmail.com>.
54497 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54499         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54500         decoding ACE if AI_CANONIDN.
54502 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54504         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54506 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54508         * version.h (RELEASE): Bump for 2.13 release.
54509         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54511         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54513         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54514         MADV_NOHUGEPAGE.
54515         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54516         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54517         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54518         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54519         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54520         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54522         * posix/getconf.c: Update copyright year.
54523         * catgets/gencat.c: Likewise.
54524         * csu/version.c: Likewise.
54525         * debug/catchsegv.sh: Likewise.
54526         * debug/xtrace.sh: Likewise.
54527         * elf/ldconfig.c: Likewise.
54528         * elf/ldd.bash.in: Likewise.
54529         * elf/sprof.c (print_version): Likewise.
54530         * iconv/iconv_prog.c: Likewise.
54531         * iconv/iconvconfig.c: Likewise.
54532         * locale/programs/locale.c: Likewise.
54533         * locale/programs/localedef.c: Likewise.
54534         * malloc/memusage.sh: Likewise.
54535         * malloc/mtrace.pl: Likewise.
54536         * nscd/nscd.c (print_version): Likewise.
54537         * nss/getent.c: Likewise.
54539         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54540         PF_CAIF, and PF_ALG.
54541         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54543 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54545         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54546         (modules-names): Use them.
54547         (ifunc-test-modules, ifunc-pie-tests): Define.
54548         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54549         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54550         (test-extras): Likewise.
54551         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54552         $(compile-command.c).
54553         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54554         (all-built-dso): Define.
54555         (check-textrel.out, check-execstack.out): Depend on it.
54557         * configure.in: Don't override --enable-multi-arch.
54559 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54561         [BZ #6812]
54562         * nscd/hstcache.c (tryagain): Define.
54563         (cache_addhst): Return tryagain not notfound for temporary errors.
54564         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54565         failed.
54567 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54569         [BZ #10563]
54570         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54571         to make the syscall.
54572         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54574         [BZ #12378]
54575         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54576         and fall back to matching as normal character if the string ends before
54577         the matching ']' is found.  This is what POSIX requires.
54578         * posix/testfnm.c: Adjust test result.
54579         * posix/globtest.sh: Adjust test result.  Add new test.
54580         * posix/tst-fnmatch.input: Likewise.
54581         * posix/tst-fnmatch2.c: Add new test.
54583 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54585         * elf/Makefile (check-execstack): Revert last change.  Depend on
54586         check-execstack.h.
54587         (check-execstack.h): New target.
54588         (generated): Add check-execstack.h.
54589         * elf/check-execstack.c: Include "check-execstack.h".
54590         (main): Revert last change.
54591         (handle_file): Return zero if GNU_STACK is absent and
54592         DEFAULT_STACK_PERMS doesn't include PF_X.
54594 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54596         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54597         in child fails because the descriptor is already closed.
54598         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54599         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54600         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54602         [BZ #12397]
54603         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54604         syscall.
54606         [BZ #10484]
54607         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54608         temporary buffer used to handle multi lookups locally.
54609         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54611 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54613         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54614         loader is ld.so.
54616 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54618         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54619         alignment for SSE2.
54621 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54623         [BZ #12394]
54624         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54625         characters.  When rounding increased number of integer digits recompute
54626         number of groups.
54627         * stdio-common/tst-grouping.c: New file.
54628         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54630 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54632         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54633         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54635         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54636         void.
54637         * bits/select.h: Likewise.
54639 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54641         * po/ja.po: Update from translation team.
54643 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54645         [BZ #11155]
54646         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54647         implementation just like for lxstat, fxstatat, et al.
54649 2010-12-27  Jim Meyering  <meyering@redhat.com>
54651         [BZ #12348]
54652         * posix/regexec.c (build_trtable): Return failure indication upon
54653         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54655 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54657         [BZ #12201]
54658         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54659         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54660         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54661         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54663         [BZ #12207]
54664         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54666         [BZ #12204]
54667         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54668         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54670 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54672         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54673         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54674         script has SORT_BY_INIT_PRIORITY.
54675         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54676         NO_CTORS_DTORS_SECTIONS is defined.
54677         * elf/soinit.c: Likewise.
54678         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54679         NO_CTORS_DTORS_SECTIONS is defined.
54680         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54681         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54682         * sysdeps/sh/init-first.c: Likewise.
54683         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54685 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54687         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54688         always use the slow path.
54690 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54692         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54693         similar rule which adds the sysdep directories to the header search in
54694         order to pick up the correct platform stackinfo.h.
54695         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54696         perform test if it is, otherwise return successfully without testing.
54697         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54698         DEFAULT_STACK_PERMS define in stackinfo.h.
54699         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54700         defined in stackinfo.h.
54701         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54702         DEFAULT_STACK_PERMS defined in stackinfo.h.
54703         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54704         * sysdeps/ia64/stackinfo.h: Likewise.
54705         * sysdeps/s390/stackinfo.h: Likewise.
54706         * sysdeps/sh/stackinfo.h: Likewise.
54707         * sysdeps/sparc/stackinfo.h: Likewise.
54708         * sysdeps/x86_64/stackinfo.h: Likewise.
54709         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54710         PF_X for powerpc64.  Retain PF_X for powerpc32.
54712 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54714         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54715         accurately.
54716         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54717         GETDENTS_64BIT_ALIGNED.
54719 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54721         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54723 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54725         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54726         _GNU_SOURCE.
54728         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54729         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54730         Remove __restrict.
54731         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54732         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54734 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54736         [BZ #11655]
54737         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54738         are initialized.
54740 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54742         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54744 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54746         * po/it.po: Update from translation team.
54748 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54750         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54751         unused codes.
54753 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54755         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54757 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54759         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54760         specially.
54761         (gaih_getanswer_slice): Likewise.
54763 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54765         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54767 2010-05-31  Petr Baudis  <pasky@suse.cz>
54769         [BZ #11149]
54770         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54771         silently even in the chroot mode.
54773 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54775         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54776         last patch a bit.  Pretty printing
54778 2010-05-31  Petr Baudis <pasky@suse.cz>
54780         [BZ #10085]
54781         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54782         initialization of skip_initgroups_dyn.
54784 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54786         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54787         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54789 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54791         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54793 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54795         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54796         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54797         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54798         ($(objpfx)tst-fnmatch-mem): New rule.
54799         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54800         * posix/tst-fnmatch.c (main): Call mtrace.
54802 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54804         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54805         Support Intel processor model 6 and model 0x2c.
54807 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54809         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54810           signed comparison.
54812 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54814         [BZ #12205]
54815         * string/test-strncasecmp.c (check_result): New function.
54816         (do_one_test): Use it.
54817         (check1): New function.
54818         (test_main): Use it.
54819         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54820         Support strcasecmp and strncasecmp.
54822 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54824         [BZ #12194]
54825         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54826         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54828 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54830         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54831         IFUNC support.
54832         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54833         memset-x86-64.
54834         * sysdeps/x86_64/multiarch/bzero.S: New file.
54835         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54836         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54837         * sysdeps/x86_64/multiarch/memset.S: New file.
54838         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54839         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54840         Set bit_Prefer_SSE_for_memop for Intel processors.
54841         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54842         Define.
54843         (index_Prefer_SSE_for_memop): Define.
54844         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54846 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54848         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54849         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54851 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54853         [BZ #12191]
54854         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54855         (__x86_64_raw_data_cache_size_half): Likewise.
54856         (__x86_64_raw_shared_cache_size): Likewise.
54857         (__x86_64_raw_shared_cache_size_half): Likewise.
54859         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54860         (__x86_64_raw_data_cache_size_half): Likewise.
54861         (__x86_64_raw_shared_cache_size): Likewise.
54862         (__x86_64_raw_shared_cache_size_half): Likewise.
54863         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54864         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54865         and __x86_64_raw_shared_cache_size_half.  Round
54866         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54867         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54868         to multiple of 256 bytes.
54870 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54872         [BZ #12167]
54873         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54874         of inacessible symlinks.  Verify result of symlink before returning it.
54875         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54876         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54878 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54880         * math/math.h (isinf): Fix typo in comment.
54882 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54884         * po/da.po: Update from translation team.
54886 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54888         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54889         is added to the list.
54891 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54892             Ulrich Drepper  <drepper@gmail.com>
54894         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54895         the global list here.  Move code to...
54896         (_dl_add_to_namespace_list): ...here.  New function.
54897         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54898         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54899         * elf/dl-load.c (lose): Don't remove the element from the list.
54900         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54901         (_dl_map_object): Likewise.
54903 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54905         [BZ #12159]
54906         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54907         into all bytes of SSE register.
54908         Patch by Richard Li <richardpku@gmail.com>.
54910 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54912         [BZ #12140]
54913         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54914         perturbing.
54916 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54918         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54919         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54920         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54921         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54923         submachine.
54924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54926 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54928         * include/dlfcn.h (__RTLD_SECURE): Define.
54929         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54930         mode & __RTLD_SECURE instead.
54931         (open_path): Rename preloaded parameter to secure.
54932         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54933         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54934         * elf/dl-deps.c (openaux): Likewise.
54935         * elf/rtld.c (struct map_args): Remove is_preloaded.
54936         (map_doit): Don't use it.
54937         (dl_main): Likewise.
54938         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54939         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54941 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54943         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54944         (sysd-rules-targets): Remove duplicates.
54945         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54946         rtld-%.$o dependency.
54948 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54950         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54951         _dl_map_object do it.
54953 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54955         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54956         fast fma builtins, define the macros in the C99 standard.
54957         (FP_FAST_FMAF): Likewise.
54958         (FP_FAST_FMAL): Likewise.
54959         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54961         * bits/mathdef.h: Update copyright year.
54962         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54964 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54966         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54967         builtins, define the macros in the C99 standard.
54968         (FP_FAST_FMAF): Likewise.
54969         (FP_FAST_FMAL): Likewise.
54970         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54971         multiply/add.
54972         (FP_FAST_FMAF): Likewise.
54974 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
54976         [BZ #3268]
54977         * math/libm-test.inc (fma_test): Some new testcases.
54978         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
54979         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
54980         y and infinite z.  Do multiplication by C already in long double.
54981         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
54982         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
54983         y and infinite z.  Do bitwise or of inexact bit into u.d.
54984         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
54985         * sysdeps/i386/fpu/s_fmaf.S: Removed.
54986         * sysdeps/i386/fpu/s_fma.S: Removed.
54987         * sysdeps/i386/fpu/s_fmal.S: Removed.
54989 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
54991         [BZ #3268]
54992         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
54993         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
54994         computation is not scheduled after fetestexcept.  Fix value
54995         of minimum denormal long double.
54997 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
54999         [BZ #3268]
55000         * math/libm-test.inc (fma_test): Add some more tests.
55001         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55002         correctly.
55004 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55006         * scripts/data/localplt-s390-linux-gnu.data: New file.
55007         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55009 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55011         [BZ #3268]
55012         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55013         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55014         instead of dbl-64.
55015         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55016         inlines.
55017         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55018         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55019         if one of x and y is very large and the other is subnormal.
55020         * sysdeps/s390/fpu/s_fmaf.c: New file.
55021         * sysdeps/s390/fpu/s_fma.c: New file.
55022         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55023         * sysdeps/powerpc/fpu/s_fma.S: New file.
55024         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55025         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55026         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55028 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55030         [BZ #3268]
55031         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55032         fma tests.
55033         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55034         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55035         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55036         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55037         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55038         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55039         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55041 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55043         [BZ #12078]
55044         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55045         * posix/bug-regex31.input: Add test case.
55047 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55049         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55050         * posix/bug-regex31.input: New file.
55052         [BZ #12078]
55053         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55054         (parse_sub_exp): Fix last change, use postorder.
55056         * posix/bug-regex31.c: New file.
55057         * posix/Makefile: Add rules to build and run bug-regex31.
55059         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55061         [BZ #12078]
55062         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55064         [BZ #12108]
55065         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55066         to have entries in sys_siglist.
55068         [BZ #12093]
55069         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55070         be NULL.
55072 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55074         [BZ #3268]
55075         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55076         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55077         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55078         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55079         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55080         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55081         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55082         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55083         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55084         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55085         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55086         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55087         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55088         * math/ftestexcept.c (fetestexcept): Likewise.
55089         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55090         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55091         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55092         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55093         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55094         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55095         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55097 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55099         [BZ #12107]
55100         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55101         newline.
55103 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55105         * string/bug-strstr1.c: New file.
55106         * string/Makefile: Add rules to build and run bug-strstr1.
55108 2010-10-05  Eric Blake  <eblake@redhat.com>
55110         [BZ #12092]
55111         * string/str-two-way.h (two_way_long_needle): Always clear memory
55112         when skipping input due to the shift table.
55114 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55116         [BZ #12005]
55117         * malloc/mcheck.c: Handle large requests.
55119         [BZ #12077]
55120         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55121         for strncmp and strncasecmp.
55122         * string/stratcliff.c: Add tests for strcmp and strncmp.
55123         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55125 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55127         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55128         __set_fpscr.
55130 2010-09-30  Andreas Jaeger  <aj@suse.de>
55132         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55133         (CGROUP_SUPER_MAGIC): Define.
55134         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55135         Handle btrfs and cgroup file systems.
55136         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55137         Likewise.
55139 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55141         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55142         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55144 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55146         [BZ #12067]
55147         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55148         trying to locate the ELF header.
55150 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55152         [BZ #11611]
55153         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55154         Mask out sign-bit copies when constructing f_fsid.
55156 2010-09-24  Petr Baudis <pasky@suse.cz>
55158         * debug/stack_chk_fail_local.c: Add missing licence exception.
55159         * debug/warning-nop.c: Likewise.
55161 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55163         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55164         implementing getdents64 using getdents syscall, set d_type if
55165         __ASSUME_GETDENTS32_D_TYPE.
55167 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55169         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55170         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55172 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55174         [BZ #12037]
55175         * posix/unistd.h: Undo change of feature selection for ftruncate from
55176         2010-01-11.
55178 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55180         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55181         detection.
55183 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55185         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55186         fanotify_mark.
55187         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55189 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55191         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55192         variables after CHECK_SP call.
55193         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55195 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55196             Ulrich Drepper  <drepper@redhat.com>
55198         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55199         re-relocationg ld.so.
55200         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55201         _dl_init_paths call.
55202         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55203         here anymore.
55205 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55207         * resolv/res_init.c (__res_vinit): Count the default server we added.
55209 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55210             Ulrich Drepper  <drepper@redhat.com>
55212         [BZ #11968]
55213         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55214         (____longjmp_chk): Use %ebx for saving value across system call.
55215         Add unwind info.
55217 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55219         * manual/Makefile: Don't mix pattern rules with normal rules.
55221 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55223         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55224         operation.
55225         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55226         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55227         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55228         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55229         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55230         Likewise.
55232 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55234         [BZ #11979]
55235         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55236         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55238 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55240         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55241         * sysdeps/x86_64/addmul_1.S: Likewise.
55242         * sysdeps/x86_64/lshift.S: Likewise.
55243         * sysdeps/x86_64/mul_1.S: Likewise.
55244         * sysdeps/x86_64/rshift.S: Likewise.
55245         * sysdeps/x86_64/sub_n.S: Likewise.
55246         * sysdeps/x86_64/submul_1.S: Likewise.
55248 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55250         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55251         Define __sched_param instead of SCHED_* and sched_param when
55252         <bits/sched.h> is included with __need_schedparam defined.
55253         * bits/sched.h [__need_schedparam]
55254         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55255         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55256         (__defined_schedparam): Define to 1.
55257         (__sched_param): New structure, identical to sched_param.
55258         (__need_schedparam): Undefine.
55260 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55262         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55263         (epoll_create1): Declare.
55265         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55267 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55269         [BZ #7066]
55270         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55271         shifting retval into place.
55273 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55275         * nis/rpcsvc/nis.h: Update copyright notice.
55276         * nis/rpcsvc/nis.x: Likewise.
55277         * nis/rpcsvc/nis_callback.h: Likewise.
55278         * nis/rpcsvc/nis_callback.x: Likewise.
55279         * nis/rpcsvc/nis_object.x: Likewise.
55280         * nis/rpcsvc/nis_tags.h: Likewise.
55281         * nis/rpcsvc/yp.h: Likewise.
55282         * nis/rpcsvc/yp.x: Likewise.
55283         * nis/rpcsvc/ypupd.h: Likewise.
55284         * nis/yp_xdr.c: Likewise.
55285         * nis/ypupdate_xdr.c: Likewise.
55287         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55288         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55289         (pmap_getport): Use __libc_rpc_getport.
55290         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55291         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55292         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55294 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55297         fanotify_mark.
55299 2010-08-27  Roland McGrath  <roland@redhat.com>
55301         * sysdeps/i386/i686/multiarch/Makefile
55302         (CFLAGS-varshift.c): New variable.
55304 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55306         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55307         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55309         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55311         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55313 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55315         * sysdeps/x86_64/strlen.S: Unroll the loop.
55316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55317         strlen-sse2 strlen-sse2-bsf.
55318         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55319         __strlen_no_bsf if bit_Slow_BSF is set.
55320         (__strlen_sse42): Removed.
55321         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55322         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55324 2010-08-25  Roland McGrath  <roland@redhat.com>
55326         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55327         * sysdeps/x86_64/multiarch/varshift.c: New file.
55328         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55329         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55330         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55331         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55333 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55335         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55336         strlen-sse2 strlen-sse2-bsf.
55337         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55338         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55339         (__strlen_sse2): Removed.
55340         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55341         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55343         bit_Slow_BSF for Atom.
55344         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55345         (index_Slow_BSF): Define.
55346         (HAS_SLOW_BSF): Define.
55348 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55350         [BZ #10851]
55351         * resolv/res_init.c (__res_vinit): When no server address at all
55352         is given default to loopback.
55354 2010-08-24  Roland McGrath  <roland@redhat.com>
55356         * configure.in: Remove config-name.h generation.
55357         * configure: Regenerated.
55358         * config-name.in: File removed.
55359         * scripts/config-uname.sh: New file.
55360         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55361         ($(objdir)config-name.h): New target.
55363         * sunrpc/rpc_parse.h: Avoid nested comment.
55365 2010-08-24  Richard Henderson  <rth@redhat.com>
55366             Ulrich Drepper  <drepper@redhat.com>
55367             H.J. Lu  <hongjiu.lu@intel.com>
55369         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55370         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55371         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55372         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55373         _mm_alignr_epi8 with _mm_loadu_si128.
55374         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55375         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55376         (__m128i_shift_right): Removed.
55377         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55378         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55379         * sysdeps/x86_64/multiarch/varshift.h: New file.
55380         * sysdeps/x86_64/multiarch/varshift.S: New file.
55382 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55384         * configure.in: Move assembler checks to before sysdep dir checking.
55386 2010-08-20  Petr Baudis  <pasky@suse.cz>
55388         * LICENSES: Sync the sunrpc license.
55390 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55392         * sunrpc/auth_des.c: Update copyright notice once again.
55393         * sunrpc/auth_none.c: Likewise.
55394         * sunrpc/auth_unix.c: Likewise.
55395         * sunrpc/authdes_prot.c: Likewise.
55396         * sunrpc/authuxprot.c: Likewise.
55397         * sunrpc/bindrsvprt.c: Likewise.
55398         * sunrpc/clnt_gen.c: Likewise.
55399         * sunrpc/clnt_perr.c: Likewise.
55400         * sunrpc/clnt_raw.c: Likewise.
55401         * sunrpc/clnt_simp.c: Likewise.
55402         * sunrpc/clnt_tcp.c: Likewise.
55403         * sunrpc/clnt_udp.c: Likewise.
55404         * sunrpc/clnt_unix.c: Likewise.
55405         * sunrpc/des_crypt.c: Likewise.
55406         * sunrpc/des_soft.c: Likewise.
55407         * sunrpc/get_myaddr.c: Likewise.
55408         * sunrpc/getrpcport.c: Likewise.
55409         * sunrpc/key_call.c: Likewise.
55410         * sunrpc/key_prot.c: Likewise.
55411         * sunrpc/openchild.c: Likewise.
55412         * sunrpc/pm_getmaps.c: Likewise.
55413         * sunrpc/pm_getport.c: Likewise.
55414         * sunrpc/pmap_clnt.c: Likewise.
55415         * sunrpc/pmap_prot.c: Likewise.
55416         * sunrpc/pmap_prot2.c: Likewise.
55417         * sunrpc/pmap_rmt.c: Likewise.
55418         * sunrpc/rpc/auth.h: Likewise.
55419         * sunrpc/rpc/auth_unix.h: Likewise.
55420         * sunrpc/rpc/clnt.h: Likewise.
55421         * sunrpc/rpc/des_crypt.h: Likewise.
55422         * sunrpc/rpc/key_prot.h: Likewise.
55423         * sunrpc/rpc/netdb.h: Likewise.
55424         * sunrpc/rpc/pmap_clnt.h: Likewise.
55425         * sunrpc/rpc/pmap_prot.h: Likewise.
55426         * sunrpc/rpc/pmap_rmt.h: Likewise.
55427         * sunrpc/rpc/rpc.h: Likewise.
55428         * sunrpc/rpc/rpc_des.h: Likewise.
55429         * sunrpc/rpc/rpc_msg.h: Likewise.
55430         * sunrpc/rpc/svc.h: Likewise.
55431         * sunrpc/rpc/svc_auth.h: Likewise.
55432         * sunrpc/rpc/types.h: Likewise.
55433         * sunrpc/rpc/xdr.h: Likewise.
55434         * sunrpc/rpc_clntout.c: Likewise.
55435         * sunrpc/rpc_cmsg.c: Likewise.
55436         * sunrpc/rpc_common.c: Likewise.
55437         * sunrpc/rpc_cout.c: Likewise.
55438         * sunrpc/rpc_dtable.c: Likewise.
55439         * sunrpc/rpc_hout.c: Likewise.
55440         * sunrpc/rpc_main.c: Likewise.
55441         * sunrpc/rpc_parse.c: Likewise.
55442         * sunrpc/rpc_parse.h: Likewise.
55443         * sunrpc/rpc_prot.c: Likewise.
55444         * sunrpc/rpc_sample.c: Likewise.
55445         * sunrpc/rpc_scan.c: Likewise.
55446         * sunrpc/rpc_scan.h: Likewise.
55447         * sunrpc/rpc_svcout.c: Likewise.
55448         * sunrpc/rpc_tblout.c: Likewise.
55449         * sunrpc/rpc_util.c: Likewise.
55450         * sunrpc/rpc_util.h: Likewise.
55451         * sunrpc/rpcinfo.c: Likewise.
55452         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55453         * sunrpc/rpcsvc/key_prot.x: Likewise.
55454         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55455         * sunrpc/rpcsvc/mount.x: Likewise.
55456         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55457         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55458         * sunrpc/rpcsvc/rex.x: Likewise.
55459         * sunrpc/rpcsvc/rstat.x: Likewise.
55460         * sunrpc/rpcsvc/rusers.x: Likewise.
55461         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55462         * sunrpc/rpcsvc/spray.x: Likewise.
55463         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55464         * sunrpc/rtime.c: Likewise.
55465         * sunrpc/svc.c: Likewise.
55466         * sunrpc/svc_auth.c: Likewise.
55467         * sunrpc/svc_authux.c: Likewise.
55468         * sunrpc/svc_raw.c: Likewise.
55469         * sunrpc/svc_run.c: Likewise.
55470         * sunrpc/svc_simple.c: Likewise.
55471         * sunrpc/svc_tcp.c: Likewise.
55472         * sunrpc/svc_udp.c: Likewise.
55473         * sunrpc/svc_unix.c: Likewise.
55474         * sunrpc/svcauth_des.c: Likewise.
55475         * sunrpc/xcrypt.c: Likewise.
55476         * sunrpc/xdr.c: Likewise.
55477         * sunrpc/xdr_array.c: Likewise.
55478         * sunrpc/xdr_float.c: Likewise.
55479         * sunrpc/xdr_mem.c: Likewise.
55480         * sunrpc/xdr_rec.c: Likewise.
55481         * sunrpc/xdr_ref.c: Likewise.
55482         * sunrpc/xdr_sizeof.c: Likewise.
55483         * sunrpc/xdr_stdio.c: Likewise.
55485         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55486         handling.
55488 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55490         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55492 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55494         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55495         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55496         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55497         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55498         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55499         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55500         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55501         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55502         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55503         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55504         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55505         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55506         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55507         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55509 2010-07-26  Anton Blanchard  <anton@samba.org>
55511         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55512         * malloc/arena.c (heap_trim): Likewise.
55514 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55516         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55517         here.  Not...
55518         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55519         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55521 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55523         * sysdeps/i386/elf/Makefile: New file.
55525 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55527         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55528         from fanotify_init.
55529         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55530         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55532 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55534         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55535         of strncasecmp_l.
55536         * sysdeps/multiarch/strcmp.S: Likewise.
55538 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55540         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55541         strncase_l-nonascii.
55542         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55543         Add strncase_l-ssse3.
55544         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55545         * sysdeps/x86_64/strcmp.S: Likewise.
55546         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55547         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55548         * sysdeps/x86_64/strncase.S: New file.
55549         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55550         * sysdeps/x86_64/strncase_l.S: New file.
55551         * string/Makefile (strop-tests): Add strncasecmp.
55552         * string/test-strncasecmp.c: New file.
55554         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55555         warning.
55557         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55558         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55560 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55562         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55564 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55566         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55567         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55568         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55570 2010-05-01  Alan Modra  <amodra@gmail.com>
55572         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55573         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55574         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55575         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55576         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55577         tidying.  Don't tail-call __sigjmp_save for static lib.
55578         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55579         save location.
55580         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55581         (CALL_MCOUNT): Add eh info, and nop after bl.
55582         (TAIL_CALL_SYSCALL_ERROR): New macro.
55583         (PSEUDO_RET): Use it.
55584         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55585         Correct save location of integer regs and cr.
55586         (_dl_profile_resolve): Correct cr save location.  Delete nops
55587         after bl when SHARED.  Reduce cfi size a little by better
55588         placement of cfi directives.
55589         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55590         make a stack frame.  Instead use parm save area as a temp.
55591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55592         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55594         Don't make a stack frame for parent, use parm save area.
55595         Increase child stack frame to 112 bytes.  Don't save unused reg,
55596         and adjust reg usage.  Set up cfi on error recovery and
55597         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55599         (__makecontext): Add dummy nop after jump to exit.
55600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55601         Use correct parm save area and cr save, reduce stack frame.
55602         Correct cfi for possible PSEUDO_RET frame setup.
55603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55604         Branch to local label emitted by PSEUDO_RET rather than
55605         __syscall_error.
55607 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55609         [BZ #11904]
55610         * locale/programs/locale.c (print_assignment): New function.
55611         (show_locale_vars): Use it.
55613 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55615         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55616         field.
55617         (struct statfs64): Likewise.
55618         (_STATFS_F_FLAGS): Define.
55619         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55620         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55621         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55622         (ST_VALID): Define locally.
55623         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55624         __statvfs_getflags, use the provided value.
55625         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55626         __ASSUME_STATFS_F_FLAGS.
55628         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55630         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55631         Add sys/fanotify.h.
55632         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55633         fanotify_mask for GLIBC_2.13.
55634         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55635         fanotify_init and fanotify_mark.
55636         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55637         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55639         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55640         Add prlimit.
55641         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55642         prlimit64 for GLIBC_2.13.
55643         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55644         prlimit64.
55645         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55646         syscall.
55647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55648         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55649         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55650         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55651         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55652         add prlimit alias.
55653         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55655         [BZ #11903]
55656         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55657         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55659         * nss/Makefile: Add rules to build and run tst-nss-test1.
55660         * shlib-versions: Add entry for libnss_test1.
55661         * nss/nss_test1.c: New file.
55662         * nss/tst-nss-test1.c: New file.
55664         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55665         (__nss_configure_lookup): Set appropriate entry in
55666         __nss_configure_lookup to true.
55667         * nss/nsswitch.h: Define enum with indeces of databases in
55668         databases and __nss_database_custom arrays.  Declare
55669         __nss_database_custom.
55670         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55671         to avoid using nscd when custom rules are installed.
55672         * nss/getXXbyYY_r.c: Likewise.
55673         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55675         * nss/nss_files/files-parse.c: Whitespace fixes.
55677 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55679         [BZ #11883]
55680         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55681         * posix/fnmatch_loop.c: Likewise.
55683 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55685         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55686         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55687         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55688         * Versions.def [GLIBC_2.13]: Add.
55690 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55692         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55693         Also fail if tpwd after pwuid call is NULL.
55695 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55697         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55698         when converting to ms.
55700 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55702         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55703         EOPNOTSUPP errors with ENOTTY.
55704         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55705         EOPNOTSUPP errors with ENOTTY.
55707 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55709         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55710         Add strcasecmp_l-ssse3.
55711         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55712         strcasecmp.
55713         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55714         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55715         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55717 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55719         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55721         * string/Makefile (strop-tests): Add strcasecmp.
55722         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55723         strcasecmp_l-nonascii.
55724         (gen-as-const-headers): Add locale-defines.sym.
55725         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55726         * sysdeps/x86_64/strcasecmp.S: New file.
55727         * sysdeps/x86_64/strcasecmp_l.S: New file.
55728         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55729         * sysdeps/x86_64/locale-defines.sym: New file.
55730         * string/test-strcasecmp.c: New file.
55732         * string/test-strcasestr.c: Test both ends of the range of characters.
55733         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55735 2010-07-29  Roland McGrath  <roland@redhat.com>
55737         [BZ #11856]
55738         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55740 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55742         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55743         for ld.so.
55745 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55747         * manual/memory.texi (Malloc Tunable Parameters): Document
55748         M_PERTURB.
55750 2010-07-26  Roland McGrath  <roland@redhat.com>
55752         [BZ #11840]
55753         * configure.in (-fgnu89-inline check): Set and substitute
55754         gnu89_inline, not libc_cv_gnu89_inline.
55755         * configure: Regenerated.
55756         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55758 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55760         * string/test-strnlen.c: New file.
55761         * string/Makefile (strop-tests): Add strnlen.
55762         * string/tester.c (test_strnlen): Add a few more test cases.
55763         * string/tst-strlen.c: Better error reporting.
55765         * sysdeps/x86_64/strnlen.S: New file.
55767 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55769         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55770         lower-latency instructions.
55772 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55774         * string/test-strcasestr.c: New file.
55775         * string/test-strstr.c: New file.
55776         * string/Makefile (strop-tests): Add strstr and strcasestr.
55777         * string/str-two-way.h: Don't undefine MAX.
55778         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55780 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55782         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55783         strcasestr-nonascii.
55784         (CFLAGS-strcasestr-nonascii.c): Define.
55785         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55786         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55787         Remove unused attribute.
55789 2010-07-20  Roland McGrath  <roland@redhat.com>
55791         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55792         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55793         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55794         like LD_HWCAP_MASK can disable hwcaps.
55796 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55798         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55800 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55802         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55803         call in strcasestr.
55804         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55805         __strcasestr_sse42_nonascii.
55806         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55807         strcasestr-nonascii.c.
55808         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55810 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55812         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55813         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55814         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55815         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55817 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55819         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55820         fcntl.
55822 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55824         [BZ #11577]
55825         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55826         dl_signal_cerror.
55828 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55830         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55831         _PC_PIPE_BUF using F_GETPIPE_SZ.
55833 2010-07-05  Roland McGrath  <roland@redhat.com>
55835         * manual/arith.texi (Rounding Functions): Fix rint description
55836         implicit in round description.
55838 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55840         * elf/Makefile: Fix linking for a few tests to make recent linker
55841         happy.
55843 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55845         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55846         $(common-objpfx)libc_nonshared.a.
55848 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55850         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55851         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55852         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55853         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55854         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55855         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55856         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55857         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55872         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55873         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55874         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55875         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55876         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55877         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55878         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55879         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55880         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55881         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55882         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55883         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55899 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55901         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55902         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55903         * string/memmove.c (memmove): Renamed to ...
55904         (MEMMOVE): ...this.  Default to memmove.
55905         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55906         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55907         (END_CHK): Define.
55908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55909         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55910         mempcpy-ssse3-back memmove-ssse3-back.
55911         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55912         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55913         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55914         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55915         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55916         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55917         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55918         * sysdeps/x86_64/multiarch/memmove.c: New file.
55919         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55920         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55921         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55922         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55923         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55924         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55925         Define.
55926         (index_Fast_Copy_Backward): Define.
55927         (HAS_ARCH_FEATURE): Define.
55928         (HAS_FAST_REP_STRING): Define.
55929         (HAS_FAST_COPY_BACKWARD): Define.
55931 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55933         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55934         Restore proper fallback handling.
55936 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55938         [BZ #11701]
55939         * posix/group_member.c (__group_member): Correct checking loop.
55941         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55942         OOM in getpwuid_r correctly.  Return error number when the caller
55943         should return, otherwise -1.
55944         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55945         call returning > 0 value.
55946         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55948 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55950         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55951         libc_nonshared.a from targets in modules-names.
55953 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55955         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55956         requires it.
55958 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55960         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55961         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55962         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55963         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55965 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55967         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55969 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55971         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55972         and F_GETPIPE_SZ.
55973         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55974         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55975         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55976         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55977         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55978         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
55980 2010-06-14  Roland McGrath  <roland@redhat.com>
55982         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
55984 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
55986         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
55987         __REDIRECT followed by __THROW.
55988         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
55989         * posix/getopt.h (getopt): Likewise.
55991 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55993         * hurd/lookup-at.c (__file_name_lookup_at): Accept
55994         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
55995         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
55996         in AT_FLAGS.
55997         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
55998         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56000 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56002         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56004 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56006         [BZ #11640]
56007         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56008         Properly check family and model.
56010 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56012         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56014 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56016         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56018 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56020         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56021         symbol reference.
56023 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56025         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56026         symbol reference.
56028 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56030         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56031         and internal_recvmmsg.
56032         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56033         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56034         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56035         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56037         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56038         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56039         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56041 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56043         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56045 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56047         POWER7 optimizations.
56048         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56049         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56051 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56053         * version.h: Update for 2.13 development version.
56055 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56057         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56058         exceptions.  Return 0.
56060 2010-05-07  Roland McGrath  <roland@redhat.com>
56062         * elf/ldconfig.c (main): Add a const.
56064 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56066         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56067         (args_options): Add no-idn option.
56068         (ahosts_keys_int): Add idn_flags to ai_flags.
56069         (parse_option): Handle 'i' option to clear idn_flags.
56071         * malloc/malloc.c (_int_free): Possible race in the most recently
56072         added check.  Only act on the data if no current modification
56073         happened.
56075 See ChangeLog.17 for earlier changes.