ia64: avoid set-but-not-used warning
[glibc.git] / ChangeLog
blob588b9ecff131d67008c0b63845386fa1742a7b71
1 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
3         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
4         Mark _retval as used.
5         (lll_futex_wake_unlock): Likewise.
6         (lll_futex_timed_wait_requeue_pi): Likewise.
8         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
9         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
10         register variables.
12         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
13         libm_hidden_def.
15         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
16         (__bswap_64): Mark as __always_inline.
18 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
20         [BZ #15378]
21         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
22         when none of the search directories exist.
24 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
26         [BZ #17869]
27         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
28         power8 in .machine directive.
30         [BZ #17868]
31         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
32         set dependency from opd value.
34 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
36         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
38         architecture.
40 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
42         [BZ #17870]
43         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
44         with uint64_t.
45         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
46         (uint64_t) 1.
47         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
48         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
49         Replace 1UL with (uint64_t) 1.
50         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
51         int with uint64_t.
53 2015-01-23  Roland McGrath  <roland@hack.frob.com>
55         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
56         (if_freenameindex): Likewise.
58         * resource/getrlimit64.c: Add missing libc_hidden_def.
60 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
62         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
63         __label__.
64         (_FP_FMA): Likewise.
65         (_FP_TO_INT_ROUND): Likewise.
66         (_FP_FROM_INT): Likewise.
68 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
70         [BZ #16418]
71         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
72         Make code racy and cancel safe.
74 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
76         * sysdeps/arm/unwind-resume.h: Fix copyright year.
77         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
78         attribution.
80         * pwd/tst-getpw.c: Rewrite.
82         [BZ #17702]
83         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
84         (modules-names): Add moddummy1 and moddummy2.
85         ($(objpfx)tst-rec-dlopen): Define.
86         * dlfcn/moddummy1.c: New file.
87         * dlfcn/moddummy2.c: New file.
88         * dlfcn/tst-rec-dlopen.c: New file.
89         * elf/dl-cache.c (_dl_load_cache_lookup):
90         Return char*. Copy result with alloca/strcpy/strdup.
91         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
92         returns char*. Free cached. If not saving realname
93         free cached.
94         * elf/dl-open.c (dl_open_worker): Do not assert that
95         _r_debug->r_state is RT_CONSISTENT.
96         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
97         returns char*.
99 2015-01-21  Torvald Riegel  <triegel@redhat.com>
100             Carlos O'Donell  <carlos@redhat.com>
102         [BZ #12674]
103         * nptl/sem_waitcommon.c: New file.
104         * nptl/sem_wait.c: Include sem_waitcommon.c.
105         (__sem_wait_cleanup, do_futex_wait): Remove.
106         (__new_sem_wait): Adapt.
107         (__new_sem_trywait): New function.
108         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
109         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
110         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
111         (sem_timedwait): Adapt.
112         * nptl/sem_post.c (__new_sem_post): Adapt.
113         (futex_wake): New function.
114         (__old_sem_post): Add release MO fence.
115         * nptl/sem_open.c (sem_open): Adapt.
116         * nptl/sem_init.c (__new_sem_init): Adapt.
117         (futex_private_if_supported): New function.
118         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
119         (__old_sem_getvalue): Add using previous code.
120         * sysdeps/nptl/internaltypes.h: Adapt.
121         * nptl/tst-sem13.c (do_test): Adapt.
122         * nptl/tst-sem11.c (main): Adapt.
123         * nptl/sem_trywait.c: Remove.
124         * nptl/DESIGN-sem.txt: Remove.
125         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
126         (gen-as-const-headers): Remove structsem.sym.
127         * nptl/structsem.sym: Remove.
128         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
129         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
130         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
131         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
132         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
133         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
134         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
135         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
136         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
137         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
138         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
139         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
140         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
141         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
142         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
143         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
144         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
145         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
146         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
147         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
148         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
149         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
151 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
153         * INSTALL: Regenerated.
155         * po/libc.pot: Regenerated.
157 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
158             Sandra Loosemore  <sandra@codesourcery.com>
159             Andrew Jenner  <andrew@codesourcery.com>
160             Joseph Myers  <joseph@codesourcery.com>
161             Nathan Sidwell  <nathan@codesourcery.com>
163         * NEWS: Mention new Nios II port.
164         * sysdeps/nios2/Implies: New file.
165         * sysdeps/nios2/Makefile: New file.
166         * sysdeps/nios2/Subdirs: New file.
167         * sysdeps/nios2/Versions: New file.
168         * sysdeps/nios2/__longjmp.S: New file.
169         * sysdeps/nios2/abort-instr.h: New file.
170         * sysdeps/nios2/backtrace.c: New file.
171         * sysdeps/nios2/bits/endian.h: New file.
172         * sysdeps/nios2/bits/fenv.h: New file.
173         * sysdeps/nios2/bits/link.h: New file.
174         * sysdeps/nios2/bits/setjmp.h: New file.
175         * sysdeps/nios2/bsd-_setjmp.S: New file.
176         * sysdeps/nios2/bsd-setjmp.S: New file.
177         * sysdeps/nios2/configure: New generated file.
178         * sysdeps/nios2/configure.ac: New file.
179         * sysdeps/nios2/crti.S: New file.
180         * sysdeps/nios2/crtn.S: New file.
181         * sysdeps/nios2/dl-init.c: New file.
182         * sysdeps/nios2/dl-machine.h: New file.
183         * sysdeps/nios2/dl-sysdep.h: New file.
184         * sysdeps/nios2/dl-tls.h: New file.
185         * sysdeps/nios2/dl-trampoline.S: New file.
186         * sysdeps/nios2/gccframe.h: New file.
187         * sysdeps/nios2/gmp-mparam.h: New file.
188         * sysdeps/nios2/jmpbuf-offsets.h: New file.
189         * sysdeps/nios2/jmpbuf-unwind.h: New file.
190         * sysdeps/nios2/ldsodefs.h: New file.
191         * sysdeps/nios2/libc-tls.c: New file.
192         * sysdeps/nios2/libm-test-ulps: New file.
193         * sysdeps/nios2/machine-gmon.h: New file.
194         * sysdeps/nios2/math-tests.h: New file.
195         * sysdeps/nios2/math_private.h: New file.
196         * sysdeps/nios2/memusage.h: New file.
197         * sysdeps/nios2/nptl/Makefile: New file.
198         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
199         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
200         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
201         * sysdeps/nios2/nptl/pthreaddef.h: New file.
202         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
203         * sysdeps/nios2/nptl/tls.h: New file.
204         * sysdeps/nios2/preconfigure: New file.
205         * sysdeps/nios2/s_fma.c: New file.
206         * sysdeps/nios2/s_fmaf.c: New file.
207         * sysdeps/nios2/setjmp.S: New file.
208         * sysdeps/nios2/sfp-machine.h: New file.
209         * sysdeps/nios2/sotruss-lib.c: New file.
210         * sysdeps/nios2/stackguard-macros.h: New file.
211         * sysdeps/nios2/stackinfo.h: New file.
212         * sysdeps/nios2/start.S: New file.
213         * sysdeps/nios2/sysdep.h: New file.
214         * sysdeps/nios2/tls-macros.h: New file.
215         * sysdeps/nios2/tst-audit.h: New file.
216         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
217         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
218         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
219         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
220         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
221         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
222         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
223         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
224         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
225         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
226         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
227         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
228         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
229         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
230         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
231         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
232         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
233         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
234         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
235         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
236         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
237         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
238         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
239         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
240         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
241         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
242         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
243         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
244         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
245         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
246         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
247         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
248         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
249         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
250         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
251         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
252         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
253         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
254         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
255         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
256         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
257         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
258         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
259         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
261 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
263         [BZ #17844]
264         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
265         (getutent): Use weak_alias in non SHARED case
266         and default_symbol_version in SHARED case.
267         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
268         (getutent_r, pututline): Likewise.
269         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
270         (getutid): Likewise.
271         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
272         (getutid_r): Likewise.
273         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
274         (getutline): Likewise.
275         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
276         (getutline_r): Likewise.
277         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
278         (updwtmp): Likewise.
280 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
282         [BZ #17848]
283         * sysdeps/s390/s390-32/memcmp.S
284         (memcmp_g5): Rename to __memcmp_g5.
285         * sysdeps/s390/s390-32/memcpy.S
286         (memcpy_g5): Rename to __memcpy_g5.
287         Jump to __memcpy_mvcle instead of memcpy_mvcle.
288         (memcpy_mvcle) Rename to __memcpy_mvcle.
289         * sysdeps/s390/s390-32/memset.S
290         (memset_g5): Rename to __memset_g5.
291         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
292         (IFUNC_RESOLVE): Prefix ifunc-resolve function
293         and use prefixed functions.
294         * sysdeps/s390/s390-32/multiarch/memcmp.S
295         (memcmp_z196): Rename to __memcmp_z196.
296         (memcmp_z10): Rename to __memcmp_z10.
297         (memcmp): Set alias to __memcmp_g5.
298         (bcmp): Set alias to __memcmp_g5.
299         * sysdeps/s390/s390-32/multiarch/memcpy.S
300         (memcpy_z196): Rename to __memcpy_z196.
301         Jump to __memcpy_mvcle instead of memcpy_mvcle.
302         (memcpy_z10): Rename to __memcpy_z10.
303         Jump to __memcpy_mvcle instead of memcpy_mvcle.
304         (memcpy): Set alias to __memcpy_g5.
305         * sysdeps/s390/s390-32/multiarch/memset.S
306         (memset_z196): Rename to __memset_z196.
307         Jump to __memset_mvcle instead of memset_mvcle.
308         (memset_z10): Rename to __memset_z10.
309         Jump to __memset_mvcle instead of memset_mvcle.
310         (memset_mvcle) Rename to __memset_mvcle.
311         (memset): Set alias to __memset_g5.
312         * sysdeps/s390/s390-64/memcmp.S
313         (memcmp_z900): Rename to __memcmp_z900.
314         * sysdeps/s390/s390-64/memcpy.S
315         (memcpy_z900): Rename to __memcpy_z900.
316         Jump to __memcpy_mvcle instead of memcpy_mvcle.
317         (memcpy_mvcle) Rename to __memcpy_mvcle.
318         * sysdeps/s390/s390-64/memset.S
319         (memset_z900): Rename to __memset_z900.
320         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
321         (IFUNC_RESOLVE): Prefix ifunc-resolve function
322         and use prefixed functions.
323         * sysdeps/s390/s390-64/multiarch/memcmp.S
324         (memcmp_z196): Rename to __memcmp_z196.
325         (memcmp_z10): Rename to __memcmp_z10.
326         (memcmp): Set alias to __memcmp_z900.
327         (bcmp): Set alias to __memcmp_z900.
328         * sysdeps/s390/s390-64/multiarch/memcpy.S
329         (memcpy_z196): Rename to __memcpy_z196.
330         Jump to __memcpy_mvcle instead of memcpy_mvcle.
331         (memcpy_z10): Rename to __memcpy_z10.
332         Jump to __memcpy_mvcle instead of memcpy_mvcle.
333         (memcpy): Set alias to __memcpy_z900.
334         * sysdeps/s390/s390-64/multiarch/memset.S
335         (memset_z196): Rename to __memset_z196.
336         Jump to __memset_mvcle instead of memset_mvcle.
337         (memset_z10): Rename to __memset_z10.
338         Jump to __memset_mvcle instead of memset_mvcle.
339         (memset_mvcle) Rename to __memset_mvcle.
340         (memset): Set alias to __memset_z900.
342 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
344         [BZ #17748]
345         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
346         __fesetenv instead of fesetenv.
348 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
350         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
351         macro.
353 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
355         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
356         regression on LE.
358         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
359         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
360         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
361         strncmp-power8 object.
362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
363         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
364         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
365         * NEWS: Update.
367 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
368             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
370         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
371         trailing byte check.
373 2015-01-13  David S. Miller  <davem@davemloft.net>
375         * include/signal.h (__sigreturn): Guard with __USE_MISC.
377 2015-01-13  Roland McGrath  <roland@hack.frob.com>
379         * login/logout.c (logout): Use memset rather than bzero.
380         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
381         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
382         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
383         (_gethtbyaddr): Likewise.
384         * locale/programs/simple-hash.c (bcopy): Macro removed.
386 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
388         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
389         Add strcmp-power8 object.
390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
391         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
392         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
393         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
394         __strcmp_power8 implementation.
395         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
396         * NEWS: Update.
398         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
399         Add strncpy-power8 and stpncpy-power8 objects.
400         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
401         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
402         implementations.
403         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
404         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
405         __stpncpy_power8 implementation.
406         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
407         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
408         __strncpy_power8 implementation.
409         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
410         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
411         * NEWS: Update.
413         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
414         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
415         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
417         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
418         strncat-power8 object.
419         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
420         __strcat_power8 implementation.
421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
422         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
423         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
424         optimized strcat for power8.
426         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
427         strcpy-power8 and stpcpy-power8 objects.
428         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
429         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
430         implementations.
431         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
432         multiarch stpcpy implementation for POWER8.
433         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
434         multiarch strcpy implementation for POWER8.
435         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
436         __strcpy_power8 function.
437         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
438         stpcpy for POWER8.
439         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
440         strcpy for POWER8.
441         * NEWS: Update.
443 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
445         [BZ #16009]
446         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
447         weights and rules. Use do_xfrm_cached if data fits in cache,
448         do_xfrm otherwise.  Moved former main loop to...
449         * (do_xfrm_cached): New function.
450         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
451         find_idx, find_position and stack_push.
452         * (find_idx): New function.
453         * (find_position): Likewise.
454         * localedata/sort-test.sh: Added test run for do_xfrm.
455         * localedata/xfrm-test.c (main): Added command line option
456         -nocache to run the test with strings that are too large for
457         the STRXFRM cache.
459 2015-01-13  Torvald Riegel  <triegel@redhat.com>
461         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
462         variable to lll_futex_wake call, not the value itself.
464 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
466         [BZ #17803]
467         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
468         twom64.  Adjust value to 0x1p-64L.
469         (__scalblnl): Only return standard underflowing result for K <=
470         -64 not K <= -63; adjust exponent for underflowing result by 64
471         not 63.
472         * math/libm-test.inc (scalbn_test_data): Add more tests.
473         (scalbln_test_data): Likewise.
475         [BZ #17834]
476         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
477         0x1p63L.
478         (__scalblnl): Get new exponent of adjusted subnormal value from ES
479         not HX.
480         * math/libm-test.inc (scalbn_test_data): Add more tests.
481         (scalbln_test_data): Likewise.
483 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
484             Stefani Seibold  <stefani@seibold.net>
486         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
487         (sysdep_routines): Add dl-vdso here, ...
488         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
489         (sysdep_routines): ... not here.
490         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
491         fallback when vDSO is not presented.
492         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
493         Define with libc_hidden_proto/libc_hidden_data_def definitions.
494         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
495         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
496         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
497         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
498         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
499         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
500         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
501         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
502         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
503         fallback configurable symbol when vDSO is not available.
504         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
505         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
506         be able to redefine fallback symbol when vDSO is not available.
507         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
508         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
510 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
512         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
513         (TLS_INIT_TP): Add tm_capable initialization.
514         (TLS_DEFINE_INIT_TP): Likewise.
515         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
516         TCB.
517         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
518         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
519         calculation.
520         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
521         transactoion is lock elision is built and TCB tm_capable is set.
522         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
524         (INTERNAL_SYSCALL_NCS): Likewise.
525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
526         (INTERNAL_SYSCALL_NCS): Likewise.
527         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
529         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
530         for powerpc.
531         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
532         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
533         and remove it for 32 bits case.
534         [pthread_rwlock_t] (__rwelision): New field for lock elision.
535         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
536         initialization.
537         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
538         Disable lock elision with rdlocks if elision is not available.
540         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
541         (sysdep_routines): Add lock elision objects.
542         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
543         [pthread_mutex_t] (__spins): Rework to add lock elision field.
544         [pthread_mutex_t] (__elision): Add field.
545         [__PTHREAD_SPINS]: Adjust to init lock elision field.
546         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
547         elision definitions for powerpc.
548         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
549         implementation of lock elision for powerpc.
550         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
551         implementation of timed lock elision for powerpc.
552         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
553         implementation of trylock with lock elision for powerpc.
554         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
555         implementaion of unlock for lock elision for powerpc.
556         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
557         automatic enable lock elision for mutexes.
558         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
559         transaction execution definitions for powerpc.
560         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
561         definitions.
562         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
563         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
564         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
565         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
566         * NEWS: Update.
568 2015-01-09  Roland McGrath  <roland@hack.frob.com>
570         * sysdeps/posix/shm-directory.c: Use <> rather than ""
571         for #include of <shm-directory.h>.
573 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
575         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
576         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
578 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
580         [BZ #17791]
581         * NEWS: Mention bug fix.
582         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
583         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
584         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
586 2015-01-09  Torvald Riegel <triegel@redhat.com>
588         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
590 2015-01-09  Torvald Riegel <triegel@redhat.com>
592         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
594 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
596         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
597         pointer and cast to uintptr_t.
599 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
601         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
602         removed.
603         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
605 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
607         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
608         of 0.
610 2015-01-08  Roland McGrath  <roland@hack.frob.com>
612         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
613         <nptl/pthreadP.h> instead.
614         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
616         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
617         already defined.
618         [__SIGRTMIN] (init): Function removed.
619         [__SIGRTMIN] (initialized): Variable removed.
620         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
621         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
622         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
623         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
624         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
625         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
626         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
627         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
628         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
629         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
630         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
631         * sysdeps/nptl/allocrtsig.c: New file.
632         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
633         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
634         * sysdeps/generic/testrtsig.h: File removed.
636         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
637         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
639         * nptl/nptl-init.c (pthread_functions): Conditionalize
640         .ptr__nptl_setxid initialization on [SIGSETXID].
642         * sysdeps/nptl/sys/procfs.h: New file.
643         * nptl_db/Makefile (headers): Add it.
644         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
646         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
647         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
648         * nptl/pthread_attr_setaffinity.c: Include it.
649         * nptl/pthread_setattr_default_np.c: Likewise.
650         * nptl/check-cpuset.h: New file.
652 2015-01-08  Richard Henderson  <rth@redhat.com>
654         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
655         (CFLAGS-tst-execstack-prog.c): Likewise.
656         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
658 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
659             Sandra Loosemore  <sandra@codesourcery.com>
660             Andrew Jenner  <andrew@codesourcery.com>
661             Joseph Myers  <joseph@codesourcery.com>
662             Nathan Sidwell  <nathan@codesourcery.com>
664         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
665         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
666         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
667         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
668         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
669         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
670         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
671         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
672         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
673         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
674         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
675         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
676         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
677         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
678         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
679         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
680         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
682 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
684         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
685         timespec struct member in syscall macro.
686         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
687         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
688         first timeval struct member in syscall macro.
689         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
691 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
693         [BZ #17748]
694         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
695         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
696         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
697         __feupdateenv and define as weak alias of __feupdateenv.  Use
698         libm_hidden_weak.
699         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
700         libm_hidden_def.
701         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
702         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
703         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
704         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
705         libm_hidden_def.
706         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
707         __feupdateenv and define as weak alias of __feupdateenv.  Use
708         libm_hidden_weak.
709         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
710         libm_hidden_def.
711         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
712         __feupdateenv and define as weak alias of __feupdateenv.  Use
713         libm_hidden_weak.
714         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
715         libm_hidden_def.
716         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
717         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
718         (__feupdateenv): Likewise.
719         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
720         __feupdateenv and define as weak alias of __feupdateenv.  Use
721         libm_hidden_weak.
722         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
723         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
724         libm_hidden_def.
725         * sysdeps/tile/math_private.h (__feupdateenv): New inline
726         function.
727         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
728         libm_hidden_def.
729         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
730         __feupdateenv instead of feupdateenv.
731         (default_libc_feupdateenv_test): Likewise.
732         (libc_feresetround_ctx): Likewise.
734 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
736         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
737         prototype.
739 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
741         * posix/regcomp.c (parse_bracket_exp): Initialize type to
742         COLL_SYM in a couple of places to avoid uninitialized variable
743         wanings on tilegx gcc 4.8.2.
745 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
747         * sysdeps/aarch64/strcpy.S: New file.
748         * sysdeps/aarch64/stpcpy.S: New file.
749         * NEWS: Updated.
751 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
753         * sysdeps/aarch64/strrchr.S: New file.
754         * NEWS: Updated.
756 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
758         [BZ #17658]
759         * stdlib/setenv.c: Fix memory leak when setting large,
760         duplicate string.
762 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
764         [BZ #17273]
765         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
766         and tabs from buffer before parsing fstab entry.
767         * misc/tst-mntent.c (main): Add test for mount entry with
768         trailing spaces and tabs.
770 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
772         [BZ #17748]
773         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
774         * math/fesetround.c (fesetround): Rename to __fesetround and
775         define as weak alias of __fesetround.  Use libm_hidden_weak.
776         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
777         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
778         * sysdeps/arm/fesetround.c (fesetround): Likewise.
779         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
780         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
781         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
782         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
783         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
784         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
785         __fesetround_inline.
786         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
787         __fesetround_inline instead of __fesetround.
788         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
789         __fesetround and define as weak alias of __fesetround.  Use
790         libm_hidden_weak.  Call __fesetround_inline instead of
791         __fesetround.
792         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
793         __fesetround and define as weak alias of __fesetround.  Use
794         libm_hidden_weak.
795         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
796         Likewise.
797         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
798         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
799         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
800         * sysdeps/tile/math_private.h (__fesetround): New inline function.
801         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
802         __fesetround and define as weak alias of __fesetround.  Use
803         libm_hidden_weak.
804         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
805         __fesetround instead of fesetround.
806         (default_libc_feholdexcept_setround): Likewise.
807         (libc_feholdsetround_ctx): Likewise.
808         (libc_feholdsetround_noex_ctx): Likewise.
810         [BZ #17748]
811         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
812         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
813         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
814         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
815         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
816         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
817         define as weak alias of __fesetenv.  Use libm_hidden_weak.
818         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
819         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
820         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
821         define as weak alias of __fesetenv.  Use libm_hidden_weak.
822         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
823         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
824         define as weak alias of __fesetenv.  Use libm_hidden_weak.
825         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
826         libm_hidden_def.
827         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
828         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
829         Likewise.
830         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
831         define as weak alias of __fesetenv.  Use libm_hidden_weak.
832         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
833         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
834         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
835         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
836         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
837         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
838         __fesetenv instead of fesetenv.
839         (libc_feresetround_noex_ctx): Likewise.
840         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
841         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
842         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
843         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
844         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
845         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
846         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
847         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
848         (__feupdateenv): Likewise.
849         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
850         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
851         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
852         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
854 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
856         [BZ #17806]
857         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
858         addresses have been freed.
860 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
862         * resolv/res_init.c (__res_vinit): Improve comments about nserv
863         and nservall.
865 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
867         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
868         Clean up check_pf allocation pattern. addresses
870 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
872         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
873         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
874         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
875         * nptl/pthread_exit.c (__pthread_exit): Likewise.
876         * nptl/pthread_join.c (pthread_join): Likewise.
877         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
878         * sysdeps/posix/waitid.c (__waitid): Likewise.
879         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
880         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
881         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
882         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
883         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
884         Likewise.
885         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
886         (__libc_pread64): Likewise.
887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
888         (__libc_pwrite): Likewise.
889         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
890         (__libc_pwrite64): Likewsie.
891         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
892         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
893         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
894         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
895         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
896         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
897         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
899         Likewise.
900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
901         (__libc_pread64): Likewise.
902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
903         Likewise.
904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
905         (__libc_pwrite64): Likewise.
906         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
907         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
908         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
909         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
910         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
911         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
912         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
913         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
914         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
915         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
916         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
917         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
918         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
919         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
920         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
921         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
922         Likewise.
924 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
926         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
927         (CFLAGS-test-double.c): Likewise.
928         (CFLAGS-test-ldouble.c): Likewise.
929         (CPPFLAGS-test-ifloat.c): Likewise.
930         (CPPFLAGS-test-idouble.c): Likewise.
931         (CPPFLAGS-test-ildoubl.c): Likewise.
932         (CFLAGS-test-test-fenv.c): Remove variable.
933         (CFLAGS-test-misc.c): Likewise.
935 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
937         [BZ #17797]
938         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
939         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
940         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
941         CLOCKS_PER_SEC == 1000000.
942         * time/clocktest.c (main): Replace %ld with %jd and cast to
943         intmax_t.
945 2015-01-05  Roland McGrath  <roland@hack.frob.com>
947         * sysdeps/generic/unwind-resume.h: New file.
948         * sysdeps/gnu/unwind-resume.c: Include it.
949         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
950         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
951         argument list.
952         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
953         global rather than static.
954         (_Unwind_Resume): Update user.
955         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
956         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
957         rather than static.  Add __attribute__ ((cold)).
958         (_Unwind_Resume, __gcc_personality_v0): Update callers.
959         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
960         * sysdeps/arm/arm-unwind-resume.S: New file.
961         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
962         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
963         * sysdeps/arm/Makefile [$(subdir) = csu]
964         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
965         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
966         Add rt-arm-unwind-resume.
967         [$(subdir) = nptl]
968         (libpthread-sysdep_routines, libpthread-shared-only-routines):
969         Add pt-arm-unwind-resume.
970         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
971         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
973 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
975         [BZ #17748]
976         * include/fenv.h (__feholdexcept): Declare.  Use
977         libm_hidden_proto.
978         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
979         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
980         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
981         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
982         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
983         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
984         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
985         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
986         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
987         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
988         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
989         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
990         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
991         (feholdexcept): Likewise.
992         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
993         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
994         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
995         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
996         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
997         __feholdexcept instead of feholdexcept.
998         (default_libc_feholdexcept_setround): Likewise.
1000 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1002         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1003         to avoid using stl/str to align destination.
1005 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1007         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1009 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1011         [BZ #17796]
1012         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1013         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1014         Define as weak alias not strong alias.
1016 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1018         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1019         bltzal with addiupc.
1020         (RTLD_START): Ditto.
1022 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1024         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1025         for __vdso_* functions in declarations.
1026         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1027         definitions.
1028         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1029         INTERNAL_VSYSCALL): Use struct return types to check for error.
1031         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1032         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1033         function with cast from llround().
1034         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1035         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1036         Define.
1038 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1040         [BZ #17793]
1041         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1042         Define as weak alias not strong alias.
1044         [BZ #17635]
1045         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1046         ...
1047         * ctype/ctype-extn.c: ... here.
1048         (__isblank_l): Move to ...
1049         * ctype/ctype-c99_l.c: ... here.  New file.
1050         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1051         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1052         Remove variable.
1053         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1054         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1055         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1056         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1057         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1059         [BZ #17777]
1060         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1061         (posix_fadvise64): Define as weak alias not strong alias.
1062         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1063         (posix_fallocate64): Likewise.
1064         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1065         Remove variable.
1066         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1067         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1068         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1069         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1070         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1072 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1074         [BZ #16191]
1075         * NEWS: Mention bug fix.
1076         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1077         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1078         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1079         (HOST_STACK_END_ADDR): Likewise.
1081 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1083         [BZ #17748]
1084         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1085         * math/fegetround.c (fegetround): Rename to __fegetround and
1086         define as weak alias of __fegetround.  Use libm_hidden_weak.
1087         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1088         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1089         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1090         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1091         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1092         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1093         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1094         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1095         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1096         Undefine after rather than before function definition; use
1097         parentheses around function name in definition.
1098         (__fegetround): Also undefine macro after function definition.
1099         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1100         __fegetround and define as weak alias of __fegetround.  Use
1101         libm_hidden_weak.  Do not undefine as macro.
1102         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1103         Likewise.
1104         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1105         __fegetround and define as weak alias of __fegetround.  Use
1106         libm_hidden_weak.
1107         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1108         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1109         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1110         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1111         __fegetround and define as weak alias of __fegetround.  Use
1112         libm_hidden_weak.
1113         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1114         __fegetround instead of fegetround.
1116         [BZ #17782]
1117         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1118         Condition macro definition on [__USE_MISC].
1120         [BZ #17781]
1121         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1122         (struct sigaction): Change type of sa_flags field to int.
1124         [BZ #17780]
1125         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1126         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1127         __glibc_reserved0.
1129         * nptl/version.c (banner): Use single year in copyright notice.
1131         * NEWS: Update copyright dates.
1132         * catgets/gencat.c (print_version): Likewise.
1133         * csu/version.c (banner): Likewise.
1134         * debug/catchsegv.sh: Likewise.
1135         * debug/pcprofiledump.c (print_version): Likewise.
1136         * debug/xtrace.sh (do_version): Likewise.
1137         * elf/ldconfig.c (print_version): Likewise.
1138         * elf/ldd.bash.in: Likewise.
1139         * elf/pldd.c (print_version): Likewise.
1140         * elf/sotruss.sh: Likewise.
1141         * elf/sprof.c (print_version): Likewise.
1142         * iconv/iconv_prog.c (print_version): Likewise.
1143         * iconv/iconvconfig.c (print_version): Likewise.
1144         * locale/programs/locale.c (print_version): Likewise.
1145         * locale/programs/localedef.c (print_version): Likewise.
1146         * login/programs/pt_chown.c (print_version): Likewise.
1147         * malloc/memusage.sh (do_version): Likewise.
1148         * malloc/memusagestat.c (print_version): Likewise.
1149         * malloc/mtrace.pl: Likewise.
1150         * manual/libc.texinfo: Likewise.
1151         * nptl/version.c (banner): Likewise.
1152         * nscd/nscd.c (print_version): Likewise.
1153         * nss/getent.c (print_version): Likewise.
1154         * nss/makedb.c (print_version): Likewise.
1155         * posix/getconf.c (main): Likewise.
1156         * scripts/test-installation.pl: Likewise.
1157         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1159 2015-01-02  Will Newton  <will.newton@linaro.org>
1161         * sysdeps/arm/armv7/configure: Removed.
1162         * sysdeps/arm/armv7/configure.ac: Likewise.
1164 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1166         * All files with FSF copyright notices: Update copyright dates
1167         using scripts/update-copyrights.
1168         * intl/plural.c: Regenerated.
1169         * locale/programs/charmap-kw.h: Likewise.
1170         * locale/programs/locfile-kw.h: Likewise.
1172 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1174         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1176 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1178         [BZ #17748]
1179         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1180         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1181         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1182         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1183         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1184         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1185         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1186         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1187         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1188         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1189         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1190         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1191         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1192         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1193         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1194         libm_hidden_def.
1195         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1196         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1197         Likewise.
1198         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1199         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1200         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1201         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1202         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1203         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1204         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1205         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1206         __fegetenv instead of fegetenv.
1207         (libc_feholdsetround_noex_ctx): Likewise.
1209 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1211         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1212         (Elf_MIPS_ABIFlags_v0): New structure.
1213         (EF_MIPS_FP64): Define.
1214         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1215         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1216         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1217         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1218         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1219         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1220         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1221         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1222         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1223         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1224         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1225         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1226         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1227         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1228         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1229         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1230         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1231         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1232         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1233         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1234         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1235         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1236         field.
1237         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1238         EF_MIPS_FP64.
1239         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1240         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1241         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1242         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1243         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1244         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1245         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1246         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1247         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1248         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1249         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1250         record the current FP ABI extension.
1251         (mips-mode-switch): Define to show if kernel headers support mode
1252         switching.
1253         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1254         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1255         supported SYSV ABI version to 3.
1256         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1257         feature.
1259 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1260             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1262         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1263         path.
1264         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1266 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1268         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1269         __fegetround and redefine to call __fegetround.  Remove condition
1270         on [!__NO_MATH_INLINES].
1271         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1272         function.
1273         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1274         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1275         Remove macro.
1276         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1277         instead of <fenv_libc.h>.
1278         (__llrintl): Call fegetround instead of __fegetround.
1279         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1280         instead of <fenv_libc.h>.
1281         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1282         (__lrintl): Call fegetround instead of __fegetround.
1283         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1284         instead of <fenv_libc.h>.
1285         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1286         (__rintl): Call fegetround instead of __fegetround.
1288 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1290         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1291         arrays.
1293 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1295         [BZ #17775]
1296         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1297         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1298         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1300 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1302         * sysdeps/i386/tls-macros.h: Include <features.h>.
1303         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1304         (TLS_IE): Likewise.
1305         (TLS_LD): Likewise.
1306         (TLS_GD): Likewise.
1307         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1308         define for GCC >= 5.0.
1310 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1312         * math/test-fenv.c (test_single_exception, set_single_exc,
1313         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1314         feexcp_mask_test, feenable_test, fe_single_test): Add
1315         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1316         case where they are not used.
1317         * math/libm-test.inc: Likewise.
1318         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1319         unused in the absence of FP rounding/exception support.
1320         * stdio-common/tst-printf-round.c: Likewise.
1321         * stdlib/tst-strtod-round.c: Likewise.
1322         * stdlib/tst-strtod-underflow.c: Likewise.
1324 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1326         [BZ #17723]
1327         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1328         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1329         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1330         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1331         libm_hidden_weak.
1332         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1333         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1334         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1335         libm_hidden_def.
1336         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1337         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1338         libm_hidden_weak.
1339         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1340         Likewise.
1341         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1342         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1343         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1344         libm_hidden_weak.
1345         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1346         libm_hidden_def.
1347         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1348         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1349         (__feraiseexcept): Likewise.
1350         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1351         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1352         libm_hidden_weak.
1353         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1354         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1355         libm_hidden_def.
1356         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1357         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1358         Use libm_hidden_def.
1359         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1360         libm_hidden_def.
1361         (feraiseexcept): Define as weak not strong alias.  Use
1362         libm_hidden_weak.
1363         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1364         New inline function.  Factored out of ...
1365         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1366         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1367         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1368         feraiseexcept.
1369         * math/w_acos.c (__acos): Likewise.
1370         * math/w_asin.c (__asin): Likewise.
1371         * math/w_ilogb.c (__ilogb): Likewise.
1372         * math/w_j0.c (y0): Likewise.
1373         * math/w_j1.c (y1): Likewise.
1374         * math/w_jn.c (yn): Likewise.
1375         * math/w_log.c (__log): Likewise.
1376         * math/w_log10.c (__log10): Likewise.
1377         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1378         * sysdeps/aarch64/fpu/math_private.h
1379         (libc_feupdateenv_test_aarch64): Likewise.
1380         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1381         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1382         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1383         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1384         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1385         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1386         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1387         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1388         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1389         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1391 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1393         [BZ #17732]
1394         * io/test-utime.c (main): Replace %ld with %jd and cast to
1395         intmax_t.
1396         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1397         * nptl/tst-mutex5.c: Include <stdint.h>.
1398         (do_test): Replace %ld with %jd and cast to intmax_t.
1399         * posix/tst-regex.c (run_test): Likewise.
1400         (run_test_backwards): Likewise.
1401         * rt/tst-clock.c: Include <stdint.h>.
1402         (clock_test): Replace %ld with %jd and cast to intmax_t.
1403         * rt/tst-cpuclock1.c: Include <stdint.h>.
1404         (do_test): Replace %lu with %ju and cast to uintmax_t.
1405         * rt/tst-cpuclock2.c: Include <stdint.h>.
1406         (do_test): Replace %lu with %ju and cast to uintmax_t.
1407         * rt/tst-mqueue1.c: Include <stdint.h>.
1408         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1409         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1410         intmax_t.
1411         * rt/tst-mqueue4.c (do_test): Likewise.
1412         * rt/tst-timer4.c: Include <stdint.h>.
1413         (check_ts): Replace %ld with %jd and cast to intmax_t.
1414         (do_test): Likewise.
1415         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1416         and cast to intmax_t.
1417         * sysdeps/pthread/tst-timer.c (main): Likewise.
1418         * time/clocktest.c (main): Likewise.
1419         * time/tst-posixtz.c (do_test): Likewise.
1420         * timezone/tst-timezone.c (main): Likewise.
1422 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1423             H.J. Lu  <hongjiu.lu@intel.com>
1425         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1426         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1427         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1428         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1430         version if bit_Fast_Unaligned_Load is set.
1431         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1433         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1434         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1436         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1437         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1438         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1439         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1440         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1441         to 4.
1442         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1443         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1444         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1445         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1447 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1449         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1450         instead of #if to avoid a Wundef warning.
1451         * stdlib/tst-limits.c (do_test): Likewise.
1453         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1454         parallel other exception macros.
1455         (fegetenv): Convert from macro to extern inline so that it applies
1456         retroactively to inline functions already seen by the compiler.
1457         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1459         * posix/Makefile (before-compile): Use $(objpfx) for
1460         posix-conf-vars-def.h.
1462 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1464         * posix/getconf.c (main): Use size_t for type of I.
1465         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1466         NSPEC.
1468         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1469         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1470         * posix/posix-envs.def: Likewise.
1471         * sysdeps/posix/sysconf.c: Likewise.
1472         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1473         (specs): Remove array.
1474         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1475         array.
1477         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1478         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1479         (__sysconf): Use CONF_IS_* macros.
1481         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1482         ($(objpfx)posix-conf-vars-def.h): New target.
1483         * posix/posix-conf-vars.list: New file.
1484         * posix/posix-conf-vars.h: New file.
1485         * posix/confstr.c: Include posix-conf-vars.h.
1486         (confstr): Use CONF_IS_* macros.
1487         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1488         CONF_IS_* macros.
1489         * scripts/gen-posix-conf-vars.awk: New file.
1491 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1493         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1494         fegetround): Add no-op macros to avoid linknamespace issues.
1496         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1497         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1499         * sysdeps/unix/sysv/linux/tile/sysdep.h
1500         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1501         assembly-specific section to avoid a redefinition warning.
1503         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1504         long before casting to pointer to avoid a cast warning.
1506 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1508         * sysdeps/tile/tilegx/Implies: New file.
1510 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1512         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1514 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1516         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1518 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1520         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1521         not define.
1522         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1523         <kernel-features.h>.
1524         (__utimes) [__NR_utimes]: Make code unconditional.
1525         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1526         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1527         (__ASSUME_UTIMES): Do not undefine.
1528         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1529         (__ASSUME_UTIMES): Likewise.
1530         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1531         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1532         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1533         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1535 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1537         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1539 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1541         [BZ #17747]
1542         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1543         alias to weak alias for j0l, y0l.
1544         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1545         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1547         [BZ #17746]
1548         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1549         conversion.
1551 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1553         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1554         to zero if not already defined.
1556 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1558         [BZ #17724]
1559         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1560         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1561         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1562         (char *) casts added.
1563         * sysdeps/ieee754/k_standardf.c: New file.
1564         * sysdeps/ieee754/k_standardl.c: Likewise.
1565         * math/Makefile (libm-support): Remove k_standard.
1566         (libm-calls): Add k_standard.
1568 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1570         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1571         Optimize to avoid an unnecessary FPCR read.
1573 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1575         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1576         Optimize to reduce FPCR/FPSR accesses.
1578 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1580         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1581         Call libc_fetestexcept_aarch64.
1583 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1585         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1586         Call libc_fesetround_aarch64.
1588 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1590         [BZ #17733]
1591         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1592         (__bind): Do not define as weak alias.
1593         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1594         define.
1595         (__getsockname): Do not define as weak alias.
1597 2014-12-22  Will Newton  <will.newton@linaro.org>
1599         * manual/install.texi: Document that we require bison 2.7
1600         or above.
1601         * INSTALL: Regenerate.
1602         * configure.ac: Use AC_CHECK_PROG_VER instead of
1603         AC_PATH_PROG when checking for bison and check for
1604         version 2.7 or above.
1605         * configure: Regenerate.
1607 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1609         [BZ #17745]
1610         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1611         * sysdeps/tile/ffsll.c (ffsll): To here.
1613         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1615 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1617         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1618         if not defined.
1619         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1620         definition.
1621         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1622         hidden ___tls_get_addr.
1623         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1624         hidden __tls_get_addr.
1625         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1626         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1627         Likewise.
1629 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1631         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1632         _dl_init call.
1634 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1636         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1637         from "call _dl_init@PLT".
1638         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1640 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1642         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1643         guarantees.
1645 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1647         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1649 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1651         [BZ #17744]
1652         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1653         strnlen.
1655 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1657         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1658         of multu on MIPSr6.
1659         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1660         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1661         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1662         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1663         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1665 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1667         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1668         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1669         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1670         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1671         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1672         mips32r6/mips64r6.
1673         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1675 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1677         * string/strncat.c (STRNCAT): Simplify implementation.
1679 2014-12-19  David S. Miller  <davem@davemloft.net>
1681         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1682         access the quad as both a long double and as a series of 4 words.
1684         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1685         link_map->l_info array access.
1687 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1689         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1691         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1692         * math/atest-exp2.c (TIMEOUT): Likewise.
1693         * math/atest-sincos.c (TIMEOUT): Likewise.
1695 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1697         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1698         -Wno-error with -fno-builtin-lround.
1700 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1702         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1703         Contains futex constants and functions moved over from ...
1704         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1705         <lowlevellock-futex.h>.
1706         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1707         (lll_timedwait_tid): Add comments and parentheses around macro
1708         arguments.
1710 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1712         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1713         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1714         (__lll_private_flag): Remove.
1715         (lll_futex_wait): Likewise.
1716         (lll_futex_timed_wait): Likewise.
1717         (lll_futex_wake): Likewise.
1718         (lll_futex_requeue): Likewise.
1719         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1720         (__lll_timedwait_tid): Spell out argument names.
1721         (lll_timedwait_tid): Add comments and parentheses around macro
1722         arguments.
1723         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1724         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1726 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1728         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1729         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1730         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1731         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1732         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1733         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1734         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1735         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1736         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1737         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1738         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1739         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1740         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1741         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1742         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1743         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1744         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1745         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1746         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1748 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1750         * sysdeps/x86_64/x32/Makefile: New file.
1752 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1754         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1755         1L with (mp_limb_t) 1.
1757 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1759         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1760         * nptl/libc_pthread_init.c: ... here.
1761         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1762         * nptl/register-atfork.c: ... here.
1764         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1765         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1766         Use assert_perror to check its return value.
1767         (__gai_create_helper_thread): Likewise.
1769         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1771         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1773 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1775         [BZ #17725]
1776         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1777         __profil_counter.
1778         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1779         Likewise.
1780         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1781         Likewise.
1782         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1783         Likewise.
1784         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1785         (profil_counter): Likewise.
1786         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1787         (profil_counter): Likewise.
1788         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1789         Likewise.
1790         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1791         Likewise.
1792         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1793         (profil_counter): Likewise.
1794         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1795         Likewise.
1796         [!__profil_counter] (profil_counter): Define as weak alias of
1797         __profil_counter.
1798         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1799         (profil_counter): Rename to __profil_counter.
1800         [!__profil_counter] (profil_counter): Define as weak alias of
1801         __profil_counter.
1802         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1803         (profil_counter): Rename to __profil_counter.
1804         [!__profil_counter] (profil_counter): Define as weak alias of
1805         __profil_counter.
1806         * sysdeps/posix/profil.c: Update comment referring to
1807         profil_counter.
1808         (__profil): Use __profil_counter instead of profil_counter.
1809         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1810         __profil_counter.  Use __profil_counter_ushort and
1811         __profil_counter_uint in definitions.
1812         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1813         instead of profil_counter_uint and profil_counter_ushort.
1815         [BZ #17722]
1816         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1817         define as weak alias of __inet_makeaddr.
1818         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1819         as weak alias of __inet_addr.
1820         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1821         as weak alias of __inet_pton.  Use libc_hidden_weak.
1822         * include/arpa/inet.h (__inet_pton): Declare.  Use
1823         libc_hidden_proto.
1824         (inet_makeaddr): Don't use libc_hidden_proto.
1825         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1826         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1827         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1828         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1829         Remove variable.
1830         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1831         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1833 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1835         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1837 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1839         * stdio-common/bug-vfprintf-nargs.c (do_test):
1840         Cast value to intptr_t to avoid format warning
1841         for usage with PRIdPTR printing macro.
1843 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1845         * libio/tst-widetext.c (do_test):
1846         Use format type %td instead of %Zd for ptrdiff_t
1847         in order to avoid format warning.
1849 2014-12-17  Andreas Schwab  <schwab@suse.de>
1851         * nscd/mem.c (gc): Add size_t cast to match printf format.
1853 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1855         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1856         (init): Apply PTR_MANGLE to pointers before storing them.
1857         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1858         before using them.
1860 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1862         [BZ #17719]
1863         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1864         define as weak alias of __memrchr.
1865         (__memrchr): Do not define as strong alias of memrchr.
1866         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1867         Remove variable.
1868         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1869         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1870         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1872         [BZ #17717]
1873         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1874         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1875         (if_indextoname): Rename to __if_indextoname and define as weak
1876         alias of __if_indextoname.  Use libc_hidden_weak.
1877         (if_freenameindex): Rename to __if_freenameindex and define as
1878         weak alias of __if_freenameindex.
1879         (if_nameindex): Rename to __if_nameindex and define as weak alias
1880         of __if_nameindex.
1881         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1882         __if_nametoindex and define as weak alias of __if_nametoindex.
1883         Use libc_hidden_weak.
1884         (if_freenameindex): Rename to __if_freenameindex and define as
1885         weak alias of __if_freenameindex.
1886         (if_nameindex): Rename to __if_nameindex and define as weak alias
1887         of __if_nameindex.
1888         (if_indextoname): Rename to __if_indextoname and define as weak
1889         alias of __if_indextoname.  Use libc_hidden_weak.
1890         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1891         __if_nametoindex and define as weak alias of __if_nametoindex.
1892         Use libc_hidden_weak.
1893         (if_freenameindex): Rename to __if_freenameindex and define as
1894         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1895         (if_nameindex_netlink): Use __if_freenameindex instead of
1896         if_freenameindex.
1897         (if_nameindex): Rename to __if_nameindex and define as weak alias
1898         of __if_nameindex.  Use libc_hidden_weak.
1899         (if_indextoname): Rename to __if_indextoname and define as weak
1900         alias of __if_indextoname.  Use libc_hidden_weak.
1901         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1902         libc_hidden_proto.
1903         [!_ISOMAC] (__if_freenameindex): Likewise.
1904         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1905         if_nametoindex.
1906         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1907         variable.
1908         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1909         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1910         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1911         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1912         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1913         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1914         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1916         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1917         Remove variable.
1918         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1919         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1921 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1923         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1924         subscript above bounds'
1926         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1927         bounds.
1929 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1931         * libio/tst-fopenloc.c: Use test-skeleton.c.
1933         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1934         (entry): Rename to ITEM.
1935         (do_test, comp): Adjust.
1937         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1939 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1941         * string/tester.c: Include <libc-internal.h>.
1942         (test_memset): Ignore -Wmemset-transposed-args.
1944 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1946         * misc/tst-mntent2.c (do_test): Fix warning.
1948 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1950         * elf/tst-unique4lib.cc(a): Mark as used.
1952 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1954         [BZ #17630]
1955         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1956         names.
1958 2014-12-16  Allan McRae  <allan@archlinux.org>
1960         * stdio-common/Makefile (tests): Re-add bug26.
1962 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1964         [BZ #17657]
1965         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1966         static array.
1968 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1970         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1971         (__lll_lock_wait): Likewise.
1972         (__lll_timedlock_wait): Likewise.
1973         (__lll_timedwait_tid): Likewise.
1974         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1975         (__lll_robust_timedlock_wait): Likewise.
1976         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1977         (lll_cond_trylock): Likewise.
1978         (__lll_lock): Likewise.
1979         (__lll_robust_lock): Likewise.
1980         (__lll_cond_lock): Likewise.
1981         (lll_robust_cond_lock): Likewise.
1982         (__lll_timedlock): Likewise.
1983         (__lll_robust_timedlock): Likewise.
1984         (__lll_unlock): Likewise.
1985         (__lll_robust_unlock): Likewise.
1986         (lll_wait_tid): Likewise.
1987         (lll_timedwait_tid): Likewise.
1989 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1991         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1993 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1995         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1997 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1999         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2000         * stdio-common/tst-sprintf.c: Likewise.
2002 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2004         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2006 2014-12-15  Jeff Law  <law@redhat.com>
2008         [BZ #16617]
2009         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2010         on the heap.  (CVE-2012-3406)
2011         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2012         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2013         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2015 2014-12-15  Will Newton  <will.newton@linaro.org>
2017         * manual/install.texi: Bump required version of texinfo
2018         to 4.7 from 4.5.
2019         * INSTALL: Regenerated.
2020         * configure.ac: Check for makeinfo version 4.7 and above.
2021         * configure: Regenerated.
2023 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2025         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2026         PREFIX, string constant to insert between directory and name.
2027         * sysdeps/posix/shm_open.c: Update caller.
2028         * sysdeps/posix/shm_unlink.c: Likewise.
2029         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2030         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2031         (SEM_SHM_PREFIX): New macro.
2032         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2033         [$(have-thread-library) = no].
2034         * nptl/Makefile (libpthread-routines): Add shm-directory.
2035         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2036         * sysdeps/nptl/shm-directory.h: New file.
2037         * sysdeps/posix/shm-directory.c
2038         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2039         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2040         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2041         INTERNAL_SYSCALL.
2042         (__where_is_shmfs): Function removed.
2043         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2044         Variables removed.
2045         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2046         Use SHM_GET_NAME.
2047         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2049         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2050         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2051         unconditional for use inside libpthread.
2052         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2054 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2056         * nptl/pthread_getaffinity.c: New file.
2057         * nptl/pthread_setaffinity.c: New file.
2058         * nptl/pthread_getname.c: New file.
2059         * nptl/pthread_setname.c: New file.
2061         * nptl/pthread_create.c (START_THREAD_DEFN)
2062         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2064 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2065             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2067         * resolv/res_send.c (send_vc): Disable warning resplen may
2068         be used uninitialized.
2070 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2072         * nptl/tst-mutex6.c
2073         (ATTR_NULL): New define checks ATTR against NULL.
2074         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2075         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2077 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2079         [BZ #17581]
2080         * malloc/hooks.c
2081         (mem2mem_check): Revert my previous change.
2082         (malloc_check_get_size): Revert my previous change.
2083         (mem2chunk_check): Revert my previous change.
2085 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2087         * sysdeps/posix/shm-directory.c: New file.
2088         * sysdeps/posix/shm-directory.h: New file.
2089         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2090         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2091         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2092         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2093         Transmute EPERM to EACCES.
2094         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2095         from ...
2096         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2097         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2099 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2101         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2102         pointer and cast to uintptr_t.
2103         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2104         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2105         Add cast to avoid warning.
2106         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2108 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2110         * nptl/semaphore.h: Move to ...
2111         * sysdeps/pthread/semaphore.h: ... here.
2112         * Makefile (installed-headers): Change nptl/semaphore.h to
2113         sysdeps/pthread/semaphore.h.
2115 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2117         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2118         generated error format strings.
2120         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2121         -Wformat-extra-args warnings for scanf formats.
2122         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2123         test of zero-length format (duh).
2124         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2125         corner-case scanf format test.
2126         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2127         generated fprintf format string.
2128         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2129         corner-case sprintf format tests.
2130         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2131         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2132         -Wformat-extra-args warnings throughout.
2133         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2134         (CFLAGS-scanf4.c): Likewise.
2135         (CFLAGS-scanf7.c): Likewise.
2136         (CFLAGS-tst-sprintf.c): Likewise.
2137         (CFLAGS-tst-printf.c): Likewise.
2138         (CFLAGS-tst-printfsz.c): Likewise.
2140 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2142         * include/cpio.h: New file.
2143         * include/fmtmsg.h: Likewise.
2145         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2146         corresponding format argument to size_t.
2147         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2148         arguments.
2149         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2150         corresponding format argument to size_t.
2151         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2152         arguments.
2153         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2154         corresponding format argument to size_t.
2155         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2156         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2157         (CFLAGS-tst-mbswcs2.c): Likewise.
2158         (CFLAGS-tst-mbswcs3.c): Likewise.
2159         (CFLAGS-tst-mbswcs4.c): Likewise.
2160         (CFLAGS-tst-mbswcs5.c): Likewise.
2161         (CFLAGS-tst-trans.c): Likewise
2163 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2165         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2166         rather than assuming they won't contain any '%'s.
2168 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2170         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2171         inhibit_loop_to_libcall to avoid recursive calls.
2172         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2173         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2175 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2177         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2178         prototype.
2180 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2182         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2183         integer value instead of boolean.
2185 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2187         * malloc/malloc.c: Fix powerof2 check.
2189 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2191         * locale/programs/locfile.h (maybe_swap_uint32):
2192         Remove inline and add unused attribute.
2194 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2196         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2197         Truncating assembler expression to a .long expression.
2199 2014-12-11  Andreas Schwab  <schwab@suse.de>
2201         * elf/rtld.c (struct map_args): Constify str member.
2202         (do_preload): Constify fname argument.
2204 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2206         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2207         constants definition.
2209 2014-12-11  Andreas Schwab  <schwab@suse.de>
2211         [BZ #16657]
2212         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2213         FORCE_ELISION instead of DO_ELISION.
2214         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2215         Remove.
2216         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2217         Likewise.
2219         * iconvdata/gconv-modules: Remove duplicate entry.
2221 2014-12-11  Will Newton  <will.newton@linaro.org>
2223         Merge gettext 0.19.3 into intl/.
2225         This involves a number of cosmetic changes to comments
2226         and ANSI function definitions and prototypes throughout
2227         all the files. The gettext copyright header is used but
2228         with the date ranges taken from the glibc copy.
2230         * NEWS: Add gettext merge to 2.21.
2231         * intl/bindtextdom.c: Switch to gettext copyright.
2232         Use ANSI definitions and prototypes.
2233         Use gl_* locking primitives rather than __libc_* ones.
2234         Use __builtin_expect rather than __glibc_likely/unlikely.
2235         * intl/dcgettext.c: Switch to gettext copyright.
2236         Use ANSI definitions and prototypes.
2237         * intl/dcigettext.c: Switch to gettext copyright.
2238         Use ANSI definitions and prototypes.
2239         (INTDIV0_RAISES_SIGFPE): New define.
2240         Use gl_* locking primitives rather than __libc_* ones.
2241         Include eval-plural.h instead of plural-eval.c.
2242         Use __builtin_expect rather than __glibc_likely/unlikely.
2243         * intl/dcngettext.c: Switch to gettext copyright.
2244         Use ANSI definitions and prototypes.
2245         * intl/dgettext.c: Likewise.
2246         * intl/dngettext.c: Likewise.
2247         * intl/plural-eval.c: Renamed to...
2248         * intl/eval-plural.h: ...this.
2249         * intl/explodename.c: Switch to gettext copyright.
2250         Use ANSI definitions and prototypes.
2251         (_nl_explode_name): Use strchr instead of __rawmemchr.
2252         * intl/finddomain.c: Switch to gettext copyright.
2253         Use ANSI definitions and prototypes.
2254         Use gl_* locking primitives rather than __libc_* ones.
2255         (_nl_find_domain): Use malloc rather than alloca for
2256         allocation of temporary locale name.
2257         * intl/gettext.c: Switch to gettext copyright.
2258         Use ANSI definitions and prototypes.
2259         * intl/gettextP.h: Switch to gettext copyright.
2260         Use ANSI definitions and prototypes.
2261         Use gl_* locking primitives rather than __libc_* ones.
2262         * intl/gmo.h: Switch to gettext copyright.
2263         (struct sysdep_string): Move struct segment_pair outside of
2264         struct definition.
2265         * intl/hash-string.c: Use ANSI definitions and prototypes.
2266         * intl/hash-string.h: Switch to gettext copyright.
2267         Use ANSI definitions and prototypes.
2268         * intl/l10nflist.c: Switch to gettext copyright.
2269         Use ANSI definitions and prototypes.
2270         (_nl_normalize_codeset): Avoid integer overflow.
2271         * intl/loadinfo.h: Switch to gettext copyright.
2272         Use ANSI definitions and prototypes.
2273         (LIBINTL_DLL_EXPORTED): New define.
2274         (PATH_SEPARATOR): New define.
2275         * intl/loadmsgcat.c: Switch to gettext copyright.
2276         * intl/localealias.c: Switch to gettext copyright.
2277         Use ANSI definitions and prototypes.
2278         (_nl_expand_alias): Use PATH_SEPARATOR.
2279         * intl/ngettext.c: Switch to gettext copyright.
2280         Use ANSI definitions and prototypes.
2281         * intl/plural-exp.c: Likewise.
2282         * intl/plural-exp.h: Switch to gettext copyright.
2283         Use ANSI definitions and prototypes.
2284         (struct expression): Move definition of enum operator outside
2285         of struct definition.
2286         * intl/plural.c: Regenerate.
2287         * intl/plural.y: Switch to gettext copyright.
2288         Use ANSI definitions and prototypes.
2289         Port to bison 3.0.
2290         * intl/textdomain.c: Switch to gettext copyright.
2291         Use ANSI definitions and prototypes.
2292         Use gl_* locking primitives rather than __libc_* ones.
2294 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2296         * debug/warning-nop.c: Add used atrribute.
2298 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2300         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2302         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2303         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2304         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2306 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2307             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2309         [BZ #17634]
2310         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2311         Undefine after defining function.  Define as weak alias of
2312         __wcschr.  Use libc_hidden_weak.
2313         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2314         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2315         (libc_hidden_def): Also define __GI___wcschr alias.
2316         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2317         __wcschr and define as weak alias of __wcschr.
2318         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2319         __wcschr.
2320         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2321         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2322         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2323         libc_hidden_weak.  Do not use libc_hidden_def.
2324         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2325         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2326         __GI___wcschr alias.
2327         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2328         [IS_IN (libc)] (wcschr): Define as macro expanding to
2329         __redirect_wcschr.
2330         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2331         [IS_IN (libc)] (__wcschr_power6): Likewise.
2332         [IS_IN (libc)] (__wcschr_power7): Likewise.
2333         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2334         instead of wcschr.
2335         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2336         __libc_wcschr.
2337         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2338         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2339         __wcschr and define as weak alias of __wcschr.  Use
2340         libc_hidden_builtin_def.
2341         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2342         as weak alias of __wcschr.  Use libc_hidden_weak.
2343         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2344         wcschr.
2345         * time/era.c (_nl_init_era_entries): Likewise.
2346         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2347         variable.
2348         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2349         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2351 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2353         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2354         format for long int variable.
2356 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2358         [BZ #10672]
2359         * manual/search.texi: (Array Sort Function): Remove claim how to make
2360         qsort stable.
2362 2014-12-10  Andreas Schwab  <schwab@suse.de>
2364         [BZ #12847]
2365         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2366         user-controlled locks.
2368 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2370         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2371         register.
2373 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2375         * configure.ac (--disable-werror): New configure option.
2376         (enable_werror): New AC_SUBST.
2377         * configure: Regenerated.
2378         * config.make.in (enable-werror): New variable.
2379         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2380         -Wno-error=undef.
2381         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2382         * manual/install.texi (Configuring and compiling): Document
2383         --disable-werror.
2384         * INSTALL: Regenerated.
2385         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2386         (CFLAGS-tst-chk2.c): Likewise.
2387         (CFLAGS-tst-chk3.c): Likewise.
2388         (CFLAGS-tst-chk4.cc): Likewise.
2389         (CFLAGS-tst-chk5.cc): Likewise.
2390         (CFLAGS-tst-chk6.cc): Likewise.
2391         (CFLAGS-tst-lfschk1.c): Likewise.
2392         (CFLAGS-tst-lfschk2.c): Likewise.
2393         (CFLAGS-tst-lfschk3.c): Likewise.
2394         (CFLAGS-tst-lfschk4.cc): Likewise.
2395         (CFLAGS-tst-lfschk5.cc): Likewise.
2396         (CFLAGS-tst-lfschk6.cc): Likewise.
2398         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2399         (main): Disable -Wdeprecated-declarations around calls to
2400         register_printf_function.
2402         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2403         (do_test): Disable -Wdiv-by-zero around some calls to
2404         fwrite_unlocked and fread_unlocked.
2406         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2407         (DIAG_POP_NEEDS_COMMENT): Likewise.
2408         (_DIAG_STR1): Likewise.
2409         (_DIAG_STR): Likewise.
2410         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2411         * stdio-common/bug21.c: Include <libc-internal.h>.
2412         (do_test): Disable -Wformat around call to sscanf.
2413         * stdio-common/scanf14.c: Include <libc-internal.h>.
2414         (main): Disable -Wformat around some calls to scanf functions.
2416 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2418         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2420 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2422         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2423         stack variable alignment.
2425 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2427         [BZ #17682]
2428         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2429         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2430         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2431         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2432         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2433         __getrlimit instead of getrlimit.
2434         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2435         __gettimeofday instead of gettimeofday.
2436         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2437         Likewise.
2438         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2439         Likewise.
2440         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2441         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2442         Remove variable.
2443         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2444         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2446 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2448         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2449         for wide-character tests.
2451 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2453         * io/openat64.c: #include <libc-internal.h>
2454         (__openat64): Prototypify.  Use ignore_value on MODE.
2455         * io/openat.c: Likewise.
2456         * misc/reboot.c: #include <libc-internal.h>
2457         (reboot): Prototypify.  Use ignore_value on HOWTO.
2458         * misc/ptrace.c: #include <libc-internal.h>
2459         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2461 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2463         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2464         XPG4, UNIX98 and XOPEN2K.
2465         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2466         Remove variable.
2467         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2469 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2471         * libio/fileops.c: Use ISO C style for function definitions.
2472         * libio/iofopen.c: Likewise.
2473         * libio/wfileops.c: Likewise.
2475         [BZ #17653]
2476         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2477         offset on EOF.
2478         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2479         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2480         (fgets_func): Function pointer to fgets and fgetws.
2481         (do_ftell_test): Add test to verify ftell value after read
2482         EOF.
2483         (do_test): Set fgets_func.
2485         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2486         O_TRUNC flag for w and w+ modes.
2487         (do_rewind_test): Likewise.
2488         (do_ftell_test): Likewise.
2489         (do_write_test): Likewise.
2491         [BZ #17647]
2492         * libio/fileops.c (do_ftell): Seek only when there are
2493         unflushed writes.
2494         * libio/wfileops.c (do_ftell_wide): Likewise.
2495         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2496         test case.
2497         (do_one_test): Call it.
2499 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2501         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2502         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2503         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2504         Remove variable.
2505         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2506         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2507         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2509 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2511         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2512         Remove variable.
2513         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2515         [BZ #17668]
2516         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2517         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2518         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2519         __freeifaddrs.  Use libc_hidden_weak.
2520         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2521         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2522         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2523         __freeifaddrs.  Use libc_hidden_weak.
2524         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2525         __getifaddrs and define as weak alias of __getifaddrs.  Use
2526         libc_hidden_weak.
2527         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2528         __freeifaddrs.  Use libc_hidden_weak.
2529         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2530         Remove variable.
2531         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2532         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2534 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2536         [BZ #17601]
2537         * sysdeps/mips/start.S (__start): Use indirect jump to call
2538         __libc_start_main.
2540 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2542         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2544         * nptl/tst-mutex1.c: Include <stdbool.h>.
2545         [!ATTR] (ATTR_NULL): New macro.
2546         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2547         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2548         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2550         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2551         to char *.
2553         [BZ #17665]
2554         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2555         Change conditional to [__USE_MISC].
2557         [BZ #17664]
2558         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2559         fgets_unlocked.
2560         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2561         __fgets_unlocked.
2562         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2563         fgets_unlocked.
2564         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2565         Remove variable.
2566         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2567         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2568         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2569         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2570         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2571         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2572         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2573         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2574         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2576         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2578 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2580         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2581         Remove strpbrk objects.
2582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2583         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2584         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2585         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2586         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2587         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2589         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2590         Remove strcspn objects.
2591         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2592         (__libc_ifunc_impl_list): Remove strcspn implementation.
2593         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2594         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2595         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2596         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2598         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2599         Remove strspn objetcs.
2600         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2601         (__libc_ifunc_impl_list): Remove strspn implementation.
2602         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2603         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2604         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2605         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2607 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2609         [BZ #17581]
2610         * malloc/hooks.c
2611         (mem2mem_check): Add a terminator to the chain of checking blocks.
2612         (malloc_check_get_size): Use it here.
2613         (mem2chunk_check): Ditto.
2615 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2617         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2618         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2620 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2622         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2624         * nptl/nptl-init.c: Include libc-internal.h.
2625         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2627         * elf/ldconfig.c (search_dir): Expand comment.
2629 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2631         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2632         variable.
2633         (linknamespace-symlist-stdlibs-tests): Likewise.
2634         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2635         instead of $(objpfx)symlist-stdlibs.
2636         (linknamespace-libs-isoc): New variable.
2637         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2638         (linknamespace-libs-ISO): New variable.
2639         (linknamespace-libs-ISO99): Likewise.
2640         (linknamespace-libs-ISO11): Likewise.
2641         (linknamespace-libs-XPG3): Likewise.
2642         (linknamespace-libs-XPG4): Likewise.
2643         (linknamespace-libs-POSIX): Likewise.
2644         (linknamespace-libs-UNIX98): Likewise.
2645         (linknamespace-libs-XOPEN2K): Likewise.
2646         (linknamespace-libs-POSIX2008): Likewise.
2647         (linknamespace-libs-XOPEN2K8): Likewise.
2648         ($(objpfx)symlist-stdlibs): Replace by
2649         $(linknamespace-symlist-stdlibs-tests).  Use
2650         $(linknamespace-libs-$*) as set of libraries.
2651         ($(linknamespace-header-tests)): Update dependencies.  Use
2652         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2653         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2654         * conform/linknamespace.pl: Remove comment about considering
2655         definitions of symbols from irrelevant libraries.
2657 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2659         [BZ #13862]
2660         * elf/dl-tls.c: Include <atomic.h>.
2661         (oom): Remove #ifdef SHARED/#endif.
2662         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2663         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2664         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2665         big enough.
2666         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2667         * nptl/Makefile (tests): Add tst-stack4.
2668         (modules-names): Add tst-stack4mod.
2669         ($(objpfx)tst-stack4): New.
2670         (tst-stack4mod.sos): Likewise.
2671         ($(objpfx)tst-stack4.out): Likewise.
2672         ($(tst-stack4mod.sos)): Likewise.
2673         (clean): Likewise.
2674         * nptl/tst-stack4.c: New file.
2675         * nptl/tst-stack4mod.c: Likewise.
2677 2014-11-27  J. Brown  <jb999@gmx.de>
2679         * sysdeps/x86/bits/string.h: Add recent CPUs.
2681 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2683         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2684         sigblock.
2686         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2687         feof.
2689         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2690         variable.
2692 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2694         * nscd/connections.c: Include libc-internal.h because of macro
2695         usage ignore_value.
2697 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2699         * string/bits/string3.h (__warn_memset_zero_len): Don't
2700         declare for gcc newer than 5.0.
2701         (memset): Don't test for zero-length __LEN for gcc newer than
2702         5.0.
2704 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2706         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2707         size_t for %zu format.
2709         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2710         difference, not %ju.
2712 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2714         * include/libc-internal.h (ignore_value): New macro.
2715         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2716         with ignore_value.
2718         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2719         definition.
2721         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2722         pthread_cleanup_push to void *.
2724         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2725         Undefine.
2727         [BZ #16619]
2728         [BZ #16740]
2729         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2730         instead of 1L << 52.
2732         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2733         * libio/bug-rewind2.c (do_test): Likewise.
2735         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2736         * debug/test-strcpy_chk-ifunc.c: Likewise.
2737         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2738         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2739         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2740         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2741         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2742         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2743         * Rules [$(multi-arch) = no] (tests): Do not filter out
2744         $(tests-ifunc).
2745         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2746         * debug/Makefile (tests-ifunc): Remove variable.
2747         (tests): Do not add $(tests-ifunc).
2748         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2749         (tests): Do not add $(tests-ifunc).
2750         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2751         [TEST_IFUNC]: Remove conditionals.
2752         * string/test-string.h (TEST_IFUNC): Remove macro.
2753         [TEST_IFUNC]: Remove conditionals.
2755         * string/test-strchr.c [!WIDE] (L): New macro.
2756         [WIDE] (L): Likewise.
2757         (check1): Use CHAR instead of char.  Use L on string and character
2758         constants.
2760 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2762         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2763         tests.
2764         * sysdeps/powerpc/bits/atomic.h
2765         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2766         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2767         (atomic_exchange_and_add_acq): Likewise.
2768         (atomic_exchange_and_add_rel): Likewise.
2769         * sysdeps/powerpc/powerpc32/bits/atomic.h
2770         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2771         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2772         * sysdeps/powerpc/powerpc64/bits/atomic.h
2773         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2774         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2776 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2778         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2779         Change synchronization of __sched_fifo_min_prio and
2780         __sched_fifo_max_prio.
2781         * nptl/pthread_mutexattr_getprioceiling.c
2782         (pthread_mutexattr_getprioceiling): Likewise.
2783         * nptl/pthread_mutexattr_setprioceiling.c
2784         (pthread_mutexattr_setprioceiling): Likewise.
2785         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2786         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2787         Likewise.
2789 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2791         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2792         void.
2794 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2796         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2797         third argument const.
2799 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2801         fnmatch: work around GCC compiler warning bug with uninit var
2802         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2803         This works around a bug with x86-64 GCC 4.9.2 and earlier
2804         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2805         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2806         used uninitialized in this function [-Wmaybe-uninitialized]".
2808 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2810         * posix/bug-regex31.c (main): Return RES not 0.
2812 2014-11-25  Anton Blanchard <anton@samba.org>
2814         * sysdeps/powerpc/bits/atomic.h
2815         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2817 2014-11-24  Sterling Augustine  <saugustine@google.com>
2819         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2821 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2823         [BZ #17608]
2824         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2826 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2828         [BZ #17633]
2829         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2830         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2831         variable.
2832         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2833         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2835 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2837         * string/strncpy.c (strncpy): Improve performance by using memset.
2839 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2841         * string/strcpy.c (strcpy):
2842         Improve performance by using strlen and memcpy.
2844 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2846         * string/strcoll_l.c (get_next_seq): __always_inline.
2847         * string/strcoll_l.c (do_compare): __always_inline.
2849 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2851         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2852         defined.
2853         * include/mqueue.h: Likewise.
2854         * include/stdlib.h: Likewise.
2856         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2857         (get_null_defines): Adjust.
2858         * sunrpc/Makefile: Adjust comment.
2859         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2860         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2861         (CFLAGS-interp.c): Likewise.
2862         (CFLAGS-ldconfig.c): Likewise.
2863         (CPPFLAGS-.os): Likewise.
2864         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2865         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2866         * extra-modules.mk (extra-modules.mk): Likewise.
2867         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2868         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2869         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2870         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2871         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2872         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2873         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2874         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2875         * iconvdata/Makefile (CPPFLAGS): Likewise.
2876         (cpp-srcs-left): Add libof for all iconvdata routines.
2877         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2878         * include/assert.h: Likewise.
2879         * include/ctype.h: Likewise.
2880         * include/errno.h: Likewise.
2881         * include/libc-symbols.h: Likewise.
2882         * include/math.h: Likewise.
2883         * include/netdb.h: Likewise.
2884         * include/resolv.h: Likewise.
2885         * include/stdio.h: Likewise.
2886         * include/stdlib.h: Likewise.
2887         * include/string.h: Likewise.
2888         * include/sys/stat.h: Likewise.
2889         * include/wctype.h: Likewise.
2890         * intl/l10nflist.c: Likewise.
2891         * libidn/idn-stub.c: Likewise.
2892         * libio/libioP.h: Likewise.
2893         * nptl/libc_multiple_threads.c: Likewise.
2894         * nptl/pthreadP.h: Likewise.
2895         * posix/regex_internal.h: Likewise.
2896         * resolv/res_hconf.c: Likewise.
2897         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2898         * sysdeps/arm/memmove.S: Likewise.
2899         * sysdeps/arm/sysdep.h: Likewise.
2900         * sysdeps/generic/_itoa.h: Likewise.
2901         * sysdeps/generic/symbol-hacks.h: Likewise.
2902         * sysdeps/gnu/errlist.awk: Likewise.
2903         * sysdeps/gnu/errlist.c: Likewise.
2904         * sysdeps/i386/i586/memcpy.S: Likewise.
2905         * sysdeps/i386/i586/memset.S: Likewise.
2906         * sysdeps/i386/i686/memcpy.S: Likewise.
2907         * sysdeps/i386/i686/memmove.S: Likewise.
2908         * sysdeps/i386/i686/mempcpy.S: Likewise.
2909         * sysdeps/i386/i686/memset.S: Likewise.
2910         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2911         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2912         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2913         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2914         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2915         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2916         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2917         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2918         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2919         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2920         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2921         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2922         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2923         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2924         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2925         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2926         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2927         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2928         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2929         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2930         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2931         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2932         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2933         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2934         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2935         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2936         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2937         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2938         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2939         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2940         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2941         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2942         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2943         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2944         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2945         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2946         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2947         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2948         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2949         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2950         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2951         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2952         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2953         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2954         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2955         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2956         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2957         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2958         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2959         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2960         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2961         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2962         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2963         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2964         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2965         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2966         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2967         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2968         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2969         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2970         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2971         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2972         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2973         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2974         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2975         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2976         * sysdeps/posix/closedir.c: Likewise.
2977         * sysdeps/posix/opendir.c: Likewise.
2978         * sysdeps/posix/readdir.c: Likewise.
2979         * sysdeps/posix/rewinddir.c: Likewise.
2980         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2981         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2982         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2983         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2984         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2985         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2986         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2987         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2988         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2989         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2990         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2991         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2992         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2993         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2994         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2995         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2996         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2997         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2998         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2999         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3000         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3001         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3002         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3003         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3004         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3005         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3006         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3007         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3008         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3009         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3010         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3011         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3012         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3013         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3015         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3016         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3017         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3018         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3019         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3020         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3021         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3022         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3023         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3024         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3025         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3026         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3027         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3028         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3029         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3030         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3031         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3032         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3033         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3034         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3035         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3036         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3037         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3038         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3039         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3040         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3041         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3042         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3043         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3044         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3045         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3046         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3047         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3048         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3049         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3050         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3051         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3052         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3053         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3054         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3055         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3056         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3057         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3058         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3059         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3060         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3061         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3062         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3063         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3064         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3065         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3066         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3067         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3068         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3069         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3070         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3071         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3072         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3073         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3074         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3075         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3076         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3077         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3078         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3079         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3080         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3081         * sysdeps/unix/alpha/sysdep.S: Likewise.
3082         * sysdeps/unix/alpha/sysdep.h: Likewise.
3083         * sysdeps/unix/make-syscalls.sh: Likewise.
3084         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3086         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3087         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3088         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3089         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3090         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3091         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3092         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3093         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3094         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3095         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3096         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3097         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3098         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3099         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3100         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3101         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3102         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3103         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3104         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3105         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3106         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3107         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3108         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3109         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3110         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3113         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3114         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3115         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3116         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3117         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3118         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3119         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3120         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3121         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3122         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3123         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3124         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3125         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3126         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3127         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3128         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3129         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3130         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3131         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3132         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3133         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3134         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3135         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3136         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3137         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3138         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3139         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3140         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3141         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3142         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3143         * sysdeps/x86_64/memcpy.S: Likewise.
3144         * sysdeps/x86_64/memmove.c: Likewise.
3145         * sysdeps/x86_64/memset.S: Likewise.
3146         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3147         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3148         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3149         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3150         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3151         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3152         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3153         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3154         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3155         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3156         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3157         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3158         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3159         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3160         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3161         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3162         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3163         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3164         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3165         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3166         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3167         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3168         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3169         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3170         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3171         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3172         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3173         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3174         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3175         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3176         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3177         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3178         * sysdeps/x86_64/strcmp.S: Likewise.
3180         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3182         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3183         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3184         * elf/rtld-Rules: Likewise.
3185         * elf/setup-vdso.h: Likewise.
3186         * include/assert.h: Likewise.
3187         * include/bits/stdlib-float.h: Likewise.
3188         * include/errno.h: Likewise.
3189         * include/sys/stat.h: Likewise.
3190         * include/unistd.h: Likewise.
3191         * sysdeps/aarch64/setjmp.S: Likewise.
3192         * sysdeps/alpha/setjmp.S: Likewise.
3193         * sysdeps/arm/__longjmp.S: Likewise.
3194         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3195         * sysdeps/arm/setjmp.S: Likewise.
3196         * sysdeps/arm/sysdep.h: Likewise.
3197         * sysdeps/generic/_itoa.h: Likewise.
3198         * sysdeps/generic/dl-sysdep.h: Likewise.
3199         * sysdeps/generic/ldsodefs.h: Likewise.
3200         * sysdeps/i386/dl-tls.h: Likewise.
3201         * sysdeps/i386/setjmp.S: Likewise.
3202         * sysdeps/m68k/setjmp.c: Likewise.
3203         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3204         * sysdeps/mach/hurd/opendir.c: Likewise.
3205         * sysdeps/posix/getcwd.c: Likewise.
3206         * sysdeps/posix/opendir.c: Likewise.
3207         * sysdeps/posix/profil.c: Likewise.
3208         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3209         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3210         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3211         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3212         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3213         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3214         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3215         * sysdeps/s390/dl-tls.h: Likewise.
3216         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3217         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3218         * sysdeps/sh/sh3/setjmp.S: Likewise.
3219         * sysdeps/sh/sh4/setjmp.S: Likewise.
3220         * sysdeps/unix/alpha/sysdep.h: Likewise.
3221         * sysdeps/unix/arm/sysdep.S: Likewise.
3222         * sysdeps/unix/i386/sysdep.S: Likewise.
3223         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3224         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3225         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3226         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3227         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3228         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3229         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3230         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3231         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3232         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3233         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3234         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3235         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3238         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3239         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3240         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3241         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3242         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3243         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3244         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3245         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3246         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3247         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3248         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3249         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3250         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3251         * sysdeps/x86_64/setjmp.S: Likewise.
3253         * include/math.h: Use IS_IN instead of IS_IN_libm.
3254         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3255         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3256         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3257         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3258         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3259         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3260         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3261         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3262         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3263         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3264         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3265         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3266         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3267         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3268         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3269         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3270         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3271         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3272         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3273         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3274         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3275         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3276         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3277         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3278         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3279         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3280         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3281         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3282         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3283         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3284         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3285         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3286         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3288         Likewise.
3289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3290         Likewise.
3291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3292         Likewise.
3293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3294         Likewise.
3295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3296         Likewise.
3297         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3298         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3299         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3300         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3301         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3302         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3308         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3309         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3310         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3311         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3312         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3313         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3314         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3315         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3316         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3317         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3318         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3319         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3320         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3321         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3322         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3323         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3325         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3326         * nptl/pthreadP.h: Likewise.
3327         * nptl_db/structs.def: Likewise.
3328         * sysdeps/arm/sysdep.h: Likewise.
3329         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3330         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3331         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3332         * sysdeps/unix/alpha/sysdep.h: Likewise.
3333         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3334         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3335         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3336         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3337         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3338         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3339         * sysdeps/unix/sysv/linux/i386/sysdep.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: Likewise.
3348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3349         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3350         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3351         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3352         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3353         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3354         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3355         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3356         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3357         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3358         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3360         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3361         * nptl/pthreadP.h: Likewise.
3362         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3363         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3364         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3365         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3366         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3367         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3368         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3369         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3370         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3371         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3372         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3373         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3375         Likewise.
3376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3377         Likewise.
3378         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3379         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3380         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3381         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3382         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3383         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3384         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3385         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3387         * dlfcn/dladdr.c: Use IS_IN.
3388         * dlfcn/dladdr1.c: Likewise.
3389         * dlfcn/dlclose.c: Likewise.
3390         * dlfcn/dlerror.c: Likewise.
3391         * dlfcn/dlinfo.c: Likewise.
3392         * dlfcn/dlmopen.c: Likewise.
3393         * dlfcn/dlopen.c: Likewise.
3394         * dlfcn/dlsym.c: Likewise.
3395         * dlfcn/dlvsym.c: Likewise.
3397         * include/ifaddrs.h: Use IS_IN.
3398         * inet/check_pf.c: Likewise.
3399         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3400         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3402         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3403         IS_IN_ldconfig.
3404         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3405         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3407         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3408         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3409         IS_IN (libc).
3411         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3413         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3414         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3415         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3416         * include/libc-symbols.h (IS_IN_LIB): New macro.
3417         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3418         * include/netdb.h: Likewise.
3419         * include/stap-probe.h: Remove all uses of IN_LIB.
3421         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3422         instead of IN_MODULE.
3423         * include/libc-symbols.h (IN_MODULE): Define using
3424         MODULE_NAME.
3425         (PASTE_NAME, PASTE_NAME1): New macros.
3426         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3427         of IN_LIB.
3428         (STAP_PROBE_ASM): Likewise.
3430 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3432         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3433         __mach_init in dlopened libc.
3435 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3437         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3438         * sysdeps/arm/preconfigure: Regenerate.
3440 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3442         * nptl/pthread_create.c (__pthread_create_2_1): Set
3443         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3444         when copying values from IATTR into PD.
3446 2014-11-21  Will Newton  <will.newton@linaro.org>
3447             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3449         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3450         Refactor inline-asm.  Also add comment.
3452         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3453         ElfW macro instead of hardcoded Elf64 types.
3454         (la_aarch64_gnu_pltenter): Likewise.
3455         * sysdeps/aarch64/dl-machine.h
3456         (elf_machine_runtime_setup): Use ElfW(Addr).
3458         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3459         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3460         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3461         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3462         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3463         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3464         (R_AARCH64_TLS_DTPMOD): This.
3465         (R_AARCH64_TLS_DTPREL64): Rename to ...
3466         (R_AARCH64_TLS_DTPREL): This.
3467         (R_AARCH64_TLS_TPREL64): Rename to ...
3468         (R_AARCH64_TLS_TPREL): This.
3469         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3470         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3471         R_AARCH64_TLS_TPREL64.
3472         (elf_machine_rela): Likewise.
3474 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3476         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3477         by setting it to 0.  64b atomics are not supported currently.
3479 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3481         [BZ #16469]
3482         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3483         search domain names.
3485 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3487         [BZ #16469]
3488         * NEWS: Update.
3489         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3490         trailing dot.
3491         * posix/tst-getaddrinfo5.c: New.
3492         * posix/Makefile (tests): Add it.
3494 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3496         [BZ #14498]
3497         * NEWS: Fixed.
3498         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3499         after parsing line but before break_if_match.
3500         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3501         if there is a protocol mismatch.
3503 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3505         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3506         because the potential race is on the user-supplied stream.
3508 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3510         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3511         string literal if not passed a buffer.
3512         * manual/job.texi (ctermid): Update reasoning, note deviation
3513         from posix, suggest mtasurace when not passed a buffer, for
3514         future non-preliminary safety notes.
3516 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3518         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3519         of not passing it a buffer.
3520         Reported by Peng Haitao.
3522 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3524         * manual/Makefile ($(objpfx)stamp-summary): Require
3525         check-safety.sh to pass.
3526         * manual/check-safety.sh: Wish for verification that every
3527         @deftypefn and @deftypefun is followed by a @safety remark.
3529 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3531         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3533         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3534         PTHREAD_CANCEL_ASYNCHRONOUS.
3535         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3536         send SIGCANCEL.
3538         * nptl/default-sched.h: New file.
3539         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3540         * nptl/pthread_create.c: Include it.
3541         (__pthread_create_2_1): Use collect_default_sched instead of making
3542         Linux syscalls here directly.
3544 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3546         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3547         __pthread_once): Use C11 atomics.
3549 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3551         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3553 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3555         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3556         atomic_thread_fence_acquire, atomic_thread_fence_release,
3557         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3558         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3559         atomic_compare_exchange_weak_relaxed,
3560         atomic_compare_exchange_weak_acquire,
3561         atomic_compare_exchange_weak_release,
3562         atomic_exchange_acquire, atomic_exchange_release,
3563         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3564         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3565         atomic_fetch_and_acquire,
3566         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3568 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3570         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3571         USE_ATOMIC_COMPILER_BUILTINS): Define.
3572         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3573         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3574         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3575         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3576         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3577         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3578         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3579         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3580         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3581         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3582         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3583         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3584         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3585         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3586         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3587         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3588         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3589         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3590         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3591         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3592         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3593         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3594         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3595         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3596         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3597         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3598         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3599         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3600         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3601         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3602         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3603         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3604         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3605         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3606         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3607         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3608         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3609         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3610         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3611         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3613 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3615         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3616         the sched_priority value here.  It was already checked when the user
3617         called pthread_attr_setschedparam.
3619         * nptl/tst-bad-schedattr.c: New file.
3620         * nptl/Makefile (tests): Add it.
3622 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3623             Florian Weimer  <fweimer@redhat.com>
3624             Joseph Myers  <joseph@codesourcery.com>
3625             Adam Conrad  <adconrad@0c3.net>
3626             Andreas Schwab  <schwab@suse.de>
3627             Brooks  <bmoses@google.com>
3629         [BZ #17625]
3630         * wordexp-test.c (__dso_handle): Add prototype.
3631         (__register_atfork): Likewise.
3632         (__app_register_atfork): New function.
3633         (registered_forks): New global.
3634         (register_fork): New function.
3635         (test_case): Add 3 new tests for WRDE_CMDSUB.
3636         (main): Call __app_register_atfork.
3637         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3638         fork count is non-zero fail the test.
3639         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3640         is set.
3641         (parse_dollars): Remove check for WRDE_NOCMD.
3642         (parse_dquote): Likewise.
3644 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3646         * Makeconfig (built-modules): List non-library modules to be
3647         built.
3648         (module-cppflags): Include libc-modules.h for
3649         everything except shlib-versions.v.i.
3650         (CPPFLAGS): Use it.
3651         (before-compile): Add libc-modules.h.
3652         ($(common-objpfx)libc-modules.h,
3653         $(common-objpfx)libc-modules.stmp): New targets.
3654         (common-generated): Add libc-modules.h and libc-modules.stmp.
3655         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3656         * include/libc-symbols.h: Don't include libc-modules.h.
3657         * include/libc-modules.h: Remove file.
3658         * scripts/gen-libc-modules.awk: New script to generate
3659         libc-modules.h.
3660         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3661         Depend on libc-modules.stmp.
3663         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3665         * Makeconfig (in-module): Get value of libof set for the
3666         translation unit.
3667         (CPPFLAGS): Use $(in-module).
3668         * Makerules: Don't suffix routine names for nonlib.
3669         * include/libc-modules.h: New file.
3670         * include/libc-symbols.h: Include libc-modules.h
3671         (IS_IN): New macro to replace IS_IN_* macros.
3672         * elf/Makefile: Set libof-* for each routine.
3673         * elf/rtld-Rules: Likewise.
3674         * extra-modules.mk: Likewise.
3675         * iconv/Makefile: Likewise.
3676         * iconvdata/Makefile: Likewise.
3677         * locale/Makefile: Likewise.
3678         * malloc/Makefile: Likewise.
3679         * nss/Makefile: Likewise.
3680         * sysdeps/gnu/Makefile: Likewise.
3681         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3682         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3683         * sysdeps/s390/s390-64/Makefile: Likewise.
3684         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3685         CPPFLAGS for nscd instead of nonlib.
3687 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3689         * nptl/createthread.c: New file.
3691         * nptl/createthread.c: Moved ...
3692         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3694         * nptl/createthread.c: Add proper top-line comment.
3695         (do_clone): Folded into ...
3696         (create_thread): ... here.  Take new arguments STOPPED_START and
3697         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3698         increment __nptl_threads, do event-reporting logic, do
3699         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3700         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3701         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3702         just send SIGCANCEL.
3703         * nptl/pthread_create.c: Forward-declare create_thread before
3704         including createthread.c.
3705         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3706         declaration, and new macro START_THREAD_SELF to replace argument.
3707         Remove return statement.
3708         (report_thread_creation): New function.
3709         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3710         synchronization logic, and __nptl_nthreads increment here, around
3711         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3712         PD->parent_cancelhandling here, before create_thread.  When
3713         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3714         __deallocate_stack, and ENOMEM translation here.
3716 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3718         [BZ #17616]
3719         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3720         (mptwo): Rename to __mptwo.
3721         (__inv): Use __mptwo instead of mptwo.
3722         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3723         (mptwo): Rename to __mptwo.
3724         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3725         of mpone and __mptwo instead of mptwo.
3726         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3727         instead of mpone.
3728         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3729         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3730         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3731         of mpone and __mptwo instead of mptwo.
3732         (__mpranred): Use __mpone instead of mpone.
3733         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3734         variable.
3735         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3736         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3737         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3738         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3739         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3740         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3741         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3742         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3743         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3744         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3745         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3746         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3747         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3748         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3749         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3750         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3751         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3752         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3753         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3755 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3757         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3758         replace BSD Handler xref with BSD Signal Handling.
3760 2014-11-17  Richard Henderson  <rth@redhat.com>
3762         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3763         (_FP_PACK_RAW_2): Remove.
3764         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3765         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3766         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3767         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3768         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3769         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3770         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3771         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3772         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3773         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3774         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3775         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3776         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3777         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3778         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3779         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3781 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3783         * signal/signal.h [__USE_MISC]
3784         (struct sigvec): Remove type.
3785         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3786         (sigvec): Remove declaration.
3787         * sysdeps/posix/sigvec.c: Moved ...
3788         * signal/sigvec.c: ... here, replacing old file.
3789         (struct sigvec): New type, copied from old signal.h definition.
3790         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3791         (__sigvec): Convert definition to prototype.
3792         (sigvec): Replace weak_alias with compat_symbol.
3793         * signal/Versions (libc: GLIBC_2.21): New version set.
3794         * include/signal.h: Remove __sigvec declaration.
3795         * sysdeps/unix/bsd/sigvec.c: Remove file.
3796         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3797         * manual/signal.texi (BSD Handler): Remove subsection.
3798         Move siginterrupt up to ...
3799         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3800         (Blocking in BSD): Fold subsection into its parent.
3801         * NEWS: Mention sigvec removal.
3803 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3805         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3806         (DLA_FMS): Make definition conditional only on [__FMA4__].
3807         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3808         definition.
3810         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3811         Make definition conditional only on [PROF].
3812         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3813         definition.
3814         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3815         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3817         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3818         !__GNUC__].
3819         * include/signal.h (__sigpause): Move declaration above call to
3820         libc_hidden_proto.
3821         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3822         variable.
3823         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3824         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3826 2014-11-14  David S. Miller  <davem@davemloft.net>
3828         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3829         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3831 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3833         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3834         * configure: Regenerated.
3835         * manual/install.texi (Tools for Compilation): Document a
3836         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3837         compiler verified to work.
3838         * INSTALL: Regenerated.
3840         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3841         redeclare with asm name.
3842         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3843         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3844         including <string.h>.
3845         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3846         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3847         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3848         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3849         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3850         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3851         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3853 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3855         * stdlib/strtol.c (__strtol): Use prototype definition.
3857         [BZ #17594]
3858         * stdlib/strtol.c (SYM__): New macro.
3859         (SYM__1): Likewise.
3860         (__strtol): Likewise.
3861         (strtol): Rename to __strtol and define as weak alias of
3862         __strtol.  Use libc_hidden_weak.
3864 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3866         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3867         Use numbered labels in inline assembly.
3869 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3871         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3872         Add setjmp LIBC_PROBE.
3873         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3874         Likewise.
3875         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3876         Add longjmp, longjmp_target LIBC_PROBE.
3877         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3878         Likewise.
3880 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3882         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3883         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3884         to get rid of unused variable warning.
3886 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3888         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3889         Check for unwind_backtrace ==  NULL only in SHARED case.
3890         (__backchain_backtrace): Compile only in SHARED case.
3891         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3892         Likewise.
3893         (__backchain_backtrace): Declare as static.
3895 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3897         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3898         (__libc_multiple_threads_ptr): Variable moved ...
3899         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3901 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3903         * conform/GlibcConform.pm: New file.
3904         * conform/conformtest.pl: Use GlibcConform module.
3905         * conform/linknamespace.pl: New file.
3906         * conform/list-header-symbols.pl: Likewise.
3907         * conform/Makefile (linknamespace-symlists-base): New variable.
3908         (linknamespace-symlists-tests): Likewise.
3909         (linknamespace-header-base): Likewise.
3910         (linknamespace-header-tests): Likewise.
3911         (tests-special): Add new tests.
3912         ($(linknamespace-symlists-tests)): New rule.
3913         (linknamespace-libs): New variable.
3914         ($(objpfx)symlist-stdlibs): New rule.
3915         ($(linknamespace-header-tests)): Likewise.
3916         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3917         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3918         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3919         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3920         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3921         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3922         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3923         (test-xfail-ISO/math.h/linknamespace): Likewise.
3924         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3925         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3926         (test-xfail-ISO/time.h/linknamespace): Likewise.
3927         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3928         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3929         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3930         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3931         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3932         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3933         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3934         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3935         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3936         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3937         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3938         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3939         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3940         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3941         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3942         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3943         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3944         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3945         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3946         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3947         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3948         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3949         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3950         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3951         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3952         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3953         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3954         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3955         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3956         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3957         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3958         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3959         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3960         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3961         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3962         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3963         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3964         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3965         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3966         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3967         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3968         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3969         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3970         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3971         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3972         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3973         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3974         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3975         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3976         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3977         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3978         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3979         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3980         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3981         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3982         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3983         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3984         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3985         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3986         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3987         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3988         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3989         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3990         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3991         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3992         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3993         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3994         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3995         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3996         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3997         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3998         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3999         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4000         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4001         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4002         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4003         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4004         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4005         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4006         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4007         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4008         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4009         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4010         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4011         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4012         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4013         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4014         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4015         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4016         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4017         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4018         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4019         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4020         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4021         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4022         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4023         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4024         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4025         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4026         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4027         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4028         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4029         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4030         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4031         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4032         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4033         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4034         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4035         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4036         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4037         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4038         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4039         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4040         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4041         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4042         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4043         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4044         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4045         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4046         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4047         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4048         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4049         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4050         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4051         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4052         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4053         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4054         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4055         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4056         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4057         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4058         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4059         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4060         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4061         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4062         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4063         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4064         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4065         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4066         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4067         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4068         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4069         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4070         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4071         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4072         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4073         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4074         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4075         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4076         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4078         [BZ #17589]
4079         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4080         of fgets_unlocked.
4082         [BZ #17585]
4083         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4084         (memmem): Rename to __memmem and define as weak alias of
4085         __memmem.  Use libc_hidden_weak.
4086         (__memmem): Use libc_hidden_def.
4087         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4088         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4089         memmem.
4091         [BZ #17582]
4092         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4093         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4094         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4095         and define as weak alias of __fgets_unlocked.  Use
4096         libc_hidden_weak.
4097         (__fgets_unlocked): Use libc_hidden_def.
4098         * include/stdio.h (__fgets_unlocked): Declare.  Use
4099         libc_hidden_proto.
4100         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4101         __fgets_unlocked instead of fgets_unlocked.
4102         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4103         (GET_NPROCS_CONF_PARSER): Likewise.
4104         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4105         (GET_NPROCS_CONF_PARSER): Likewise.
4107         [BZ #17574]
4108         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4109         weak alias of __wmemset.  Use libc_hidden_weak.
4110         (__wmemset): Use libc_hidden_def.
4111         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4112         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4113         of wmemset.
4115         [BZ #17573]
4116         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4117         with asm name __mempcpy.
4118         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4120         [BZ #17572]
4121         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4122         and define as weak alias of __rawmemchr.
4123         (__rawmemchr): Do not define as strong alias of rawmemchr.
4125         [BZ #17571]
4126         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4127         alias of __qsort_r.
4128         (qsort): Call __qsort_r instead of qsort_r.
4129         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4130         (__qsort_r): Declare.  Call libc_hidden_proto.
4131         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4132         instead of qsort_r.
4133         * nscd/gai.c (__qsort_r): Define to qsort_r.
4134         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4135         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4136         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4138         [BZ #17570]
4139         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4140         define as weak alias of __malloc_info.
4142         [BZ #17584]
4143         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4144         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4145         (__rewinddir): Use libc_hidden_def.
4146         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4147         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4148         (__rewinddir): Use libc_hidden_def.
4149         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4150         weak alias of __rewinddir.  Don't use libc_hidden_def.
4151         (__rewinddir): Use libc_hidden_def.
4152         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4153         (__rewinddir): Use libc_hidden_proto.
4154         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4155         rewinddir.
4156         (__getcwd): Use __rewinddir instead of rewinddir.
4158         [BZ #17583]
4159         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4160         alias of __fileno.  Use libc_hidden_weak.
4161         (__fileno): Use libc_hidden_def.
4162         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4163         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4164         alias of __ftello.
4165         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4166         __ftello.
4167         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4168         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4169         libc_hidden_def.
4170         (fread_unlocked): Don't use libc_hidden_ver.
4171         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4172         and define as weak alias of __fread_unlocked.  Don't use
4173         libc_hidden_def.
4174         (__fread_unlocked): Use libc_hidden_def.
4175         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4176         (ftello): Don't use libc_hidden_proto.
4177         (__ftello): Declare.  Use libc_hidden_proto.
4178         (fread_unlocked): Don't use libc_hidden_proto.
4179         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4180         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4181         and __ftello instead of fileno, fread_unlocked and ftello.
4183 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4185         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4186         GOT12.
4187         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4188         Likewise.
4189         (_dl_start_user): Likewise.
4190         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4192 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4193             Siddhesh Poyarekar  <siddhesh@redhat.com>
4195         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4196         Move argv and envp down instead of moving argc up.
4197         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4199 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4201         [BZ #17506]
4202         * test-skeleton.c (main): Return successful if one of
4203         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4204         * string/tst-strcoll-overflow.c: Define expected status.
4206 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4208         [BZ #17475]
4209         * locale/iso-639.def: Define Bhili and Tulu language codes.
4211 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4213         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4215 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4217         [BZ #17555]
4218         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4220 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4222         * configure.ac: Updated check of minimal required version to
4223         2.22.
4224         * manual/install.texi (Tools for Compilation): Updated version
4225         number.
4226         * configure: Regenerated.
4227         * INSTALL: Likewise.
4229 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4231         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4232         __tls_get_addr.
4234 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4236         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4237         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4238         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4239         libc_hidden_weak.
4240         (waitpid): Define as alias of __waitpid.
4241         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4242         __waitpid.
4243         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4244         libc_hidden_weak.
4245         (waitpid): Define as alias of __waitpid.
4246         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4247         __libc_waitpid alias.
4248         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4249         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4250         Likewise.
4251         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4252         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4253         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4254         alias.
4255         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4256         __waitpid.
4257         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4258         libc_hidden_weak.
4259         (waitpid): Define as alias of __waitpid.
4261 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4263         * manual/llio.texi: Add comment that write safety has been
4264         fixed in Linux.
4266         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4267         (localplt-build-dso): Add elf/ld.so.
4268         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4269         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4270         and free for ld.so.
4271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4272         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4274         Likewise.
4275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4276         Likewise.
4277         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4278         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4279         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4280         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4281         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4282         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4283         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4284         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4285         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4286         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4287         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4289 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4291         [BZ #14132]
4292         * include/libc-symbols.h (INTUSE): Remove macro.
4293         (INTDEF): Likewise.
4294         (INTVARDEF): Likewise.
4295         (_INTVARDEF): Likewise.
4296         (INTDEF2): Likewise.
4297         (INTVARDEF2): Likewise.
4298         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4299         rtld_hidden_def instead of INTVARDEF.
4300         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4301         (_dl_starting_up_internal): Remove declaration.
4302         (_dl_starting_up): Use rtld_hidden_proto.
4303         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4304         declaration.
4305         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4306         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4307         _dl_starting_up.
4308         * elf/dl-writev.h (_dl_writev): Likewise.
4309         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4310         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4311         _dl_starting_up_internal.
4313 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4315         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4316         test-skeleton.c.
4318 2014-11-05  Will Newton  <will.newton@linaro.org>
4320         * benchtests/Makefile: (bench-malloc): Add malloc thread
4321         scalability benchmark.
4322         * benchtests/bench-malloc-threads.c: New file.
4324 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4326         * sysdeps/aarch64/strchrnul.S: New file.
4328 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4330         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4331         definition.
4332         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4333         Likwise.
4334         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4335         Likewise.
4336         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4337         Likewise.
4338         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4339         Likewise.
4340         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4341         Likewise.
4343 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4345         * catgets/test-gencat.c: Use test-skeleton.c.
4346         * catgets/tst-catgets.c: Likewise.
4347         * csu/tst-empty.c: Likewise.
4348         * elf/tst-audit2.c: Likewise.
4349         * elf/tst-global1.c: Likewise.
4350         * elf/tst-pathopt.c: Likewise.
4351         * elf/tst-piemod1.c: Likewise.
4352         * elf/tst-tls10.c: Likewise.
4353         * elf/tst-tls11.c: Likewise.
4354         * elf/tst-tls12.c: Likewise.
4355         * gnulib/tst-gcc.c: Likewise.
4356         * iconvdata/tst-e2big.c: Likewise.
4357         * iconvdata/tst-loading.c: Likewise.
4358         * iconv/tst-iconv1.c: Likewise.
4359         * iconv/tst-iconv2.c: Likewise.
4360         * inet/test-inet6_opt.c: Likewise.
4361         * inet/tst-gethnm.c: Likewise.
4362         * inet/tst-network.c: Likewise.
4363         * inet/tst-ntoa.c: Likewise.
4364         * intl/tst-codeset.c: Likewise.
4365         * intl/tst-gettext2.c: Likewise.
4366         * intl/tst-gettext3.c: Likewise.
4367         * intl/tst-ngettext.c: Likewise.
4368         * intl/tst-translit.c: Likewise.
4369         * io/test-stat.c: Likewise.
4370         * libio/test-fmemopen.c: Likewise.
4371         * libio/tst-freopen.c: Likewise.
4372         * libio/tst-sscanf.c: Likewise.
4373         * libio/tst-ungetwc1.c: Likewise.
4374         * libio/tst-ungetwc2.c: Likewise.
4375         * libio/tst-widetext.c: Likewise.
4376         * localedata/tst-ctype.c: Likewise.
4377         * localedata/tst-digits.c: Likewise.
4378         * localedata/tst-leaks.c: Likewise.
4379         * localedata/tst-mbswcs1.c: Likewise.
4380         * localedata/tst-mbswcs2.c: Likewise.
4381         * localedata/tst-mbswcs3.c: Likewise.
4382         * localedata/tst-mbswcs4.c: Likewise.
4383         * localedata/tst-mbswcs5.c: Likewise.
4384         * localedata/tst-setlocale.c: Likewise.
4385         * localedata/tst-trans.c: Likewise.
4386         * localedata/tst-wctype.c: Likewise.
4387         * localedata/tst-xlocale1.c: Likewise.
4388         * login/tst-grantpt.c: Likewise.
4389         * malloc/tst-calloc.c: Likewise.
4390         * malloc/tst-malloc.c: Likewise.
4391         * malloc/tst-mallocstate.c: Likewise.
4392         * malloc/tst-mcheck.c: Likewise.
4393         * malloc/tst-mtrace.c: Likewise.
4394         * malloc/tst-obstack.c: Likewise.
4395         * math/atest-exp2.c: Likewise.
4396         * math/atest-exp.c: Likewise.
4397         * math/atest-sincos.c: Likewise.
4398         * math/test-matherr.c: Likewise.
4399         * math/test-misc.c: Likewise.
4400         * math/test-powl.c: Likewise.
4401         * math/tst-definitions.c: Likewise.
4402         * misc/tst-dirname.c: Likewise.
4403         * misc/tst-efgcvt.c: Likewise.
4404         * misc/tst-fdset.c: Likewise.
4405         * misc/tst-hsearch.c: Likewise.
4406         * misc/tst-mntent2.c: Likewise.
4407         * nptl/tst-sem7.c: Likewise.
4408         * nptl/tst-sem8.c: Likewise.
4409         * nptl/tst-sem9.c: Likewise.
4410         * nss/test-netdb.c: Likewise.
4411         * posix/tst-fnmatch.c: Likewise.
4412         * posix/tst-getlogin.c: Likewise.
4413         * posix/tst-gnuglob.c: Likewise.
4414         * posix/tst-mmap.c: Likewise.
4415         * pwd/tst-getpw.c: Likewise.
4416         * resolv/tst-inet_ntop.c: Likewise.
4417         * rt/tst-timer.c: Likewise.
4418         * stdio-common/test-fseek.c: Likewise.
4419         * stdio-common/test-popen.c: Likewise.
4420         * stdio-common/test-vfprintf.c: Likewise.
4421         * stdio-common/tst-cookie.c: Likewise.
4422         * stdio-common/tst-fileno.c: Likewise.
4423         * stdio-common/tst-gets.c: Likewise.
4424         * stdio-common/tst-obprintf.c: Likewise.
4425         * stdio-common/tst-perror.c: Likewise.
4426         * stdio-common/tst-sprintf2.c: Likewise.
4427         * stdio-common/tst-sprintf3.c: Likewise.
4428         * stdio-common/tst-sprintf.c: Likewise.
4429         * stdio-common/tst-swprintf.c: Likewise.
4430         * stdio-common/tst-tmpnam.c: Likewise.
4431         * stdio-common/tst-unbputc.c: Likewise.
4432         * stdio-common/tst-wc-printf.c: Likewise.
4433         * stdlib/tst-environ.c: Likewise.
4434         * stdlib/tst-fmtmsg.c: Likewise.
4435         * stdlib/tst-limits.c: Likewise.
4436         * stdlib/tst-rand48-2.c: Likewise.
4437         * stdlib/tst-rand48.c: Likewise.
4438         * stdlib/tst-random2.c: Likewise.
4439         * stdlib/tst-random.c: Likewise.
4440         * stdlib/tst-strtol.c: Likewise.
4441         * stdlib/tst-strtoll.c: Likewise.
4442         * stdlib/tst-tls-atexit.c: Likewise.
4443         * stdlib/tst-xpg-basename.c: Likewise.
4444         * string/test-ffs.c: Likewise.
4445         * string/tst-bswap.c: Likewise.
4446         * string/tst-inlcall.c: Likewise.
4447         * string/tst-strtok.c: Likewise.
4448         * string/tst-strxfrm.c: Likewise.
4449         * sysdeps/x86_64/tst-audit10.c: Likewise.
4450         * sysdeps/x86_64/tst-audit3.c: Likewise.
4451         * sysdeps/x86_64/tst-audit4.c: Likewise.
4452         * sysdeps/x86_64/tst-audit5.c: Likewise.
4453         * time/tst-ftime_l.c: Likewise.
4454         * time/tst-getdate.c: Likewise.
4455         * time/tst-mktime3.c: Likewise.
4456         * time/tst-mktime.c: Likewise.
4457         * time/tst-posixtz.c: Likewise.
4458         * time/tst-strptime2.c: Likewise.
4459         * time/tst-strptime3.c: Likewise.
4460         * wcsmbs/tst-btowc.c: Likewise.
4461         * wcsmbs/tst-mbrtowc.c: Likewise.
4462         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4463         * wcsmbs/tst-wchar-h.c: Likewise.
4464         * wcsmbs/tst-wcpncpy.c: Likewise.
4465         * wcsmbs/tst-wcrtomb.c: Likewise.
4466         * wcsmbs/tst-wcsnlen.c: Likewise.
4467         * wcsmbs/tst-wcstof.c: Likewise.
4469 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4471         [BZ #14132]
4472         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4473         INTDEF.
4474         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4475         declaration.
4476         (_dl_mcount): Use rtld_hidden_proto.
4477         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4478         _dl_mcount.
4479         * elf/rtld.c (_rtld_global_ro): Likewise.
4481         [BZ #14132]
4482         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4483         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4484         of _dl_init_internal.
4485         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4486         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4487         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4488         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4489         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4490         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4491         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4492         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4493         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4494         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4495         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4496         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4497         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4498         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4499         * sysdeps/tile/dl-start.S (_start): Likewise.
4500         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4501         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4503         [BZ #14132]
4504         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4505         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4506         (rtld_progname): Make macro definition unconditional.
4507         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4508         INTDEF.
4509         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4510         (dl_main): Likewise.
4511         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4512         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4513         instead of _dl_argv_internal.
4514         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4515         __GI__dl_argv instead of INTUSE(_dl_argv).
4516         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4517         __GI__dl_argv instead of _dl_argv_internal.
4519         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4520         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4521         macro.
4522         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4523         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4524         New macro.
4525         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4526         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4527         macro.
4528         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4529         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4531 2014-11-04  Andreas Schwab  <schwab@suse.de>
4533         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4535 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4537         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4538         mtvsrd instruction in binary form.
4540 2014-11-03  Andreas Schwab  <schwab@suse.de>
4542         [BZ #17522]
4543         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4544         for less than MB_LEN_MAX use a local buffer of that size.
4545         * libio/tst-fputws.c: New file.
4546         * libio/Makefile (tests): Add tst-fputws.
4548 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4550         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4551         the size of the fpu_fr.fpu_dregs[] array.
4553 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4555         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4556         (__nanosleep): Do not define as alias.
4557         (nanosleep): Define as alias of __nanosleep.
4558         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4559         __libc_nanosleep name.
4561 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4563         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4564         install.texi in comment.
4566 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4568         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4569         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4570         ... add here and use lwsync or sync ...
4571         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4572         ... and add here using lwsync.
4574 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4576         * elf/dl-machine-reject-phdr.h: New file.
4577         * elf/dl-load.c: #include that.
4578         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4579         if that returned true.
4581 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4583         [BZ #17496]
4584         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4585         gen-as-const-headers chunk.  Add a big scare comment after the last
4586         safe place to touch before-compile.
4588 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4590         * manual/install.texi (Tools for Compilation): Update autoconf
4591         version requirements.
4592         * INSTALL: Regenerated.
4594         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4595         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4596         (__libc_pselect): Likewise.
4598         [BZ #14138]
4599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4604 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4606         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4607         correct barrier instruction.
4608         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4609         Likewise.
4610         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4611         Likewise.
4613 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4615         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4616         after defining inlines.  Instead, just use parens to defeat macro
4617         expansion of __isctype in its declaration.
4619 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4621         * include/sys/uio.h (__libc_readv): Remove declaration.
4622         (__libc_writev): Likewise.
4623         * misc/readv.c (__libc_readv): Rename to __readv.
4624         (__readv): Do not define as alias.
4625         (readv): Define as alias of __readv.
4626         * misc/writev.c (__libc_writev): Rename to __writev.
4627         (__writev): Do not define as alias.
4628         (writev): Define as alias of __writev.
4629         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4630         (__readv): Do not define as alias.
4631         (readv): Define unconditionally as alias of __readv.
4632         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4633         (__writev): Do not define as alias.
4634         (writev): Define unconditionally as alias of __writev.
4635         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4636         name.
4637         (writev): Do not define __libc_writev name.
4639 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4641         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4642         (convert_charseq): New function, broken out of ...
4643         (use_from_charmap): ... here.  Call it.
4644         (use_to_charmap): Use convert_charseq and free instead of duplicating
4645         its code with a variable-length stack struct.
4647 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4649         * include/fcntl.h (__libc_creat): Remove declaration.
4650         * io/creat.c (__libc_creat): Rename to creat.
4651         (creat): Do not define as alias.
4652         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4653         of creat instead of __libc_creat.
4654         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4655         to creat.
4656         (creat): Do not define as alias.
4657         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4658         __libc_creat.
4659         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4660         __libc_creat name.
4661         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4662         Likewise.
4664 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4666         * manual/llio.texi: Add comments discussing why write() may be
4667         considered MT-unsafe on Linux.
4669 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4671         * dl-load.c (local_strdup): Remove.
4672         (expand_dynamic_string_token): Use __strdup.
4673         (decompose_rpath): Likewise.
4674         (_dl_map_object): Likewise.
4676 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4678         [BZ #14132]
4679         * sysdeps/generic/unwind-dw2-fde.c
4680         (__register_frame_info_bases_internal): Do not declare.
4681         (__register_frame_info_table_bases_internal): Likewise.
4682         (__deregister_frame_info_bases_internal): Likewise.
4683         (__register_frame_info_bases): Declare and use hidden_proto before
4684         definition.  Use hidden_def instead of INTDEF.
4685         (__register_frame_info_table_bases): Likewise.
4686         (__deregister_frame_info_bases): Likewise.
4687         (__register_frame_info): Do not use INTUSE.
4688         (__register_frame): Likewise.
4689         (__register_frame_info_table): Likewise.
4690         (__register_frame_table): Likewise.
4691         (__deregister_frame_info): Likewise.
4692         (__deregister_frame): Likewise.
4694 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4696         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4697         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4698         not undefine.
4699         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4700         Likewise.
4701         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4702         Likewise.
4704 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4706         [BZ #14138]
4707         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4708         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4709         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4710         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4711         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4712         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4713         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4714         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4715         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4716         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4717         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4718         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4719         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4720         syscall.
4721         (setfsuid): Likewise.
4722         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4723         (setfsuid): Likewise.
4724         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4725         (setfsuid): Likewise.
4726         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4727         Likewise.
4728         (setfsuid): Likewise.
4729         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4730         (setfsuid): Likewise.
4731         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4732         Likewise.
4733         (setfsuid): Likewise.
4735 2014-10-27  Andreas Schwab  <schwab@suse.de>
4737         [BZ #17501]
4738         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4739         check for Slow_SSE4_2 feature bit.
4740         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4741         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4742         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4743         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4745 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4747         * configure.ac: Validate compiler version with a empirical test of
4748         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4749         $CC -v output.
4750         * configure: Regenerated.
4752         * inet/htons.c (htons): Prototypify.
4753         * inet/htonl.c (htonl): Likewise.
4755 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4757         * string/strncat.c (strncat): Improve performance by using strlen.
4759 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4761         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4763 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4765         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4766         Call libc_fetestexcept_aarch64.
4768 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4770         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4771         Call libc_feholdexcept_aarch64.
4773 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4775         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4776         Call get_rounding_mode.
4778 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4780         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4781         Simplify logic.
4783 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4785         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4786         Simplify logic.
4788 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4790         [BZ #14138]
4791         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4792         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4793         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4794         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4795         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4796         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4797         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4798         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4799         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4800         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4801         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4802         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4803         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4804         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4805         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4806         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4807         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4808         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4809         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4810         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4811         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4812         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4813         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4814         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4815         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4816         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4817         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4818         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4819         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4820         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4821         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4822         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4823         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4824         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4825         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4826         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4827         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4828         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4829         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4830         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4831         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4832         syscall.
4833         (geteuid): Likewise.
4834         (getgid): Likewise.
4835         (getuid): Likewise.
4836         (getresgid): Likewise.
4837         (getresuid): Likewise.
4838         (getgroups): Likewise.
4839         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4840         (geteuid): Likewise.
4841         (getgid): Likewise.
4842         (getuid): Likewise.
4843         (getresgid): Likewise.
4844         (getresuid): Likewise.
4845         (getgroups): Likewise.
4846         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4847         (geteuid): Likewise.
4848         (getgid): Likewise.
4849         (getuid): Likewise.
4850         (getresgid): Likewise.
4851         (getresuid): Likewise.
4852         (getgroups): Likewise.
4853         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4854         Likewise.
4855         (geteuid): Likewise.
4856         (getgid): Likewise.
4857         (getuid): Likewise.
4858         (getresgid): Likewise.
4859         (getresuid): Likewise.
4860         (getgroups): Likewise.
4861         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4862         (geteuid): Likewise.
4863         (getgid): Likewise.
4864         (getuid): Likewise.
4865         (getresgid): Likewise.
4866         (getresuid): Likewise.
4867         (getgroups): Likewise.
4868         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4869         Likewise.
4870         (geteuid): Likewise.
4871         (getgid): Likewise.
4872         (getuid): Likewise.
4873         (getgroups): Likewise.
4875         [BZ #14138]
4876         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4877         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4878         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4879         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4880         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4881         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4882         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4883         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4884         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4885         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4886         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4887         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4888         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4889         __chown.
4890         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4891         (lchown): Likewise.
4892         (fchown): Likewise.
4893         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4894         Likewise.
4895         (lchown): Likewise.
4896         (fchown): Likewise.
4897         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4898         (lchown): Likewise.
4899         (fchown): Likewise.
4900         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4901         Likewise.
4902         (lchown): Likewise.
4903         (fchown): Likewise.
4905 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4907         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4908         Simplify logic.
4910 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4912         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4913         Cleanup logic.
4915 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4917         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4918         Remove unused include.
4920 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4922         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4923         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4924         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4925         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4927 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4928             Helge Deller <deller@gmx.de>
4930         [BZ #17508]
4931         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4932         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4933         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4935 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4937         [BZ #14132]
4938         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4939         Remove macro definition.
4940         (__ashrdi3_v_glibc20): Likewise.
4941         (__lshrdi3_v_glibc20): Likewise.
4942         (__cmpdi2_v_glibc20): Likewise.
4943         (__ucmpdi2_v_glibc20): Likewise.
4944         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4945         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4946         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4947         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4948         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4949         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4951 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4953         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4954         old GNU extension [0] syntax.
4955         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4956         alloca rather than an array member with variable length.
4957         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4958         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4959         (parse_opt): ... here.  Likewise use alloca there.
4960         Validate the -i argument before checking for rootness.
4961         (send_shutdown): New function, broken out of ...
4962         (parse_opt): ... here.
4964 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4966         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4967         macro to get at the _rt_local_ro field.
4968         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4969         ([PIC] case) or _dl_hwcap ([!PIC] case).
4970         * sysdeps/arm/setjmp.S: Likewise.
4972         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4973         * sysdeps/arm/configure.ac: New check to define it.
4974         * sysdeps/arm/configure: Regenerated.
4975         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4976         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4977         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4978         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4979         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4980         Use move/movt pair instead of a load.
4981         (LDST_GLOBAL): Macro removed.
4982         (LDR_GLOBAL): New macro replaces it.
4983         (LDR_HIDDEN): New macro.
4984         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4985         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4987         * setjmp/tst-setjmp-static.c: New file.
4988         * setjmp/Makefile (tests): Add it.
4989         (tests-static): New variable.
4991 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4993         [BZ #17485]
4994         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4996 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4998         [BZ #14132]
4999         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5001 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5003         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5005 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5007         * io/fts.c (dirent_not_directory): New function.
5008         (fts_build): Call it.
5010 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5012         * nptl/version.c (__nptl_main): Use normal __write rather than
5013         INTERNAL_SYSCALL.
5014         (banner): Update copyright years.
5016         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5017         gettimeofday.
5018         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5019         * nptl/pthread_cond_timedwait.c: Likewise.
5020         * nptl/pthread_mutex_timedlock.c: Likewise.
5021         * nptl/sem_timedwait.c: Likewise.
5023         * sysdeps/nptl/bits/libc-lock.h
5024         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5025         (__libc_lock_init_recursive): Return void, not 0.
5026         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5027         (__libc_rwlock_init): Likewise.
5028         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5030 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5032         [BZ #15215]
5033         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5034         (__pthread_once_slow): ... here.
5035         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5036         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5038 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5040         [BZ #15215]
5041         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5042         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5043         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5044         * nptl/pthread_once.c (__pthread_once): Likewise.
5045         Update comments.
5047 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5049         [BZ #14138]
5050         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5051         name.
5052         (writev): Use __libc_writev as strong name.
5053         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5054         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5056 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5058         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5060         * sysdeps/i386/nptl/tls.h
5061         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5062         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5063         New macros.
5064         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5065         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5066         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5067         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5068         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5069         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5071         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5072         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5073         on [__NR_futex].
5074         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5075         broken out of ...
5076         (__pthread_mutex_init): ... here.  Call it.
5077         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5078         Conditionalize PI cases on [__NR_futex].
5079         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5080         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5081         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5083         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5084         conditional on [SIGSETXID].
5085         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5086         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5087         is defined.  Likewise for SIGSETXID.
5088         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5089         Conditionalize definitions on [SIGSETXID].
5090         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5091         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5092         unblocking on [SIGCANCEL].
5094         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5095         [__NR_set_robust_list].
5097 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5099         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5100         (do_compare): Likewise.
5102 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5104         [BZ #15884]
5105         * string/strcoll_l.c: Don't include stdio.h.
5106         (coll_seq): Remove members idxarr and rulearr.
5107         (get_next_seq_cached): Remove function.
5108         (get_next_seq): Likewise.
5109         (get_next_seq_nocache): Rename to get_next_seq.
5110         (do_compare): Remove function.
5111         (do_compare_nocache): Rename to do_compare.
5112         (STRCOLL): Remove weight and rules cache.
5114 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5116         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5117         * sysdeps/arm/sfp-machine.h: ... to here.
5118         * sysdeps/arm/Implies: Remove arm/soft-fp.
5120 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5122         * conform/data/sys/utsname.h-data (*_t): Allow.
5123         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5124         [POSIX] (WEXITED): Do not expect constant.
5125         [POSIX] (WSTOPPED): Likewise.
5126         [POSIX] (WNOHANG): Likewise.
5127         [POSIX] (WNOWAIT): Likewise.
5128         [POSIX] (siginfo_t): Do not expect type or elements.
5129         [POSIX] (pid_t): Do not expect type.
5130         [POSIX] (signal.h): Do not allow header.
5131         [POSIX] (sys/resource.h): Likewise.
5132         [POSIX] (si_*): Do not allow pattern.
5133         [POSIX] (W*): Likewise.
5134         [POSIX] (P_*): Likewise.
5135         [POSIX] (BUS_*): Likewise.
5136         [POSIX] (CLD_*): Likewise.
5137         [POSIX] (FPE_*): Likewise.
5138         [POSIX] (ILL_*): Likewise.
5139         [POSIX] (POLL_*): Likewise.
5140         [POSIX] (SEGV_*): Likewise.
5141         [POSIX] (SI_*): Likewise.
5142         [POSIX] (TRAP_*): Likewise.
5143         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5144         variable.
5146 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5148         [BZ #12926]
5149         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5150         infinite loop when __recvmsg returns 0.
5152 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5154         * CANCEL-FCT-WAIVE: Remove file.
5155         * CANCEL-FILE-WAIVE: Likewise.
5157         [BZ #14132]
5158         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5159         instead of INTVARDEF.
5160         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5161         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5162         rtld_hidden_data_def instead of INTVARDEF.
5163         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5164         * elf/dl-deps.c (expand_dst): Likewise.
5165         * elf/dl-load.c (_dl_dst_count): Likewise.
5166         (_dl_dst_substitute): Likewise.
5167         (decompose_rpath): Likewise.
5168         (_dl_init_paths): Likewise.
5169         (open_path): Likewise.
5170         (_dl_map_object): Likewise.
5171         * elf/rtld.c (dl_main): Likewise.
5172         (process_dl_audit): Likewise.
5173         (process_envvars): Likewise.
5174         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5175         Remove declaration.
5176         (__libc_enable_secure): Use rtld_hidden_proto.
5178 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5180         * elf/dl-load.c
5181         (add_path): New function broken out of _dl_rtld_di_serinfo.
5182         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5184 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5186         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5187         parentheses around macro arguments.
5188         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5189         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5190         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5191         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5192         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5193         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5194         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5195         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5196         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5197         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5198         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5199         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5200         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5201         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5202         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5203         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5204         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5206         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5207         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5208         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5209         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5210         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5213         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5214         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5216         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5217         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5218         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5219         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5220         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5221         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5222         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5223         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5224         Likewise.
5225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5226         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5230         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5231         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5232         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5233         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5234         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5235         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5236         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5237         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5238         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5239         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5240         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5241         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5242         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5243         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5244         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5245         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5246         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5247         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5248         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5249         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5250         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5251         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5252         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5253         (_FP_FRAC_SRS_1): Likewise.
5254         (_FP_FRAC_CLZ_1): Likewise.
5255         (_FP_MUL_MEAT_1_imm): Likewise.
5256         (_FP_MUL_MEAT_1_wide): Likewise.
5257         (_FP_MUL_MEAT_1_hard): Likewise.
5258         (_FP_SQRT_MEAT_1): Likewise.
5259         (_FP_FRAC_ASSEMBLE_1): Likewise.
5260         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5261         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5262         (__FP_CLZ_2): Likewise.
5263         (_FP_MUL_MEAT_2_wide): Likewise.
5264         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5265         (_FP_MUL_MEAT_2_gmp): Likewise.
5266         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5267         (_FP_SQRT_MEAT_2): Likewise.
5268         (_FP_FRAC_ASSEMBLE_2): Likewise.
5269         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5270         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5271         (_FP_FRAC_CLZ_4): Likewise.
5272         (_FP_MUL_MEAT_4_wide): Likewise.
5273         (_FP_MUL_MEAT_4_gmp): Likewise.
5274         (_FP_SQRT_MEAT_4): Likewise.
5275         (_FP_FRAC_ASSEMBLE_4): Likewise.
5276         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5277         * soft-fp/op-common.h (_FP_CMP): Likewise.
5278         (_FP_CMP_EQ): Likewise.
5279         (_FP_CMP_UNORD): Likewise.
5280         (_FP_TO_INT): Likewise.
5281         (_FP_FROM_INT): Likewise.
5282         [!__FP_CLZ] (__FP_CLZ): Likewise.
5283         (_FP_DIV_HELP_imm): Likewise.
5284         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5285         Likewise.
5286         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5287         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5288         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5289         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5290         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5291         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5292         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5293         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5294         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5295         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5296         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5297         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5298         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5299         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5300         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5301         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5302         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5303         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5304         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5305         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5306         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5307         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5308         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5309         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5310         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5311         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5312         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5313         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5314         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5315         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5316         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5317         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5318         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5319         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5320         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5321         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5322         (FP_UNPACK_RAW_SP): Likewise.
5323         (FP_PACK_RAW_S): Likewise.
5324         (FP_PACK_RAW_SP): Likewise.
5325         (FP_UNPACK_S): Likewise.
5326         (FP_UNPACK_SP): Likewise.
5327         (FP_UNPACK_SEMIRAW_S): Likewise.
5328         (FP_UNPACK_SEMIRAW_SP): Likewise.
5329         (FP_PACK_S): Likewise.
5330         (FP_PACK_SP): Likewise.
5331         (FP_PACK_SEMIRAW_S): Likewise.
5332         (FP_PACK_SEMIRAW_SP): Likewise.
5333         (_FP_SQRT_MEAT_S): Likewise.
5334         (FP_CMP_S): Likewise.
5335         (FP_CMP_EQ_S): Likewise.
5336         (FP_CMP_UNORD_S): Likewise.
5337         (FP_TO_INT_S): Likewise.
5338         (FP_FROM_INT_S): Likewise.
5340         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5342         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5343         (FP_EX_INVALID_IMZ): Likewise.
5344         (FP_EX_INVALID_IMZ_FMA): Likewise.
5345         (FP_EX_INVALID_ISI): Likewise.
5346         (FP_EX_INVALID_ZDZ): Likewise.
5347         (FP_EX_INVALID_IDI): Likewise.
5348         (FP_EX_INVALID_SQRT): Likewise.
5349         (FP_EX_INVALID_CVI): Likewise.
5350         (FP_EX_INVALID_VC): Likewise.
5351         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5352         "invalid" exceptions.
5353         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5354         (_FP_ADD_INTERNAL): Likewise.
5355         (_FP_MUL): Likewise.
5356         (_FP_FMA): Likewise.
5357         (_FP_DIV): Likewise.
5358         (_FP_CMP_CHECK_NAN): Likewise.
5359         (_FP_SQRT): Likewise.
5360         (_FP_TO_INT): Likewise.
5361         (FP_EXTEND): Likewise.
5363 2014-10-09  Allan McRae  <allan@archlinux.org>
5365         * po/fr.po: Update French translation from translation project.
5367 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5369         [BZ #14132]
5370         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5371         of INTDEF.
5372         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5373         (__cxa_atexit): Use libc_hidden_proto.
5374         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5376         [BZ #14132]
5377         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5378         declaration.
5379         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5380         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5381         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5382         [!_ISOMAC] (__iswctype_internal): Likewise.
5383         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5384         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5385         alias.
5386         (fcntl): Remove __fcntl_internal alias.
5387         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5388         __connect_internal alias.
5389         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5390         Likewise.
5392         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5393         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5394         FP_DENORM_ZERO.
5395         (_FP_CHECK_FLUSH_ZERO): New macro.
5396         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5397         (_FP_CMP): Likewise.
5398         (_FP_CMP_EQ): Likewise.
5399         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5400         FP_DENORM_ZERO.
5401         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5402         (FP_TRUNC): Likewise.
5404         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5405         treated as invalid conversion, not as normal exponent.
5407         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5408         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5409         (_FP_CMP_EQ): Likewise.
5410         (_FP_CMP_UNORD): Likewise.
5411         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5412         (FP_CMP_EQ_D): Likewise.
5413         (FP_CMP_UNORD_D): Likewise.
5414         * soft-fp/extended.h (FP_CMP_E): Likewise.
5415         (FP_CMP_EQ_E): Likewise.
5416         (FP_CMP_UNORD_E): Likewise.
5417         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5418         (FP_CMP_EQ_Q): Likewise.
5419         (FP_CMP_UNORD_Q): Likewise.
5420         * soft-fp/single.h (FP_CMP_S): Likewise.
5421         (FP_CMP_EQ_S): Likewise.
5422         (FP_CMP_UNORD_S): Likewise.
5423         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5424         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5425         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5426         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5427         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5428         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5429         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5430         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5431         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5432         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5433         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5434         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5435         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5436         to FP_CMP_Q.
5437         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5438         FP_CMP_Q.
5439         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5440         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5441         FP_CMP_EQ_Q.
5442         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5443         FP_CMP_Q.
5444         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5445         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5446         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5447         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5448         FP_CMP_EQ_Q.
5449         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5450         FP_CMP_Q.
5451         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5452         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5453         FP_CMP_EQ_Q.
5454         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5455         FP_CMP_Q.
5456         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5457         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5458         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5459         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5460         FP_CMP_EQ_Q.
5462         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5463         a subnormal result, set the underflow exception if trapping on
5464         underflow is enabled.
5465         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5466         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5467         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5468         redefine to 0.
5469         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5470         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5471         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5472         * soft-fp/extendxftf2.c (__extendxftf2): Use
5473         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5475         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5476         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5477         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5478         FP_HANDLE_EXCEPTIONS.
5479         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5480         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5481         FP_HANDLE_EXCEPTIONS.
5482         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5483         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5484         FP_HANDLE_EXCEPTIONS.
5485         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5486         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5487         FP_HANDLE_EXCEPTIONS.
5489 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5491         [BZ #14132]
5492         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5493         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5494         use INTUSE.
5495         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5496         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5497         Remove alias.
5498         (__adjtimex): Define using libc_hidden_ver.
5499         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5500         Remove declaration.
5501         (ntp_gettime): Call __adjtimex directly.
5502         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5503         Remove declaration.
5504         (ntp_gettimex): Call __adjtimex directly.
5505         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5506         __adjtimex_internal alias.
5508 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5510         [BZ #17460]
5511         * nscd/nscd.c (more_help): Rewrite list of tables collection
5512         using xstrdup and asprintf.
5514         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5516 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5517             Roland McGrath  <roland@hack.frob.com>
5519         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5520         (do_lookup_unique): ... local function 'enter' here; update callers.
5522 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5524         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5525         compat_symbol calls on [SHARED].
5526         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5527         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5528         Remove.
5529         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5530         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5531         (oldsetrlimit): Remove.
5532         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5534         (lchown): New syscall entry.
5535         (oldsetrlimit): Remove.
5536         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5537         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5538         (oldsetrlimit): Remove.
5539         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5541         [BZ #14138]
5542         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5543         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5544         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5545         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5546         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5547         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5548         (fchown): Likewise.
5549         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5550         (fchown): Likewise.
5551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5552         Likewise.
5554 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5556         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5557         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5558         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5559         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5560         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5561         Likewise.
5562         (__old_sem_post): Likewise.
5564 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5566         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5567         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5568         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5569         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5570         Use INLINE_VSYSCALL macro.
5571         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5572         __vdso_clock_gettime.
5573         * sysdeps/unix/sysv/linux/tile/init-first.c
5574         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5575         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5576         __vdso_clock_gettime.
5578         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5579         to set up frame more cleanly.
5581         * sysdeps/tile/memcmp.c: New file.
5583         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5585         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5586         * sysdeps/tile/tilegx/strcasestr.c: New file.
5587         * sysdeps/tile/tilegx/strnlen.c: New file.
5588         * sysdeps/tile/tilegx/strstr.c: New file.
5590         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5592 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5594         * nptl/tst-setuid3.c: Write errors to stdout.
5596 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5598         * elf/dl-deps.c
5599         (preload): New functions broken out of _dl_map_object_deps.
5600         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5602 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5604         [BZ #14138]
5605         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5606         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5608 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5610         * sysdeps/mips/strcmp.S: New.
5612 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5614         [BZ #14138]
5615         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5616         (linkat): Likewise.
5617         (mkdirat): Likewise.
5618         (readlinkat): Likewise.
5619         (renameat): Likewise.
5620         (symlinkat): Likewise.
5621         (unlinkat): Likewise.
5622         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5623         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5624         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5625         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5626         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5627         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5628         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5630 2014-09-30  Will Newton  <will.newton@linaro.org>
5632         * math/math.h: Define long double math functions if
5633         _LIBC_TEST is defined.
5634         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5636         * localedata/Makefile: Move assignment to tests-special
5637         into an ifdef testing run-built-tests.
5638         * timezone/Makefile: Likewise.
5640 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5642         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5643         with $(BASH) not $(SHELL).
5645 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5646             Matthew LeGendre  <legendre1@llnl.gov>
5648         [BZ #17411]
5649         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5650         l_reloc_result.
5652 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5654         * stdio-common/printf_fp.c
5655         (hack_digit): New function, broken out of ...
5656         (__printf_fp): ... local function here.  Update call sites.
5657         hack_digit now takes an additional parameter that is a pointer
5658         to a struct of the referenced locals.  Those locals moved inside
5659         the struct and references updated.
5661 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5663         * aclocal.m4: Require autoconf 2.69.
5664         * configure: Regenerated.
5665         * sysdeps/aarch64/configure: Likewise.
5666         * sysdeps/alpha/configure: Likewise.
5667         * sysdeps/arm/armv7/configure: Likewise.
5668         * sysdeps/arm/configure: Likewise.
5669         * sysdeps/ia64/configure: Likewise.
5670         * sysdeps/mach/configure: Likewise.
5671         * sysdeps/mips/configure: Likewise.
5672         * sysdeps/s390/configure: Likewise.
5673         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5676         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5677         file.
5678         * sysdeps/ia64/configure.ac: Likewise.
5680 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5683         specify symbol version for ld.so.  Do not include entry for
5684         libpthread.
5685         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5686         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5687         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5689         [BZ #14171]
5690         * Makeconfig [$(build-shared) = yes]
5691         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5692         makefiles.
5693         [$(build-shared) = yes && $(soversions.mk-done) = t]
5694         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5695         [$(build-shared) = yes && $(soversions.mk-done) = t]
5696         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5697         to Makerules.
5698         [$(build-shared) = yes && $(soversions.mk-done) = t]
5699         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5700         here.
5701         [$(build-shared) = yes && $(soversions.mk-done) = t]
5702         (common-generated): Don't append gnu/lib-names.h and
5703         gnu/lib-names.stmp here.
5704         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5705         (lib-names-h-abi): New variable.
5706         [$(build-shared) = yes && $(soversions.mk-done) = t]
5707         (lib-names-stmp-abi): Likewise.
5708         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5709         abi-variants] (before-compile): Append
5710         $(common-objpfx)$(lib-names-h-abi).
5711         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5712         abi-variants] (common-generated): Append gnu/lib-names.h.
5713         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5714         abi-variants] (install-others-nosubdir): Depend on
5715         $(inst_includedir)/$(lib-names-h-abi).
5716         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5717         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5718         [$(build-shared) = yes && $(soversions.mk-done) = t]
5719         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5720         [$(build-shared) = yes && $(soversions.mk-done) = t]
5721         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5722         [$(build-shared) = yes && $(soversions.mk-done) = t]
5723         (common-generated): Append $(lib-names-h-abi) and
5724         $(lib-names-stmp-abi).
5725         * scripts/lib-names.awk: Do not handle multi being set.
5726         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5727         Remove variable.
5728         (abi-lp64_be-ld-soname): Likewise.
5729         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5730         Likewise.
5731         (abi-hard-ld-soname): Likewise.
5732         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5733         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5734         Remove variable.
5735         (abi-o32_hard-ld-soname): Likewise.
5736         (abi-o32_soft_2008-ld-soname): Likewise.
5737         (abi-o32_hard_2008-ld-soname): Likewise.
5738         (abi-n32_soft-ld-soname): Likewise.
5739         (abi-n32_hard-ld-soname): Likewise.
5740         (abi-n32_soft_2008-ld-soname): Likewise.
5741         (abi-n32_hard_2008-ld-soname): Likewise.
5742         (abi-n64_soft-ld-soname): Likewise.
5743         (abi-n64_hard-ld-soname): Likewise.
5744         (abi-n64_soft_2008-ld-soname): Likewise.
5745         (abi-n64_hard_2008-ld-soname): Likewise.
5746         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5747         Likewise.
5748         (abi-64-v2-ld-soname): Likewise.
5749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5750         ld.so entries.
5751         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5752         variable.
5753         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5754         entry.
5755         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5756         variable.
5757         (abi-64-ld-soname): Likewise.
5758         (abi-x32-ld-soname): Likewise.
5759         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5760         entry.
5761         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5763 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5765         [BZ #14138]
5766         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5767         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5768         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5769         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5770         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5771         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5772         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5773         syscall entry for GLIBC_2.2 symbol version.
5774         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5775         Likewise.
5776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5777         (setrlimit): Likewise.
5778         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5779         Likewise.
5781 2014-09-23  Will Newton  <will.newton@linaro.org>
5783         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5784         _LINUX_ARM_SYSDEP_H include guard too.
5785         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5786         define.
5788 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5790         * sysdeps/unix/sysv/linux/eventfd.c:
5791         Make first argument unsigned.
5792         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5793         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5795 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5797         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5798         * socket/sys/socket.h: Likewise
5799         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5801 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5803         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5805 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5807         * time/tst-ftime.c: New test.
5808         * time/Makefile (tests): Add tst-ftime.
5810 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5812         * soft-fp/extended.h: Fix comment formatting.
5813         * soft-fp/op-1.h: Likewise.
5814         * soft-fp/op-2.h: Likewise.
5815         * soft-fp/op-4.h: Likewise.
5816         * soft-fp/op-8.h: Likewise.
5817         * soft-fp/op-common.h: Likewise.
5818         * soft-fp/soft-fp.h: Likewise.
5820         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5822 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5824         [BZ #6652]
5825         * Makeconfig (soversions-default-setname): Remove variable.
5826         ($(common-objpfx)soversions.i): Don't pass default_setname to
5827         soversions.awk.
5828         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5829         oldest_abi to abi-versions.awk.
5830         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5831         * config.make.in (oldest-abi): Remove variable.
5832         * configure.ac (--enable-oldest-abi): Remove configure option.
5833         * configure: Regenerated.
5834         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5835         text.
5836         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5837         * scripts/soversions.awk: Do not handle default_setname variable.
5838         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5839         variable.
5840         * sysdeps/mach/hurd/configure: Regenerated.
5841         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5842         variable.
5843         * sysdeps/unix/sysv/linux/configure: Regenerated.
5845 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5847         * elf/Makefile (CFLAGS-interp.c): Remove.
5848         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5849         path string.
5850         * elf/interp.c: Include generated runtime-linker.h
5852         * Makerules (lib%.so): Don't include $(+interp) in
5853         prerequisites.
5854         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5855         * dlfcn/eval.c: Remove file.
5857         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5858         macros.
5860         [BZ #17266]
5861         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5862         4.2 and newer.
5864         [BZ #17370]
5865         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5867 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5868             Jakub Jelinek  <jakub@redhat.com>
5870         [BZ #17266]
5871         * libio/stdio.h: Check definition of __fortify_function
5872         instead of __extern_always_inline to include bits/stdio2.h.
5873         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5874         check if __extern_always_inline is defined.
5875         [__USE_MISC || __USE_XOPEN]: Likewise.
5876         [__USE_ISOC99] Likewise.
5877         * misc/sys/cdefs.h (__fortify_function): Define only if
5878         __extern_always_inline is defined.
5879         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5880         __extern_always_inline and __extern_inline only for g++-4.3
5881         and newer or a compatible gcc.
5883 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5885         [BZ #17371]
5886         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5887         last change to handle zero prefix length.
5889 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5891         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5892         _SC_REGEX_VERSION.
5894         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5895         _POSIX_RAW_SOCKETS.
5897 2014-09-13  Allan McRae  <allan@archlinux.org>
5899         * po/ru.po: Update Russian translation from translation project.
5901 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5903         * locale/programs/locale.c (show_locale_vars): Inline local function
5904         into its sole call site.  Clean up some style nits.
5905         (print_item): New function, broken out of ...
5906         (show_info): ... local function here.  Clean up style nits.
5908         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5909         out of ...
5910         (set_class_defaults): ... local function set_default here.
5911         Define set_default as a macro locally to pass constant parameters.
5912         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5913         rather than a shared local.
5915         * stdlib/rpmatch.c (try): New function, broken out of ...
5916         (rpmatch): ... local function here.  Also, prototypify definition.
5918 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5920         * scripts/soversions.awk: Do not handle configuration names.
5921         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5922         vendor and os variables to soversions.awk.
5923         * configure.ac: Do not modify gnu-* host_os.
5924         * configure: Regenerated
5925         * shlib-versions: Remove first column with configuration names.
5926         * nptl/shlib-versions: Likewise.
5927         * nptl_db/shlib-versions: Likewise.
5928         * sysdeps/hppa/shlib-versions: Likewise.
5929         * sysdeps/m68k/shlib-versions: Likewise.
5930         * sysdeps/mach/hurd/shlib-versions: Likewise.
5931         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5932         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5933         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5934         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5935         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5936         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5937         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5938         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5940         Likewise.
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/shlib-versions: Likewise.
5944         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5945         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5946         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5947         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5948         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5951         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5953         Regenerated.
5954         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5956         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5958         * shlib-versions: Remove OS-specific entries.  Moved to files in
5959         sysdeps.
5960         * sysdeps/mach/hurd/shlib-versions: New file.
5961         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5963         * nptl/shlib-versions: Remove architecture-specific entries.
5964         Moved to files in sysdeps.
5965         * shlib-versions: Likewise.
5966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5967         file.
5968         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5969         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5970         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5971         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5973         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5974         (UDP_NO_CHECK6_RX): Likewise.
5976 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5978         * sysdeps/posix/sysconf.c (__sysconf): Spell
5979         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5981 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5983         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5984         loading.
5985         * iconv/Versions (__gconv_transliterate): Export for use from
5986         gconv modules.
5987         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5988         (struct __gconv_trans_data, __gconv_trans_fct,
5989         __gconv_trans_context_fct, __gconv_trans_query_fct,
5990         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5991         definitions.
5992         (struct __gconv_step_data): Remove __trans member.
5993         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5994         longer hidden.  Remove unused trans_data argument.
5995         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5996         (__gconv_translit_find): Remove declaration.
5997         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5998         prototype.
5999         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6000         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6001         trans_data argument.  Add hidden definition.
6002         (__gconv_translit_find): Remove.
6003         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6004         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6005         * iconv/skeleton.c: Remove transliteration initialization.
6006         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6007         __gconv_step_data initialization.
6008         * libio/iofwide.c (__libio_translit_): Remove.
6009         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6010         * wcsmbs/btowc.c (__btowc): Likewise.
6011         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6012         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6013         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6014         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6015         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6016         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6017         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6018         * wcsmbs/wctob.c (wctob): Likewise.
6020 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6022         [BZ #16194]
6023         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6024         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6025         register usage.
6026         * sysdeps/x86/Makefile: Adjust.
6028 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6029             Roland McGrath  <roland@hack.frob.com>
6031         * locale/weight.h: Add include guard.
6032         (findidx): Make static rather than auto; take new parameters
6033         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6034         * locale/weightwc.h: Likewise.
6035         * posix/fnmatch_loop.c
6036         (FCT): Change type of EXTRA from int32_t to wint_t.
6037         Don't include either header inside the function.
6038         Call FINDIDX rather than findidx, and pass new arguments.
6039         #undef FINDIDX at the end of the file.
6040         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6041         FINDIDX before including fnmatch_loop.c for the non-wide version.
6042         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6043         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6044         for the wide version.
6045         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6046         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6047         Pass new arguments to findidx.
6048         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6049         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6050         Don't #include it inside the function.  Pass new arguments to findidx.
6051         * posix/regex_internal.h
6052         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6053         (re_string_elem_size_at): Don't #include it inside the function.
6054         Pass new arguments to findidx.
6055         * string/strcoll_l.c: #include WEIGHT_H at top level.
6056         (get_next_seq): Don't #include it inside the function.
6057         Pass new arguments to findidx.
6058         (get_next_seq_nocache): Likewise.
6059         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6060         (STRXFRM): Don't #include it inside the function.
6061         Pass new arguments to findidx.
6063 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6065         [BZ #17344]
6066         * malloc/malloc.c (unlink): Turn asserts into a call to
6067         malloc_printerr.
6069 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6071         [BZ #17370]
6072         * libio/wfileops (do_ftell_wide): Free OUT.
6074 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6076         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6078 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6080         [BZ #17363]
6081         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6082         group if the current group is empty.
6084 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6086         * benchtests/bench-memset.c (test_main): Add more test from size
6087         from 32 to 512 bytes.
6088         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6089         Add POWER8 memset object.
6090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6091         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6092         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6093         implementation.
6094         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6095         Likewise.
6096         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6097         multiarch POWER8 memset optimization.
6098         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6099         POWER8 memset optimization.
6101         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6102         Remove bzero multiarch objects.
6103         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6104         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6105         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6106         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6107         Remove define.
6108         [__bzero]: Redefine to specific name.
6109         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6110         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6111         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6112         define.
6113         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6114         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6116 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6118         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6119         warnings into errors.
6121         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6122         __cxa_thread_atexit_impl prototype.
6124 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6126         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6127         Fix capitalization of error message.
6129 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6131         * sysdeps/mips/preconfigure: Modify ABI tests.
6133 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6135         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6137 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6138             Carlos O'Donell  <carlos@systemhalted.org>
6140         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6141         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6142         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6143         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6144         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6145         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6146         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6147         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6148         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6149         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6150         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6151         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6152         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6153         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6154         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6155         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6156         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6157         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6158         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6159         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6160         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6161         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6162         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6163         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6164         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6165         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6166         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6167         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6168         Deconditionalize the code that was previously under [RESET_PID].
6169         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6170         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6171         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6172         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6173         include sysdep.h.
6175 2014-09-08  Allan McRae  <allan@archlinux.org>
6177         * version.h (RELEASE): Set to "development".
6178         (VERSION): Set to "2.20.90"
6180 2014-09-07  Allan McRae  <allan@archlinux.org
6182         * version.h (RELEASE): Set to "stable".
6183         (VERSION): Set to "2.20"
6184         * include/features.h (__GLIBC_MINOR__): Set to 20.
6186         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6187         Liebler.
6189         * po/ko.po: Update Korean translation from translation project.
6191 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6193         [BZ #17354]
6194         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6195         macro for handling signed relocations.
6197 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6199         [BZ #17325]
6200         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6201         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6202         assert.
6203         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6204         * iconvdata/ibm935.c (BODY): Likewise.
6205         * iconvdata/ibm937.c (BODY): Likewise.
6206         * iconvdata/ibm939.c (BODY): Likewise.
6207         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6208         assert.
6209         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6210         script.
6211         * iconvdata/run-iconv-test.sh: New test loop for checking for
6212         decoder crashers.
6214 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6216         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6217         libm_hidden_ver.
6219 2014-09-01  Allan McRae  <allan@archlinux.org>
6221         * po/eo.po: Update Esperanto translation from translation project.
6223         * po/ca.po: Update Catalan translation from translation project.
6225 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6227         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6228         __proc_dostop call.
6230 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6232         [BZ #17319]
6233         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6234         to call set_thread_area instead of hand written asm.
6235         (__NR_set_thread_area): Removed define.
6236         (TLS_FLAG_WRITABLE): Likewise.
6237         (__ASSUME_SET_THREAD_AREA): Remove check.
6238         (TLS_EBX_ARG): Remove define.
6239         (TLS_LOAD_EBX): Likewise.
6241 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6243         Simplify atomicity of socket creation in bind.
6245         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6246         looking up the name after linking the file.
6248 2014-08-27  Allan McRae  <allan@archlinux.org>
6250         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6252 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6254         [BZ #17187]
6255         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6256         trans_compare, open_translit, __gconv_translit_find):
6257         Remove module loading code.
6259 2014-08-26  Allan McRae  <allan@archlinux.org>
6261         * po/vi.po: Update Vietnamese translation from translation project.
6263         * po/uk.po: Update Ukrainian translation from translation project.
6265         * po/fr.po: Update French translation from translation project.
6267         * po/ru.po: Update Russian translation from translation project.
6269         * po/pl.po: Update Polish translation from translation project.
6271         * po/cs.po: Update Czech translation from translation project.
6273         * po/de.po: Update German translation from translation project.
6275         * po/bg.po: Update Bulgarian translation from translation project.
6277         * po/sv.po: Update Sweedish translation from translation project.
6279         * po/nl.po: Update Dutch translation from translation project.
6281         * po/es.po: Update Spanish translation from translation project.
6283 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6285         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6287         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6288         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6289         (CPPFLAGS-iconvconfig): Likewise.
6290         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6292         * include/libc-symbols.h: Remove unnecessary check for
6293         NOT_IN_libc.
6294         * nptl/pthreadP.h: Likewise.
6295         * sysdeps/aarch64/setjmp.S: Likewise.
6296         * sysdeps/alpha/setjmp.S: Likewise.
6297         * sysdeps/arm/sysdep.h: Likewise.
6298         * sysdeps/i386/setjmp.S: Likewise.
6299         * sysdeps/m68k/setjmp.c: Likewise.
6300         * sysdeps/posix/getcwd.c: Likewise.
6301         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6302         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6303         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6304         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6305         * sysdeps/sh/sh3/setjmp.S: Likewise.
6306         * sysdeps/sh/sh4/setjmp.S: Likewise.
6307         * sysdeps/unix/alpha/sysdep.h: Likewise.
6308         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6309         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6310         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6311         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6314         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6315         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6316         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6317         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6318         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6319         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6320         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6321         * sysdeps/x86_64/setjmp.S: Likewise.
6323 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6325         [BZ #17263]
6326         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6327         <stdint.h>.
6328         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6329         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6331 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6333         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6335         [BZ #17262]
6336         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6337         and __x86_64__ when disabling x87 inline functions.
6339 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6341         [BZ #17259]
6342         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6343         asm statement with __cpuid_count.
6345 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6347         * configure.ac: Change __ehdr_start code to dereference the struct.
6348         Run readelf on the output to look for relocations.
6349         * configure: Regenerated.
6351 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6353         [BZ #17261]
6354         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6355         value to 0.
6356         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6358 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6360         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6362 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6364         [BZ #16892]
6365         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6366         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6368 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6370         * malloc/malloc.c: Fix typo in comment.
6372 2014-08-09  Allan McRae  <allan@archlinux.org>
6374         * Regenerate libc.po.
6376 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6378         * intl/tst-gettext2.sh: Check every lang file for creation.
6380 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6382         * sysdeps/aarch64/fpu/math_private.h
6383         (libc_feholdsetround_noex_aarch64_ctx): New function.
6385 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6387         * sysdeps/arm/armv6/strcpy.S (strcpy):
6388         Fix performance issue in misaligned cases.
6390 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6392         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6393         Move definition from termios.h.
6394         (struct termio): Likewise.
6395         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6396         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6397         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6398         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6399         Likewise.
6400         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6401         Move definition to ioctl-types.h
6402         (struct termio): Likewise.
6403         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6404         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6405         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6406         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6407         Likewise.
6409 2014-08-05  Richard Henderson  <rth@redhat.com>
6411         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6412         exceptions.
6413         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6414         Add fraiseexcpt.
6415         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6416         Use __feraiseexcept.
6417         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6418         Protect libm symbols with IS_IN_libm.
6420         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6422 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6424         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6426 2014-08-04  Will Newton  <will.newton@linaro.org>
6428         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6429         file.
6431 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6433         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6434         variants for each function.
6436 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6438         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6439         appended ...
6440         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6441         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6442         appended ...
6443         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6444         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6445         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6446         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6447         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6448         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6449         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6450         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6451         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6452         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6453         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6454         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6455         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6456         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6457         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6458         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6459         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6461         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6462         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6463         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6464         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6465         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6466         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6467         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6468         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6469         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6471         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6472         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6473         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6474         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6475         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6476         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6477         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6478         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6479         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6480         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6481         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6482         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6483         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6485         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6487         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6488         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6489         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6490         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6491         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6492         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6493         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6494         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6495         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6496         Update #include.
6497         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6498         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6500 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6502         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6503         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6504         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6505         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6506         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6507         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6509 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6511         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6512         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6513         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6514         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6516 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6518         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6519         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6520         (__libc_vfork): Define function under this name.
6521         (__vfork): Define as an alias.
6522         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6523         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6525 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6527         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6528         that was previously under [RESET_PID].
6529         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6531 2014-08-04  Andreas Schwab  <schwab@suse.de>
6533         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6535 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6537         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6538         (main): Likewise.
6540 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6542         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6544 2014-08-01  Richard Henderon  <rth@redhat.com>
6546         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6547         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6548         typo in exact zero test.
6549         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6550         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6551         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6553 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6555         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6556         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6557         * sysdeps/arm/sysdep.h: ... here.
6558         [!__ASSEMBLER__]: Include <stdint.h>.
6560 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6562         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6563         (HAVE_WCTYPE_H): Likewise.
6564         (HAVE_ISWCTYPE): Likewise.
6565         (ENABLE_NLS): Likewise.
6566         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6567         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6569         * posix/regex_internal.c: Check if DEBUG is defined and is
6570         set.
6572         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6573         (HAVE_MBSRTOWCS): Likewise.
6574         * posix/fnmatch.c: Include string.h unconditionally.
6576 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6578         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6579         reversal.
6581 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6583         * sysdeps/generic/safe-fatal.h: New file.
6584         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6585         * nptl/forward.c: Include it.
6586         (__pthread_unwind): Use __safe_fatal as default action, rather
6587         than a bogus use of INTERNAL_SYSCALL that could never work.
6589         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6590         * configure.ac (libc_cv_builtin_trap): New test.
6591         * configure: Regenerated.
6592         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6593         (ABORT_INSTRUCTION): Define using __builtin_trap.
6595         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6596         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6597         * sysdeps/nptl/nptl-signals.h: New file.
6598         * nptl/pthreadP.h: Include <nptl-signals.h>.
6600 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6602         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6603         (ONE_DIRECTION): Define.
6604         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6605         (ONE_DIRECTION): Define.
6606         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6607         (ONE_DIRECTION): Define.
6609 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6611         * sysdeps/s390/Makefile: Delete file.
6612         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6613         * sysdeps/s390/__longjmp.c: Delete file.
6614         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6615         Remove fields __flags and __reserved.
6616         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6617         and add versioning.
6618         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6619         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6620         * sysdeps/s390/rtld-setjmp.S: Likewise.
6621         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6622         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6623         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6624         * sysdeps/s390/s390-32/setjmp.S: ... here.
6625         Add versioning.
6626         (__sigsetjmp): Remove setting __flags field.
6627         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6628         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6629         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6630         * sysdeps/s390/s390-64/setjmp.S: ... here.
6631         Add versioning.
6632         (__sigsetjmp): Remove setting __flags field.
6633         * sysdeps/s390/setjmp.S: Delete file.
6634         * sysdeps/s390/sigjmp.c: Likewise.
6635         * sysdeps/s390/v1-longjmp.c: Likewise.
6636         * sysdeps/s390/v1-setjmp.h: Likewise.
6637         * sysdeps/s390/v1-sigjmp.c: Likewise.
6638         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6639         Remove v1-longjmp_chk.
6640         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6641         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6642         Include debug/longjmp_chk.c and add versioning.
6643         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6644         Include nptl/pt-longjmp.c and add versioning.
6645         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6646         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6647         Include __longjmp.c.
6648         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6649         Move to ...
6650         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6651         (__getcontext): Remove setting __flags field.
6652         Add versioning.
6653         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6654         Don't restore upper high grps.
6655         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6656         Likewise.
6657         (__swapcontext): Remove setting uc_flags field.
6658         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6659         Delete file.
6660         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6661         Include __longjmp.c.
6662         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6663         Move to ...
6664         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6665         (__getcontext): Remove setting __flags field.
6666         Add versioning.
6667         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6668         (__swapcontext): Remove setting uc_flags field.
6669         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6670         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6671         Remove fields uc_high_gprs and __reserved.
6672         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6673         New file with reverted content.
6674         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6675         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6676         Regenerated.
6677         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6678         Regenerated.
6680 2014-07-31  Andreas Schwab  <schwab@suse.de>
6682         * config.h.in (HAVE_IFUNC): Define to 0.
6683         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6684         definedness.
6686 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6688         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6689         memmove-avx-unaligned, memcpy-avx-unaligned and
6690         mempcpy-avx-unaligned.
6691         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6692         Add tests for AVX memcpy functions.
6693         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6694         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6695         memcpy_chk.
6696         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6697         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6698         memmove_chk.
6699         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6700         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6701         mempcpy_chk.
6702         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6703         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6704         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6706 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6708         [BZ #17213]
6709         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6710         powerpc64le.
6712 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6714         [BZ #16839]
6715         * manual/llio.texi: Add section about open file description locks.
6716         * manual/examples/ofdlocks.c: Example of open file description
6717         lock usage.
6718         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6719         F_OFD_SETLK, and F_OFD_SETLKW.
6721 2014-07-23  Allan McRae  <allan@archlinux.org>
6723         * po/es.po: Update Spanish translation from translation project.
6725 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6727         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6729 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6731         [BZ #17078]
6732         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6733         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6734         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6736 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6738         [BZ #17088]
6739         * math/fesetenv.c (__fesetenv)
6740         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6741         * math/feupdateenv.c (__feupdateenv)
6742         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6744         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6745         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6746         (__ASSUME_SOCKETCALL): Do not define.
6748         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6749         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6750         (__ASSUME_SOCKETCALL): Do not define.
6751         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6752         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6753         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6754         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6755         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6756         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6757         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6758         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6760         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6761         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6762         (__ASSUME_SOCKETCALL): Do not define.
6763         (__ASSUME_IPC64): Define unconditionally.
6764         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6765         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6766         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6767         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6768         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6769         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6770         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6771         Likewise.
6773         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6774         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6775         (__ASSUME_SOCKETCALL): Do not define.
6776         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6777         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6778         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6779         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6780         (__ASSUME_REQUEUE_PI): Define unconditionally.
6781         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6782         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6783         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6784         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6785         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6786         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6788         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6789         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6790         (__ASSUME_SOCKETCALL): Do not define.
6791         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6792         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6793         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6794         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6795         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6796         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6798         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6799         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6800         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6801         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6802         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6803         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6804         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6805         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6806         (__ASSUME_GETCPU_SYSCALL): Likewise.
6808         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6809         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6810         cases for individual architectures.
6811         * sysdeps/gnu/configure: Regenerated.
6812         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6813         LIBC_SLIBDIR_RTLDDIR.
6814         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6815         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6816         LIBC_SLIBDIR_RTLDDIR.
6817         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6819         LIBC_SLIBDIR_RTLDDIR.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6821         Regenerated.
6822         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6823         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6824         file.
6825         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6826         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6827         file.
6828         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6829         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6830         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6831         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6833         * sysdeps/aarch64/shlib-versions: Move to ...
6834         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6835         * sysdeps/alpha/shlib-versions: Move to ...
6836         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6837         * sysdeps/arm/shlib-versions: Move to ...
6838         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6839         * sysdeps/hppa/shlib-versions: Move all contents except for
6840         libgcc_s entry to ...
6841         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6842         entry from ...
6843         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6844         * sysdeps/ia64/shlib-versions: Move to ...
6845         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6846         entry from ...
6847         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6848         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6849         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6850         * sysdeps/microblaze/shlib-versions: Move to ...
6851         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6852         * sysdeps/mips/shlib-versions: Move to ...
6853         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6854         entry from ...
6855         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6856         * sysdeps/tile/shlib-versions: Move to ...
6857         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6858         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6859         from ...
6860         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6861         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6862         entry from ...
6863         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6865 2014-07-17  Will Newton  <will.newton@linaro.org>
6867         * sysdeps/arm/bits/atomic.h
6868         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6869         (__arch_compare_and_exchange_bool_16_int): Likewise.
6870         (__arch_compare_and_exchange_bool_64_int): Likewise.
6872         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6873         into an #else block.
6875 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6877         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6878         just Linux configurations.  Test empirically that the compiler sets
6879         __ARM_EABI__, rather than using the tuple to decide.
6880         * sysdeps/arm/preconfigure: Regenerated.
6881         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6882         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6883         contents appended ...
6884         * sysdeps/arm/configure.ac: ... here.
6885         * sysdeps/arm/configure: Regenerated.
6887 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6889         * nptl/pthread_kill.c: New file.
6890         * nptl/pthread_sigmask.c: New file.
6891         * nptl/pthread_sigqueue.c: New file.
6893         * sysdeps/nptl/lowlevellock.h: New file.
6894         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6895         * sysdeps/nptl/lowlevellock-futex.h: New file.
6897         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6898         Remove dead declarations.
6900 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6902         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6903         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6904         config-cflags-avx2.
6905         * sysdeps/x86_64/configure.ac: Likewise.
6906         * sysdeps/i386/configure: Regenerated.
6907         * sysdeps/x86_64/configure: Likewise.
6908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6909         memset-avx2 only if config-cflags-avx2 is yes.
6910         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6911         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6912         defined.
6913         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6914         only if HAVE_AVX2_SUPPORT is defined.
6915         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6917 2014-07-14  Alan Modra  <amodra@gmail.com>
6919         [BZ #17153]
6920         * elf/elf.h (DT_PPC64_NUM): Correct value.
6921         * NEWS: Add to fixed bug list.
6923 2014-07-13  Jim Meyering  <meyering@fb.com>
6925         [BZ 17150]
6926         regex: don't deref NULL upon heap allocation failure
6927         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6928         failure in one more place.
6929         To trigger the segfault, configure grep -with-included-regex,
6930         build it, and run these commands:
6931         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6933 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6935         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6937 2014-07-11  Richard Henderson  <rth@redhat.com>
6939         * sysdeps/aarch64/libm-test-ulps: Update.
6941 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6943         [BZ #17135]
6944         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6945         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6946         (__nptl_setxid): Initialize error member.  Call
6947         __nptl_setxid_error.
6948         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6949         * nptl/descr.h (struct xid_command): Add error member.
6950         * nptl/tst-setuid3.c: New file.
6951         * nptl/Makefile (tests): Add it.
6953 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6955         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6956         New define.
6957         (__lll_trylock): Use __lll_base_trylock.
6958         (__lll_cond_trylock): Likewise.
6960 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6962         * nptl/pthread_create.c (start_thread): Use atomic_or and
6963         lll_futex_wake directly rather than lll_robust_dead.
6964         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6965         (lll_robust_dead): Macro removed.
6966         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6967         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6968         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6969         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6970         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6971         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6972         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6973         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6974         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6975         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6976         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6977         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6978         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6979         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6980         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6982         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6983         Use atomic_compare_and_exchange_val_acq directly rather than
6984         lll_robust_trylock.
6985         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6986         (__lll_robust_trylock, lll_robust_trylock): Removed.
6987         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6988         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6989         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6990         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6991         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6992         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6993         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6994         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6995         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6996         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6997         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6998         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6999         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7000         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7002 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7004         * manual/locale.texi (Locale Names): New section documenting
7005         locale name syntax.  Adjust menu and node chaining accordingly.
7006         (Choosing Locale): Reference Locale Names, Locale Categories.
7007         Mention setting LC_ALL=C.  Reflect that name syntax is now
7008         documented.
7009         (Locale Categories): New section title.  Reference Locale Names.
7010         LC_ALL is an environment variable, but not a category.
7011         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7012         description, now in Locale Name.  Reference that section.  Locale
7013         name syntax is now documented.
7015 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7017         [BZ #17137]
7018         * locale/findlocale.c (name_present, valid_locale_name): New
7019         functions.
7020         (_nl_find_locale): Use the loc_name variable to store name
7021         candidates.  Call name_present and valid_locale_name to check and
7022         validate locale names.  Return an error if the locale is invalid.
7024 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7026         * locale/setlocale.c (setlocale): Use strdup for allocating
7027         composite name copy.
7029 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7031         Sync up with gnulib.
7032         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7033         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7034         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7035         and _GL_ARG_NONNULL.
7036         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7037         [!_LIBC]: Include code for Windows and Cygwin.
7038         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7039         Include prototype for int strerror_r.
7040         [!_LIBC] (is_open): New function.
7041         (flush_stdout): New function.
7042         (print_errno_message): Use it.
7043         (error): Likewise.
7044         (error_at_line): Likewise.
7045         (error_tail) Add function attribute macros.  Use
7046         __builtin_expect.
7048         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7050         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7052         * io/ftw.c: Include sys/param.h unconditionally.
7054         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7056         [BZ #17125]
7057         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7058         libc_freeres_ptr.
7059         (freecache): New function to free CACHE on exit.
7061         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7062         initialization.
7064 2014-07-09  David S. Miller  <davem@davemloft.net>
7066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7068         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7069         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7070         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7071         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7072         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7073         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7074         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7075         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7076         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7077         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7078         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7079         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7080         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7082 2014-07-09  Andreas Schwab  <schwab@suse.de>
7084         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7085         output.
7086         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7087         (do_test): Likewise.
7089         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7091 2014-07-09  Will Newton  <will.newton@linaro.org>
7093         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7094         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7095         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7096         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7097         * sysdeps/hppa/start.S (_start): Likewise.
7099 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7101         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7103         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7104         defined.
7106 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7108         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7109         after checking that it is non-NULL.
7111         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7113 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7115         * sysdeps/powerpc/memmove.c: Remove file.
7116         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7117         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7118         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7119         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7120         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7121         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7122         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7123         string memmove instead of removed powerpc one.
7125         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7126         [weak_alias]: Fix compiler warning due trailing data.
7127         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7128         [weak_alias]: Likewise.
7129         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7130         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7132         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7133         (__libc_ifunc_impl_list): Add memmove functions.
7135 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7137         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7138         Remove code.
7139         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7140         Likewise
7141         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7142         Likewise
7143         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7144         Likewise
7145         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7146         Likewise
7147         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7148         Likewise
7149         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7150         Likewise
7151         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7152         Likewise
7153         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7154         Likewise
7155         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7156         Likewise
7157         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7158         Likewise
7159         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7160         Likewise
7161         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7162         Likewise
7163         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7164         Likewise
7165         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7166         Likewise
7167         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7168         Likewise
7169         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7170         Likewise
7172 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7174         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7175         to avoid alignment traps in non-cacheable memory.
7176         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7179         multiarch objects.
7180         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7181         file: multiarch power7 memmove.
7182         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7183         multiarch default memmove.
7184         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7185         multiarch memove for powerpc32/power4.
7187         * string/bcopy.c: Use full path to include memmove.c.
7188         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7189         multiarch objects.
7190         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7191         bcopy for powerpc64.
7192         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7193         bcopy for powerpc64.
7194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7195         and memmove implementations.
7196         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7197         optimized multiarch memmove for POWER7/powerpc64.
7198         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7199         default multiarch memmove for powerpc64.
7200         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7201         multiarch for powerpc64.
7202         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7203         for POWER7/powerpc64.
7204         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7205         memmove for POWER7/powerpc64.
7207         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7208         glibc default one.
7210         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7211         __ELF_NATIVE_CLASS equal to 64.
7213 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7215         * sysdeps/nptl/lowlevellock.h: File removed.
7217         * NEWS: NPTL is no longer an add-on!
7218         * nptl/internaltypes.h: Moved ...
7219         * sysdeps/nptl/internaltypes.h: ... here.
7220         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7221         * sysdeps/nptl/fork.c: Likewise.
7222         * sysdeps/nptl/gai_misc.h: Likewise.
7223         * sysdeps/nptl/librt-cancellation.c: Likewise.
7224         * sysdeps/nptl/jmp-unwind.c: Likewise.
7225         * sysdeps/nptl/setxid.h: Likewise.
7226         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7227         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7228         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7229         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7230         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7231         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7232         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7233         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7234         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7235         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7236         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7237         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7238         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7239         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7240         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7241         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7242         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7243         * nptl/Makeconfig: Moved ...
7244         * sysdeps/nptl/Makeconfig: ... here.
7245         * nptl/configure: File removed.
7246         * nptl/ANNOUNCE: File removed.
7247         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7248         * sysdeps/unix/sysv/linux/configure: Regenerated.
7250         * nptl/Makefile (routines): Add libc_pthread_init,
7251         libc_multiple_threads, register-atfork and unregister-atfork.
7252         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7253         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7254         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7255         pthread-pi-defines.sym, structsem.sym.
7256         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7257         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7258         [$(subdir) = nptl] (tests): Add tst-setgetname.
7259         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7260         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7261         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7262         [!LIBC_SIGACTION]: Remove aliases.
7263         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7264         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7265         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7266         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7267         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7268         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7269         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7270         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7271         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7272         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7273         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7274         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7275         __libc_allocate_rtsig_private.
7276         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7277         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7278         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7279         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7280         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7281         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7282         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7283         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7284         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7285         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7286         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7287         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7288         * nptl/internaltypes.h: ... here.
7289         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7290         * sysdeps/nptl/jmp-unwind.c: ... here.
7291         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7292         * nptl/libc-lowlevellock.c: ... here.
7293         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7294         * nptl/libc_multiple_threads.c: ... here.
7295         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7296         * nptl/libc_pthread_init.c: ... here.
7297         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7298         * nptl/lowlevelbarrier.sym: ... here.
7299         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7300         * nptl/lowlevelcond.sym: ... here.
7301         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7302         * nptl/lowlevellock.c: ... here.
7303         * nptl/lowlevellock.h: Moved ...
7304         * sysdeps/nptl/lowlevellock.h: ... here.
7305         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7306         * nptl/lowlevelrobustlock.c: ... here.
7307         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7308         * nptl/lowlevelrobustlock.sym: ... here.
7309         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7310         * nptl/lowlevelrwlock.sym: ... here.
7311         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7312         * nptl/pt-fork.c: ... here.
7313         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7314         * nptl/pthread-pi-defines.sym: ... here.
7315         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7316         * nptl/pthread_attr_getaffinity.c: ... here.
7317         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7318         * nptl/pthread_attr_setaffinity.c: ... here.
7319         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7320         * nptl/pthread_mutex_cond_lock.c: ... here.
7321         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7322         Update #include.
7323         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7324         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7325         * nptl/pthread_once.c: ... here, replacing old file.
7326         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7327         * nptl/pthread_yield.c: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7329         * nptl/register-atfork.c: ... here.
7330         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7331         * nptl/sem_post.c: ... here.
7332         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7333         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7334         * nptl/sem_timedwait.c: ... here.
7335         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7336         * nptl/sem_trywait.c: ... here.
7337         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7338         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7339         * nptl/sem_wait.c: ... here.
7340         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7341         * nptl/structsem.sym: ... here.
7342         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7343         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7344         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7345         * nptl/unregister-atfork.c: ... here.
7346         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7347         * nptl/unwindbuf.sym: ... here.
7348         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7349         * sysdeps/nptl/fork.c: ... here.
7350         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7351         * sysdeps/nptl/fork.h: ... here.
7352         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7353         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7354         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7355         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7356         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7357         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7358         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7359         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7360         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7361         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7362         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7363         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7364         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7365         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7366         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7367         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7368         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7369         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7370         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7372         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7373         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7374         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7375         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7376         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7377         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7378         * sysdeps/unix/sysv/linux/raise.c: ... here.
7379         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7380         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7381         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7382         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7383         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7384         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7385         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7386         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7387         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7388         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7389         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7390         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7391         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7392         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7393         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7395 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7397         * sysdeps/generic/memcopy.h: Add comment for
7398         MEMCPY_OK_FOR_FWD_MEMMOVE.
7400 2014-07-04  Will Newton  <will.newton@linaro.org>
7402         * string/memchr.c: Merge from gnulib.
7403         [_LIBC]: Remove conditionals.
7404         (__ptr_t): Remove define.
7405         (LONG_MAX_32_BITS): Likewise.
7406         (LONG_MAX): Likewise.
7407         (MEMCHR): Use ANSI prototype and optimize algorithm.
7409         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7411 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7413         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7414         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7416         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7417         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7418         in a bare environment with no <stdlib.h> installed.
7419         * sysdeps/nptl/configure: Regenerated.
7421         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7423         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7424         AC_EGREP_CPP for kernel header checks, so they only succeed if
7425         including <linux/version.h> actually works right.
7426         * sysdeps/unix/sysv/linux/configure: Regenerated.
7428         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7429         value so it's not diagnosed as unused.
7431         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7432         thing) with "ifeq ($(subdir),rt)".
7434 2014-07-03  Richard Henderson  <rth@redhat.com>
7436         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7437         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7438         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7440         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7441         (math_force_eval): New.
7443         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7444         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7446         * sysdeps/alpha/fpu/s_round.c: Remove file.
7447         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7449         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7450         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7451         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7452         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7453         (_dl_start, print_statistics): Likewise.
7454         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7455         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7457         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7458         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7459         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7460         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7461         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7462         (HP_SMALL_TIMING_AVAIL): Define.
7463         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7464         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7465         (HP_SMALL_TIMING_AVAIL): Define.
7466         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7467         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7469         * sysdeps/aarch64/hp-timing.h: New file.
7471         * sysdeps/generic/hp-timing.h: Remove dead comment.
7472         * sysdeps/generic/hp-timing-common.h: New file.
7473         * sysdeps/alpha/hp-timing.h: Include it.
7474         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7475         * sysdeps/i386/i686/hp-timing.h: Likewise.
7476         * sysdeps/ia64/hp-timing.h: Likewise.
7477         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7478         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7479         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7480         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7481         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7482         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7483         (hp_timing_t): New.
7485         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7486         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7487         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7488         * elf/rtld.c (_dl_start_final): Likewise.
7489         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7490         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7491         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7492         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7493         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7494         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7495         (HP_TIMING_DIFF_INIT): Remove.
7496         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7497         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7498         (HP_TIMING_DIFF_INIT): Remove.
7499         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7500         * sysdeps/i386/i686/hp-timing.c: Remove file.
7501         * sysdeps/x86_64/hp-timing.c: Remove file.
7502         * sysdeps/ia64/hp-timing.c: Remove file.
7503         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7504         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7505         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7506         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7508         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7509         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7510         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7511         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7512         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7513         (HP_TIMING_ACCUM): Remove.
7514         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7515         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7516         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7518         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7519         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7520         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7521         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7522         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7523         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7524         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7525         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7527         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7529 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7531         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7533 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7535         Sync up with gettext.
7536         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7537         [_MSC_VER]: Include malloc.h
7538         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7539         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7540         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7541         TEMP_FAILURE_RETRY.  Cast return of alloca.
7542         [!_LIBC] Call gl_rwlock_init.
7543         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7545 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7547         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7548         before checking its value.
7550 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7552         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7554         * debug/memcpy_chk.c: Don't include pagecopy.h.
7555         * debug/mempcpy_chk.c: Likewise.
7556         * string/memcpy.c: Likewise.
7557         * string/memmove.c: Likewise.
7558         * sysdeps/powerpc/memmove.c: Likewise.
7559         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7560         definition of PAGE_COPY_FWD_MAYBE here...
7561         * sysdeps/generic/pagecopy.h: ... from here.
7562         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7564 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7565             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7567         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7568         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7569         optimizations.
7570         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7571         (__libc_ifunc_impl_list): Likewise.
7572         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7573         multiarch strcat for PPC64.
7574         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7575         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7577 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7579         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7581 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7583         * intl/loadmsgcat.c: Remove declaration of
7584         get_sysdep_segment_value.
7585         (get_sysdep_segment_value): Use ISO C style.
7586         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7587         semicolon.  Fix typo and formatting in comment.
7588         (_nl_unload_domain): Use ISO C style.
7590         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7592 2014-07-02  Will Newton  <will.newton@linaro.org>
7594         * malloc/obstack.c: Merge from gnulib master.
7595         [HAVE_CONFIG_H]: Remove conditional code.
7596         [!_LIBC]: Include config.h.
7597         [!ELIDE_CODE]: Don't include inttypes.h, include
7598         stdint.h unconditionally.
7599         (print_and_abort): Mark as _Noreturn.
7600         (_obstack_allocated_p): Mark as __attribute_pure__.
7601         (obstack_free): Rename to __obstack_free.
7602         [!__attribute__]: Remove conditional code.
7603         * malloc/obstack.h: Merge from gnulib master.
7604         [__cplusplus]: Move conditional down.
7605         [!__attribute_pure__]: Define __attribute_pure__ here
7606         if it is not already defined.
7607         (_obstack_memory_used): Mark as __attribute_pure__.
7608         [!__obstack_free]: Define as obstack_free.
7609         [__GNUC__]: Remove check for ancient NeXT gcc.
7611 2014-07-02  Will Newton  <will.newton@linaro.org>
7612             Paul Eggert  <eggert@cs.ucla.edu>
7614         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7616 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7618         * resolv/gethnamaddr.c: Add comment warning that the file is
7619         not maintained.
7621 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7623         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7624         entries.
7626         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7627         entry for aio_cancel and aio_cancel64.
7628         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7629         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7630         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7631         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7632         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7633         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7634         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7635         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7636         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7637         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7638         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7639         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7640         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7642 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7644         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7645         * nptl/pthread_mutex_lock.c: Likewise.
7646         * nptl/pthread_mutex_timedlock.c: Likewise.
7647         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7649 2014-07-01  Richard henderson  <rth@redhat.com>
7651         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7652         (__isnan, __isnanl): Remove.
7653         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7655         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7657 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7659         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7661 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7663         * resolv/nss_dns/dns-host.c (getanswer_r)
7664         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7666 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7668         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7669         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7670         undefine.
7671         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7672         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7674 2014-07-01  Roland McGrath <roland@hack.frob.com>
7676         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7677         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7679         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7680         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7682         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7683         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7684         ... here.
7685         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7686         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7688         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7689         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7690         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7691         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7693         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7694         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7695         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7698         Moved ...
7699         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7700         ... here.
7701         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7702         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7703         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7704         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7705         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7706         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7707         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7708         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7709         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7710         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7711         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7712         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7714         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7715         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7716         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7717         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7718         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7719         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7720         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7721         ... here.
7722         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7723         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7724         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7725         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7726         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7727         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7728         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7729         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7731 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7733         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7734         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7735         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7736         Add sysdep.
7738 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7742 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7744         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7745         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7747         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7749         * sysdeps/arm/libm-test-ulps: Regenerated.
7751 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7752             Roland McGrath <roland@hack.frob.com>
7754         * test-skeleton.c (signal_handler): Kill the whole process group
7755         before killing the child individually.
7756         (main): Report any failure on `setpgid'.
7758 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7760         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7761         from _TLS_H to _ARM_NPTL_TLS_H.
7762         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7763         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7765 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7767         [BZ #16539]
7768         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7769         (__expm1l): Return argument unchanged when small but not
7770         subnormal.
7772         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7773         include macro name.
7774         (_FP_UNPACK_RAW_1_P): Likewise.
7775         (_FP_PACK_RAW_1): Likewise.
7776         (_FP_PACK_RAW_1_P): Likewise.
7777         (_FP_MUL_MEAT_1_wide): Likewise.
7778         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7779         (_FP_MUL_MEAT_1_hard): Likewise.
7780         (_FP_DIV_MEAT_1_imm): Likewise.
7781         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7782         (_FP_DIV_MEAT_1_udiv): Likewise.
7783         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7784         (_FP_UNPACK_RAW_2): Likewise.
7785         (_FP_UNPACK_RAW_2_P): Likewise.
7786         (_FP_PACK_RAW_2): Likewise.
7787         (_FP_PACK_RAW_2_P): Likewise.
7788         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7789         (_FP_MUL_MEAT_2_wide): Likewise.
7790         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7791         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7792         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7793         (_FP_MUL_MEAT_2_gmp): Likewise.
7794         (_FP_DIV_MEAT_2_udiv): Likewise.
7795         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7796         (_FP_FRAC_SRL_4): Likewise.
7797         (_FP_FRAC_SRST_4): Likewise.
7798         (_FP_FRAC_SRS_4): Likewise.
7799         (_FP_UNPACK_RAW_4): Likewise.
7800         (_FP_UNPACK_RAW_4_P): Likewise.
7801         (_FP_PACK_RAW_4): Likewise.
7802         (_FP_PACK_RAW_4_P): Likewise.
7803         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7804         (_FP_MUL_MEAT_4_wide): Likewise.
7805         (_FP_MUL_MEAT_4_gmp): Likewise.
7806         (umul_ppppmnnn): Likewise.
7807         (_FP_DIV_MEAT_4_udiv): Likewise.
7808         (__FP_FRAC_ADD_4): Likewise.
7809         (__FP_FRAC_SUB_3): Likewise.
7810         (__FP_FRAC_SUB_4): Likewise.
7811         (__FP_FRAC_DEC_3): Likewise.
7812         (__FP_FRAC_DEC_4): Likewise.
7813         (__FP_FRAC_ADDI_4): Likewise.
7814         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7815         (_FP_FRAC_SRL_8): Likewise.
7816         (_FP_FRAC_SRS_8): Likewise.
7818         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7819         include macro name.
7820         (FP_UNPACK_RAW_EP): Likewise.
7821         (FP_PACK_RAW_E): Likewise.
7822         (FP_PACK_RAW_EP): Likewise.
7823         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7824         (_FP_ISSIGNAN): Likewise.
7825         (_FP_ADD_INTERNAL): Likewise.
7826         (_FP_FMA): Likewise.
7827         (_FP_CMP): Likewise.
7828         (_FP_SQRT): Likewise.
7829         (_FP_TO_INT): Likewise.
7830         (_FP_FROM_INT): Likewise.
7831         (FP_EXTEND): Likewise.
7832         (_FP_DIV_MEAT_N_loop): Likewise.
7834 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7836         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7837         throughout.
7839 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7841         [BZ #17097]
7842         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7843         result with correct sign in case of exponents that produce
7844         overflow except for X very close to 1.
7846 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7848         mktime: merge #if/#ifdef usage from glibc
7849         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7850         as that works with both Glibc's and Gnulib's style.
7851         See thread starting at Siddhesh Poyarekar's bug report at:
7852         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7854 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7856         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7857         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7858         * sysdeps/tile/tilegx/memmove.c: Remove file.
7860 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7862         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7863         abi-name definition.
7864         * scripts/soversions.awk: Do not handle or generate ABI lines.
7865         * shlib-versions: Remove ABI entries.
7866         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7867         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7869 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7871         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7872         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7873         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7874         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7875         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7876         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7877         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7878         Moved ...
7879         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7880         ... here.
7881         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7882         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7883         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7884         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7886         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7888         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7890         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7892         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7893         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7894         Moved ...
7895         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7896         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7897         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7898         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7899         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7900         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7901         Moved ...
7902         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7903         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7904         Moved ...
7905         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7906         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7907         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7909         Moved ...
7910         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7912         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7914         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7915         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7916         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7917         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7918         Moved ...
7919         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7921         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7922         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7923         Moved ...
7924         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7925         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7926         Moved ...
7927         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7928         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7929         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7930         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7931         Moved ...
7932         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7933         ... here.
7934         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7935         Identical file removed.
7936         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7937         Moved ...
7938         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7940         Identical file removed.
7941         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7942         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7943         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7944         Moved ...
7945         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7946         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7947         Identical file removed.
7948         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7949         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7950         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7951         Identical file removed.
7952         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7953         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7955         Identical file removed.
7956         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7957         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7958         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7959         Identical file removed.
7960         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7961         Moved ...
7962         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7964         Identical file removed.
7965         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7966         Moved ...
7967         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7968         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7969         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7971         Identical file removed.
7972         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7973         Moved ...
7974         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7975         ... here.
7976         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7977         Identical file removed.
7978         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7979         Moved ...
7980         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7981         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7982         Identical file removed.
7983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7984         Moved ...
7985         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7987         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7988         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7989         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7990         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7991         Moved ...
7992         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7993         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7994         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7996         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7997         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7998         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7999         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8000         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8002 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8004         [BZ #17092]
8005         * nscd/nscd.c (monitor_child): Return exit status of child
8006         instead of return value from wait syscall.
8008 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8010         * configure.ac (libc_commonpagesize): Remove variable.
8011         (libc_relro_required): Likewise.
8012         (libc_cv_z_relro): Remove configure test.
8013         * configure: Regenerated.
8014         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8015         variable.
8016         (libc_relro_required): Likewise.
8017         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8018         (libc_relro_required): Likewise.
8019         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8020         (libc_relro_required): Likewise.
8021         * sysdeps/arm/preconfigure: Regenerated.
8022         * sysdeps/ia64/preconfigure: Remove file.
8023         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8024         variable.
8025         (libc_relro_required): Likewise.
8027         [BZ #16561]
8028         [BZ #16562]
8029         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8030         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8031         recompute overflowing results in original rounding mode.
8032         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8033         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8034         recompute overflowing results in original rounding mode.
8035         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8036         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8037         recompute overflowing results in original rounding mode.
8038         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8039         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8040         recompute overflowing results in original rounding mode.
8041         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8042         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8043         recompute overflowing results in original rounding mode.
8044         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8045         (libc_feholdsetround_ctx): New macro.
8046         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8047         * sysdeps/i386/fpu/libm-test-ulps: Update.
8048         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8050 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8052         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8053         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8054         corresponding .cpsetup call.
8056 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8058         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8059         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8060         * sysdeps/arm/Makefile [$(subdir) = csu]
8061         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8062         (static-only-routines): Add aeabi_read_tp here.
8063         (shared-only-routines): Add libc-aeabi_read_tp here.
8064         (CFLAGS-libc-start.c): Add -fexceptions here.
8065         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8066         (sysdep_routines, static-only-routines, shared-only-routines):
8067         Don't add to these here.
8068         (CFLAGS-libc-start.c): Likewise.
8070         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8071         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8072         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8073         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8074         * sysdeps/arm/Makefile [$(subdir) = rt]
8075         (librt-sysdep_routines, librt-shared-only-routines):
8076         Append rt-aeabi_unwind_cpp_pr1 here.
8077         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8078         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8079         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8080         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8081         Append nptl-aeabi_unwind_cpp_pr1 here.
8082         (tests): Filter out tst-cleanupx4 here.
8083         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8084         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8085         Don't do those here.
8087 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8089         * scripts/list-sources.sh: Do not handle ports specially.
8091 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8093         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8094         * sysdeps/arm/feupdateenv.c: Likewise.
8096         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8098 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8100         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8101         trailing whitespace removed.
8102         * scripts/config.guess: Update to version 2014-03-23.
8103         * scripts/config.sub: Update to version 2014-05-01
8104         * scripts/install-sh: Update to version 2013-12-25.23.
8105         * scripts/move-if-change: Update from gnulib.
8107 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8109         * debug/memmove_chk.c: Remove pagecopy.h include.
8111 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8113         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8114         identical to gnulib mktime.
8116 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8118         * configure.ac: Do not test for machine being rs6000.  Do not test
8119         for powerpc*-*soft.
8120         * configure: Regenerated.
8122         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8123         test.
8124         * configure: Regenerated.
8125         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8126         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8127         Remove configure test.
8128         * sysdeps/arm/configure: Regenerated.
8129         * sysdeps/nptl/configure.ac: Do not check
8130         libc_cv_asm_cfi_directives.
8131         * sysdeps/nptl/configure: Regenerated.
8132         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8133         * sysdeps/x86_64/nptl/configure: Remove generated file.
8134         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8135         unconditional.
8136         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8138 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8140         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8141         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8142         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8143         it is defined.
8145         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8146         instead of whether it is defined.
8147         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8148         * sysdeps/hppa/dl-machine.h: Likewise.
8149         * sysdeps/ia64/dl-machine.h: Likewise.
8150         * sysdeps/m68k/dl-machine.h: Likewise.
8151         * sysdeps/microblaze/dl-machine.h: Likewise.
8152         * sysdeps/mips/dl-machine.: Likewise.
8153         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8154         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8155         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8156         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8157         * sysdeps/sh/dl-machine.h: Likewise.
8158         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8159         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8160         * sysdeps/tile/dl-machine.h: Likewise.
8161         * sysdeps/x86_64/dl-machine.h: Likewise.
8163         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8164         code.
8165         (verify_persistent_db): Likewise.
8167 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8170         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8172         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8174         Moved ...
8175         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8176         ... here.
8177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8178         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8179         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8180         Identical file removed.
8181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8182         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8184         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8186         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8188         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8190         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8192         Moved ...
8193         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8195         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8197         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8199         Moved ...
8200         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8201         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8202         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8204         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8206         Identical file removed.
8207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8208         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8210         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8212         Moved ...
8213         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8214         ... here.
8215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8216         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8218         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8220         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8222         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8224         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8226         Moved ...
8227         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8229         Moved ...
8230         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8232         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8233         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8234         Moved ...
8235         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8237         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8239         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8240         folded into ...
8241         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8242         * sysdeps/unix/sysv/linux/s390/Versions
8243         (libpthread: GLIBC_2.19): New version set.
8244         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8245         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8246         (librt: GLIBC_2.3.3): New version set.
8247         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8248         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8249         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8250         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8251         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8252         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8253         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8254         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8255         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8256         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8257         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8258         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8259         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8260         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8261         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8262         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8263         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8264         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8265         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8266         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8267         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8268         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8269         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8270         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8271         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8272         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8273         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8274         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8275         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8276         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8277         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8278         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8279         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8281         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8282         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8283         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8285         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8286         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8287         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8288         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8289         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8290         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8291         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8293         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8294         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8295         (__libc_vfork): Define the function under this name.
8296         [!NOT_IN_libc] (__vfork): Make this an alias.
8297         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8298         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8299         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8300         (__libc_vfork): Define the function under this name.
8301         [!NOT_IN_libc] (__vfork): Make this an alias.
8302         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8303         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8304         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8305         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8306         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8307         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8309         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8310         code that was previously under [RESET_PID].
8311         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8312         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8315         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8316         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8317         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8318         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8319         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8320         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8321         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8322         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8323         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8324         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8325         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8326         Moved ...
8327         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8328         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8329         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8330         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8331         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8332         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8333         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8334         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8335         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8336         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8337         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8338         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8339         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8340         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8341         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8342         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8343         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8344         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8345         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8346         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8347         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8348         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8349         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8350         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8351         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8352         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8353         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8354         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8355         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8357 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8359         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8360         that was previously under [RESET_PID].
8361         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8363 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8365         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8366         not undefine and redefine.
8367         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8368         [O_CLOEXEC]: Make code unconditional.
8369         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8370         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8371         <kernel-features.h>.
8372         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8373         conditional variable definition.
8374         (shm_open) [O_CLOEXEC]: Make code unconditional.
8375         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8376         code.
8378         * configure.ac (USE_REGPARMS): Don't define here.
8379         * configure: Regenerated.
8380         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8381         * sysdeps/i386/configure: Regenerated.
8383         * nptl/createthread.c: Don't include kernel-features.h.
8384         * nptl/pthread_cancel.c: Likewise.
8385         * nptl/pthread_condattr_setclock.c: Likewise.
8386         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8387         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8388         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8389         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8390         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8391         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8392         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8393         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8394         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8395         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8396         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8397         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8398         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8399         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8400         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8401         * nscd/gai.c: Likewise.
8402         * nss/nss_db/db-open.c: Likewise.
8403         * sysdeps/generic/ldsodefs.h: Likewise.
8404         * sysdeps/sh/nptl/tls.h: Likewise.
8405         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8406         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8407         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8408         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8409         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8410         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8411         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8412         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8413         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8414         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8415         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8416         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8417         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8418         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8419         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8420         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8421         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8422         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8423         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8424         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8425         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8426         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8427         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8428         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8429         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8430         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8431         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8432         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8433         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8434         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8435         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8436         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8437         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8438         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8439         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8440         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8441         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8442         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8443         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8444         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8445         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8446         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8447         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8448         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8449         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8450         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8451         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8452         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8453         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8454         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8455         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8456         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8457         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8458         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8459         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8460         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8461         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8462         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8485         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8486         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8487         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8488         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8489         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8490         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8491         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8492         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8493         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8494         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8495         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8496         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8497         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8498         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8499         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8500         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8501         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8502         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8503         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8504         * sysdeps/unix/sysv/linux/system.c: Likewise.
8505         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8506         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8507         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8508         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8509         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8510         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8511         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8513         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8514         * configure: Regenerated.
8515         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8517         * configure.ac (base_machine): Do not set specially for particular
8518         machines here.
8519         * configure: Regenerated.
8520         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8521         settings from configure.ac.
8522         * sysdeps/i386/preconfigure: New file.
8523         * sysdeps/s390/preconfigure: Likewise.
8524         * sysdeps/sh/preconfigure: Likewise.
8525         * sysdeps/sparc/preconfigure: Likewise.
8527 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8529         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8530         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8531         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8532         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8533         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8534         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8535         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8536         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8537         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8538         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8539         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8540         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8541         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8542         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8543         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8544         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8545         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8546         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8547         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8549         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8550         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8551         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8552         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8553         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8554         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8555         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8556         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8557         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8558         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8559         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8560         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8561         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8562         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8563         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8564         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8565         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8566         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8567         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8568         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8569         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8570         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8571         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8572         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8573         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8574         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8575         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8576         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8577         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8578         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8579         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8580         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8581         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8582         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8583         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8584         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8585         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8586         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8589         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8591         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8593         Moved ...
8594         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8595         ... here.
8596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8597         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8599         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8600         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8601         Moved ...
8602         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8604         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8605         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8608         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8610         Moved ...
8611         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8612         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8613         Moved ...
8614         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8615         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8616         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8617         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8618         Moved ...
8619         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8620         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8621         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8623         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8625         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8627         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8629         Moved ...
8630         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8631         ... here.
8632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8633         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8635         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8636         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8637         Moved ...
8638         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8640         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8642         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8644         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8649         Moved ...
8650         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8651         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8652         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8653         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8654         Moved ...
8655         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8656         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8657         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8658         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8659         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8661 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8663         * timezone/checktab.awk: Update from tzcode 2014e.
8664         * timezone/private.h: Likewise.
8665         * timezone/tzfile.h: Likewise.
8666         * timezone/zdump.c: Likewise.
8667         * timezone/zic.c: Likewise.
8669         * sysdeps/unix/sysv/linux/kernel-features.h
8670         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8671         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8672         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8673         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8674         Remove conditional code.
8676 2014-06-25  Will Newton  <will.newton@linaro.org>
8678         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8679         (_dl_arm_cap_flags): Add HWCAP2 values.
8680         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8681         (_DL_HWCAP_COUNT): Increase to 37.
8682         (_DL_HWCAP_LAST): New define.
8683         (_DL_HWCAP2_LAST): New define.
8684         (_dl_procinfo): Add support for printing
8685         AT_HWCAP2 entries.
8686         (_dl_string_hwcap): Use _dl_hwcap_string.
8688 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8692 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8694         * README: Do not mention ports directory.
8696         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8697         Remove macro.
8698         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8699         <kernel-features.h>.
8700         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8701         conditional variable definition.
8702         (__futimes): Update comment.
8703         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8704         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8706         [BZ #16560]
8707         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8708         arguments close to 0.
8709         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8710         Likewise.
8711         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8712         Likewise.
8713         * math/auto-libm-test-in: Add more tests of exp10.
8714         * math/auto-libm-test-out: Regenerated.
8715         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8717         * sysdeps/unix/sysv/linux/kernel-features.h
8718         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8719         * sysdeps/unix/sysv/linux/readv.c: Do not include
8720         <kernel-features.h>.
8721         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8722         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8723         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8724         unconditional.
8725         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8726         conditional code.
8727         * sysdeps/unix/sysv/linux/writev.c: Do not include
8728         <kernel-features.h>.
8729         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8730         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8731         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8732         unconditional.
8733         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8734         conditional code.
8736 2014-06-25  Will Newton  <will.newton@linaro.org>
8738         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8739         comment changes throughout the file.  Remove checks
8740         for HAVE_*_H definitions that are not required.
8741         (__gen_tempname): Call abort if an unknown kind value is
8742         passed.
8744 2014-06-25  Andreas Schwab  <schwab@suse.de>
8746         [BZ #17086]
8747         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8748         scalbln, scalblnf, scalblnl in libc.
8750 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8752         [BZ #17086]
8753         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8754         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8755         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8757 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8759         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8760         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8761         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8762         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8763         Update #include.
8764         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8765         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8766         Update #include.
8767         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8768         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8769         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8770         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8771         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8772         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8773         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8774         * sysdeps/x86/bits/semaphore.h: ... here.
8775         * sysdeps/x86/nptl/elide.h: Moved ...
8776         * sysdeps/x86/elide.h: ... here.
8777         * sysdeps/x86_64/nptl/Implies: File removed.
8778         * sysdeps/i386/nptl/Implies: File removed.
8780 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8782         [BZ #16539]
8783         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8784         return the argument for normal arguments with exponent below -64.
8785         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8786         Likewise.
8787         * math/auto-libm-test-in: Add another test of expm1.
8788         * math/auto-libm-test-out: Regenerated.
8790         [BZ #16287]
8791         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8792         calling __erfcl for arguments at least 16.
8793         * math/auto-libm-test-in: Add more tests of erf.
8794         * math/auto-libm-test-out: Regenerated.
8796         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8797         individual architectures.
8798         * sysdeps/unix/sysv/linux/configure: Regenerated.
8799         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8800         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8801         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8802         (ldd_rewrite_script): Define variable.
8803         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8805         file.
8806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8807         generated file.
8808         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8809         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8810         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8811         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8812         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8813         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8814         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8815         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8817 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8819         [BZ #17084]
8820         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8821         Rename member __data.d to __data.__elision_data.
8823 2014-06-24  Wilco  <wdijkstr@arm.com>
8825         * NEWS: Add 16918 to fixed bug list.
8827 2014-06-24  Wilco  <wdijkstr@arm.com>
8829         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8831 2014-06-24  Wilco  <wdijkstr@arm.com>
8833         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8834         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8835         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8836         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8837         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8838         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8839         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8840         Use _FPU_MASK_RM.
8842 2014-06-24  Wilco  <wdijkstr@arm.com>
8844         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8846 2014-06-24  Wilco  <wdijkstr@arm.com>
8848         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8849         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8850         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8851         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8853 2014-06-24  Wilco  <wdijkstr@arm.com>
8855         [BZ #16918]
8856         * sysdeps/arm/feupdateenv.c (feupdateenv):
8857         Rewrite to reduce FPSCR accesses and fix return value.
8859 2014-06-24  Wilco  <wdijkstr@arm.com>
8861         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8862         Optimize to avoid unnecessary FPSCR writes.
8863         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8864         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8865         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8866         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8868 2014-06-24  Wilco  <wdijkstr@arm.com>
8870         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8871         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8872         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8873         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8874         Call libc_fetestexcept_vfp.
8875         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8876         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8877         __SOFTFP__ ifdef so that they can be built for softfp.
8879 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8881         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8882         argument type signed char.
8884         * Makerules (check-abi): Dump diff of symlist if the test
8885         fails.
8887 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8889         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8890         using abort.
8892         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8893         Remove unused variable ST.
8895 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8897         [BZ #16354]
8898         [BZ #17061]
8899         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8900         small arguments before calling __expm1.
8901         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8902         small arguments before calling __expm1f.
8903         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8904         small arguments before calling __expm1l.
8905         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8906         Likewise.
8907         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8908         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8909         spurious underflow for some cosh tests.
8910         * math/auto-libm-test-out: Regenerated.
8911         * sysdeps/i386/fpu/libm-test-ulps: Update.
8913         [BZ #17050]
8914         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8915         (__ieee754_y1): Set errno if return value overflows.
8916         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8917         (__ieee754_y1f): Set errno if return value overflows.
8918         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8919         (__ieee754_y1l): Set errno if return value overflows.
8920         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8921         (__ieee754_y1l): Set errno if return value overflows.
8922         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8923         * math/auto-libm-test-out: Regenerated.
8925         * math/gen-auto-libm-tests.c: Document use of
8926         ignore-zero-inf-sign.
8927         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8928         (input_flags): Add ignore-zero-inf-sign.
8929         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8930         * math/gen-libm-test.pl (generate_testfile): Handle
8931         ignore-zero-inf-sign.
8932         * math/auto-libm-test-in: Mark some cpow tests with
8933         ignore-zero-inf-sign and some with xfail-rounding.
8934         * math/auto-libm-test-out: Regenerated.
8935         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8936         * sysdeps/i386/fpu/libm-test-ulps: Update.
8937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8939         [BZ #16315]
8940         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8941         overflowing or underflowing operations take place with sign of
8942         result.
8943         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8944         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8945         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8946         (__ieee754_pow): Recompute overflowing and underflowing results in
8947         original rounding mode.
8948         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8949         (__powl_helper): Allow negative argument X and scale negated value
8950         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8951         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8952         overflowing or underflowing operations take place with sign of
8953         result.
8954         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8955         Include <math.h>.
8956         * math/auto-libm-test-in: Add more tests of pow.
8957         * math/auto-libm-test-out: Regenerated.
8958         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8959         (pow_tonearest_test_data): Remove.
8960         (pow_test_tonearest): Likewise.
8961         (pow_towardzero_test_data): Likewise.
8962         (pow_test_towardzero): Likewise.
8963         (pow_downward_test_data): Likewise.
8964         (pow_test_downward): Likewise.
8965         (pow_upward_test_data): Likewise.
8966         (pow_test_upward): Likewise.
8967         (main): Don't call removed functions.
8968         * sysdeps/i386/fpu/libm-test-ulps: Update.
8969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8971 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8974         Moved ...
8975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8977         Moved ...
8978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8980         Moved ...
8981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8983         Moved ...
8984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8986         File removed.
8987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8988         File removed.
8989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8990         File removed.
8991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8992         File removed.
8993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8994         File removed.
8995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8996         File removed.
8997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8998         File removed.
8999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9000         File removed.
9001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9002         File removed.
9003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9004         File removed.
9005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9006         File removed.
9007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9008         File removed.
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9010         Moved ...
9011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9013         Moved ...
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9015         ... here.
9016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9017         Moved ...
9018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9020         Moved ...
9021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9023         Moved ...
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9026         Moved ...
9027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9029         Moved ...
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9032         Moved ...
9033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9035         Moved ...
9036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9039         ... here.
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9041         Moved ...
9042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9044         Moved ...
9045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9046         ... here.
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9048         Moved ...
9049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9050         ... here.
9051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9052         Moved ...
9053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9054         ... here.
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9056         Moved ...
9057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9059         Moved ...
9060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9064         Moved ...
9065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9066         ... here.
9067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9068         Moved ...
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9070         ... here.
9071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9072         Moved ...
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9075         Moved ...
9076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9078         Moved ...
9079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9084         Moved ...
9085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9086         ... here.
9087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9088         Moved ...
9089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9091         Moved ...
9092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9094         Moved ...
9095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9097         Moved ...
9098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9102         Moved ...
9103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9105         Moved ...
9106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9108         Moved ...
9109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9110         ... here.
9111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9112         Moved ...
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9114         ... here.
9115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9116         Moved ...
9117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9118         ... here.
9119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9120         Moved ...
9121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9123         Moved ...
9124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9126         Moved ...
9127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9129         Moved ...
9130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9131         ... here.
9132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9133         Moved ...
9134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9135         ... here.
9136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9137         Moved ...
9138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9139         ... here.
9140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9141         Moved ...
9142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9144         Moved ...
9145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9147 2014-06-23  Will Newton  <will.newton@linaro.org>
9148             Wilco  <wdijkstr@arm.com>
9150         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9151         implementation.  Include get-rounding-mode.h.
9152         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9153         [!libc_feholdsetround_noex_ctx]: Define
9154         libc_feholdsetround_noex_ctx.
9155         [!libc_feholdsetround_noexf_ctx]: Define
9156         libc_feholdsetround_noexf_ctx.
9157         [!libc_feholdsetround_noexl_ctx]: Define
9158         libc_feholdsetround_noexl_ctx.
9159         (libc_feholdsetround_ctx): New function.
9160         (libc_feresetround_ctx): New function.
9161         (libc_feholdsetround_noex_ctx): New function.
9162         (libc_feresetround_noex_ctx): New function.
9164 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9166         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9167         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9168         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9169         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9170         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9171         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9173         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9174         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9175         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9176         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9177         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9178         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9179         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9180         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9181         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9182         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9184         Moved ...
9185         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9186         ... here.
9187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9188         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9189         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9190         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9191         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9192         Moved ...
9193         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9194         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9201         Moved ...
9202         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9203         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9204         Moved ...
9205         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9209         Moved ...
9210         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9214         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9215         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9216         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9217         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9220         Moved ...
9221         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9222         ... here.
9223         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9232         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9233         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9234         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9236         Moved ...
9237         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9238         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9239         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9240         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9241         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9242         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9243         Moved ...
9244         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9245         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9248         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9250         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9251         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9252         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9253         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9254         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9255         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9256         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9257         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9259         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9260         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9263         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9264         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9265         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9266         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9267         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9268         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9269         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9270         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9271         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9272         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9273         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9274         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9277         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9279 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9281         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9282         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9283         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9284         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9285         (IPV6_PMTUDISC_INTERFACE): Likewise.
9286         (IPV6_PMTUDISC_OMIT): Likewise.
9288 2014-06-23  Andreas Schwab  <schwab@suse.de>
9290         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9291         Remove unused errout label.
9293 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9295         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9296         macro: hardware supports Vector Crypto instructions.
9298 2014-06-23  Will Newton  <will.newton@linaro.org>
9300         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9301         rather than __builtin_expect.
9303         * elf/dl-lookup.c (undefined_msg): Remove variable.
9304         (_dl_lookup_symbol_x): Replace undefined_msg with string
9305         literal.
9307         * elf/dl-lookup.c (do_lookup_unique): New function.
9308         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9309         to a separate function.
9311 2014-06-23  Andreas Schwab  <schwab@suse.de>
9313         [BZ #17079]
9314         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9315         before reading the next line.
9317 2014-06-23  Will Newton  <will.newton@linaro.org>
9319         * test-skeleton.c (signal_handler): Use printf and %m
9320         rather than perror.  Use printf rather than fprintf to
9321         stderr.  Use puts rather than fputs to stderr.
9322         (main): Likewise.
9324 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9326         * nscd/nscd.c (thread_info_t): Remove typedef.
9327         (thread_info): Remove variable.
9329 2014-06-21  Allan McRae  <allan@archlinux.org>
9331         * NEWS: Mention CVE-2014-4043.
9333 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9335         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9336         * nptl/smp.h: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9340         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9341         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9342         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9343         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9345         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9346         * nptl/stack-aliasing.h: New file.
9347         * sysdeps/i386/i686/stack-aliasing.h: New file.
9348         * sysdeps/i386/i686/nptl/Makefile: File removed.
9349         * sysdeps/x86_64/stack-aliasing.h: New file.
9350         * sysdeps/x86_64/nptl/Makefile
9351         (CFLAGS-pthread_create.c): Variable removed.
9353         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9354         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9355         old file.
9356         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9357         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9358         old file.
9360 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9362         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9363         (__ASSUME_SIGFRAME_V2): Remove macro.
9364         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9365         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9366         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9367         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9368         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9369         Declare as function.  Remove conditional macro definitions.
9370         (__default_rt_sa_restorer): Likewise.
9371         (__default_sa_restorer_v1): Remove declaration.
9372         (__default_sa_restorer_v2): Likewise.
9373         (__default_rt_sa_restorer_v1): Likewise.
9374         (__default_rt_sa_restorer_v2): Likewise.
9375         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9376         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9377         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9379 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9381         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9382         (libpthread-routines): Add sysdep.
9383         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9384         * sysdeps/unix/sysv/linux/sparc/Versions
9385         (libpthread: GLIBC_2.3.3): New version set.
9386         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9387         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9388         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9389         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9390         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9391         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9392         Moved ...
9393         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9395         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9397         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9398         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9399         * sysdeps/sparc/nptl/sem_init.c: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9401         * sysdeps/sparc/nptl/sem_post.c: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9403         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9405         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9406         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9407         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9408         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9409         (libpthread-routines): Add cpu_relax.
9410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9411         File removed.
9412         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9413         (librt: GLIBC_2.3.3): New version set.
9414         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9415         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9416         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9417         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9418         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9420         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9422         Moved ...
9423         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9425         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9427         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9429         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9431         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9433         Moved ...
9434         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9435         Update #include.
9436         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9437         Moved ...
9438         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9439         Update #include.
9440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9441         Moved ...
9442         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9443         Update #include.
9444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9445         Moved ...
9446         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9447         Update #include.
9448         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9449         Moved ...
9450         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9451         Update #include.
9452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9453         Moved ...
9454         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9455         Update #include.
9456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9457         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9461         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9463         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9465         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9467         Moved ...
9468         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9470         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9472         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9474 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9476         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9477         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9478         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9479         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9480         * nscd/nscd.c: Likewise.
9481         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9482         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9483         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9484         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9486         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9487         <kernel-features.h>.
9488         (init_mq_netlink): Remove conditional have_sock_cloexec
9489         definitions.  Remove code conditional on have_sock_cloexec < 0.
9490         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9491         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9492         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9493         <kernel-features.h>.
9494         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9495         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9497 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9499         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9500         Add tests for memset_chk and memset.
9502         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9503         with AVX2_Usable.
9505 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9507         [BZ #16046]
9508         * elf/tst-dl-iter-static.c: New file.
9509         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9511         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9512         error.
9514 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9516         * sysdeps/unix/sysv/linux/kernel-features.h
9517         (__ASSUME_F_GETOWN_EX): Remove macro.
9518         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9519         <kernel-features.h>.
9520         (miss_F_GETOWN_EX): Remove variable or macro.
9521         (do_fcntl): Do not check miss_F_GETOWN_EX.
9522         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9524         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9525         Remove macro.
9526         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9527         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9528         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9530         * sysdeps/unix/sysv/linux/kernel-features.h
9531         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9532         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9533         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9534         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9536 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9538         [BZ #17075]
9539         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9540         Fix calculation of the symbol's value.
9541         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9542         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9543         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9544         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9545         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9546         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9547         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9548         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9549         (modules-names): Add `tst-armtlsdescmod',
9550         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9551         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9552         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9553         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9554         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9555         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9556         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9557         ($(objpfx)tst-armtlsdescloc): New dependency.
9558         ($(objpfx)tst-armtlsdescextnow): Likewise.
9559         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9560         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9561         TLS scheme support.
9562         * sysdeps/arm/configure: Regenerate.
9564 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9566         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9567         (__atfct_seterrno_2): Likewise.
9568         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9569         <kernel-features.h>.
9570         (__ASSUME_ATFCTS): Do not undefine and redefine.
9571         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9572         (__have_atfcts): Remove conditional definition.
9573         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9574         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9575         unreachable if [__ASSUME_ATFCTS].
9576         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9577         not undefine and redefine.
9578         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9579         <kernel-features.h>.
9580         (faccessat) [__NR_faccessat]: Make code unconditional.
9581         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9582         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9583         <kernel-features.h>.
9584         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9585         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9586         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9587         <kernel-features.h>.
9588         (fchownat) [__NR_fchownat]: Make code unconditional.
9589         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9590         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9591         <kernel-features.h>.
9592         (futimesat) [__NR_futimesat]: Make code unconditional.
9593         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9594         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9595         <kernel-features.h>.
9596         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9597         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9598         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9599         <kernel-features.h>.
9600         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9601         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9602         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9603         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9604         <kernel-features.h>.
9605         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9606         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9607         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9608         <kernel-features.h>.
9609         (linkat) [__NR_linkat]: Make code unconditional.
9610         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9611         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9612         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9613         <kernel-features.h>.
9614         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9615         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9616         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9617         <kernel-features.h>.
9618         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9619         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9620         * sysdeps/unix/sysv/linux/openat.c: Do not include
9621         <kernel-features.h>.
9622         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9623         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9624         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9625         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9626         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9627         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9628         <kernel-features.h>.
9629         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9630         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9631         result of INLINE_SYSCALL directly, not via int variable.
9632         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9633         <kernel-features.h>.
9634         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9635         (renameat) [__NR_renameat]: Make code unconditional.
9636         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9637         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9638         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9639         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9640         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9641         (__ASSUME_ATFCTS): Do not undefine and redefine.
9642         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9643         <kernel-features.h>.
9644         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9645         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9646         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9647         <kernel-features.h>.
9648         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9649         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9650         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9651         (__ASSUME_ATFCTS): Do not undefine and redefine.
9652         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9653         <kernel-features.h>.
9654         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9655         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9656         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9657         <kernel-features.h>.
9658         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9659         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9661 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9663         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9665 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9667         [BZ #17069]
9668         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9669         constructed tree before returning error.
9670         * posix/bug-regexp36.c: Expand test case.
9672 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9674         [BZ #6803]
9675         * math/libm-test.inc (scalbln_test_date):
9676         Add errno expectations.
9677         * math/w_scalblnf.c: New File.
9678         Add wrapper which checks for setting errno to ERANGE.
9679         Add weak_alias for corresponding scalbln function.
9680         * math/w_scalbln.c: Likewise.
9681         * math/w_scalblnl.c: Likewise.
9682         * math/Makefile (libm-calls): Add w_scalbln.
9683         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9684         Remove weak_alias for corresponding scalbln function.
9685         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9686         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9687         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9688         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9689         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9690         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9691         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9692         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9693         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9694         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9695         Remove long_double_symbol for scalblnl function in libm, libc.
9696         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9697         Add wrapper which checks for setting errno to ERANGE.
9698         Add long_double_symbol for scalblnl function in libm, libc.
9699         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9700         Remove long_double_symbol for scalblnl in libm.
9701         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9702         Add wrapper which checks for setting errno to ERANGE.
9703         Add long_double_symbol for scalblnl function in libm.
9704         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9705         Do not use wrapper because of own implementation.
9707 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9709         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9710         3 bytes for __pad1 for x32.
9711         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9713 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9714             H.J. Lu  <hongjiu.lu@intel.com>
9716         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9717         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9718         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9719         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9720         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9722 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9724         [BZ #17069]
9725         * posix/regcomp.c (parse_expression): Deallocate partially
9726         constructed tree before returning error.
9727         * posix/Makefile.c (tests): Add bug-regex36.
9728         (generated): Add bug-regex36.mtrace.
9729         (tests-special): Add $(objpfx)bug-regex36-mem.out
9730         (bug-regex36-ENV): New variable.
9731         ($(objpfx)bug-regex36-mem.out): New rule.
9732         * posix/bug-regex36.c: New file.
9734 2014-06-19  Will Newton  <will.newton@linaro.org>
9736         * malloc/malloc.c (systrim): If extra is zero then return
9737         early.
9739 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9741         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9743 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9745         * sysdeps/aarch64/strchr.S: New file.
9747 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9749         [BZ #17022]
9750         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9751         from arguments -2 or below.
9752         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9753         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9755 2014-06-18  Andreas Schwab  <schwab@suse.de>
9757         [BZ #17062]
9758         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9759         of a bracket expr not to run off the end of the string.
9760         * posix/Makefile (tests): Add tst-fnmatch3.
9761         * posix/tst-fnmatch3.c: New file.
9763 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9765         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9766         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9767         [$(cross-compiling) = no]: Likewise.
9768         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9769         [$(cross-compiling) = no]: Likewise.
9771 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9773         [BZ #17031]
9774         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9775         double, adjusted for any remainder from the high double.
9776         * math/libm-test.inc (nearbyint): Add tests.
9777         (rint): Likewise.
9779 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9781         * nptl/sysdeps/powerpc/Makefile: Moved ...
9782         * sysdeps/powerpc/nptl/Makefile: ... here.
9783         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9784         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9785         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9786         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9787         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9788         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9789         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9790         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9791         * nptl/sysdeps/powerpc/tls.h: Moved ...
9792         * sysdeps/powerpc/nptl/tls.h: ... here.
9794 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9796         [BZ #16681]
9797         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9798         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9799         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9800         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9801         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9802         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9803         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9804         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9805         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9807 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9809         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9811 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9813         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9814         defined operator.
9816         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9817         $TIMEOUTFACTOR.
9819 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9821         [BZ #17058]
9822         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9823         non-executed part of the test.
9825 2014-06-16  Andreas Schwab  <schwab@suse.de>
9827         * string/bits/string2.h (strdup, strndup): Update feature guard.
9829 2014-06-14  David S. Miller  <davem@davemloft.net>
9831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9833 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9835         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9836         that was previously under [RESET_PID].
9837         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9839         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9840         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9841         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9842         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9843         (__libc_vfork): New strong alias.
9844         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9846 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9848         * sysdeps/generic/elide.h: New file.
9850 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9852         * Makefile (installed-headers): Adjust path of pthread.h header.
9854 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9856         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9857         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9859         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9861         * nptl/sysdeps/s390/Makefile: Moved ...
9862         * sysdeps/s390/nptl/Makefile: ... here.
9863         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9864         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9865         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9866         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9867         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9868         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9869         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9870         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9871         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9872         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9873         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9874         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9875         * nptl/sysdeps/s390/tls.h: Moved ...
9876         * sysdeps/s390/nptl/tls.h: ... here.
9878         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9879         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9881 2014-06-13  David S. Miller  <davem@davemloft.net>
9883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9886         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9888         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9890         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9891         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9892         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9893         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9894         Remove RESET_PID cpp guards.
9895         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9896         Remove RESET_PID cpp guards.
9897         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9899 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9901         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9902         __sp to uintptr_t.
9904 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9906         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9907         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9908         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9909         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9910         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9911         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9912         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9913         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9914         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9915         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9916         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9917         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9918         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9919         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9920         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9921         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9922         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9923         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9924         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9925         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9927         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9928         (pthread_rwlock_rdlock): Add elision.
9929         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9930         (pthread_rwlock_wrlock): Add elision.
9931         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9932         (pthread_rwlock_trywrlock): Add elision.
9933         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9934         (pthread_rwlock_tryrdlock): Add elision.
9935         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9936         (pthread_rwlock_tryrdlock): Add elision unlock.
9937         * nptl/sysdeps/pthread/pthread.h:
9938         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9939         (PTHREAD_RWLOCK_INITIALIZER,
9940         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9941         Handle new elision field.
9942         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9943         * sysdeps/arm/nptl/bits/pthreadtypes.h
9944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9945         * sysdeps/sh/nptl/bits/pthreadtypes.h
9946         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9947         * sysdeps/tile/nptl/bits/pthreadtypes.h
9948         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9949         * sysdeps/a/nptl/bits/pthreadtypes.h
9950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9951         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9952         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9953         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9954         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9955         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9957         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9959         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9961         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9962         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9963         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9964         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9965         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9966         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9967         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9968         (elision_init): Set try_xbegin to zero when no RTM.
9969         * sysdeps/x86/nptl/bits/pthreadtypes.h
9970         (pthread_rwlock_t): Change __pad1 to __rwelision.
9971         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9973 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9975         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9976         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9977         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9978         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9980 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9982         [BZ #16996]
9983         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9984         that the cached result has been set before returning it.
9986 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9988         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9989         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9990         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9991         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9993         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9995         * nptl/sysdeps/sparc/Makefile: Moved ...
9996         * sysdeps/sparc/nptl/Makefile: ... here.
9997         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9998         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9999         * nptl/sysdeps/sparc/tls.h: Moved ...
10000         * sysdeps/sparc/nptl/tls.h: ... here.
10001         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10002         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10003         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10004         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10005         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10006         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10007         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10008         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10009         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10010         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10011         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10012         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10013         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10014         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10015         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10016         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10017         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10018         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10019         Update #include.
10020         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10021         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10022         Update #include.
10023         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10024         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10025         Update #include.
10026         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10028         Update #include.
10030         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10032         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10033         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10035         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10036         (struct list_links): Type removed.
10037         (struct thread_node, struct timer_node): Replace struct list_links
10038         with struct list_head.
10039         (list_unlink_ip): Likewise.
10040         * sysdeps/pthread/timer_routines.c
10041         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10042         (list_append, list_insbefore): Likewise.
10043         (list_init): Function removed.
10044         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10045         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10046         * sysdeps/pthread/Makefile: ... here, new file.
10048         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10049         * sysdeps/nptl/Implies: ... here.
10050         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10051         * nptl/sysdeps/pthread/list.h: Moved ...
10052         * include/list.h: ... here.
10053         * nptl/sysdeps/pthread/createthread.c: Moved ...
10054         * nptl/createthread.c: ... here.
10055         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10056         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10057         * nptl/pt-longjmp.c: ... here.
10058         * nptl/sysdeps/pthread/Makefile: Moved ...
10059         * sysdeps/nptl/Makefile: ... here.
10060         * nptl/sysdeps/pthread/Subdirs: Moved ...
10061         * sysdeps/nptl/Subdirs: ... here.
10062         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10063         * sysdeps/nptl/aio_misc.h: ... here.
10064         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10065         * sysdeps/nptl/bits/libc-lock.h: ... here.
10066         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10067         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10068         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10069         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10070         * nptl/sysdeps/pthread/configure: Moved ...
10071         * sysdeps/nptl/configure: ... here.
10072         * nptl/sysdeps/pthread/configure.ac: Moved ...
10073         * sysdeps/nptl/configure.ac: ... here.
10074         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10075         * sysdeps/nptl/gai_misc.h: ... here.
10076         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10077         * sysdeps/nptl/librt-cancellation.c: ... here.
10078         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10079         * sysdeps/nptl/malloc-machine.h: ... here.
10080         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10081         * sysdeps/nptl/pthread-functions.h: ... here.
10082         * nptl/sysdeps/pthread/pthread.h: Moved ...
10083         * sysdeps/nptl/pthread.h: ... here.
10084         * nptl/sysdeps/pthread/setxid.h: Moved ...
10085         * sysdeps/nptl/setxid.h: ... here.
10086         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10087         * sysdeps/nptl/sigfillset.c: ... here.
10088         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10089         * sysdeps/nptl/tcb-offsets.h: ... here.
10090         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10091         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10092         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10093         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10094         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10095         * sysdeps/pthread/allocalim.h: ... here.
10096         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10097         * sysdeps/pthread/bits/sigthread.h: ... here.
10098         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10099         * sysdeps/pthread/flockfile.c: ... here.
10100         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10101         * sysdeps/pthread/ftrylockfile.c: ... here.
10102         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10103         * sysdeps/pthread/funlockfile.c: ... here.
10104         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10105         * sysdeps/pthread/posix-timer.h: ... here.
10106         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10107         * sysdeps/pthread/timer_create.c: ... here.
10108         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10109         * sysdeps/pthread/timer_delete.c: ... here.
10110         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10111         * sysdeps/pthread/timer_getoverr.c: ... here.
10112         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10113         * sysdeps/pthread/timer_gettime.c: ... here.
10114         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10115         * sysdeps/pthread/timer_routines.c: ... here.
10116         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10117         * sysdeps/pthread/timer_settime.c: ... here.
10118         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10119         * sysdeps/pthread/tst-timer.c: ... here.
10120         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10121         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10123         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10124         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10126         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10127         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10128         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10129         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10130         Update #include target.
10131         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10132         * sysdeps/i386/i686/nptl/Makefile: ... here.
10133         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10134         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10135         Update #include target.
10136         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10137         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10138         * nptl/sysdeps/i386/Makefile: Moved ...
10139         * sysdeps/i386/nptl/Makefile: ... here.
10140         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10141         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10142         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10143         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10144         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10145         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10146         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10147         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10148         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10149         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10150         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10151         * nptl/sysdeps/i386/tls.h: Moved ...
10152         * sysdeps/i386/nptl/tls.h: ... here.
10154         * sysdeps/sh/Makefile [$(subdir) = csu]
10155         (gen-as-const-headers): Add tcb-offsets.sym.
10156         * nptl/sysdeps/sh/Makefile: File removed.
10157         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10158         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10159         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10160         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10161         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10162         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10163         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10164         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10165         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10166         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10167         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10168         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10169         * nptl/sysdeps/sh/tls.h: Moved ...
10170         * sysdeps/sh/nptl/tls.h: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10172         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10173         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10174         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10176         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10178         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10180         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10182         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10184         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10186         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10188         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10190         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10192         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10196         Moved ...
10197         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10198         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10199         Moved ...
10200         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10202         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10204         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10206         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10208         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10210         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10212         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10213         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10214         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10215         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10216         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10218         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10220 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10222         * posix/spawn_faction_addopen.c: Include string.h.
10224 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10226         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10227         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10228         * nptl/sysdeps/x86_64/Makefile: Moved ...
10229         * sysdeps/x86_64/nptl/Makefile: ... here.
10230         * nptl/sysdeps/x86_64/configure: Moved ...
10231         * sysdeps/x86_64/nptl/configure: ... here.
10232         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10233         * sysdeps/x86_64/nptl/configure.ac: ... here.
10234         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10235         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10236         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10237         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10238         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10239         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10240         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10241         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10242         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10243         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10244         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10245         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10246         * nptl/sysdeps/x86_64/tls.h: Moved ...
10247         * sysdeps/x86_64/nptl/tls.h: ... here.
10248         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10249         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10250         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10251         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10253         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10255 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10259 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10261         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10262         type.
10263         [POSIX] (off_t): Likewise.
10264         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10265         [POSIX] (S_ISBLK): Require macro.
10266         [POSIX] (S_ISCHR): Likewise.
10267         [POSIX] (S_ISDIR): Likewise.
10268         [POSIX] (S_ISFIFO): Likewise.
10269         [POSIX] (S_ISREG): Likewise.
10270         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10271         optional-macro.
10272         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10273         type.
10274         [POSIX] (time_t): Likewise.
10275         [POSIX] (timer_t): Likewise.
10277 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10279         [BZ #17048]
10280         * posix/spawn_int.h (struct __spawn_action): Make the path string
10281         non-const to support deallocation.
10282         * posix/spawn_faction_addopen.c
10283         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10284         * posix/spawn_faction_destroy.c
10285         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10286         path in all spawn_do_open actions.
10287         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10288         posix_spawn_file_actions_addopen.
10290 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10292         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10293         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10294         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10295         conditional code always true.
10296         (__libc_vfork): New alias.
10298 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10300         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10301         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10303         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10305         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10306         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10308         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10309         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10311         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10312         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10314 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10316         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10317         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10318         multiarch strcmp for PPC64.
10319         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10320         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10321         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10322         multiarch optimizations.
10323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10324         (__libc_ifunc_impl_list): Likewise.
10326 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10328         * benchtests/scripts/validate_benchout.py: New script.
10329         * benchtests/Makefile (bench-func): Call it.
10330         * benchtests/scripts/benchout.schema.json: New file.
10332 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10334         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10335         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10336         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10337         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10338         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10339         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10340         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10341         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10342         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10343         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10344         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10345         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10346         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10347         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10348         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10349         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10351         Moved ...
10352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10353         ... here.
10354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10360         ... here.
10361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10362         Moved ...
10363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10364         ... here.
10365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10371         ... here.
10372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10373         Moved ...
10374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10375         ... here.
10376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10377         Moved ...
10378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10382         ... here.
10383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10384         Moved ...
10385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10386         ... here.
10387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10390         ... here.
10391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10392         Moved ...
10393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10395         Moved ...
10396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10397         ... here.
10398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10399         Moved ...
10400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10401         ... here.
10402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10403         Moved ...
10404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10405         ... here.
10406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10407         Moved ...
10408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10412         ... here.
10413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10414         Moved ...
10415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10416         ... here.
10417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10418         Moved ...
10419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10421         Moved ...
10422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10423         ... here.
10424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10425         Moved ...
10426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10428         Moved ...
10429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10433         ... here.
10434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10435         Moved ...
10436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10437         ... here.
10438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10439         Moved ...
10440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10441         ... here.
10442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10443         Moved ...
10444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10446         Moved ...
10447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10448         ... here.
10449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10452         ... here.
10453         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10454         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10455         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10456         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10458         Moved ...
10459         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10460         ... here.
10461         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10462         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10464         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10465         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10466         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10467         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10468         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10469         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10470         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10471         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10472         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10474         Moved ...
10475         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10477         Moved ...
10478         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10480         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10482         Moved ...
10483         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10487         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10488         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10489         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10491 2014-06-10  Wilco  <wdijkstr@arm.com>
10493         * math/test-fenv-return.c: New file.
10494         * math/Makefile: Add new test test-fenv-return.
10496 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10498         [BZ #17042]
10499         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10500         when x - 1 is zero.
10501         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10502         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10503         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10504         0.0L for an argument of 1.0L.
10505         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10506         Likewise.
10507         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10508         value when x - 1 is zero.
10509         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10510         * sysdeps/i386/fpu/libm-test-ulps: Update.
10511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10513 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10515         [BZ #15119]
10516         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10518 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10520         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10521         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10523 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10525         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10526         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10528         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10529         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10531         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10532         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10534         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10535         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10537         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10538         if not already defined.
10539         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10540         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10541         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10542         (TLS_INIT_TP): Use it.
10543         (TLS_DEFINE_INIT_TP): New macro.
10544         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10546 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10548         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10549         constant.
10550         [POSIX] (IXANY): Likewise.
10551         [POSIX] (OLCUC): Likewise.
10552         [POSIX || POSIX2008] (CBAUD): Do not allow.
10553         [POSIX || POSIX2008] (DEFECHO): Likewise.
10554         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10555         [POSIX || POSIX2008] (ECHOKE): Likewise.
10556         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10557         [POSIX || POSIX2008] (EXTA): Likewise.
10558         [POSIX || POSIX2008] (EXTB): Likewise.
10559         [POSIX || POSIX2008] (FLUSHO): Likewise.
10560         [POSIX || POSIX2008] (LOBLK): Likewise.
10561         [POSIX || POSIX2008] (PENDIN): Likewise.
10562         [POSIX || POSIX2008] (SWTCH): Likewise.
10563         [POSIX || POSIX2008] (VDISCARD): Likewise.
10564         [POSIX || POSIX2008] (VDSUSP): Likewise.
10565         [POSIX || POSIX2008] (VLNEXT): Likewise.
10566         [POSIX || POSIX2008] (VREPRINT): Likewise.
10567         [POSIX || POSIX2008] (VSTATUS): Likewise.
10568         [POSIX || POSIX2008] (VWERASE): Likewise.
10569         (B*): Change to B[0123456789]*.
10570         * conform/data/time.h-data [POSIX || UNIX98]
10571         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10572         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10573         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10574         [POSIX] (tm_*): Do not allow.
10576 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10578         * Makefile (install): Don't set LANGUAGE.
10579         * Makefile.in (install): Likewise.
10580         * assert/Makefile (test-assert-ENV): Remove variable.
10581         (test-assert-perr-ENV): Likewise.
10582         * elf/Makefile (neededtest4-ENV): Likewise.
10583         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10584         [$(cross-compiling) = no]: Don't set LANGUAGE.
10585         * io/ftwtest-sh (LANG): Remove variable.
10586         * libio/Makefile (tst-widetext-ENV): Likewise.
10587         * manual/install.texi (Running make install): Don't refer to
10588         environment settings for make install.
10589         * INSTALL: Regenerated.
10590         * nptl/tst-tls6.sh: Don't set LANG.
10591         * posix/globtest.sh (LANG): Remove variable.
10592         * string/Makefile (tester-ENV): Likewise.
10593         (inl-tester-ENV): Likewise.
10594         (noinl-tester-ENV): Likewise.
10595         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10596         [$(cross-compiling) = no]: Don't set LANGUAGE.
10597         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10598         without explicit environment settings.
10600 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10602         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10603         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10604         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10605         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10607 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10609         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10610         other files in the crypt directory.
10611         * crypt/crypt.c: Remove duplicate includes.
10612         * crypt/crypt-entry.c: Likewise.
10613         * crypt/crypt_util.c: Likewise.
10615 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10617         * Makeconfig (run-program-env): New variable.
10618         (run-program-prefix-before-env): Likewise.
10619         (run-program-prefix-after-env): Likewise.
10620         (run-program-prefix): Define in terms of new variables.
10621         (built-program-cmd-before-env): New variable.
10622         (built-program-cmd-after-env): Likewise.
10623         (built-program-cmd): Define in terms of new variables.
10624         (test-program-prefix-before-env): New variable.
10625         (test-program-prefix-after-env): Likewise.
10626         (test-program-prefix): Define in terms of new variables.
10627         (test-program-cmd-before-env): New variable.
10628         (test-program-cmd-after-env): Likewise.
10629         (test-program-cmd): Define in terms of new variables.
10630         * Rules (make-test-out): Use $(run-program-env).
10631         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10632         (help): Do not mention environment variables.  Mention
10633         --timeoutfactor option.
10634         (timeoutfactor): New variable.
10635         (blacklist_exports): Remove function.
10636         (exports): Remove variable.
10637         (command): Do not include ${exports}.
10638         * manual/install.texi (Configuring and compiling): Do not mention
10639         test wrappers preserving environment variables.  Mention that last
10640         assignment to a variable must take precedence.
10641         * INSTALL: Regenerated.
10642         * benchtests/Makefile (run-bench): Use $(run-program-env).
10643         * catgets/Makefile ($(objpfx)test1.cat): Use
10644         $(built-program-cmd-before-env), $(run-program-env) and
10645         $(built-program-cmd-after-env).
10646         ($(objpfx)test2.cat): Do not specify environment variables
10647         explicitly.
10648         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10649         $(run-program-env) and $(built-program-cmd-after-env).
10650         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10651         $(run-program-env) and $(test-program-cmd-after-env).
10652         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10653         explicitly.
10654         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10655         run_program_env and test_program_cmd_after_env arguments.
10656         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10657         * elf/tst-pathopt.sh: Use run_program_env argument.
10658         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10659         $(test-wrapper-env) and $(run-program-env).
10660         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10661         run_program_env arguments.
10662         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10663         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10664         $(test-program-prefix-before-env), $(run-program-env) and
10665         $(test-program-prefix-after-env).
10666         ($(objpfx)tst-gettext2.out): Likewise.
10667         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10668         run_program_env and test_program_prefix_after_env arguments.
10669         * intl/tst-gettext2.sh: Likewise.
10670         * intl/tst-gettext4.sh: Do not set environment variables
10671         explicitly.
10672         * intl/tst-gettext6.sh: Likewise.
10673         * intl/tst-translit.sh: Likewise.
10674         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10675         $(test-program-prefix-before-env), $(run-program-env) and
10676         $(test-program-prefix-after-env).
10677         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10678         run_program_env and test_program_prefix_after_env arguments.
10679         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10680         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10681         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10682         explicitly with each use of ${test_wrapper_env}.
10683         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10684         $(test-program-prefix-before-env), $(run-program-env) and
10685         $(test-program-prefix-after-env).
10686         * posix/tst-getconf.sh: Do not set environment variables
10687         explicitly.
10688         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10689         run_program_env and test_program_prefix_after_env arguments.
10690         * stdio-common/tst-printf.sh: Do not set environment variables
10691         explicitly.
10692         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10693         $(test-program-prefix-before-env), $(run-program-env) and
10694         $(test-program-prefix-after-env).
10695         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10696         run_program_env and test_program_prefix_after_env arguments.
10697         Split $test calls into $test_pre and $test.
10698         * timezone/Makefile (build-testdata): Use
10699         $(built-program-cmd-before-env), $(run-program-env) and
10700         $(built-program-cmd-after-env).
10702 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10704         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10705         strlen for non SHARED builds.
10707 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10709         * nptl/allocatestack.c (check_list): Inlined function...
10710         (__reclaim_stacks): ... here.
10712 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10714         [BZ #15698]
10715         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10716         memory overrun.
10718 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10720         * Rules (make-test-out): Include
10721         LOCPATH=$(common-objpfx)localedata in default environment.
10722         * debug/Makefile (tst-chk1-ENV): Remove variable.
10723         (tst-chk2-ENV): Likewise.
10724         (tst-chk3-ENV): Likewise.
10725         (tst-chk4-ENV): Likewise.
10726         (tst-chk5-ENV): Likewise.
10727         (tst-chk6-ENV): Likewise.
10728         (tst-lfschk1-ENV): Likewise.
10729         (tst-lfschk2-ENV): Likewise.
10730         (tst-lfschk3-ENV): Likewise.
10731         (tst-lfschk4-ENV): Likewise.
10732         (tst-lfschk5-ENV): Likewise.
10733         (tst-lfschk6-ENV): Likewise.
10734         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10735         (tst-iconv7-ENV): Likewise.
10736         * intl/Makefile (LOCPATH-ENV): Likewise.
10737         (tst-codeset-ENV): Likewise.
10738         (tst-gettext3-ENV): Likewise.
10739         (tst-gettext5-ENV): Likewise.
10740         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10741         (tst-fopenloc-ENV): Likewise.
10742         (tst-fgetws-ENV): Remove variable.
10743         (tst-ungetwc1-ENV): Likewise.
10744         (tst-ungetwc2-ENV): Likewise.
10745         (bug-ungetwc2-ENV): Likewise.
10746         (tst-swscanf-ENV): Likewise.
10747         (bug-ftell-ENV): Likewise.
10748         (tst-fgetwc-ENV): Likewise.
10749         (tst-fseek-ENV): Likewise.
10750         (tst-ftell-partial-wide-ENV): Likewise.
10751         (tst-ftell-active-handler-ENV): Likewise.
10752         (tst-ftell-append-ENV): Likewise.
10753         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10754         (tst-regexloc-ENV): Likewise.
10755         (bug-regex1-ENV): Likewise.
10756         (tst-regex-ENV): Likewise.
10757         (tst-regex2-ENV): Likewise.
10758         (bug-regex5-ENV): Likewise.
10759         (bug-regex6-ENV): Likewise.
10760         (bug-regex17-ENV): Likewise.
10761         (bug-regex18-ENV): Likewise.
10762         (bug-regex19-ENV): Likewise.
10763         (bug-regex20-ENV): Likewise.
10764         (bug-regex22-ENV): Likewise.
10765         (bug-regex23-ENV): Likewise.
10766         (bug-regex25-ENV): Likewise.
10767         (bug-regex26-ENV): Likewise.
10768         (bug-regex30-ENV): Likewise.
10769         (bug-regex32-ENV): Likewise.
10770         (bug-regex33-ENV): Likewise.
10771         (bug-regex34-ENV): Likewise.
10772         (bug-regex35-ENV): Likewise.
10773         (tst-rxspencer-ENV): Likewise.
10774         (tst-rxspencer-no-utf8-ENV): Likewise.
10775         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10776         (tst-sscanf-ENV): Likewise.
10777         (tst-swprintf-ENV): Likewise.
10778         (tst-swscanf-ENV): Likewise.
10779         (test-vfprintf-ENV): Likewise.
10780         (scanf13-ENV): Likewise.
10781         (bug14-ENV): Likewise.
10782         (tst-grouping-ENV): Likewise.
10783         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10784         (tst-strtod3-ENV): Likewise.
10785         (tst-strtod4-ENV): Likewise.
10786         (tst-strtod5-ENV): Likewise.
10787         (testmb2-ENV): Likewise./
10788         * string/Makefile (tst-strxfrm-ENV): Likewise.
10789         (tst-strxfrm2-ENV): Likewise.
10790         (bug-strcoll1-ENV): Likewise.
10791         (test-strcasecmp-ENV): Likewise.
10792         (test-strncasecmp-ENV): Likewise.
10793         * time/Makefile (tst-strptime-ENV): Likewise.
10794         (tst-ftime_l-ENV): Likewise.
10795         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10796         (tst-mbrtowc-ENV): Likewise.
10797         (tst-wcrtomb-ENV): Likewise.
10798         (tst-mbrtowc2-ENV): Likewise.
10799         (tst-c16c32-1-ENV): Likewise.
10800         (tst-mbsnrtowcs-ENV): Likewise.
10802 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10804         * manual/resource.texi (How to get information about the memory
10805         subsystem?): Fix typo.
10806         Reported by Peon de la Parra Ivan <peon@keba.com>
10808 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10810         [BZ #16882]
10811         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10812         (pthread_spin_lock): Branch out of spin loop to proper location.
10813         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10814         (pthread_spin_lock): Likewise.
10816         * nptl/tst-spin4.c: New test.
10817         * nptl/Makefile (tests): Add tst-spin4.
10819 2014-06-03  Andreas Schwab  <schwab@suse.de>
10821         [BZ #15946]
10822         * resolv/res_send.c (send_dg): Reload file descriptor after
10823         calling reopen.
10825 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10827         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10829 2014-06-03  Richard Henderson  <rth@redhat.com>
10831         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10832         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10833         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10834         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10835         in the SAVE_PID block.
10836         (__libc_vfork): New alias.
10837         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10839         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10840         child in registers, not on the stack.  Remove RESET_PID conditionals.
10841         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10843 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10845         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10847 2014-06-03  Wilco  <wdijkstr@arm.com>
10849         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10850         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10851         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10852         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10853         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10854         Likewise.
10856 2014-06-03  Wilco  <wdijkstr@arm.com>
10858         * sysdeps/aarch64/fpu/math_private.h
10859         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10860         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10861         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10862         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10863         Fix declarations.
10865 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10867         * crypt/crypt-private.h: Include ufc-crypt.h.
10868         (__b64_from_24bit): Declare extern.
10869         * crypt/crypt_util.c(__b64_from_24bit): New function.
10870         (b64t): New static const variable.
10871         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10872         (b64t): Remove variable.
10873         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10874         * crypt/sha256-crypt.c: Include crypt-private.h.
10875         (b64t): Remove variable.
10876         (__sha256_crypt_r): Remove b64_from_24bit and replace
10877         with __b64_from_24bit.
10878         * crypt/sha512-crypt.c: Likewise.
10880 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10882         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10883         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10884         Label the code __libc_vfork rather than __vfork.
10885         [!NOT_IN_libc] (vfork): Define as weak alias.
10886         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10887         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10888         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10890 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10892         * malloc/malloc.c (malloc_info): Fix format specifier for
10893         n_mmaps.
10895 2014-06-02  Wilco  <wdijkstr@arm.com>
10897         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10898         FPCR write.
10900 2014-06-02  Wilco  <wdijkstr@arm.com>
10902         [BZ #17009]
10903         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10904         Rewrite to reduce FPCR/FPSR accesses.
10906 2014-06-01  David S. Miller  <davem@davemloft.net>
10908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10910 2014-05-31  David S. Miller  <davem@davemloft.net>
10912         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10913         to occur in round to nearest mode when |x| >= 2.0
10915 2014-05-30  Richard Henderson  <rth@twiddle.net>
10917         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10918         (PSEUDO_RET_NOERRNO): Remove.
10919         (ret): Don't redefine.
10920         (ret_NOERRNO): Define in terms of ret.
10921         (ret_ERRVAL): Likewise.
10923         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10924         use of PSEUDO_RET; perform the error check directly.
10926 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10928         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10929         with __int128_t.
10931 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10933         * malloc/malloc (malloc_info): Fix formatting.
10935 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10936             Roland McGrath  <roland@hack.frob.com>
10938         * malloc/malloc (malloc_info): Also print mmapped statistics.
10940 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10942         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10943         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10945 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10947         * malloc/malloc.c (malloc_info): Inline mi_arena.
10949 2014-05-29  Richard Henderson  <rth@twiddle.net>
10951         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10952         Remove comma before expanding ASM_ARGS_##nr.
10953         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10954         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10955         of ASM_ARGS_##nr.
10956         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10957         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10958         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10959         (ASM_ARGS_1): Add leading comma.
10961         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10962         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10963         to __errno_location.
10964         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10965         Remove the expected plt for __errno_location.
10967         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10968         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10969         call to __read_tp.
10971         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10972         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10973         it and break it down.
10974         (DOCARGS_0, DOCARGS_1): Do nothing.
10975         (DOCARGS_2): Update to store into the new stack frame.
10976         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10977         (UNDOCARGS_1): Update to restore from the new stack frame.
10978         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10979         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10981         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10982         (SINGLE_THREAD_P): New parameter for result regno.
10983         (PSEUDO): Update to match; use cbz instead of beq.
10985         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10986         Use ENTRY to define the _nocancel entry point.  Share the syscall
10987         and syscall error check paths with the cancel path.
10988         (PSEUDO_END): New.
10990         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10991         whitespace; tabs before and after asm mnemonics.
10993 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10995         [BZ #15132]
10996         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10997         Call fstat64 or stat64 internally, depending on arguments passed.
10998         Replace stat buffer argument with file descriptor argument.
10999         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11000         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11001         Pass fd to __internal_statvfs instead of calling fstat64.
11002         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11003         Pass fd to __internal_statvfs64 instead of calling fstat64.
11004         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11005         Pass -1 to __internal_statvfs instead of calling stat64.
11006         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11007         Pass -1 to __internal_statvfs64 instead of calling stat64.
11009 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11011         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11012         that was previously under [RESET_PID].
11013         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11015         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11016         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11018 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11020         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11022         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11023         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11025 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11027         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11029 2014-05-27  Andreas Schwab  <schwab@suse.de>
11031         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11032         TLS_INIT_TP macro.
11033         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11034         * elf/rtld.c (init_tls, dl_main): Likewise.
11035         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11036         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11037         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11038         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11039         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11040         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11041         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11042         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11043         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11044         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11045         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11046         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11047         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11048         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11049         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11050         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11051         * sysdeps/generic/tls.h: Update description.
11053 2014-05-27  Will Newton  <will.newton@linaro.org>
11055         [BZ #16990]
11056         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11057         and restore r2 rather than just restoring.
11059 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11061         [BZ #16724]
11062         * libio/tst-ftell-append.c: New test case.
11063         * libio/Makefile (tests): Add test case.
11064         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11065         append mode.
11066         * libio/wfileops.c (do_ftell_wide): Likewise.
11068 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11072         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11073         ...
11074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11076         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11077         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11078         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11079         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11080         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11081         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11082         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11083         Moved ...
11084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11085         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11086         Moved ...
11087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11088         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11089         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11090         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11091         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11092         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11093         ...
11094         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11095         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11096         Moved ...
11097         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11098         here.
11099         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11100         ...
11101         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11102         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11103         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11105         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11106         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11107         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11108         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11110         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11111         merge into ...
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11114         ...
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11116         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11117         ...
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11119         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11120         Moved ...
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11122         here.
11123         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11124         Moved ...
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11126         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11127         Moved ...
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11131         conditional [RESET_PID].
11132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11134         removed.
11135         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11136         removed.
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11139         <tcb-offsets.h>.
11140         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11141         (__libc_vfork): New strong alias.
11142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11143         removed.
11144         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11145         Removed.
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11148         <tcb-offsets.h>.
11149         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11150         (__libc_vfork): New strong alias.
11151         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11152         removed.
11153         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11154         removed.
11156 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11158         * malloc/malloc.c (mi_arena): New function.
11159         (malloc_info): Remove nested function mi_arena. Call non-nosted
11160         function mi_arena.
11162 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11164         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11165         by insrwi.
11166         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11167         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11168         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11169         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11170         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11171         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11172         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11174 2014-05-26  Andreas Schwab  <schwab@suse.de>
11176         [BZ #16984]
11177         * locale/programs/repertoire.c (repertoire_read): Add slash
11178         between I18NPATH element and file name.
11179         * locale/programs/locfile.c (locfile_read): Likewise.
11181 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11183         * nptl/pthread_mutexattr_settype.c
11184         (__pthread_mutexattr_settype):
11185         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11187 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11189         * nptl/tst-mutex5 (do_test):
11190         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11192 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11194         * benchtests/README: Document 'init' directive.
11195         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11196         BENCH_INIT.
11197         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11198         (parse_file): Recognize 'init' directive.
11200 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11202         [BZ #16796]
11203         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11204         alignment of struct pthread.
11206 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11208         [BZ #16878]
11209         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11210         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11211         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11212         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11214 2014-05-25  Richard Henderson  <rth@twiddle.net>
11216         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11217         (SINGLE_THREAD_P_PIC): Remove.
11218         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11219         (SINGLE_THREAD_P_PIC): Remove.
11221         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11222         branch to syscall error ...
11223         (PSEUDO): ... here.
11224         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11225         from __local_syscall_error to .Lsyscall_error.
11226         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11227         (SYSCALL_ERROR): Update label name.
11229         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11230         Do not use DOARGS/UNDOARGS.
11231         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11232         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11233         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11234         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11235         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11237         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11238         block comment.
11240         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11241         define if !NOT_IN_libc.
11242         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11243         define with non-default symbol versions.
11245 2014-05-23  Richard Henderson  <rth@twiddle.net>
11247         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11248         (vfork, __vfork): Define via compat_symbol.
11250         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11251         [!HAVE_IFUNC] (vfork_compat): Remove.
11252         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11254 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11256         [BZ #16978]
11257         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11258         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11259         variable.
11261 2014-05-23  Richard Henderson  <rth@twiddle.net>
11263         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11264         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11265         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11266         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11268         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11269         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11270         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11271         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11272         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11273         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11274         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11275         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11276         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11277         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11278         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11279         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11280         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11281         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11282         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11283         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11284         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11285         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11286         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11287         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11288         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11289         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11290         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11291         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11292         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11293         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11294         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11295         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11296         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11297         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11298         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11299         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11300         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11301         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11302         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11303         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11304         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11305         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11306         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11307         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11308         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11309         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11310         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11311         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11312         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11313         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11314         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11315         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11316         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11317         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11318         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11319         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11320         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11321         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11322         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11323         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11325         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11326         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11327         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11328         before exiting on error.
11329         (__libc_vfork): New strong alias.
11330         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11331         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11333         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11334         that was previously under [RESET_PID].
11335         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11337         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11339 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11341         [BZ #16977]
11342         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11343         value when x - 1 is zero.
11344         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11345         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11346         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11347         0.0L for an argument of 1.0L.
11348         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11349         Likewise.
11350         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11351         value when x - 1 is zero.
11352         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11353         * sysdeps/i386/fpu/libm-test-ulps: Update.
11354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11356 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11358         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11359         alphasort and versionsort.
11361 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11363         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11364         macro.
11365         [copysignf]: Likewise.
11367 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11369         * crypt/md5-crypt.c: Fix formatting.
11371 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11373         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11374         (b64_from_24bit): New function.
11376 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11378         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11379         libc_hidden_builtin_def to ifunc.
11380         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11381         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11383 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11385         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11386         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11388 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11390         * nscd/Depend (linuxthreads): Remove.
11391         (nptl): Add.
11392         * resolv/Depend (linuxthreads): Remove.
11393         * rt/Depend (linuxthreads): Remove.
11395         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11396         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11397         $(common-objpfx)elf/.
11398         (link-libc-before-gnulib): Likewise.
11399         (elfobjdir): Remove variable.
11400         * Makefile (install): Use $(elf-objpfx) instead of
11401         $(common-objpfx)elf/.
11402         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11403         $(elfobjdir)/.
11404         (link-libc-deps): Likewise.
11405         ($(common-objpfx)libc.so): Likewise.
11406         ($(common-objpfx)linkobj/libc.so): Likewise.
11407         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11408         instead of $(common-objpfx)elf/.
11409         (symbolic-link-list): Likewise.
11410         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11411         [$(cross-compiling) = no]: Likewise.
11412         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11413         $(elfobjdir)/.
11414         (static-gnulib-arch): Likewise.
11415         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11416         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11417         $(common-objpfx)elf/.
11419 2014-05-21  Richard Henderson  <rth@redhat.com>
11421         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11422         (SINGLE_THREAD_P): Use the correct width load.  Fold
11423         into the ldr offset.
11425         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11426         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11428 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11430         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11431         (libgcc_s_resume): Use __attribute_used__.
11432         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11433         Likewise.
11435 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11437         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11438         optimization when used with float constants.
11440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11442 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11444         [BZ #16915]
11445         * locale/nl_langinfo_l.c: Make direct reference to every
11446         _nl_current_CATEGORY symbol.
11447         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11448         (tests-static): Add tst-langinfo-static.
11449         (tests-special): Add tst-langinfo-static.out.
11450         ($(objpfx)tst-langinfo.out): Redirect output.
11451         ($(objpfx)tst-langinfo-static.out): New.
11452         * localedata/tst-langinfo.sh: Send output to stdout.
11453         * localedata/tst-langinfo-static.c: New file.
11455         [BZ #16965]
11456         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11457         when the shift amount is modulo the limb size.
11459 2014-05-20  Richard Henderson  <rth@redhat.com>
11461         [BZ #16967]
11462         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11463         Change type of sa_flags from unsigned int to int.
11465         [BZ #16966]
11466         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11468         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11470 2014-05-20  Will Newton  <will.newton@linaro.org>
11472         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11473         Test the return value of the system call in the nocancel case.
11475 2014-05-20  Will Newton  <will.newton@linaro.org>
11476             Yvan Roux  <yvan.roux@linaro.org>
11478         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11479         #include of asm/ptrace.h.
11480         (PTRACE_GET_THREAD_AREA): Remove #undef.
11481         (PTRACE_GETHBPREGS): Likewise.
11482         (PTRACE_SETHBPREGS): Likewise.
11483         (struct user_regs_struct): New structure.
11484         (struct user_fpsimd_struct): New structure.
11485         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11486         #include of asm/ptrace.h and second #include of sys/user.h.
11487         (PTRACE_GET_THREAD_AREA): Remove #undef.
11488         (PTRACE_GETHBPREGS): Likewise.
11489         (PTRACE_SETHBPREGS): Likewise.
11490         (ELF_NGREG): Use new struct user_regs_struct.
11491         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11493 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11495         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11496         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11498 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11500         [BZ #16958]
11501         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11502         membar to avoid block loads/stores to overlap previous stores.
11504 2014-05-17  Richard Henderson  <rth@redhat.com>
11506         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11507         Create the __##syscall_name##_nocancel entry point.
11508         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11509         Remove; let the sysdep-cancel.h code create it.
11511 2014-05-17  David S. Miller  <davem@davemloft.net>
11513         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11514         Protect with __USE_GNU.
11515         (TIOCSET_TEMPT): Likewise.
11516         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11517         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11518         these are already provided in bits/ioctl-types.h
11520 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11522         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11523         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11525         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11526         Use wait4 regardless of [__NR_waitpid].
11528 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11530         PR libgcc/60166
11531         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11532         (_FP_NANSIGN_Q): Set the quiet bit.
11534 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11536         * benchtests/Makefile
11537         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11538         not $(common-objpfx)math/libm.so.
11539         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11540         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11541         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11542         $(common-objpfx)dlfcn/libdl.so.
11543         ($(objpfx)tst-audit8): Depend on $(libm), not
11544         $(common-objpfx)math/libm.so.
11545         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11546         not $(common-objpfx)dlfcn/libdl.so.
11547         * math/Makefile
11548         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11549         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11550         [$(build-shared) = yes].
11551         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11552         $(common-objpfx)nptl/libpthread.so.
11553         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11554         $(common-objpfx)math/libm.so$(libm.so-version) or
11555         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11556         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11557         $(common-objpfx)dlfcn/libdl.so.
11558         * setjmp/Makefile (link-libm): Remove variable.
11559         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11560         * stdio-common/Makefile (link-libm): Remove variable.
11561         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11562         * stdlib/Makefile (link-libm): Remove variable.
11563         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11564         ($(objpfx)tst-strtod-round): Likewise.
11565         ($(objpfx)tst-tininess): Likewise.
11566         ($(objpfx)tst-strtod-underflow): Likewise.
11567         ($(objpfx)tst-strtod6): Likewise.
11568         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11569         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11570         $(common-objpfx)dlfcn/libdl.so.
11572 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11574         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11575         BSD terminal modes definitions.
11577 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11579         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11580         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11582         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11583         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11584         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11585         Don't do #include_next.
11586         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11587         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11588         Don't do #include_next.
11589         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11590         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11591         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11592         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11594 2014-05-16  Allan McRae  <allan@archlinux.org>
11596         * po/sv.po: Update Swedish translation from translation project.
11598         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11599         in sed expression.
11601 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11603         [BZ #16917]
11604         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11605         errno if the TIOCGPTN ioctl fails with an error different than
11606         EINVAL.
11607         * login/tst-ptsname.c: New file.
11608         * login/Makefile (tests): Add tst-ptsname.
11610         [BZ #16943]
11611         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11612         and prlimit64.
11614 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11616         [BZ #16849]
11617         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11618         herrno to return EAI_AGAIN.
11620 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11622         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11623         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11624         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11625         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11626         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11627         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11628         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11629         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11630         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11631         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11632         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11633         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11634         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11635         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11636         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11637         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11638         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11639         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11641         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11642         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11643         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11644         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11645         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11647         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11648         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11649         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11651         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11653         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11655         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11656         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11657         Moved ...
11658         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11660         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11662         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11664         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11674         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11680         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11682         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11683         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11684         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11686         Moved ...
11687         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11688         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11689         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11693         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11695         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11697         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11699         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11701         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11703         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11705         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11707         Moved ...
11708         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11709         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11710         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11712         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11713         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11714         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11715         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11716         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11717         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11718         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11719         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11720         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11721         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11722         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11723         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11724         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11725         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11726         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11727         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11728         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11729         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11730         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11731         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11732         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11733         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11734         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11735         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11736         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11737         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11738         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11739         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11740         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11741         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11742         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11744         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11745         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11747         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11748         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11749         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11750         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11751         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11752         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11753         Moved ...
11754         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11755         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11756         Moved ...
11757         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11758         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11759         Moved ...
11760         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11762         Moved ...
11763         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11764         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11765         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11766         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11767         Moved ...
11768         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11769         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11770         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11771         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11772         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11773         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11774         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11775         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11776         Moved ...
11777         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11778         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11779         Moved ...
11780         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11781         ... here.
11782         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11783         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11784         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11785         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11786         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11789         ... here.
11790         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11791         Moved ...
11792         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11793         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11794         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11795         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11796         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11798         Moved ...
11799         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11800         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11801         Moved ...
11802         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11803         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11804         Moved ...
11805         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11806         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11807         Moved ...
11808         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11809         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11810         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11811         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11812         Moved ...
11813         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11814         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11815         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11816         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11817         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11818         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11819         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11820         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11821         Moved ...
11822         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11823         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11824         Moved ...
11825         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11826         ... here.
11827         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11828         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11829         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11830         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11831         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11832         Moved ...
11833         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11834         ... here.
11835         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11838         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11839         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11840         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11841         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11842         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11843         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11844         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11845         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11846         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11847         Moved ...
11848         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11849         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11850         Moved ...
11851         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11852         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11853         Moved ...
11854         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11855         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11856         Moved ...
11857         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11858         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11859         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11860         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11861         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11862         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11863         Moved ...
11864         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11865         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11866         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11867         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11868         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11869         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11870         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11871         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11872         Moved ...
11873         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11874         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11875         Moved ...
11876         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11877         ... here.
11878         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11879         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11880         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11881         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11882         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11883         Moved ...
11884         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11885         ... here.
11886         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11887         Moved ...
11888         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11889         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11890         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11891         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11892         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11893         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11894         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11895         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11896         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11897         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11898         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11900         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11901         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11903         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11904         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11906         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11907         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11908         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11909         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11910         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11911         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11912         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11913         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11914         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11915         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11916         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11917         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11918         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11919         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11920         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11921         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11922         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11923         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11924         Moved ...
11925         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11926         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11927         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11928         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11929         Moved ...
11930         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11931         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11932         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11933         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11934         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11935         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11936         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11937         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11938         Moved ...
11939         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11940         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11941         Moved ...
11942         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11943         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11944         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11945         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11946         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11947         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11948         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11949         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11950         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11951         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11952         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11953         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11954         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11955         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11956         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11958         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11960         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11961         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11962         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11963         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11964         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11966         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11967         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11968         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11969         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11970         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11971         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11972         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11973         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11974         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11975         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11977         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11978         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11980         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11981         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11982         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11983         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11984         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11985         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11986         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11987         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11988         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11989         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11990         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11991         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11992         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11993         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11995         Update #include.
11996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11997         Likewise.
11998         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11999         Likewise.
12000         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12001         Likewise.
12002         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12003         Likewise.
12004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12005         Likewise.
12006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12007         Likewise.
12008         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12009         Likewise.
12010         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12011         Likewise.
12012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12013         Likewise.
12014         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12015         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12016         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12017         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12018         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12019         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12020         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12021         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12022         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12023         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12024         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12025         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12026         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12027         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12028         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12030         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12031         that was previously under [RESET_PID].
12032         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12033         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12034         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12036         * sysdeps/i386/nptl/Implies: New file.
12037         * sysdeps/x86_64/nptl/Implies: New file.
12038         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12039         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12040         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12041         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12043         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12044         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12045         (__libc_vfork): New strong alias.
12046         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12047         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12049         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12050         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12051         (__libc_vfork): New strong alias.
12052         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12053         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12055         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12056         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12057         (__libc_vfork): New strong alias.
12058         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12059         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12060         * nptl/pt-vfork.c: New file.
12061         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12062         (libpthread: GLIBC_2.20): New version set (empty).
12064 2014-05-14  Will Newton  <will.newton@linaro.org>
12066         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12067         rather than #if.
12069 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12071         [BZ #16564]
12072         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12073         arguments with exponent 65 or above.
12074         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12075         arguments 0x1p113L or above.
12076         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12077         to arguments 0x1p107L or above.
12078         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12079         positive arguments with exponent 65 or above.
12080         * math/auto-libm-test-in: Add more tests of log1p.
12081         * math/auto-libm-test-out: Regenerated.
12083         [BZ #16928]
12084         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12085         non-finite arguments is +0.
12086         * math/s_cacosf.c (__cacosf): Likewise.
12087         * math/s_cacosl.c (__cacosl): Likewise.
12088         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12089         * sysdeps/i386/fpu/libm-test-ulps: Update.
12090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12092         [BZ #16927]
12093         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12094         value.
12095         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12096         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12097         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12098         for explicit high bit of mantissa when testing for argument equal
12099         to 1.
12100         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12101         * sysdeps/i386/fpu/libm-test-ulps: Update.
12102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12104         [BZ #16516]
12105         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12106         (__erf): Scale by 16 instead of 8 in potentially underflowing
12107         case.  Ensure exception if result actually underflows.
12108         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12109         (__erff): Scale by 16 instead of 8 in potentially underflowing
12110         case.  Ensure exception if result actually underflows.
12111         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12112         (efx8): Remove variable.
12113         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12114         case.  Ensure exception if result actually underflows.
12115         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12116         (efx8): Remove variable.
12117         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12118         case.  Ensure exception if result actually underflows.
12119         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12120         (efx8): Remove variable.
12121         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12122         case.  Ensure exception if result actually underflows.
12123         * math/auto-libm-test-in: Add more tests of erf.
12124         * math/auto-libm-test-out: Regenerated.
12126 2014-05-14  Andreas Schwab  <schwab@suse.de>
12128         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12129         Remove code conditionalized on USE___THREAD.
12131         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12132         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12133         not definedness.
12135 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12137         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12138         Define unconditionally.
12139         (__ASSUME_O_CLOEXEC): Likewise.
12140         (__ASSUME_SOCK_CLOEXEC): Likewise.
12141         (__ASSUME_IN_NONBLOCK): Likewise.
12142         (__ASSUME_PIPE2): Likewise.
12143         (__ASSUME_EVENTFD2): Likewise.
12144         (__ASSUME_SIGNALFD4): Likewise.
12145         (__ASSUME_DUP3): Likewise.
12146         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12147         (__ASSUME_DUP3): Do not define.
12148         (__ASSUME_EVENTFD2): Likewise.
12149         (__ASSUME_IN_NONBLOCK): Likewise.
12150         (__ASSUME_O_CLOEXEC): Likewise.
12151         (__ASSUME_PIPE2): Likewise.
12152         (__ASSUME_SIGNALFD4): Likewise.
12153         (__ASSUME_SOCK_CLOEXEC): Likewise.
12154         (__ASSUME_UTIMES): Undefine.
12155         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12156         (__ASSUME_UTIMES): Do not define.
12157         (__ASSUME_O_CLOEXEC): Likewise.
12158         (__ASSUME_SOCK_CLOEXEC): Likewise.
12159         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12160         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12161         0x020621].
12162         (__ASSUME_PIPE2): Likewise.
12163         (__ASSUME_EVENTFD2): Likewise.
12164         (__ASSUME_SIGNALFD4): Likewise.
12165         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12166         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12167         Do not define.
12168         (__ASSUME_EVENTFD2): Likewise.
12169         (__ASSUME_SIGNALFD4): Likewise.
12170         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12171         (__ASSUME_32BITUIDS): Likewise.
12172         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12173         (__ASSUME_IPC64): Likewise.
12174         (__ASSUME_ST_INO_64_BIT): Likewise.
12175         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12176         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12177         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12178         (__ASSUME_UTIMES): Do not define.
12179         (__ASSUME_PSELECT): Likewise.
12180         (__ASSUME_PPOLL): Likewise.
12181         (__ASSUME_O_CLOEXEC): Likewise.
12182         (__ASSUME_SOCK_CLOEXEC): Likewise.
12183         (__ASSUME_IN_NONBLOCK): Likewise.
12184         (__ASSUME_PIPE2): Likewise.
12185         (__ASSUME_EVENTFD2): Likewise.
12186         (__ASSUME_SIGNALFD4): Likewise.
12187         (__ASSUME_DUP3): Likewise.
12188         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12189         (__ASSUME_UTIMES): Likewise.
12190         (__ASSUME_O_CLOEXEC): Likewise.
12191         (__ASSUME_SOCK_CLOEXEC): Likewise.
12192         (__ASSUME_IN_NONBLOCK): Likewise.
12193         (__ASSUME_PIPE2): Likewise.
12194         (__ASSUME_EVENTFD2): Likewise.
12195         (__ASSUME_SIGNALFD4): Likewise.
12196         (__ASSUME_DUP3): Likewise.
12197         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12198         (__ASSUME_UTIMES): Likewise.
12199         (__ASSUME_O_CLOEXEC): Likewise.
12200         (__ASSUME_SOCK_CLOEXEC): Likewise.
12201         (__ASSUME_IN_NONBLOCK): Likewise.
12202         (__ASSUME_PIPE2): Likewise.
12203         (__ASSUME_EVENTFD2): Likewise.
12204         (__ASSUME_SIGNALFD4): Likewise.
12205         (__ASSUME_DUP3): Likewise.
12206         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12207         Likewise.
12208         (__ASSUME_UTIMES): Likewise.
12209         (__ASSUME_EVENTFD2): Likewise.
12210         (__ASSUME_SIGNALFD4): Likewise.
12211         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12212         (__ASSUME_O_CLOEXEC): Likewise.
12213         (__ASSUME_SOCK_CLOEXEC): Likewise.
12214         (__ASSUME_IN_NONBLOCK): Likewise.
12215         (__ASSUME_PIPE2): Likewise.
12216         (__ASSUME_EVENTFD2): Likewise.
12217         (__ASSUME_SIGNALFD4): Likewise.
12218         (__ASSUME_DUP3): Likewise.
12219         (__ASSUME_UTIMES): Undefine.
12221         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12222         feclearexcept.  Remove symbol versioning code.
12223         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12224         symbol versioning code.
12225         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12226         symbol versioning code.
12227         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12228         feupdateenv.  Remove symbol versioning code.
12229         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12230         fegetexceptflag.  Remove symbol versioning code.
12231         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12232         fesetexceptflag.  Remove symbol versioning code.
12233         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12234         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12235         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12236         (__posix_fadvise64_l32): Remove prototype.
12237         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12238         code.
12240 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12242         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12243         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12244         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12245         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12247 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12249         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12250         current working directory
12252 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12254         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12255         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12256         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12257         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12258         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12259         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12260         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12261         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12262         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12263         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12264         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12265         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12266         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12267         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12268         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12269         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12270         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12271         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12272         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12273         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12274         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12275         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12276         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12277         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12278         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12279         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12280         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12281         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12282         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12283         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12284         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12285         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12286         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12287         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12288         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12289         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12290         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12291         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12292         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12293         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12294         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12295         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12297         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12298         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12300         * sysdeps/unix/sysv/linux/arm/Makefile
12301         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12302         Add rt-aeabi_unwind_cpp_pr1.
12303         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12304         Add nptl-aeabi_unwind_cpp_pr1.
12305         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12306         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12307         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12308         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12309         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12310         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12312         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12313         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12314         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12315         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12317         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12318         Deconditionalize the code that was previously under [RESET_PID].
12319         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12321         * sysdeps/generic/exit-thread.h: New file.
12322         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12323         * include/unistd.h (__exit_thread): Remove declaration.
12324         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12325         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12326         * csu/libc-start.c: Include <exit-thread.h>.
12327         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12328         * nptl/pthread_create.c: Include <exit-thread.h>.
12329         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12330         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12331         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12332         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12333         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12334         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12335         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12336         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12337         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12338         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12339         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12340         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12341         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12342         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12343         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12344         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12345         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12347 2014-05-13  Andreas Schwab  <schwab@suse.de>
12349         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12351 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12353         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12354         (__ASSUME_UTIMES): Do not condition on kernel version.
12355         (__ASSUME_PSELECT): Define unconditionally.
12356         (__ASSUME_PPOLL): Likewise.
12357         (__ASSUME_ATFCTS): Likewise.
12358         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12359         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12360         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12361         (__ASSUME_UTIMENSAT): Define unconditionally.
12362         (__ASSUME_PRIVATE_FUTEX): Likewise.
12363         (__ASSUME_FALLOCATE): Likewise.
12364         (__ASSUME_O_CLOEXEC): Likewise.
12365         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12366         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12367         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12368         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12369         (__ASSUME_IN_NONBLOCK): Likewise.
12370         (__ASSUME_PIPE2): Likewise.
12371         (__ASSUME_EVENTFD2): Likewise.
12372         (__ASSUME_SIGNALFD4): Likewise.
12373         (__ASSUME_DUP3): Likewise.
12374         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12375         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12376         (__ASSUME_AT_RANDOM): Likewise.
12377         (__ASSUME_PREADV): Likewise.
12378         (__ASSUME_PWRITEV): Likewise.
12379         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12380         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12381         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12382         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12383         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12384         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12385         (__ASSUME_O_CLOEXEC): Define unconditionally.
12386         (__ASSUME_PSELECT): Do not undefine conditionally.
12387         (__ASSUME_PPOLL): Likewise.
12388         (__ASSUME_ATFCTS): Likewise.
12389         (__ASSUME_SET_ROBUST_LIST): Likewise.
12390         (__ASSUME_UTIMENSAT): Likewise.
12391         (__ASSUME_FDATASYNC): Define unconditionally.
12392         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12393         (__ASSUME_SIGFRAME_V2): Likewise.
12394         )__ASSUME_EVENTFD2): Likewise.
12395         (__ASSUME_SIGNALFD4): Likewise.
12396         (__ASSUME_PSELECT): Do not undefine conditionally.
12397         (__ASSUME_PPOLL): Likewise.
12398         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12399         (__ASSUME_PSELECT): Define unconditionally.
12400         (__ASSUME_PPOLL): Likewise.
12401         (__ASSUME_O_CLOEXEC): Likewise.
12402         (__ASSUME_SOCK_CLOEXEC): Likewise.
12403         (__ASSUME_IN_NONBLOCK): Likewise.
12404         (__ASSUME_PIPE2): Likewise.
12405         (__ASSUME_EVENTFD2): Likewise.
12406         (__ASSUME_SIGNALFD4): Likewise.
12407         (__ASSUME_DUP3): Likewise.
12408         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12409         (__ASSUME_O_CLOEXEC): Likewise.
12410         (__ASSUME_SOCK_CLOEXEC): Likewise.
12411         (__ASSUME_IN_NONBLOCK): Likewise.
12412         (__ASSUME_PIPE2): Likewise.
12413         (__ASSUME_EVENTFD2): Likewise.
12414         (__ASSUME_SIGNALFD4): Likewise.
12415         (__ASSUME_DUP3): Likewise.
12416         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12417         (__ASSUME_EVENTFD2): Likewise.
12418         (__ASSUME_SIGNALFD4): Likewise.
12419         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12421 2014-05-12  Andreas Schwab  <schwab@suse.de>
12423         [BZ #16932]
12424         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12425         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12426         than maximum RPC packet size.
12427         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12428         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12429         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12430         (_nss_nis_getservbyport_r): Likewise.
12432 2014-05-12  Will Newton  <will.newton@linaro.org>
12434         * malloc/Makefile (tests): Add tst-mallopt.
12435         * malloc/tst-mallopt.c: New file.
12437 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12439         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12440         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12442 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12444         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12445         (tst-tlsmod6.so): Likewise.
12447 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12449         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12451 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12453         [BZ #16064]
12454         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12455         and <dl-procinfo.h>.
12456         (__fegetenv): Save SSE state in envp->__eip if supported.
12457         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12458         envp->__eip if supported.
12459         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12460         and <dl-procinfo.h>.
12461         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12462         __data_offset and __data_selector in environment to 0.  Set SSE
12463         state if supported.
12464         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12465         test-fenv-sse.
12466         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12467         -mfpmath=sse.
12468         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12470 2014-05-09  Will Newton  <will.newton@linaro.org>
12472         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12473         and libc_relro_required for ARM.
12474         * sysdeps/arm/preconfigure: Regenerate.
12476 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12477             Stefan Liebler  <stli@linux.vnet.ibm.com>
12479         * config.make.in (enable-lock-elision): New Makefile variable.
12480         * configure.ac: Likewise.
12481         * configure: Regenerate.
12482         * sysdeps/s390/configure.ac:
12483         Add check for gcc transactions support.
12484         * sysdeps/s390/configure: Regenerate.
12485         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12486         Build elision files if enabled.
12487         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12488         Add lock elision support for s390.
12489         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12490         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12491         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12492         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12493         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12494         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12495         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12496         Likewise.
12497         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12498         Likewise.
12499         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12500         Likewise.
12501         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12502         Likewise.
12503         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12504         (__lll_timedlock_elision, __lll_lock_elision)
12505         (__lll_unlock_elision, __lll_trylock_elision)
12506         (lll_timedlock_elision, lll_lock_elision)
12507         (lll_unlock_elision, lll_trylock_elision): Add.
12508         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12509         (pthread_mutex_t): Add lock elision support for s390.
12511 2014-05-14  Wilco  <wdijkstr@arm.com>
12513         * sysdeps/arm/fclrexcpt.c: Cleanup.
12514         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12515         * sysdeps/arm/feenablxcpt.c: Cleanup.
12516         * sysdeps/arm/fegetenv.c: Cleanup.
12517         * sysdeps/arm/fegetexcept.c: Cleanup.
12518         * sysdeps/arm/fegetround.c: Cleanup.
12519         * sysdeps/arm/feholdexcpt.c: Cleanup.
12520         * sysdeps/arm/fesetenv.c: Cleanup.
12521         * sysdeps/arm/fesetround.c: Cleanup.
12522         * sysdeps/arm/feupdateenv.c: Cleanup.
12523         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12524         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12525         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12526         * sysdeps/arm/ftestexcept.c: Cleanup.
12527         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12528         * sysdeps/arm/setfpucw.c: Cleanup.
12530 2014-05-09  Will Newton  <will.newton@linaro.org>
12532         * sysdeps/arm/armv7/strcmp.S: New file.
12533         * NEWS: Mention addition of ARMv7 optimized strcmp.
12535 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12537         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12538         look for %.ac rather than %.in.
12540         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12541         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12542         * sysdeps/mach/hurd/configure: Regenerated.
12543         * sysdeps/unix/sysv/linux/configure: Regenerated.
12545         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12547 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12549         [BZ# 16922]
12550         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12551         (LONG_SUB): Ditto.
12552         (PTR_SUB): Ditto.
12554 2014-05-07  Andreas Schwab  <schwab@suse.de>
12556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12557         when skipping over non-matching result from nscd.
12559 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12561         [BZ #16876]
12562         * nptl/sockperf.c (client): Check socket return value.
12564         [BZ #16877]
12565         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12566         nscd security class.
12568 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12570         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12571         * sysdeps/arm/unwind.h: ... here.
12573 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12575         [BZ# 16916]
12576         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12577         Define.
12579 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12581         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12582         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12583         multiarch strncpy for PPC64.
12584         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12585         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12587         multiarch optimizations.
12588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12589         (__libc_ifunc_impl_list): Likewise.
12590         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12591         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12592         multiarch stpncpy for PPC64.
12593         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12594         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12596 2014-05-06  Andreas Schwab  <schwab@suse.de>
12598         [BZ #16912]
12599         * gmon/mcount.c (_MCOUNT_DECL): Use
12600         atomic_compare_and_exchange_bool_acq instead of
12601         catomic_compare_and_exchange_bool_acq.
12603 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12605         * elf/Makefile (others, install-bin): Remove pldd.
12606         (pldd-modules): Variable removed.
12607         ($(objpfx)pldd): Target removed.
12608         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12609         (others, install-bin): Append pldd here.
12610         ($(objpfx)pldd): New target.
12612         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12613         to 0, so the first #if test emitted later doesn't see it undefined.
12614         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12615         * sysdeps/gnu/errlist.c: Regenerated.
12617 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12620         [libc_hidden_builtin_def]: Define to empty value.
12621         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12622         [libc_hidden_builtin_def]: Likewise.
12623         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12624         [libc_hidden_builtin_def]: Likewise.
12625         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12626         [libc_hidden_builtin_def]: Likewise.
12627         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12628         __redirect_memcpy and define ifunc as default hidden symbol.
12629         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12630         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12632 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12634         * locale/iso-4217.def: Reintroduce XDR currency.
12636 2014-05-04  Allan McRae  <allan@archlinux.org>
12638         * po/eo.po: Update Esperanto translation from translation project.
12640 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12642         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12643         and FEATURE_INDEX_MAX to 1.
12644         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12646 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12648         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12649         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12650         * iconvdata/big5.c (ONE_DIRECTION): Define.
12651         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12652         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12653         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12654         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12655         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12656         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12657         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12658         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12659         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12660         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12661         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12662         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12663         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12664         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12665         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12666         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12667         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12668         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12669         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12670         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12671         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12672         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12673         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12674         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12675         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12676         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12677         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12678         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12679         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12680         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12681         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12682         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12683         * iconvdata/johab.c (ONE_DIRECTION): Define.
12684         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12685         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12686         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12687         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12688         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12689         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12690         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12691         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12692         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12693         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12695 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12697         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12698         (_IO_JUMPS_OFFSET): Define to 0.
12700         * nptl/sysdeps/pthread/bits/libc-lock.h
12701         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12702         (__libc_lock_define_initialized_recursive): Always define using
12703         initializer.  Modern compilers treat uninitialized (implicit zero) and
12704         explicit zero initializers the same (i.e. put the datum in bss).
12706 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12708         * nscd/nscd-client.h: Include <string.h>.
12710 2014-05-01  David S. Miller  <davem@davemloft.net>
12712         [BZ #16885]
12713         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12714         multiple zero bytes exist at the end of a string.
12715         Reported by Aurelien Jarno <aurelien@aurel32.net>
12717         * string/test-strcmp.c (check): Add explicit test for situations where
12718         there are multiple zero bytes after the first.
12720 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12722         [BZ #16890]
12723         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12724         when compiling wprintf.
12725         * stdio-common/tstdiomisc.c (t3): New function.
12726         (main): Call it.
12728 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12730         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12731         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12732         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12733         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12735 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12737         * stdlib/longlong.h: Updated from GCC.
12739 2014-05-01  Will Newton  <will.newton@linaro.org>
12740             Bernard Ogden  <bernie.ogden@linaro.org>
12742         * NEWS: Update fixed bug list.
12744         [BZ #15119]
12745         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12747 2014-04-30  David S. Miller  <davem@davemloft.net>
12749         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12750         (libc_feholdexcept_setround_sparc_ctx): New function.
12751         (libc_fesetenv_sparc_ctx): Likewise.
12752         (libc_feupdateenv_sparc_ctx): Likewise.
12753         (libc_feholdsetround_sparc_ctx): Likewise.
12754         (libc_feholdexcept_setround_ctx): Define.
12755         (libc_feholdexcept_setroundf_ctx): Likewise.
12756         (libc_feholdexcept_setroundl_ctx): Likewise.
12757         (libc_fesetenv_ctx): Likewise.
12758         (libc_fesetenvf_ctx): Likewise.
12759         (libc_fesetenvl_ctx): Likewise.
12760         (libc_feupdateenv_ctx): Likewise.
12761         (libc_feupdateenvf_ctx): Likewise.
12762         (libc_feupdateenvl_ctx): Likewise.
12763         (libc_feresetround_ctx): Likewise.
12764         (libc_feresetroundf_ctx): Likewise.
12765         (libc_feresetroundl_ctx): Likewise.
12766         (libc_feholdsetround_ctx): Likewise.
12767         (libc_feholdsetroundf_ctx): Likewise.
12768         (libc_feholdsetroundl_ctx): Likewise.
12770         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12771         with __USE_GNU instead of XOPEN cpp guards.
12773         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12774         0.
12776         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12777         with XOPEN cpp guards.
12779 2014-04-30  Julian Brown  <julian@codesourcery.com>
12781         [BZ #16888]
12782         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12783         handling.
12785 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12787         [BZ #9894]
12788         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12789         Change to 2.6.32.
12790         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12791         * sysdeps/unix/sysv/linux/configure: Regenerated.
12792         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12793         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12794         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12795         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12796         * README: Update reference to required Linux kernel version.
12797         * manual/install.texi (Linux): Update reference to required Linux
12798         kernel headers version.
12799         * INSTALL: Regenerated.
12801         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12802         header inclusion.
12803         [POSIX] (limits.h): Likewise.
12804         [POSIX] (math.h): Likewise.
12805         [POSIX] (sys/wait.h): Likewise.
12806         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12807         function.
12808         [POSIX] (stddef.h): Do not allow header inclusion.
12810 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12812         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12814 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12816         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12817         Return immediately after lll_futex_wake.
12819 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12821         [BZ #16791]
12822         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12823         structure.
12824         (datahead_init_pos): Call datahead_init_common early.
12825         (datahead_init_neg): Likewise.
12827         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12828         datahead_init_neg): New functions.
12829         * nscd/aicache.c (addhstaiX): Use them.
12830         * nscd/grpcache.c (cache_addgr): Likewise.
12831         * nscd/hstcache.c (cache_addhst): Likewise.
12832         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12833         * nscd/netgroupcache.c (do_notfound): Likewise.
12834         (addgetnetgrentX): Likewise.
12835         (addinnetgrX): Likewise.
12836         * nscd/pwdcache.c (cache_addpw): Likewise.
12837         * nscd/servicescache.c (cache_addserv): Likewise.
12839 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12840             Atsushi Onoe  <atsushi@onoe.org>
12842         [BZ #14308]
12843         [BZ #12994]
12844         [BZ #13651]
12845         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12846         one response is valid.
12847         * resolv/res_send.c (send_dg): Check for validity of other
12848         response if the current response is a referral.
12850 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12852         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12854 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12856         [BZ #16823]
12857         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12858         Always divide by positive zero when computing -Inf result.
12859         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12860         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12862 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12864         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12865         FPSCR if value do not change.
12866         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12867         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12868         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12869         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12870         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12871         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12872         function.
12874 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12876         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12877         * sysdeps/unix/sysv/linux/hppa: Move directory from
12878         ports/systeps/unix/sysv/linux/hppa.
12879         * README: Update listing for hppa-*-linux-gnu.
12881 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12883         [BZ #16754]
12884         * manual/stdio.texi (Hook functions): Fix types of stream hook
12885         functions.
12886         [BZ #16854]
12887         * socket/sys/socket.h: Fix typo in comment.
12889 2014-04-28  Wilco  <wdijkstr@arm.com>
12891         * sysdeps/arm/fenv_private.h: New file.
12892         * sysdeps/arm/math_private.h: New file.
12893         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12895 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12897         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12898         with __int128_t.
12899         (La_x86_64_retval): Likewise.
12901 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12903         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12904         fpsr if value didn't change.
12905         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12906         to fpcr if value didn't change.
12907         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12908         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12909         fpsr or fpcr if value didn't change.
12910         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12911         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12912         fpcr if value didn't change.
12913         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12914         to fpsr if value didn't change.
12916 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12918         * nptl/tst-sem3.c: Use test-skeleton.c
12919         (main): Rename to do_test.  Use return instead of
12920         exit.
12921         * nptl/tst-sem4.c: Use test-skeleton.c
12922         (main): Rename to do_test.
12924 2014-04-22  David S. Miller  <davem@davemloft.net>
12926         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12927         (struct sigaction): New struct member __glibc_reserved0, change
12928         type of sa_flags to int.
12930 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12932         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12933         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12935 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12937         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12938         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12940 2014-04-22  Will Newton  <will.newton@linaro.org>
12941             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12943         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12944         (__longjmp): Add longjmp and longjmp_target SystemTap
12945         probes.
12946         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12947         (__sigsetjmp): Add setjmp SystemTap probe.
12949 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12951         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12952         match manual order.
12954 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12956         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12958         * sysdeps/powerpc/fpu/fenv_private.h
12959         (libc_feholdexcept_setroundl_ctx): Define to
12960         libc_feholdexcept_setround_ppc_ctx.
12961         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12962         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12963         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12964         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12966 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12968         * sysdeps/aarch64/math-tests.h: New file.
12970 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12972         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12973         New.
12974         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12975         Check and set bit_AVX2_Usable.
12976         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12977         macro.
12978         (bit_AVX2): Likewise.
12979         (index_AVX2_Usable): Likewise.
12980         (CPUID_AVX2): Likewise.
12981         (HAS_AVX2): Likewise.
12983 2014-04-17  Will Newton  <will.newton@linaro.org>
12985         * manual/setjmp.texi (System V contexts): Add note that
12986         calling setcontext on a context created by a call to a
12987         signal handler is undefined.  Update text to note that
12988         setcontext from a signal handler is possible but not
12989         recommended.
12991         [BZ #16629]
12992         * stdlib/tst-setcontext.c: Include signal.h.
12993         (main): Check that the signal stack before and
12994         after swapcontext is the same.
12996         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12997         Re-implement to restore registers in user code and avoid
12998         rt_sigreturn system call.
13000 2014-04-17  Wilco  <wdijkstr@arm.com>
13002         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13003         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13004         * math/test-fenv.c: Skip exception trap tests on targets which only
13005         support non-stop mode.
13007 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13008             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13010         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13011         (libc_feholdsetround_aarch64_ctx)
13012         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13013         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13014         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13015         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13016         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13017         (libc_feresetround_noexl_ctx): Define.
13019 2014-04-16  Richard Henderson  <rth@redhat.com>
13021         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13023         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13024         unwind tables.
13026         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13027         const from the non-libc, non-ldso copy.
13029         * sysdeps/alpha/libm-test-ulps: Regenerate.
13031 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13032             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13034         * sysdeps/aarch64/fpu/math_private.h: New file.
13036 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13038         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13040 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13042         [BZ #16275]
13043         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13044         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13045         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13046         Intel MPX bound registers before _dl_profile_fixup.
13047         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13048         registers after _dl_profile_fixup.  Save and restore bound
13049         registers bnd0/bnd1 when calling _dl_call_pltexit.
13050         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13051         (LR_BND_OFFSET): Likewise.
13052         (LRV_BND0_OFFSET): Likewise.
13053         (LRV_BND1_OFFSET): Likewise.
13055 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13057         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13058         to...
13059         * sysdeps/mach/hurd/i386/tls.h: ... here.
13060         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13061         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13062         fields.
13064 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13066         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13068 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13070         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13072 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13074         [BZ #14770]
13075         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13076         * sysdeps/s390/configure: Regenerate.
13078         [BZ #16824]
13079         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13080         Set round-to-nearest internally to reduce error accumulation.
13082 2014-04-16  Alan Modra  <amodra@gmail.com>
13084         [BZ #16740]
13085         [BZ #16619]
13086         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13087         * math/libm-test.inc (frexp_test_data): Add tests.
13088         * NEWS: Update fixed bug list.
13090 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13092         * benchtests/Makefile: Depend on libraries in build directory.
13093         (bench-math): Separate out math tests.
13094         (bench-pthread): Separate out pthread tests.
13095         (bench): Include math and pthread tests.
13097 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13099         [BZ #16831]
13100         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13101         _dl_debug_initialize.
13103         * configure.ac: Remove SELinux header check.
13104         * configure: Regenerate.
13105         * nscd/selinux.c (perms): Array of const char* to permission names.
13106         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13107         default policy. Call string_to_security_class and string_to_av_perm to
13108         translate strings. Enforce default policy and call avs_has_perm with
13109         results of translated strings.
13111 2014-04-13  David S. Miller  <davem@davemloft.net>
13113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13115 2014-04-12  Allan McRae  <allan@archlinux.org>
13117         [BZ #16838]
13118         * manual/string.texi (Collation Functions): Fix qsort argument
13119         order in example.
13120         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13122 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13124         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13125         Make the test a no-op if there are no exceptions defined.
13127 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13129         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13130         enable-hardcoded-path-in-tests
13132 2014-04-11  Will Newton  <will.newton@linaro.org>
13134         * benchtests/Makefile (extra-objs): Add json-lib.o.
13135         (bench-func): Tidy up JSON output.
13136         * benchtests/bench-skeleton.c: Include json-lib.h.
13137         (main): Use JSON library functions to do output of
13138         benchmark results.
13139         * benchtests/bench-timing-type.c (main): Output the
13140         timing type simply, leaving formatting to the user.
13141         * benchtests/json-lib.c: New file.
13142         * benchtests/json-lib.h: Likewise.
13144 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13146         [BZ #15215]
13147         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13148         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13149         memory barriers.  Add comments.
13150         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13151         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13152         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13153         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13154         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13155         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13157 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13159         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13160         * sysdeps/s390/s390-64/configure.ac: ... this ...
13161         * sysdeps/s390/configure.ac: ... to here.
13162         * sysdeps/s390/s390-32/configure: Delete file.
13163         * sysdeps/s390/s390-64/configure: Delete file.
13164         * sysdeps/s390/configure: Regenerate.
13166 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13168         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13170 2014-04-11  Will Newton  <will.newton@linaro.org>
13172         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13173         to zero if it is not defined elsewhere.  (mtrim): Test
13174         the value of MALLOC_DEBUG with #if rather than #ifdef.
13176 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13178         * benchtests/pthread_once-inputs: New file.
13179         * benchtests/pthread_once-source.c: New file.
13180         * benchtests/README: Update documentation.
13182 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13183             H.J. Lu  <hongjiu.lu@intel.com>
13185         [BZ #16275]
13186         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13187         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13188         * sysdeps/x86_64/configure: Regenerated.
13189         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13190         macro.
13191         (REGISTER_SAVE_RAX): Likewise.
13192         (REGISTER_SAVE_RCX): Likewise.
13193         (REGISTER_SAVE_RDX): Likewise.
13194         (REGISTER_SAVE_RSI): Likewise.
13195         (REGISTER_SAVE_RDI): Likewise.
13196         (REGISTER_SAVE_R8): Likewise.
13197         (REGISTER_SAVE_R9): Likewise.
13198         (REGISTER_SAVE_BND0): Likewise.
13199         (REGISTER_SAVE_BND1): Likewise.
13200         (REGISTER_SAVE_BND2): Likewise.
13201         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13202         bound registers when calling _dl_fixup.
13204 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13206         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13207         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13208         of its definition.
13209         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13210         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13211         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13212         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13213         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13214         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13215         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13217 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13219         [BZ #15514]
13220         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13221         pathconf(_PC_NAME_MAX).
13223 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13225         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13226         Remove macro usage.
13227         (__PTHREAD_SPINS): Move definition to ...
13228         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13229         (__PTHREAD_SPINS): ... here.
13230         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13231         (__PTHREAD_SPIN): Likewise.
13232         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13233         (__PTHREAD_SPIN): Likewise.
13234         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13235         (__PTHREAD_SPIN): Likewise.
13236         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13237         (__PTHREAD_SPIN): Likewise.
13238         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13239         (__PTHREAD_SPIN): Likewise.
13240         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13241         (__PTHREAD_SPIN): Likewise.
13242         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13243         (__PTHREAD_SPIN): Likewise.
13244         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13245         (__PTHREAD_SPIN): Likewise.
13246         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13247         (__PTHREAD_SPIN): Likewise.
13248         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13249         (__PTHREAD_SPIN): Likewise.
13250         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13251         (__PTHREAD_SPIN): Likewise.
13252         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13253         (__PTHREAD_SPIN): Likewise.
13255         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13256         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13257         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13258         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13259         imply folder.
13260         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13261         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13262         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13263         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13264         correct imply path.
13265         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13266         strlen symbol for non multi-arch builds.
13267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13268         missing hidden_def and weak_alias.
13270 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13272         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13274 2014-04-07  Will Newton  <will.newton@linaro.org>
13276         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13277         and contents.  [!_LIBC] Remove #ifndef and contents.
13278         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13279         * string/memccpy.c (__memccpy): Use ANSI prototype.
13280         * string/memfrob.c (memfrob): Likewise.
13281         * string/strcoll.c (STRCOLL): Likewise.
13282         * string/strlen.c (strlen): Likewise.
13283         * string/strtok.c (STRTOK): Likewise.
13284         * string/strcat.c: Remove unused #include of memcopy.h.
13285         (strcat): Use ANSI prototype.
13286         * string/strchr.c: Remove unused #include of memcopy.h.
13287         (strchr): Use ANSI prototype.
13288         * string/strcmp.c: Remove unused #include of memcopy.h.
13289         (strcmp): Use ANSI prototype.
13290         * string/strcpy.c: Remove unused #include of memcopy.h.
13291         (strcpy): Use ANSI prototype.
13293 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13295         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13296         * config.make.in (config-extra-cppflags): Set it from
13297         libc_extra_cppflags.
13298         * configure.ac (libc_extra_cflags): Make it accumulate over
13299         configure fragments.
13300         (libc_extra_cppflags): New flag.
13301         * configure. Regenerate.
13302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13303         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13304         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13307         [BZ #16815]
13308         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13309         result for FE_DOWNWARD rounding mode.
13310         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13311         Likewise.
13312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13314 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13316         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13317         in function argument name.
13319 2014-04-03  David Svoboda  <svoboda@cert.org>
13321         [BZ #5666]
13322         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13323         explicitly.
13325 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13327         * elf/dl-unmap-segments.h: New file.
13328         * sysdeps/generic/ldsodefs.h
13329         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13330         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13331         * elf/dl-fptr.c: Likewise.
13332         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13333         * sysdeps/aarch64/tlsdesc.c: Likewise.
13334         * sysdeps/arm/tlsdesc.c: Likewise.
13335         * sysdeps/i386/tlsdesc.c: Likewise.
13336         * sysdeps/tile/dl-runtime.c: Likewise.
13337         * sysdeps/x86_64/tlsdesc.c: Likewise.
13338         * elf/dl-load.h: New file.
13339         * elf/dl-load.c: Include it.
13340         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13341         Macros moved to dl-load.h.
13342         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13343         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13344         Use _dl_unmap_segments in place of __munmap.
13345         Break out segment-mapping loop into ...
13346         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13348 2014-04-03  Will Newton  <will.newton@linaro.org>
13350         * elf/dl-lookup.c (do_lookup_x): Remove comment
13351         referring to nested function and move variable
13352         declarations down to before first use.
13354 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13356         [BZ #16799]
13357         [BZ #16800]
13358         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13359         with 0 numerator.
13360         * math/s_catanf.c (__catanf): Likewise.
13361         * math/s_catanh.c (__catanh): Likewise.
13362         * math/s_catanhf.c (__catanhf): Likewise.
13363         * math/s_catanhl.c (__catanhl): Likewise.
13364         * math/s_catanl.c (__catanl): Likewise.
13365         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13366         by positive zero when computing -Inf result.
13367         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13368         (catanh_test): Likewise.
13369         * sysdeps/i386/fpu/libm-test-ulps: Update.
13370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13372         [BZ #16789]
13373         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13374         instead of using underflowing value in computing result.
13375         * math/s_clog10.c (__clog10): Likewise.
13376         * math/s_clog10f.c (__clog10f): Likewise.
13377         * math/s_clog10l.c (__clog10l): Likewise.
13378         * math/s_clogf.c (__clogf): Likewise.
13379         * math/s_clogl.c (__clogl): Likewise.
13380         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13381         (clog10_test): Likewise.
13382         * sysdeps/i386/fpu/libm-test-ulps: Update.
13383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13385 2014-04-02  Alan Modra  <amodra@gmail.com>
13387         [BZ #16739]
13388         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13389         output when value is near a power of two.  Use int64_t for lx and
13390         remove casts.  Use decimal rather than hex exponent constants.
13391         Don't use long double multiplication when double will suffice.
13392         * math/libm-test.inc (nextafter_test_data): Add tests.
13393         * NEWS: Add 16739 and 16786 to bug list.
13395         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13397         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13399 2014-04-01  Will Newton  <will.newton@linaro.org>
13401         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13402         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13404 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13406         [BZ #13347]
13407         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13408         * nptl/tst-setuid2.c: New file.
13409         * nptl/Makefile (xtests): Add tst-setuid2.
13411 2014-04-01  Alan Modra  <amodra@gmail.com>
13413         [BZ #16786]
13414         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13416 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13418         [BZ #6803]
13419         [BZ #6804]
13420         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13421         set errno as appropriate.
13422         * math/w_scalbf.c (__scalbf): Likewise.
13423         * math/w_scalbl.c (__scalbl): Likewise.
13424         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13425         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13426         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13427         Add more NaN tests.
13429         [BZ #16349]
13430         * math/w_atan2.c: Include <errno.h>.
13431         (__atan2): Set errno for result underflowing to zero.
13432         * math/w_atan2f.c: Include <errno.h>.
13433         (__atan2f): Set errno for result underflowing to zero.
13434         * math/w_atan2l.c: Include <errno.h>.
13435         (__atan2l): Set errno for result underflowing to zero.
13436         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13437         tests.
13438         * math/auto-libm-test-out: Regenerated.
13440 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13442         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13443         Encode instruction correctly in little endian.
13444         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13445         Likewise.
13446         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13447         Likewise.
13448         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13449         Likewise.
13450         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13451         Likewise.
13453 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13455         [BZ #9894]
13456         * sysdeps/unix/sysv/linux/kernel-features.h
13457         [__sparc__ && !__arch64__ && !__sparc_v9__]
13458         (__ASSUME_SET_ROBUST_LIST): Do not define.
13459         [__sparc__ && !__arch64__ && !__sparc_v9__]
13460         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13461         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13462         Likewise.
13463         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13464         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13465         (__ASSUME_REQUEUE_PI): Likewise.
13466         (__ASSUME_SET_ROBUST_LIST): Likewise.
13467         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13468         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13469         Undefine.
13470         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13471         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13472         Likewise.
13473         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13474         Likewise.
13475         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13476         Likewise.
13477         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13478         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13479         Undefine.
13480         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13481         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13482         Likewise.
13484         [BZ #16648]
13485         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13486         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13487         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13489 2014-03-31  Will Newton  <will.newton@linaro.org>
13491         * benchtests/Makefile (bench): Add ffs and ffsll to list
13492         of tests.
13493         * benchtests/ffs-inputs: New file.
13494         * benchtests/ffsll-inputs: Likewise.
13496 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13498         [BZ #16770]
13499         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13500         too large before casting to int.
13501         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13502         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13503         * math/libm-test.inc (scalb_test_data): Add more tests.
13505 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13507         * benchtests/Makefile (DETAILED_OPT): New make option.
13508         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13509         set.
13510         * benchtests/bench-skeleton.c: Include stdbool.h.
13511         (main): Store and print timings per input.
13512         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13513         member to each argument value.
13514         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13515         (_print_arg_data): Initialize per-input timing to 0.
13517         * benchtests/Makefile (timing-type): New binary.
13518         (bench-clean): Also remove bench-timing-type.
13519         (bench): New target for timing-type.
13520         (bench-func): Print output in JSON format.
13521         * benchtests/bench-skeleton.c (main): Print output in JSON
13522         format.
13523         * benchtests/bench-timing-type.c: New file.
13524         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13525         (TIMING_PRINT_STATS): Remove.
13526         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13527         name separately.
13529         * benchtests/bench-modf.c: Remove.
13530         * benchtests/modf-inputs: New inputs file.
13532 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13534         [BZ #16362]
13535         * math/s_clog10.c (M_PI_LOG10E): New macro.
13536         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13537         imaginary parts are 0.
13538         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13539         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13540         imaginary parts are 0.
13541         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13542         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13543         imaginary parts are 0.
13544         * math/libm-test.inc (clog10_test_data): Update expected results
13545         for when real and imaginary parts are 0.
13547 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13549         * elf/dl-load.c: Finish conversion of __builtin_expect into
13550         __glibc_{un}likely.
13552 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13554         [BZ #16348]
13555         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13556         1+x for argument with exponent below -67.
13557         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13558         Likewise.
13559         * math/auto-libm-test-in: Add more tests of exp.
13560         * math/auto-libm-test-out: Regenerated.
13562 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13564         [BZ #16759]
13565         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13566         (nscd_getnetgrent): Use it.
13568         [BZ #16760]
13569         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13570         of stpcpy.
13572 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13574         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13575         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13576         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13577         (lll_robust_unlock): Remove out of line section. Use cfi
13578         intrinsics.
13579         (LLL_STUB_UNWIND_INFO*): Remove.
13580         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13581         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13582         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13583         (lll_robust_unlock): Remove out of line section. Use cfi
13584         intrinsics.
13585         (LLL_STUB_UNWIND_INFO*): Remove.
13587 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13589         [BZ #16758]
13590         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13591         blank values.
13593 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13595         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13597 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13599         [BZ #16198]
13600         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13601         fnstenv.
13602         * math/test-fenv-preserve.c: New file.
13603         * math/Makefile (tests): Add test-fenv-preserve.
13605 2014-03-26  Will Newton <will.newton@linaro.org>
13607         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13609 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13611         * scripts/versionlist.awk: Partition the version sets and emit all
13612         GLIBC_* (sorted) before all others (sorted).
13614 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13616         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13617         GLIBC_2.2.5 version.
13619 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13621         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13622         calls.
13624         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13625         previous change.
13627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13629 2014-03-25  Andreas Schwab  <schwab@suse.de>
13631         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13632         label to be used after in6ailist is initialized.
13634 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13636         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13637         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13639 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13641         [BZ #16357]
13642         [BZ #16599]
13643         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13644         min_plus_half.
13645         (fp_formats): Update initializers.
13646         (init_fp_formats): Initialize new field.
13647         (output_for_one_input_case): Allow underflow for results up to
13648         min_plus_half.
13649         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13650         * math/auto-libm-test-in: Don't mark some underflows from asin and
13651         atanh as spurious.
13652         * math/auto-libm-test-out: Regenerated.
13653         * sysdeps/i386/fpu/libm-test-ulps: Update.
13654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13656 2014-03-25  Andreas Schwab  <schwab@suse.de>
13658         * libio/Makefile (tst-ftell-partial-wide-ENV)
13659         (tst-ftell-active-handler-ENV): Define.
13661 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13663         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13665 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13667         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13669 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13671         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13672         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13673         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13675 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13677         [BZ #16634]
13678         * elf/dl-load.c (open_verify): Add mode parameter.
13679         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13680         (open_path): Change from boolean 'secure' to complete flag 'mode'
13681         (_dl_map_object): Adjust.
13682         * elf/Makefile (tests): Add tst-dlopen-aout.
13683         * elf/tst-dlopen-aout.c: New test.
13685 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13687         [BZ #16714]
13688         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13689         (struct stat): Rename member pad0 to __glibc_reserved0.
13691         [BZ #16712]
13692         * sysdeps/s390/s390-32/bits/wordsize.h
13693         (__WORDSIZE32_SIZE_ULONG): New define.
13694         * sysdeps/s390/s390-64/bits/wordsize.h
13695         (__WORDSIZE32_SIZE_ULONG): Likewise.
13696         * sysdeps/generic/stdint.h (SIZE_MAX):
13697         Define as UL if __WORDSIZE32_SIZE_ULONG.
13699         [BZ #16713]
13700         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13701         (__glibc_reserved0): New variable.
13702         (sa_flags): Change type to int.
13704         * posix/Makefile (before-compile): Use += before-compile instead
13705         of a :=.
13707         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13708         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13710 2014-03-20  Andreas Schwab  <schwab@suse.de>
13712         [BZ #16743]
13713         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13714         non-matching result from nscd.
13716 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13718         * scripts/bench.py: Moved to ...
13719         * benchtests/scripts/bench.py: ... here.
13720         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13722 2014-03-24  Andreas Schwab  <schwab@suse.de>
13724         [BZ #16002]
13725         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13726         alloca_account and account alloca use for struct in6ailist.
13728 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13730         [BZ #16284]
13731         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13732         rounding mode to recompute results that overflow to infinity or
13733         underflow to zero.
13734         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13735         bug 16284.
13736         * math/auto-libm-test-out: Regenerated.
13737         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13738         (ccosh_test): Likewise.
13739         (csin_test_data): Use plus_oflow.
13740         (csin_test): Use ALL_RM_TEST.
13741         (csinh_test_data): Use plus_oflow.
13742         (csinh_test): Use ALL_RM_TEST.
13743         * sysdeps/i386/fpu/libm-test-ulps: Update.
13744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13746 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13748         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13749         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13750         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13752         [BZ #16731]
13753         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13754         when x - 1 is zero.
13755         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13756         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13757         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13758         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13759         argument is 1.
13760         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13761         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13762         zero.
13763         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13764         * sysdeps/i386/fpu/libm-test-ulps: Update.
13765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13767 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13769         * scripts/bench.pl: Remove file.
13770         * scripts/bench.py: New benchmark script.
13771         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13772         * benchtests/README: Mention python dependency.
13773         * scripts/pylintrc: New file.
13774         * scripts/pylint: New file.
13776         * bits/mathdef.h: Use #ifdef instead of #if.
13777         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13778         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13779         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13780         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13781         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13782         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13784 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13785             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13787         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13788         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13789         and strpbrk-ppc64 objects.
13790         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13791         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13792         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13793         multiarch strpbrk for POWER7.
13794         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13795         multiarch strpbrk for PPC64.
13796         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13797         ifunc selector.
13798         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13799         strpbrk for POWER7.
13801 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13803         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13804         (atan_test): Likewise.
13805         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13806         (atanh_test): Use ALL_RM_TEST.
13807         (atan2_test_data): Likewise.
13808         (cabs_test): Likewise.
13809         (cacosh_test): Likewise.
13810         (carg_test): Likewise.
13811         (casin_test): Likewise.
13812         (casinh_test): Likewise.
13813         (cbrt_test): Likewise.
13814         (csqrt_test): Likewise.
13815         (erf_test): Likewise.
13816         (erfc_test): Likewise.
13817         (pow10_test): Likewise.
13818         (exp2_test): Likewise.
13819         (hypot_test): Likewise.
13820         (j0_test): Likewise.
13821         (j1_test): Likewise.
13822         (lgamma_test): Likewise.
13823         (gamma_test): Likewise.
13824         (sincos_test): Likewise.
13825         (tanh_test): Likewise.
13826         (y0_test): Likewise.
13827         (y1_test): Likewise.
13828         * sysdeps/i386/fpu/libm-test-ulps: Update.
13829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13831 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13833         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13834         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13835         and strcspn-ppc64 objects.
13836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13837         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13838         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13839         multiarch strcspn for POWER7.
13840         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13841         multiarch strcspn for PPC64.
13842         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13843         ifunc selector.
13844         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13845         strcspn for POWER7.
13847 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13849         * math/gen-libm-test.pl (generate_testfile): Expect only function
13850         name as argument to AUTO_TESTS_* and pass results for all rounding
13851         modes to parse_args.
13852         (parse_auto_input): Separate inputs of automatic tests from
13853         outputs before storing in %auto_tests.
13854         * math/libm-test.inc (acos_test_data): Update call to
13855         AUTO_TESTS_f_f.
13856         (acos_test): Use ALL_RM_TEST.
13857         (acos_tonearest_test_data): Remove.
13858         (acos_test_tonearest): Likewise.
13859         (acos_towardzero_test_data): Likewise.
13860         (acos_test_towardzero): Likewise.
13861         (acos_downward_test_data): Likewise.
13862         (acos_test_downward): Likewise.
13863         (acos_upward_test_data): Likewise.
13864         (acos_test_upward): Likewise.
13865         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13866         (asin_test_data): Likewise.
13867         (asin_test): Use ALL_RM_TEST.
13868         (asin_tonearest_test_data): Remove.
13869         (asin_test_tonearest): Likewise.
13870         (asin_towardzero_test_data): Likewise.
13871         (asin_test_towardzero): Likewise.
13872         (asin_downward_test_data): Likewise.
13873         (asin_test_downward): Likewise.
13874         (asin_upward_test_data): Likewise.
13875         (asin_test_upward): Likewise.
13876         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13877         (atan_test_data): Likewise.
13878         (atanh_test_data): Likewise.
13879         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13880         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13881         (carg_test_data): Likewise.
13882         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13883         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13884         (ccosh_test_data): Likewise.
13885         (cexp_test_data): Likewise.
13886         (clog_test_data): Likewise.
13887         (clog10_test_data): Likewise.
13888         (cos_test_data): Update call to AUTO_TESTS_f_f.
13889         (cos_test): Use ALL_RM_TEST.
13890         (cos_tonearest_test_data): Remove.
13891         (cos_test_tonearest): Likewise.
13892         (cos_towardzero_test_data): Likewise.
13893         (cos_test_towardzero): Likewise.
13894         (cos_downward_test_data): Likewise.
13895         (cos_test_downward): Likewise.
13896         (cos_upward_test_data): Likewise.
13897         (cos_test_upward): Likewise.
13898         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13899         (cosh_test): Use ALL_RM_TEST.
13900         (cosh_tonearest_test_data): Remove.
13901         (cosh_test_tonearest): Likewise.
13902         (cosh_towardzero_test_data): Likewise.
13903         (cosh_test_towardzero): Likewise.
13904         (cosh_downward_test_data): Likewise.
13905         (cosh_test_downward): Likewise.
13906         (cosh_upward_test_data): Likewise.
13907         (cosh_test_upward): Likewise.
13908         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13909         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13910         (ctan_test_data): Likewise.
13911         (ctan_test): Use ALL_RM_TEST.
13912         (ctan_tonearest_test_data): Remove.
13913         (ctan_test_tonearest): Likewise.
13914         (ctan_towardzero_test_data): Likewise.
13915         (ctan_test_towardzero): Likewise.
13916         (ctan_downward_test_data): Likewise.
13917         (ctan_test_downward): Likewise.
13918         (ctan_upward_test_data): Likewise.
13919         (ctan_test_upward): Likewise.
13920         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13921         (ctanh_test): Use ALL_RM_TEST.
13922         (ctanh_tonearest_test_data): Remove.
13923         (ctanh_test_tonearest): Likewise.
13924         (ctanh_towardzero_test_data): Likewise.
13925         (ctanh_test_towardzero): Likewise.
13926         (ctanh_downward_test_data): Likewise.
13927         (ctanh_test_downward): Likewise.
13928         (ctanh_upward_test_data): Likewise.
13929         (ctanh_test_upward): Likewise.
13930         (erf_test_data): Update call to AUTO_TESTS_f_f.
13931         (erfc_test_data): Likewise.
13932         (exp_test_data): Likewise.
13933         (exp_test): Use ALL_RM_TEST.
13934         (exp_tonearest_test_data): Remove.
13935         (exp_test_tonearest): Likewise.
13936         (exp_towardzero_test_data): Likewise.
13937         (exp_test_towardzero): Likewise.
13938         (exp_downward_test_data): Likewise.
13939         (exp_test_downward): Likewise.
13940         (exp_upward_test_data): Likewise.
13941         (exp_test_upward): Likewise.
13942         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13943         (exp10_test): Use ALL_RM_TEST.
13944         (exp10_tonearest_test_data): Remove.
13945         (exp10_test_tonearest): Likewise.
13946         (exp10_towardzero_test_data): Likewise.
13947         (exp10_test_towardzero): Likewise.
13948         (exp10_downward_test_data): Likewise.
13949         (exp10_test_downward): Likewise.
13950         (exp10_upward_test_data): Likewise.
13951         (exp10_test_upward): Likewise.
13952         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13953         (expm1_test_data): Likewise.
13954         (expm1_test): Use ALL_RM_TEST.
13955         (expm1_tonearest_test_data): Remove.
13956         (expm1_test_tonearest): Likewise.
13957         (expm1_towardzero_test_data): Likewise.
13958         (expm1_test_towardzero): Likewise.
13959         (expm1_downward_test_data): Likewise.
13960         (expm1_test_downward): Likewise.
13961         (expm1_upward_test_data): Likewise.
13962         (expm1_test_upward): Likewise.
13963         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13964         (fma_test): Use ALL_RM_TEST.
13965         (fma_towardzero_test_data): Remove.
13966         (fma_test_towardzero): Likewise.
13967         (fma_downward_test_data): Likewise.
13968         (fma_test_downward): Likewise.
13969         (fma_upward_test_data): Likewise.
13970         (fma_test_upward): Likewise.
13971         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13972         (j0_test_data): Update call to AUTO_TESTS_f_f.
13973         (j1_test_data): Likewise.
13974         (jn_test_data): Update call to AUTO_TESTS_if_f.
13975         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13976         (log_test_data): Update call to AUTO_TESTS_f_f.
13977         (log10_test_data): Likewise.
13978         (log1p_test_data): Likewise.
13979         (log2_test_data): Likewise.
13980         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13981         (pow_tonearest_test_data): Likewise.
13982         (sin_test_data): Update call to AUTO_TESTS_f_f.
13983         (sin_test): Use ALL_RM_TEST.
13984         (sin_tonearest_test_data): Remove.
13985         (sin_test_tonearest): Likewise.
13986         (sin_towardzero_test_data): Likewise.
13987         (sin_test_towardzero): Likewise.
13988         (sin_downward_test_data): Likewise.
13989         (sin_test_downward): Likewise.
13990         (sin_upward_test_data): Likewise.
13991         (sin_test_upward): Likewise.
13992         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13993         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13994         (sinh_test): Use ALL_RM_TEST.
13995         (sinh_tonearest_test_data): Remove.
13996         (sinh_test_tonearest): Likewise.
13997         (sinh_towardzero_test_data): Likewise.
13998         (sinh_test_towardzero): Likewise.
13999         (sinh_downward_test_data): Likewise.
14000         (sinh_test_downward): Likewise.
14001         (sinh_upward_test_data): Likewise.
14002         (sinh_test_upward): Likewise.
14003         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14004         (sqrt_test): Use ALL_RM_TEST.
14005         (sqrt_tonearest_test_data): Remove.
14006         (sqrt_test_tonearest): Likewise.
14007         (sqrt_towardzero_test_data): Likewise.
14008         (sqrt_test_towardzero): Likewise.
14009         (sqrt_downward_test_data): Likewise.
14010         (sqrt_test_downward): Likewise.
14011         (sqrt_upward_test_data): Likewise.
14012         (sqrt_test_upward): Likewise.
14013         (tan_test_data): Update call to AUTO_TESTS_f_f.
14014         (tan_test): Use ALL_RM_TEST.
14015         (tan_tonearest_test_data): Remove.
14016         (tan_test_tonearest): Likewise.
14017         (tan_towardzero_test_data): Likewise.
14018         (tan_test_towardzero): Likewise.
14019         (tan_downward_test_data): Likewise.
14020         (tan_test_downward): Likewise.
14021         (tan_upward_test_data): Likewise.
14022         (tan_test_upward): Likewise.
14023         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14024         (tgamma_test_data): Likewise.
14025         (y0_test_data): Likewise.
14026         (y1_test_data): Likewise.
14027         (yn_test_data): Update call to AUTO_TESTS_if_f.
14028         (main): Do not call removed functions.
14030 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14032         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14033         (ldexp_test_data): Remove.
14034         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14035         scalbn_test_data.
14036         (scalb_test): Use ALL_RM_TEST.
14038 2014-03-19  Andreas Schwab  <schwab@suse.de>
14040         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14042 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14044         [BZ #16649]
14045         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14046         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14047         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14048         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14049         (__ASSUME_PREADV): Undefine.
14050         (__ASSUME_PWRITEV): Likewise.
14052 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14054         * bits/mman-linux.h: Add comment about non-Linux use.
14055         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14056         bits/mman-linux.h resting place.
14058         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14059         * bits/mman-linux.h: ... here.
14061 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14063         * conform/conformtest.pl: Add standard definition when calling C
14064         preprocessor on data files.
14065         (checknamespace): Remove unused variable.
14067 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14069         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14070         minus_oflow, plus_uflow and minus_uflow in expected results.
14071         * math/libm-test.inc (scalbn_test_data): Add more tests of
14072         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14073         minus_uflow.
14074         (scalbn_test): Use ALL_RM_TEST.
14075         (scalbln_test_data): Add more tests of negative arguments.  Use
14076         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14077         (scalbln_test): Use ALL_RM_TEST.
14079 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14081         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14083 2014-03-18  Will Newton  <will.newton@linaro.org>
14085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14086         inaccurate comment.
14088 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14090         * Makerules [!subdir] (check-abi): Exit with error status if a
14091         test failed.
14093 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14095         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14096         for rint.  Include results for all rounding modes.
14097         (nearbyint_test): Use ALL_RM_TEST.
14098         (rint_test_data): Include all tests used for nearbyint.
14100 2014-03-17  Will Newton  <will.newton@linaro.org>
14102         * nptl/sysdeps/pthread/pthread.h: Revert previous
14103         change.
14105         * sysdeps/generic/ldsodefs.h: Revert previous
14106         change.
14108         * libio/genops.c: Revert previous change.
14109         * libio/libioP.h: Likewise.
14110         * stdio-common/vfprintf.c: Likewise.
14112         * sysdeps/generic/math_private.h: Revert previous
14113         change.
14115         * sysdeps/generic/math_private.h: Check whether
14116         HAVE_RM_CTX is defined with #ifdef rather
14117         than #if.
14119         * argp/argp-fmtstream.h: Check whether
14120         __STRICT_ANSI__ is defined with #ifdef rather
14121         than #if.
14122         * argp/argp.h: Likewise.
14124         * libio/genops.c: Check whether
14125         _IO_JUMPS_OFFSET is defined with #ifdef rather
14126         than #if.
14127         * libio/libioP.h: Likewise.
14128         * stdio-common/vfprintf.c: Likewise.
14130         * sysdeps/generic/ldsodefs.h: Check whether
14131         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14132         than #if.
14134         * nptl/sysdeps/pthread/pthread.h: Check
14135         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14136         its value.
14138 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14140         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14141         setting O_APPEND.
14142         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14143         test case.
14145         [BZ #16680]
14146         * libio/fileops.c (_IO_file_open): Seek to end of file but
14147         don't cache the offset.
14148         (get_file_offset): Remove function.
14149         (do_ftell): Use cached offset when available.
14150         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14151         don't cache the offset.
14152         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14153         case.
14154         (do_one_test): Call it.
14155         (do_ftell_test): Fix up expected old offset for a+ mode.
14156         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14157         available.
14159         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14160         up test status with function return status.
14161         (do_write_test): Likewise.
14162         (do_append_test): Likewise.
14164         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14165         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14166         Remove.
14168 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14170         * math/gen-libm-test.pl (parse_args): Handle results specified for
14171         each rounding mode separately.
14172         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14173         tests and results from lrint_tonearest_test_data,
14174         lrint_towardzero_test_data, lrint_downward_test_data and
14175         lrint_upward_test_data.
14176         (lrint_test): Use ALL_RM_TEST.
14177         (lrint_tonearest_test_data): Remove.
14178         (lrint_test_tonearest): Likewise.
14179         (lrint_towardzero_test_data): Likewise.
14180         (lrint_test_towardzero): Likewise.
14181         (lrint_downward_test_data): Likewise.
14182         (lrint_test_downward): Likewise.
14183         (lrint_upward_test_data): Likewise.
14184         (lrint_test_upward): Likewise.
14185         (llrint_test_data): Merge in per-rounding-mode tests and results
14186         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14187         llrint_downward_test_data and llrint_upward_test_data.
14188         (llrint_test): Use ALL_RM_TEST.
14189         (llrint_tonearest_test_data): Remove.
14190         (llrint_test_tonearest): Likewise.
14191         (llrint_towardzero_test_data): Likewise.
14192         (llrint_test_towardzero): Likewise.
14193         (llrint_downward_test_data): Likewise.
14194         (llrint_test_downward): Likewise.
14195         (llrint_upward_test_data): Likewise.
14196         (llrint_test_upward): Likewise.
14197         (rint_test_data): Merge in per-rounding-mode tests and results
14198         from rint_tonearest_test_data, rint_towardzero_test_data,
14199         rint_downward_test_data and rint_upward_test_data.  Add
14200         per-rounding-mode results for tests not in those arrays.
14201         (rint_test): Use ALL_RM_TEST.
14202         (rint_tonearest_test_data): Remove.
14203         (rint_test_tonearest): Likewise.
14204         (rint_towardzero_test_data): Likewise.
14205         (rint_test_towardzero): Likewise.
14206         (rint_downward_test_data): Likewise.
14207         (rint_test_downward): Likewise.
14208         (rint_upward_test_data): Likewise.
14209         (rint_test_upward): Likewise.
14210         (main): Don't call removed functions.
14212 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14214         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14215         "Compiled on ..." crapola.  It is anti-useful.
14217 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14219         * scripts/evaluate-test.sh: Handle fourth argument to determine
14220         whether test run should stop on failure.
14221         * Makeconfig (stop-on-test-failure): New variable.
14222         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14223         $(stop-on-test-failure).
14224         * Makefile (tests): Give a summary of results from testing and
14225         exit with failure status if they include an ERROR or FAIL.
14226         (xtests): Likewise.
14227         * manual/install.texi (Configuring and compiling): Mention
14228         stop-on-test-failure=y.
14229         * INSTALL: Regenerated.
14231 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14233         * scripts/versionlist.awk: New file.
14234         * Makerules [$(build-shared) = yes]
14235         (postclean-generated): Add Versions.def, not Versions.def.v and
14236         Versions.def.v.i.
14237         ($(common-objpfx)Versions.def.v.i): Target removed.
14238         ($(common-objpfx)Versions.def): New target.
14239         ($(common-objpfx)Versions.all): Depend on that rather that
14240         $(common-objpfx)Versions.def.v.
14241         * Versions.def: File removed.
14243         * Makeconfig (+gccwarn): Add -Wundef.
14244         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14245         a dl-sysdep.h breaking its contract.
14246         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14247         * include/stackinfo.h: New file.
14248         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14249         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14250         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14251         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14252         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14253         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14254         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14255         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14256         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14257         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14258         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14259         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14260         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14261         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14262         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14264 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14266         [BZ #16707]
14267         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14268         implementation.
14269         * math/libm-test.inc (round_test_data): Add more tests.
14271         [BZ #16706]
14272         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14273         implementation.
14274         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14276         [BZ #16701]
14277         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14278         implementation.
14279         * math/libm-test.inc (ceil_test_data): Add more tests.
14281         * math/libm-test.inc (trunc_test_data): Add more tests related to
14282         BZ#16414.
14284 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14286         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14287         with #if rather than #ifdef.
14288         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14290 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14292         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14293         first.  Disable AVX-512 GCC support if assembler doesn't support
14294         it.
14295         * sysdeps/x86_64/configure: Regenerated.
14297 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14299         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14300         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14301         (__old_pthread_attr_setstack): Likewise.
14302         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14303         [!_STACK_GROWS_DOWN]: Likewise.
14305 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14307         * config.make.in (have-bash2): Delete.
14308         * configure.ac (libc_cv_have_bash2): Delete.
14309         * configure: Regenerate.
14310         * elf/Makefile (common-ldd-rewrite): Rename to ...
14311         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14312         (sh-ldd-rewrite): Delete.
14313         (bash-ldd-rewrite): Delete.
14314         (have-bash2): Delete checks.
14315         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14316         ldd-rewrite.
14318         * config.make.in (have-ksh): Delete.
14319         (KSH): Delete.
14320         * configure.ac (libc_cv_have_ksh): Delete.
14321         * configure: Regenerate.
14323         * elf/Makefile: Delete $(have-ksh) check.
14324         ($(objpfx)sotruss): Change KSH to BASH.
14325         * elf/sotruss.ksh: Rename to ...
14326         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14327         function style to match POSIX.  Drop ksh vim mode setting.
14329         * manual/time.texi (Specifying the Time Zone with TZ): Change
14330         Tuesday to Thursday.
14332         * debug/tst-longjmp_chk2.c: Update header comment.
14333         (stackoverflow_handler): Add comment.  Call assert on pass value.
14335 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14337         [BZ #16194]
14338         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14339         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14340         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14341         (La_x86_64_vector): Add zmm.
14342         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14343         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14344         ($(objpfx)tst-audit10): New target.
14345         ($(objpfx)tst-audit10.out): Likewise.
14346         (tst-audit10-ENV): New.
14347         (AVX512-CFLAGS): Likewise.
14348         (CFLAGS-tst-audit10.c): Likewise.
14349         (CFLAGS-tst-auditmod10a.c): Likewise.
14350         (CFLAGS-tst-auditmod10b.c): Likewise.
14351         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14352         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14353         * sysdeps/x86_64/configure: Regenerated.
14354         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14355         AVX-512 zmm register support.
14356         (_dl_x86_64_save_sse): Likewise.
14357         (_dl_x86_64_restore_sse): Likewise.
14358         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14359         size vector registers.
14360         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14361         (ZMM_SIZE): Likewise.
14362         * sysdeps/x86_64/tst-audit10.c: New file.
14363         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14364         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14366 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14368         * configure.ac (HAVE_EHDR_START): New check.
14369         * configure: Regenerated.
14370         * config.h.in (HAVE_EHDR_START): New #undef.
14371         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14372         assuming the lowest-addressed segment maps the start of the file.
14374 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14376         * INSTALL: Regenerated.
14378 2014-03-13  Will Newton  <will.newton@linaro.org>
14380         * manual/setjmp.texi (System V contexts): Improve
14381         clarity and grammar of documentation.
14383 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14385         [BZ #16381]
14386         * elf/Makefile (tests): Add tst-pie2.
14387         (tests-pie): Add tst-pie2.
14388         * elf/tst-pie2.c: New file.
14389         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14390         for ET_EXEC.
14391         * elf/rtld.c (map_doit): Load executable as lt_executable.
14392         (dl_main): Likewise.
14394 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14396         [BZ #16642]
14397         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14398         (__ASSUME_PSELECT): Undefine.
14400 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14402         [BZ #16689]
14403         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14404         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14405         static build.
14406         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14407         selector for static builds.
14409 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14411         [BZ #16695]
14412         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14413         key in the buffer.
14415 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14417         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14418         IFUNC selector for static builds.
14420 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14422         * sysdeps/mips/math_private.h [__mips_hard_float]
14423         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14424         libc_feresetround_mips_ctx.
14425         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14426         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14427         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14429         [BZ #16677]
14430         * math/s_nextafter.c (__nextafter): Do not return value from
14431         overflowing computation.
14432         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14433         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14434         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14435         Likewise.
14436         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14437         Likewise.
14438         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14439         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14441 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14443         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14444         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14445         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14446         the new mov targetting sp.
14448 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14450         [BZ #16683]
14451         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14452         Define it for static builds as well.
14453         (NO_BZERO_IMPL): Likewise.
14455 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14457         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14458         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14459         multiarch strspn for PPC64.
14460         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14461         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14463         (__libc_ifunc_impl_list): Likewise.
14464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14465         multiarch optimizations
14466         * string/strspn.c (strspn): Using macro to redefine symbol name.
14468 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14469             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14471         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14472         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14473         multiarch strncat for PPC64.
14474         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14475         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14477         (__libc_ifunc_impl_list): Likewise.
14478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14479         multiarch optimizations
14481 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14483         [BZ #16639]
14484         * nscd/nscd.service: Make service type forking.
14486 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14488         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14489         sign in non default rounding modes.
14490         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14492 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14494         * math/libm-test.inc (ALL_RM_TEST): New macro.
14495         (ceil_test): Use ALL_RM_TEST.
14496         (cimag_test): Likewise.
14497         (conj_test): Likewise.
14498         (copysign_test): Likewise.
14499         (cproj_test): Likewise.
14500         (creal_test): Likewise.
14501         (fabs_test): Likewise.
14502         (floor_test): Likewise.
14503         (fmax_test): Likewise.
14504         (fmin_test): Likewise.
14505         (fmod_test): Likewise.
14506         (fpclassify_test): Likewise.
14507         (frexp_test): Likewise.
14508         (ilogb_test): Likewise.
14509         (isfinite_test): Likewise.
14510         (finite_test): Likewise.
14511         (isgreater_test): Likewise.
14512         (isgreaterequal_test): Likewise.
14513         (isinf_test): Likewise.
14514         (isless_test): Likewise.
14515         (islessequal_test): Likewise.
14516         (islessgreater_test): Likewise.
14517         (isnan_test): Likewise.
14518         (isnormal_test): Likewise.
14519         (issignaling_test): Likewise.
14520         (isunordered_test): Likewise.
14521         (logb_test): Likewise.
14522         (logb_downward_test_data): Remove.
14523         (logb_test_downward): Likewise.
14524         (lround_test): Use ALL_RM_TEST.
14525         (llround_test): Likewise.
14526         (modf_test): Likewise.
14527         (nexttoward_test): Likewise.
14528         (remainder_test): Likewise.
14529         (drem_test): Likewise.
14530         (remainder_tonearest_test_data): Likewise.
14531         (remainder_test_tonearest): Likewise.
14532         (drem_test_tonearest): Likewise.
14533         (remainder_towardzero_test_data): Likewise.
14534         (remainder_test_towardzero): Likewise.
14535         (drem_test_towardzero): Likewise.
14536         (remainder_downward_test_data): Likewise.
14537         (remainder_test_downward): Likewise.
14538         (drem_test_downward): Likewise.
14539         (remainder_upward_test_data): Likewise.
14540         (remainder_test_upward): Likewise.
14541         (drem_test_upward): Likewise.
14542         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14543         (round_test): Use ALL_RM_TEST.
14544         (signbit_test): Likewise.
14545         (trunc_test): Likewise.
14546         (significand_test): Likewise.
14547         (main): Don't call removed functions.
14549 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14551         [BZ #16674]
14552         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14553         || __USE_XOPEN2K8].
14554         (ILL_ILLOPN): Likewise.
14555         (ILL_ILLADR): Likewise.
14556         (ILL_ILLTRP): Likewise.
14557         (ILL_PRVOPC): Likewise.
14558         (ILL_PRVREG): Likewise.
14559         (ILL_COPROC): Likewise.
14560         (ILL_BADSTK): Likewise.
14561         (FPE_INTDIV): Likewise.
14562         (FPE_INTOVF): Likewise.
14563         (FPE_FLTDIV): Likewise.
14564         (FPE_FLTOVF): Likewise.
14565         (FPE_FLTUND): Likewise.
14566         (FPE_FLTRES): Likewise.
14567         (FPE_FLTINV): Likewise.
14568         (FPE_FLTSUB): Likewise.
14569         (SEGV_MAPERR): Likewise.
14570         (SEGV_ACCERR): Likewise.
14571         (BUS_ADRALN): Likewise.
14572         (BUS_ADRERR): Likewise.
14573         (BUS_OBJERR): Likewise.
14574         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14575         (TRAP_TRACE): Likewise.
14576         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14577         __USE_XOPEN2K8].
14578         (CLD_KILLED): Likewise.
14579         (CLD_DUMPED): Likewise.
14580         (CLD_TRAPPED): Likewise.
14581         (CLD_STOPPED): Likewise.
14582         (CLD_CONTINUED): Likewise.
14583         (POLL_IN): Likewise.
14584         (POLL_OUT): Likewise.
14585         (POLL_MSG): Likewise.
14586         (POLL_ERR): Likewise.
14587         (POLL_PRI): Likewise.
14588         (POLL_HUP): Likewise.
14589         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14590         Likewise.
14591         (ILL_ILLOPN): Likewise.
14592         (ILL_ILLADR): Likewise.
14593         (ILL_ILLTRP): Likewise.
14594         (ILL_PRVOPC): Likewise.
14595         (ILL_PRVREG): Likewise.
14596         (ILL_COPROC): Likewise.
14597         (ILL_BADSTK): Likewise.
14598         (FPE_INTDIV): Likewise.
14599         (FPE_INTOVF): Likewise.
14600         (FPE_FLTDIV): Likewise.
14601         (FPE_FLTOVF): Likewise.
14602         (FPE_FLTUND): Likewise.
14603         (FPE_FLTRES): Likewise.
14604         (FPE_FLTINV): Likewise.
14605         (FPE_FLTSUB): Likewise.
14606         (SEGV_MAPERR): Likewise.
14607         (SEGV_ACCERR): Likewise.
14608         (BUS_ADRALN): Likewise.
14609         (BUS_ADRERR): Likewise.
14610         (BUS_OBJERR): Likewise.
14611         (BUS_MCEERR_AR): Likewise.
14612         (BUS_MCEERR_AO): Likewise.
14613         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14614         (TRAP_TRACE): Likewise.
14615         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14616         __USE_XOPEN2K8].
14617         (CLD_KILLED): Likewise.
14618         (CLD_DUMPED): Likewise.
14619         (CLD_TRAPPED): Likewise.
14620         (CLD_STOPPED): Likewise.
14621         (CLD_CONTINUED): Likewise.
14622         (POLL_IN): Likewise.
14623         (POLL_OUT): Likewise.
14624         (POLL_MSG): Likewise.
14625         (POLL_ERR): Likewise.
14626         (POLL_PRI): Likewise.
14627         (POLL_HUP): Likewise.
14628         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14629         (ILL_ILLOPN): Likewise.
14630         (ILL_ILLADR): Likewise.
14631         (ILL_ILLTRP): Likewise.
14632         (ILL_PRVOPC): Likewise.
14633         (ILL_PRVREG): Likewise.
14634         (ILL_COPROC): Likewise.
14635         (ILL_BADSTK): Likewise.
14636         (FPE_INTDIV): Likewise.
14637         (FPE_INTOVF): Likewise.
14638         (FPE_FLTDIV): Likewise.
14639         (FPE_FLTOVF): Likewise.
14640         (FPE_FLTUND): Likewise.
14641         (FPE_FLTRES): Likewise.
14642         (FPE_FLTINV): Likewise.
14643         (FPE_FLTSUB): Likewise.
14644         (SEGV_MAPERR): Likewise.
14645         (SEGV_ACCERR): Likewise.
14646         (BUS_ADRALN): Likewise.
14647         (BUS_ADRERR): Likewise.
14648         (BUS_OBJERR): Likewise.
14649         (BUS_MCEERR_AR): Likewise.
14650         (BUS_MCEERR_AO): Likewise.
14651         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14652         (TRAP_TRACE): Likewise.
14653         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14654         __USE_XOPEN2K8].
14655         (CLD_KILLED): Likewise.
14656         (CLD_DUMPED): Likewise.
14657         (CLD_TRAPPED): Likewise.
14658         (CLD_STOPPED): Likewise.
14659         (CLD_CONTINUED): Likewise.
14660         (POLL_IN): Likewise.
14661         (POLL_OUT): Likewise.
14662         (POLL_MSG): Likewise.
14663         (POLL_ERR): Likewise.
14664         (POLL_PRI): Likewise.
14665         (POLL_HUP): Likewise.
14666         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14667         Likewise.
14668         (ILL_ILLOPN): Likewise.
14669         (ILL_ILLADR): Likewise.
14670         (ILL_ILLTRP): Likewise.
14671         (ILL_PRVOPC): Likewise.
14672         (ILL_PRVREG): Likewise.
14673         (ILL_COPROC): Likewise.
14674         (ILL_BADSTK): Likewise.
14675         (ILL_BADIADDR): Likewise.
14676         (ILL_BREAK): Likewise.
14677         (FPE_INTDIV): Likewise.
14678         (FPE_INTOVF): Likewise.
14679         (FPE_FLTDIV): Likewise.
14680         (FPE_FLTOVF): Likewise.
14681         (FPE_FLTUND): Likewise.
14682         (FPE_FLTRES): Likewise.
14683         (FPE_FLTINV): Likewise.
14684         (FPE_FLTSUB): Likewise.
14685         (FPE_DECOVF): Likewise.
14686         (FPE_DECDIV): Likewise.
14687         (FPE_DECERR): Likewise.
14688         (FPE_INVASC): Likewise.
14689         (FPE_INVDEC): Likewise.
14690         (SEGV_MAPERR): Likewise.
14691         (SEGV_ACCERR): Likewise.
14692         (SEGV_PSTKOVF): Likewise.
14693         (BUS_ADRALN): Likewise.
14694         (BUS_ADRERR): Likewise.
14695         (BUS_OBJERR): Likewise.
14696         (BUS_MCEERR_AR): Likewise.
14697         (BUS_MCEERR_AO): Likewise.
14698         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14699         (TRAP_TRACE): Likewise.
14700         (TRAP_BRANCH): Likewise.
14701         (TRAP_HWBKPT): Likewise.
14702         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14703         __USE_XOPEN2K8].
14704         (CLD_KILLED): Likewise.
14705         (CLD_DUMPED): Likewise.
14706         (CLD_TRAPPED): Likewise.
14707         (CLD_STOPPED): Likewise.
14708         (CLD_CONTINUED): Likewise.
14709         (POLL_IN): Likewise.
14710         (POLL_OUT): Likewise.
14711         (POLL_MSG): Likewise.
14712         (POLL_ERR): Likewise.
14713         (POLL_PRI): Likewise.
14714         (POLL_HUP): Likewise.
14715         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14716         (ILL_ILLOPN): Likewise.
14717         (ILL_ILLADR): Likewise.
14718         (ILL_ILLTRP): Likewise.
14719         (ILL_PRVOPC): Likewise.
14720         (ILL_PRVREG): Likewise.
14721         (ILL_COPROC): Likewise.
14722         (ILL_BADSTK): Likewise.
14723         (FPE_INTDIV): Likewise.
14724         (FPE_INTOVF): Likewise.
14725         (FPE_FLTDIV): Likewise.
14726         (FPE_FLTOVF): Likewise.
14727         (FPE_FLTUND): Likewise.
14728         (FPE_FLTRES): Likewise.
14729         (FPE_FLTINV): Likewise.
14730         (FPE_FLTSUB): Likewise.
14731         (SEGV_MAPERR): Likewise.
14732         (SEGV_ACCERR): Likewise.
14733         (BUS_ADRALN): Likewise.
14734         (BUS_ADRERR): Likewise.
14735         (BUS_OBJERR): Likewise.
14736         (BUS_MCEERR_AR): Likewise.
14737         (BUS_MCEERR_AO): Likewise.
14738         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14739         (TRAP_TRACE): Likewise.
14740         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14741         __USE_XOPEN2K8].
14742         (CLD_KILLED): Likewise.
14743         (CLD_DUMPED): Likewise.
14744         (CLD_TRAPPED): Likewise.
14745         (CLD_STOPPED): Likewise.
14746         (CLD_CONTINUED): Likewise.
14747         (POLL_IN): Likewise.
14748         (POLL_OUT): Likewise.
14749         (POLL_MSG): Likewise.
14750         (POLL_ERR): Likewise.
14751         (POLL_PRI): Likewise.
14752         (POLL_HUP): Likewise.
14753         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14754         (ILL_ILLOPN): Likewise.
14755         (ILL_ILLADR): Likewise.
14756         (ILL_ILLTRP): Likewise.
14757         (ILL_PRVOPC): Likewise.
14758         (ILL_PRVREG): Likewise.
14759         (ILL_COPROC): Likewise.
14760         (ILL_BADSTK): Likewise.
14761         (FPE_INTDIV): Likewise.
14762         (FPE_INTOVF): Likewise.
14763         (FPE_FLTDIV): Likewise.
14764         (FPE_FLTOVF): Likewise.
14765         (FPE_FLTUND): Likewise.
14766         (FPE_FLTRES): Likewise.
14767         (FPE_FLTINV): Likewise.
14768         (FPE_FLTSUB): Likewise.
14769         (SEGV_MAPERR): Likewise.
14770         (SEGV_ACCERR): Likewise.
14771         (BUS_ADRALN): Likewise.
14772         (BUS_ADRERR): Likewise.
14773         (BUS_OBJERR): Likewise.
14774         (BUS_MCEERR_AR): Likewise.
14775         (BUS_MCEERR_AO): Likewise.
14776         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14777         (TRAP_TRACE): Likewise.
14778         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14779         __USE_XOPEN2K8].
14780         (CLD_KILLED): Likewise.
14781         (CLD_DUMPED): Likewise.
14782         (CLD_TRAPPED): Likewise.
14783         (CLD_STOPPED): Likewise.
14784         (CLD_CONTINUED): Likewise.
14785         (POLL_IN): Likewise.
14786         (POLL_OUT): Likewise.
14787         (POLL_MSG): Likewise.
14788         (POLL_ERR): Likewise.
14789         (POLL_PRI): Likewise.
14790         (POLL_HUP): Likewise.
14791         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14792         (ILL_ILLOPN): Likewise.
14793         (ILL_ILLADR): Likewise.
14794         (ILL_ILLTRP): Likewise.
14795         (ILL_PRVOPC): Likewise.
14796         (ILL_PRVREG): Likewise.
14797         (ILL_COPROC): Likewise.
14798         (ILL_BADSTK): Likewise.
14799         (FPE_INTDIV): Likewise.
14800         (FPE_INTOVF): Likewise.
14801         (FPE_FLTDIV): Likewise.
14802         (FPE_FLTOVF): Likewise.
14803         (FPE_FLTUND): Likewise.
14804         (FPE_FLTRES): Likewise.
14805         (FPE_FLTINV): Likewise.
14806         (FPE_FLTSUB): Likewise.
14807         (SEGV_MAPERR): Likewise.
14808         (SEGV_ACCERR): Likewise.
14809         (BUS_ADRALN): Likewise.
14810         (BUS_ADRERR): Likewise.
14811         (BUS_OBJERR): Likewise.
14812         (BUS_MCEERR_AR): Likewise.
14813         (BUS_MCEERR_AO): Likewise.
14814         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14815         (TRAP_TRACE): Likewise.
14816         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14817         __USE_XOPEN2K8].
14818         (CLD_KILLED): Likewise.
14819         (CLD_DUMPED): Likewise.
14820         (CLD_TRAPPED): Likewise.
14821         (CLD_STOPPED): Likewise.
14822         (CLD_CONTINUED): Likewise.
14823         (POLL_IN): Likewise.
14824         (POLL_OUT): Likewise.
14825         (POLL_MSG): Likewise.
14826         (POLL_ERR): Likewise.
14827         (POLL_PRI): Likewise.
14828         (POLL_HUP): Likewise.
14829         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14830         (ILL_ILLOPN): Likewise.
14831         (ILL_ILLADR): Likewise.
14832         (ILL_ILLTRP): Likewise.
14833         (ILL_PRVOPC): Likewise.
14834         (ILL_PRVREG): Likewise.
14835         (ILL_COPROC): Likewise.
14836         (ILL_BADSTK): Likewise.
14837         (ILL_DBLFLT): Likewise.
14838         (ILL_HARDWALL): Likewise.
14839         (FPE_INTDIV): Likewise.
14840         (FPE_INTOVF): Likewise.
14841         (FPE_FLTDIV): Likewise.
14842         (FPE_FLTOVF): Likewise.
14843         (FPE_FLTUND): Likewise.
14844         (FPE_FLTRES): Likewise.
14845         (FPE_FLTINV): Likewise.
14846         (FPE_FLTSUB): Likewise.
14847         (SEGV_MAPERR): Likewise.
14848         (SEGV_ACCERR): Likewise.
14849         (BUS_ADRALN): Likewise.
14850         (BUS_ADRERR): Likewise.
14851         (BUS_OBJERR): Likewise.
14852         (BUS_MCEERR_AR): Likewise.
14853         (BUS_MCEERR_AO): Likewise.
14854         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14855         (TRAP_TRACE): Likewise.
14856         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14857         __USE_XOPEN2K8].
14858         (CLD_KILLED): Likewise.
14859         (CLD_DUMPED): Likewise.
14860         (CLD_TRAPPED): Likewise.
14861         (CLD_STOPPED): Likewise.
14862         (CLD_CONTINUED): Likewise.
14863         (POLL_IN): Likewise.
14864         (POLL_OUT): Likewise.
14865         (POLL_MSG): Likewise.
14866         (POLL_ERR): Likewise.
14867         (POLL_PRI): Likewise.
14868         (POLL_HUP): Likewise.
14869         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14870         (ILL_ILLOPN): Likewise.
14871         (ILL_ILLADR): Likewise.
14872         (ILL_ILLTRP): Likewise.
14873         (ILL_PRVOPC): Likewise.
14874         (ILL_PRVREG): Likewise.
14875         (ILL_COPROC): Likewise.
14876         (ILL_BADSTK): Likewise.
14877         (FPE_INTDIV): Likewise.
14878         (FPE_INTOVF): Likewise.
14879         (FPE_FLTDIV): Likewise.
14880         (FPE_FLTOVF): Likewise.
14881         (FPE_FLTUND): Likewise.
14882         (FPE_FLTRES): Likewise.
14883         (FPE_FLTINV): Likewise.
14884         (FPE_FLTSUB): Likewise.
14885         (SEGV_MAPERR): Likewise.
14886         (SEGV_ACCERR): Likewise.
14887         (BUS_ADRALN): Likewise.
14888         (BUS_ADRERR): Likewise.
14889         (BUS_OBJERR): Likewise.
14890         (BUS_MCEERR_AR): Likewise.
14891         (BUS_MCEERR_AO): Likewise.
14892         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14893         (TRAP_TRACE): Likewise.
14894         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14895         __USE_XOPEN2K8].
14896         (CLD_KILLED): Likewise.
14897         (CLD_DUMPED): Likewise.
14898         (CLD_TRAPPED): Likewise.
14899         (CLD_STOPPED): Likewise.
14900         (CLD_CONTINUED): Likewise.
14901         (POLL_IN): Likewise.
14902         (POLL_OUT): Likewise.
14903         (POLL_MSG): Likewise.
14904         (POLL_ERR): Likewise.
14905         (POLL_PRI): Likewise.
14906         (POLL_HUP): Likewise.
14907         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14908         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14910         [BZ #16670]
14911         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14912         before #include of <time.h>.
14913         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14914         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14915         (test-xfail-UNIX98/sched.h/conform): Likewise.
14917 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14919         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14920         error absence of trapping exception support.
14921         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14923 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14925         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14926         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14927         * timezone/Makefile (testdata): Move definition above include of
14928         Rules.
14929         (test-zones): New variable.
14930         (tests-special): Add zone files.
14931         (build-testdata): Use $(evaluate-test).
14933         * elf/Makefile (tests-special): Rename tests to end with .out.
14934         ($(objpfx)noload-mem): Likewise.
14935         ($(objpfx)tst-leaks1-mem): Likewise.
14936         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14937         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14938         $(objpfx)test-iconvconfig.out.
14939         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14940         set -e inside subshell and redirect output to file.
14941         * iconvdata/Makefile (generated): Rename tests to end with .out.
14942         Correct type.
14943         (tests-special): Rename tests to end with .out.
14944         ($(objpfx)mtrace-tst-loading): Likewise.
14945         * intl/Makefile (generated): Likewise.
14946         (tests-special): Likewise.
14947         ($(objpfx)mtrace-tst-gettext): Likewise.
14948         * misc/Makefile (generated): Likewise.
14949         (tests-special): Likewise.
14950         ($(objpfx)tst-error1-mem): Likewise.
14951         * nptl/Makefile (tests-special): Likewise.
14952         ($(objpfx)tst-stack3-mem): Likewise.
14953         (generated): Likewise.
14954         * posix/Makefile (generated): Likewise.
14955         (tests-special): Likewise.
14956         (xtests-special): Likewise.
14957         ($(objpfx)tst-fnmatch-mem): Likewise.
14958         ($(objpfx)bug-regex2-mem): Likewise.
14959         ($(objpfx)bug-regex14-mem): Likewise.
14960         ($(objpfx)bug-regex21-mem): Likewise.
14961         ($(objpfx)bug-regex31-mem): Likewise.
14962         ($(objpfx)tst-vfork3-mem): Likewise.
14963         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14964         ($(objpfx)tst-pcre-mem): Likewise.
14965         ($(objpfx)tst-boost-mem): Likewise.
14966         ($(objpfx)bug-ga2-mem): Likewise.
14967         ($(objpfx)bug-glob2-mem): Likewise.
14968         * resolv/Makefile (generate): Likewise.
14969         (tests-special): Likewise.
14970         (xtests-special): Likewise.
14971         (generated): Likewise.
14972         ($(objpfx)mtrace-tst-leaks): Likewise.
14973         ($(objpfx)mtrace-tst-leaks2): Likewise.
14975         * scripts/merge-test-results.sh: New file.
14976         * Makefile (tests-special-notdir): New variable.
14977         (tests): Run merge-test-results.sh.
14978         (xtests): Likewise.
14979         * Rules (tests-special-notdir): New variable.
14980         (xtests-special-notdir): Likewise.
14981         (tests): Run merge-test-results.sh
14982         (xtests): Likewise.
14984         * Makeconfig (test-xfail-name): New variable.
14985         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14986         compute variable name for expected failures.
14987         * conform/Makefile (conformtest-headers-data): New variable.
14988         (conformtest-standards): Likewise.
14989         (conformtest-headers-ISO): Likewise.
14990         (conformtest-headers-ISO99): Likewise.
14991         (conformtest-headers-ISO11): Likewise.
14992         (conformtest-headers-POSIX): Likewise.
14993         (conformtest-headers-XPG3): Likewise.
14994         (conformtest-headers-XPG4): Likewise.
14995         (conformtest-headers-UNIX98): Likewise.
14996         (conformtest-headers-XOPEN2K): Likewise.
14997         (conformtest-headers-POSIX2008): Likewise.
14998         (conformtest-headers-XOPEN2K8): Likewise.
14999         (conformtest-header-list-base): Likewise.
15000         (conformtest-header-list-tests): Likewise.
15001         (conformtest-header-base): Likewise.
15002         (conformtest-header-tests): Likewise.
15003         (tests-special): Add $(conformtest-header-list-tests).  If
15004         [$(fast-check) && !$(cross-compiling)], add
15005         $(conformtest-header-tests) instead of
15006         $(objpfx)run-conformtest.out.
15007         (generated): Add $(conformtest-header-list-base).  If
15008         [$(fast-check) && !$(cross-compiling)], add
15009         $(conformtest-header-base).  Remove previous setting.
15010         ($(conformtest-header-list-tests)): New target.
15011         (test-xfail-run-conformtest): Remove variable.
15012         ($(objpfx)run-conformtest.out): Remove target.
15013         (test-xfail-ISO11/complex.h/conform): New variable.
15014         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15015         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15016         (test-xfail-XPG3/varargs.h/conform): Likewise.
15017         (test-xfail-XPG4/varargs.h/conform): Likewise.
15018         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15019         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15020         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15021         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15022         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15023         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15024         (test-xfail-XPG3/ftw.h/conform): Likewise.
15025         (test-xfail-XPG3/grp.h/conform): Likewise.
15026         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15027         (test-xfail-XPG3/limits.h/conform): Likewise.
15028         (test-xfail-XPG3/pwd.h/conform): Likewise.
15029         (test-xfail-XPG3/search.h/conform): Likewise.
15030         (test-xfail-XPG3/signal.h/conform): Likewise.
15031         (test-xfail-XPG3/stdio.h/conform): Likewise.
15032         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15033         (test-xfail-XPG3/string.h/conform): Likewise.
15034         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15035         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15036         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15037         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15038         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15039         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15040         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15041         (test-xfail-XPG3/termios.h/conform): Likewise.
15042         (test-xfail-XPG3/time.h/conform): Likewise.
15043         (test-xfail-XPG3/unistd.h/conform): Likewise.
15044         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15045         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15046         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15047         (test-xfail-XPG4/netdb.h/conform): Likewise.
15048         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15049         (test-xfail-XPG4/signal.h/conform): Likewise.
15050         (test-xfail-XPG4/stdio.h/conform): Likewise.
15051         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15052         (test-xfail-XPG4/stropts.h/conform): Likewise.
15053         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15054         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15055         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15056         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15057         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15058         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15059         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15060         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15061         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15062         (test-xfail-XPG4/termios.h/conform): Likewise.
15063         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15064         (test-xfail-XPG4/unistd.h/conform): Likewise.
15065         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15066         (test-xfail-POSIX/sched.h/conform): Likewise.
15067         (test-xfail-POSIX/signal.h/conform): Likewise.
15068         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15069         (test-xfail-POSIX/tar.h/conform): Likewise.
15070         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15071         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15072         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15073         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15074         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15075         (test-xfail-UNIX98/sched.h/conform): Likewise.
15076         (test-xfail-UNIX98/signal.h/conform): Likewise.
15077         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15078         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15079         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15080         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15081         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15082         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15083         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15084         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15085         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15086         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15087         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15088         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15089         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15090         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15091         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15092         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15093         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15094         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15095         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15096         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15097         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15098         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15099         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15100         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15101         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15102         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15103         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15104         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15105         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15106         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15107         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15108         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15109         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15110         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15111         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15112         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15113         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15114         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15115         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15116         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15117         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15118         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15119         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15120         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15121         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15122         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15123         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15124         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15125         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15126         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15127         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15128         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15129         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15130         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15131         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15132         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15133         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15134         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15135         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15136         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15137         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15138         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15139         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15140         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15141         (conformtest-cc-flags): Likewise.
15142         ($(conformtest-header-tests): New target.
15143         * conform/check-header-lists.sh: New file.
15144         * conform/run-conformtest.sh: Remove.
15146         * conform/conformtest.pl: Allow ' and \ in values given for
15147         constants.
15148         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15149         inclusion.
15150         [POSIX] (sys/types.h): Likewise.
15151         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15152         inclusion.
15153         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15154         inclusion.
15155         * conform/data/signal.h-data (SIGIO): Remove expectation.
15156         [XPG3] (SIGBUS): Do not expect.
15157         [POSIX || XPG3] (SIGPOLL): Likewise.
15158         [POSIX || XPG3] (SIGPROF): Likewise.
15159         [POSIX || XPG3] (SIGSYS): Likewise.
15160         [XPG3] (SIGTRAP): Likewise.
15161         [POSIX || XPG3] (SIGURG): Likewise.
15162         [POSIX || XPG3] (SIGVTALRM): Likewise.
15163         [POSIX || XPG3] (SIGXCPU): Likewise.
15164         [POSIX || XPG3] (SIGXFSZ): Likewise.
15165         [POSIX] (SA_SIGINFO): Expect.
15166         [XPG3] (siginfo_t): Do not expect type or contents.
15167         [POSIX] (si_pid): Do not expect element.
15168         [POSIX] (si_uid): Likewise.
15169         [POSIX] (si_addr): Likewise.
15170         [POSIX] (si_status): Likewise.
15171         [POSIX] (si_band): Likewise.
15172         [XPG4] (si_value): Likewise.
15173         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15174         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15175         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15176         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15177         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15178         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15179         [POSIX || XPG3] (ILL_COPROC): Likewise.
15180         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15181         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15182         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15183         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15184         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15185         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15186         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15187         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15188         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15189         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15190         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15191         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15192         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15193         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15194         [POSIX || XPG3] (CLD_EXITED): Likewise.
15195         [POSIX || XPG3] (CLD_KILLED): Likewise.
15196         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15197         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15198         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15199         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15200         [POSIX || XPG3] (POLL_IN): Likewise.
15201         [POSIX || XPG3] (POLL_OUT): Likewise.
15202         [POSIX || XPG3] (POLL_MSG): Likewise.
15203         [POSIX || XPG3] (POLL_ERR): Likewise.
15204         [POSIX || XPG3] (POLL_PRI): Likewise.
15205         [POSIX || XPG3] (POLL_HUP): Likewise.
15206         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15207         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15208         (SIG*): Do not allow.
15209         [XPG3] (si_*): Likewise.
15210         [XPG3] (SI_*): Likewise.
15211         [XPG3 || XPG4] (sigev_*): Likewise.
15212         [XPG3 || XPG4] (SIGEV_*): Likewise.
15213         [XPG3 || XPG4] (sival_*): Likewise.
15214         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15215         [POSIX || XPG3] (BUS_*): Likewise.
15216         [POSIX || XPG3] (CLD_*): Likewise.
15217         [POSIX || XPG3] (FPE_*): Likewise.
15218         [POSIX || XPG3] (ILL_*): Likewise.
15219         [POSIX || XPG3] (POLL_*): Likewise.
15220         [POSIX || XPG3] (SEGV_*): Likewise.
15221         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15222         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15223         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15224         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15225         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15226         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15227         Specify type and value.
15228         (TVERSLEN): Likewise.
15229         (REGTYPE): Likewise.
15230         (AREGTYPE): Likewise.
15231         (LNKTYPE): Likewise.
15232         (SYMTYPE): Likewise.
15233         (CHRTYPE): Likewise.
15234         (BLKTYPE): Likewise.
15235         (DIRTYPE): Likewise.
15236         (FIFOTYPE): Likewise.
15237         (CONTTYPE): Likewise.
15238         (TSUID): Likewise.
15239         (TSGID): Likewise.
15240         (TSVTX): Likewise.
15241         (TUREAD): Likewise.
15242         (TUWRITE): Likewise.
15243         (TUEXEC): Likewise.
15244         (TGREAD): Likewise.
15245         (TGWRITE): Likewise.
15246         (TGEXEC): Likewise.
15247         (TOREAD): Likewise.
15248         (TOWRITE): Likewise.
15249         (TOEXEC): Likewise.
15250         [POSIX] (TSVTX): Expect constant.
15252 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15254         * Makefile (tests): Change dependencies to ....
15255         (tests-special): ... additions to this variable.
15256         (tests): Depend on $(tests-special).
15257         * Makerules (check-abi-list): New variable.
15258         (check-abi): Depend on $(check-abi-list).
15259         [$(subdir) = elf] (tests-special): Add
15260         $(objpfx)check-abi-libc.out.
15261         [$(build-shared) = yes && subdir] (tests-special): Add
15262         $(check-abi-list).
15263         [$(build-shared) = yes && subdir] (tests): Do not depend on
15264         check-abi.
15265         * Rules (tests): Depend on $(tests-special).
15266         (xtests): Depend on $(xtests-special).
15267         * catgets/Makefile (tests): Change dependencies to ....
15268         (tests-special): ... additions to this variable.
15269         * conform/Makefile (tests): Change dependencies to ....
15270         (tests-special): ... additions to this variable.
15271         * elf/Makefile (tests): Change dependencies to ....
15272         (tests-special): ... additions to this variable.
15273         * grp/Makefile (tests): Change dependencies to ....
15274         (tests-special): ... additions to this variable.
15275         * iconv/Makefile (xtests): Change dependencies to ....
15276         (xtests-special): ... additions to this variable.
15277         * iconvdata/Makefile (tests): Change dependencies to ....
15278         (tests-special): ... additions to this variable.
15279         * intl/Makefile (tests): Change dependencies to ....
15280         (tests-special): ... additions to this variable.  Also add
15281         $(objpfx)tst-gettext.out.
15282         * io/Makefile (tests): Change dependencies to ....
15283         (tests-special): ... additions to this variable.
15284         * libio/Makefile (tests): Change dependencies to ....
15285         (tests-special): ... additions to this variable.
15286         * malloc/Makefile (tests): Change dependencies to ....
15287         (tests-special): ... additions to this variable.
15288         * misc/Makefile (tests): Change dependencies to ....
15289         (tests-special): ... additions to this variable.
15290         * nptl/Makefile (tests): Change dependencies to ....
15291         (tests-special): ... additions to this variable.
15292         * nptl_db/Makefile (tests): Change dependencies to ....
15293         (tests-special): ... additions to this variable.
15294         * posix/Makefile (tests): Change dependencies to ....
15295         (tests-special): ... additions to this variable.
15296         (xtests): Change dependencies to ....
15297         (xtests-special): ... additions to this variable.
15298         * resolv/Makefile (tests): Change dependencies to ....
15299         (tests-special): ... additions to this variable.
15300         (xtests): Change dependencies to ....
15301         (xtests-special): ... additions to this variable.
15302         * stdio-common/Makefile (tests): Change dependencies to ....
15303         (tests-special): ... additions to this variable.
15304         (do-tst-unbputc): Remove target.
15305         (do-tst-printf): Likewise.
15306         * stdlib/Makefile (tests): Change dependencies to ....
15307         (tests-special): ... additions to this variable.
15308         * string/Makefile (tests): Change dependencies to ....
15309         (tests-special): ... additions to this variable.
15310         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15311         (tests-special): ... additions to this variable.
15313         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15314         whole file.
15315         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15316         whole file.
15317         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15318         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15320         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15321         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15322         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15323         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15324         * conform/data/libgen.h-data [XPG3]: Likewise.
15325         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15326         * conform/data/ndbm.h-data [XPG3]: Likewise.
15327         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15328         * conform/data/netdb.h-data [XPG3]: Likewise.
15329         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15330         * conform/data/poll.h-data [XPG3]: Likewise.
15331         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15332         * conform/data/strings.h-data [XPG3]: Likewise.
15333         * conform/data/stropts.h-data [XPG3]: Likewise.
15334         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15335         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15336         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15337         Likewise.
15338         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15339         * conform/data/sys/time.h-data [XPG3]: Likewise.
15340         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15341         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15342         * conform/data/sys/un.h-data [XPG3]: Likewise.
15343         * conform/data/syslog.h-data [XPG3]: Likewise.
15344         * conform/data/ucontext.h-data [XPG3]: Likewise.
15345         * conform/data/utmpx.h-data [XPG3]: Likewise.
15346         * conform/data/varargs.h-data [UNIX98]: Enable file.
15348         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15350         * math/libm-test.inc (struct test_f_f_data): Move expected results
15351         into structure for each rounding mode.
15352         (struct test_ff_f_data): Likewise.
15353         (struct test_ff_f_data_nexttoward): Likewise.
15354         (struct test_fi_f_data): Likewise.
15355         (struct test_fl_f_data): Likewise.
15356         (struct test_if_f_data): Likewise.
15357         (struct test_fff_f_data): Likewise.
15358         (struct test_c_f_data): Likewise.
15359         (struct test_f_f1_data): Likewise.
15360         (struct test_fF_f1_data): Likewise.
15361         (struct test_ffI_f1_data): Likewise.
15362         (struct test_c_c_data): Likewise.
15363         (struct test_cc_c_data): Likewise.
15364         (struct test_f_i_data): Likewise.
15365         (struct test_ff_i_data): Likewise.
15366         (struct test_f_l_data): Likewise.
15367         (struct test_f_L_data): Likewise.
15368         (struct test_fFF_11_data): Likewise.
15369         (RM_): New macro.
15370         (RM_FE_DOWNWARD): Likewise.
15371         (RM_FE_TONEAREST): Likewise.
15372         (RM_FE_TOWARDZERO): Likewise.
15373         (RM_FE_UPWARD): Likewise.
15374         (RUN_TEST_LOOP_f_f): Update references to expected results.
15375         (RUN_TEST_LOOP_2_f): Likewise.
15376         (RUN_TEST_LOOP_fff_f): Likewise.
15377         (RUN_TEST_LOOP_c_f): Likewise.
15378         (RUN_TEST_LOOP_f_f1): Likewise.
15379         (RUN_TEST_LOOP_fF_f1): Likewise.
15380         (RUN_TEST_LOOP_fI_f1): Likewise.
15381         (RUN_TEST_LOOP_ffI_f1): Likewise.
15382         (RUN_TEST_LOOP_c_c): Likewise.
15383         (RUN_TEST_LOOP_cc_c): Likewise.
15384         (RUN_TEST_LOOP_f_i): Likewise.
15385         (RUN_TEST_LOOP_f_i_tg): Likewise.
15386         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15387         (RUN_TEST_LOOP_f_b): Likewise.
15388         (RUN_TEST_LOOP_f_b_tg): Likewise.
15389         (RUN_TEST_LOOP_f_l): Likewise.
15390         (RUN_TEST_LOOP_f_L): Likewise.
15391         (RUN_TEST_LOOP_fFF_11): Likewise.
15392         * math/gen-libm-test.pl (parse_args): Output four copies of
15393         expected results for each test.
15395         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15396         (__ASSUME_UTIMES): Remove.
15397         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15398         (__ASSUME_UTIMES): Likewise.
15400         * math/gen-auto-libm-tests.c: Update comment on output format.
15401         (output_for_one_input_case): Generate before-rounding and
15402         after-rounding information as conditions on output flags not
15403         floating-point format.
15404         * math/auto-libm-test-out: Regenerated.
15405         * math/gen-libm-test.pl (cond_value): New function.
15406         (or_cond_value): Use cond_value.
15407         (generate_testfile): Handle conditional exceptions.
15409 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15411         * math/libm-test.inc (max_valid_error): New variable.
15412         (init_max_error): Take new argument specifying whether function
15413         results are exactly determined.  Set max_valid_error and bound
15414         other variables for errors based on this argument.
15415         (set_max_error): Do not record results above max_valid_error.
15416         (check_float_internal): Only accept errors of up to 0.5ulps if
15417         also at most max_valid_error.
15418         (START): Take new argument EXACT and pass it to init_max_error.
15419         (acos_test): Update call to START.
15420         (acos_test_tonearest): Likewise.
15421         (acos_test_towardzero): Likewise.
15422         (acos_test_downward): Likewise.
15423         (acos_test_upward): Likewise.
15424         (acosh_test): Likewise.
15425         (asin_test): Likewise.
15426         (asin_test_tonearest): Likewise.
15427         (asin_test_towardzero): Likewise.
15428         (asin_test_downward): Likewise.
15429         (asin_test_upward): Likewise.
15430         (asinh_test): Likewise.
15431         (atan_test): Likewise.
15432         (atanh_test): Likewise.
15433         (atan2_test): Likewise.
15434         (cabs_test): Likewise.
15435         (cacos_test): Likewise.
15436         (cacosh_test): Likewise.
15437         (carg_test): Likewise.
15438         (casin_test): Likewise.
15439         (casinh_test): Likewise.
15440         (catan_test): Likewise.
15441         (catanh_test): Likewise.
15442         (cbrt_test): Likewise.
15443         (ccos_test): Likewise.
15444         (ccosh_test): Likewise.
15445         (ceil_test): Likewise.
15446         (cexp_test): Likewise.
15447         (cimag_test): Likewise.
15448         (clog_test): Likewise.
15449         (clog10_test): Likewise.
15450         (conj_test): Likewise.
15451         (copysign_test): Likewise.
15452         (cos_test): Likewise.
15453         (cos_test_tonearest): Likewise.
15454         (cos_test_towardzero): Likewise.
15455         (cos_test_downward): Likewise.
15456         (cos_test_upward): Likewise.
15457         (cosh_test): Likewise.
15458         (cosh_test_tonearest): Likewise.
15459         (cosh_test_towardzero): Likewise.
15460         (cosh_test_downward): Likewise.
15461         (cosh_test_upward): Likewise.
15462         (cpow_test): Likewise.
15463         (cproj_test): Likewise.
15464         (creal_test): Likewise.
15465         (csin_test): Likewise.
15466         (csinh_test): Likewise.
15467         (csqrt_test): Likewise.
15468         (ctan_test): Likewise.
15469         (ctan_test_tonearest): Likewise.
15470         (ctan_test_towardzero): Likewise.
15471         (ctan_test_downward): Likewise.
15472         (ctan_test_upward): Likewise.
15473         (ctanh_test): Likewise.
15474         (ctanh_test_tonearest): Likewise.
15475         (ctanh_test_towardzero): Likewise.
15476         (ctanh_test_downward): Likewise.
15477         (ctanh_test_upward): Likewise.
15478         (erf_test): Likewise.
15479         (erfc_test): Likewise.
15480         (exp_test): Likewise.
15481         (exp_test_tonearest): Likewise.
15482         (exp_test_towardzero): Likewise.
15483         (exp_test_downward): Likewise.
15484         (exp_test_upward): Likewise.
15485         (exp10_test): Likewise.
15486         (exp10_test_tonearest): Likewise.
15487         (exp10_test_towardzero): Likewise.
15488         (exp10_test_downward): Likewise.
15489         (exp10_test_upward): Likewise.
15490         (pow10_test): Likewise.
15491         (exp2_test): Likewise.
15492         (expm1_test): Likewise.
15493         (expm1_test_tonearest): Likewise.
15494         (expm1_test_towardzero): Likewise.
15495         (expm1_test_downward): Likewise.
15496         (expm1_test_upward): Likewise.
15497         (fabs_test): Likewise.
15498         (fdim_test): Likewise.
15499         (floor_test): Likewise.
15500         (fma_test): Likewise.
15501         (fma_test_towardzero): Likewise.
15502         (fma_test_downward): Likewise.
15503         (fma_test_upward): Likewise.
15504         (fmax_test): Likewise.
15505         (fmin_test): Likewise.
15506         (fmod_test): Likewise.
15507         (fpclassify_test): Likewise.
15508         (frexp_test): Likewise.
15509         (hypot_test): Likewise.
15510         (ilogb_test): Likewise.
15511         (isfinite_test): Likewise.
15512         (finite_test): Likewise.
15513         (isgreater_test): Likewise.
15514         (isgreaterequal_test): Likewise.
15515         (isinf_test): Likewise.
15516         (isless_test): Likewise.
15517         (islessequal_test): Likewise.
15518         (islessgreater_test): Likewise.
15519         (isnan_test): Likewise.
15520         (isnormal_test): Likewise.
15521         (issignaling_test): Likewise.
15522         (isunordered_test): Likewise.
15523         (j0_test): Likewise.
15524         (j1_test): Likewise.
15525         (jn_test): Likewise.
15526         (ldexp_test): Likewise.
15527         (lgamma_test): Likewise.
15528         (gamma_test): Likewise.
15529         (lrint_test): Likewise.
15530         (lrint_test_tonearest): Likewise.
15531         (lrint_test_towardzero): Likewise.
15532         (lrint_test_downward): Likewise.
15533         (lrint_test_upward): Likewise.
15534         (llrint_test): Likewise.
15535         (llrint_test_tonearest): Likewise.
15536         (llrint_test_towardzero): Likewise.
15537         (llrint_test_downward): Likewise.
15538         (llrint_test_upward): Likewise.
15539         (log_test): Likewise.
15540         (log10_test): Likewise.
15541         (log1p_test): Likewise.
15542         (log2_test): Likewise.
15543         (logb_test): Likewise.
15544         (logb_test_downward): Likewise.
15545         (lround_test): Likewise.
15546         (llround_test): Likewise.
15547         (modf_test): Likewise.
15548         (nearbyint_test): Likewise.
15549         (nextafter_test): Likewise.
15550         (nexttoward_test): Likewise.
15551         (pow_test): Likewise.
15552         (pow_test_tonearest): Likewise.
15553         (pow_test_towardzero): Likewise.
15554         (pow_test_downward): Likewise.
15555         (pow_test_upward): Likewise.
15556         (remainder_test): Likewise.
15557         (drem_test): Likewise.
15558         (remainder_test_tonearest): Likewise.
15559         (drem_test_tonearest): Likewise.
15560         (remainder_test_towardzero): Likewise.
15561         (drem_test_towardzero): Likewise.
15562         (remainder_test_downward): Likewise.
15563         (drem_test_downward): Likewise.
15564         (remainder_test_upward): Likewise.
15565         (drem_test_upward): Likewise.
15566         (remquo_test): Likewise.
15567         (rint_test): Likewise.
15568         (rint_test_tonearest): Likewise.
15569         (rint_test_towardzero): Likewise.
15570         (rint_test_downward): Likewise.
15571         (rint_test_upward): Likewise.
15572         (round_test): Likewise.
15573         (scalb_test): Likewise.
15574         (scalbn_test): Likewise.
15575         (scalbln_test): Likewise.
15576         (signbit_test): Likewise.
15577         (sin_test): Likewise.
15578         (sin_test_tonearest): Likewise.
15579         (sin_test_towardzero): Likewise.
15580         (sin_test_downward): Likewise.
15581         (sin_test_upward): Likewise.
15582         (sincos_test): Likewise.
15583         (sinh_test): Likewise.
15584         (sinh_test_tonearest): Likewise.
15585         (sinh_test_towardzero): Likewise.
15586         (sinh_test_downward): Likewise.
15587         (sinh_test_upward): Likewise.
15588         (sqrt_test): Likewise.
15589         (sqrt_test_tonearest): Likewise.
15590         (sqrt_test_towardzero): Likewise.
15591         (sqrt_test_downward): Likewise.
15592         (sqrt_test_upward): Likewise.
15593         (tan_test): Likewise.
15594         (tan_test_tonearest): Likewise.
15595         (tan_test_towardzero): Likewise.
15596         (tan_test_downward): Likewise.
15597         (tan_test_upward): Likewise.
15598         (tanh_test): Likewise.
15599         (tgamma_test): Likewise.
15600         (trunc_test): Likewise.
15601         (y0_test): Likewise.
15602         (y1_test): Likewise.
15603         (yn_test): Likewise.
15604         (significand_test): Likewise.
15606         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15607         individual tests in comment.
15608         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15609         (prev_max_error): New variable.
15610         (prev_real_max_error): Likewise.
15611         (prev_imag_max_error): Likewise.
15612         (compare_ulp_data): Don't refer to test names in comment.
15613         (find_test_ulps): Remove function.
15614         (find_function_ulps): Likewise.
15615         (find_complex_function_ulps): Likewise.
15616         (init_max_error): Take function name as argument.  Look up ulps
15617         for that function.
15618         (print_ulps): Remove function.
15619         (print_max_error): Use prev_max_error instead of calling
15620         find_function_ulps.
15621         (print_complex_max_error): Use prev_real_max_error and
15622         prev_imag_max_error instead of calling find_complex_function_ulps.
15623         (check_float_internal): Take max_ulp parameter instead of calling
15624         find_test_ulps.  Don't call print_ulps.
15625         (check_float): Update call to check_float_internal.
15626         (check_complex): Update calls to check_float_internal.
15627         (START): Pass argument to init_max_error.
15628         * math/gen-libm-test.pl (%results): Don't include "kind"
15629         information.
15630         (parse_ulps): Don't handle ulps of individual tests.
15631         (print_ulps_file): Likewise.
15632         (output_ulps): Likewise.
15633         * math/README.libm-test: Update.
15634         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15635         individual tests.
15636         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15637         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15638         * sysdeps/arm/libm-test-ulps: Likewise.
15639         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15640         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15641         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15642         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15643         * sysdeps/microblaze/libm-test-ulps: Likewise.
15644         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15645         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15646         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15647         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15648         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15649         * sysdeps/sh/libm-test-ulps: Likewise.
15650         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15651         * sysdeps/tile/libm-test-ulps: Likewise.
15652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15654 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15656         * math/libm-test.inc (print_complex_max_error): Check separately
15657         whether real and imaginary errors are within allowed range and
15658         pass 0 to print_complex_function_ulps instead of value within
15659         allowed range.
15661 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15663         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15664         formatting.
15665         (get_handles_fopen): Likewise.
15666         (do_write_test): Likewise.
15668         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15670         * libio/fileops.c (do_ftell): Use cached offset when
15671         available.
15672         * libio/iofwide.c (do_ftell_wide): Likewise.
15673         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15674         _IO_file_attach.
15675         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15677         [BZ #16532]
15678         * libio/libioP.h (get_file_offset): New function.
15679         * libio/fileops.c (get_file_offset): Likewise.
15680         (do_ftell): Likewise.
15681         (_IO_new_file_seekoff): Split out ftell logic.
15682         * libio/wfileops.c (do_ftell_wide): Likewise.
15683         (_IO_wfile_seekoff): Split out ftell logic.
15684         * libio/tst-ftell-active-handler.c: New test case.
15685         * libio/Makefile (tests): Add it.
15687 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15689         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15690         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15692 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15694         [BZ #16639]
15695         * nscd/connections.c (nscd_init): Call do_exit.
15696         (start_threads): Call do_exit and notify_parent.
15697         (begin_drop_privileges): Call do_exit.
15698         (finish_drop_privileges): Likewise.
15699         * nscd/selinux.c (preserve_capabilities): Likewise.
15700         (install_real_capabilities): Likewise.
15701         (nscd_selinux_enabled): Likewise.
15702         (avc_create_thread): Likewise.
15703         (avc_alloc_lock): Likewise.
15704         (nscd_avc_init): Likewise.
15705         * nscd/nscd.c (parent_fd): New static variable.
15706         (main): Create a pipe between parent and child processes.
15707         Skip closing parent_fd.
15708         (monitor_child): New function.
15709         (do_exit): Likewise.
15710         (notify_parent): Likewise.
15711         * nscd/nscd.h (notify_parent): Likewise.
15712         (do_exit): Likewise.
15714 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15716         * malloc/malloc.c (__libc_calloc): Revert last change.
15718 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15720         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15722 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15724         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15726         implementation.
15727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15728         (__libc_ifunc_impl_list): Likewise.
15729         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15730         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15731         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15732         * string/strrchr.c: Define STRRCHR.
15734 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15736         * benchtest/bench-strtok.c (simple_strtok): Delete.
15737         (strtok_string): Use as benchmark.
15738         * string/strtok (STRTOK): New macro.
15740 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15742         * manual/threads.texi: Add header and standard comments to all
15743         functions.
15745         * elf/dl-lookup.c (check_match): New function.
15746         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15747         (do_lookup_x): Remove nested function check_match. Use non-nested
15748         function check_match.
15750 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15752         * csu/Makefile (generated, before-compile): Use += rather than =.
15753         * catgets/Makefile (generated, generated-dirs): Likewise.
15754         * debug/Makefile (generated): Likewise.
15755         * dlfcn/Makefile (generated): Likewise.
15756         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15757         * iconvdata/Makefile (before-compile, generated): Likewise.
15758         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15759         * libio/Makefile (generated): Likewise.
15760         * malloc/Makefile (generated): Likewise.
15761         * manual/Makefile (generated, generated-dirs): Likewise.
15762         * misc/Makefile (generated): Likewise.
15763         * posix/Makefile (generated): Likewise.
15764         * resolv/Makefile (generated): Likewise.
15765         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15766         * timezone/Makefile (generated, generated-dirs): Likewise.
15768         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15770 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15772         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15773         power8 implementation.
15774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15775         file: POWER8 llround ifunc implementation.
15776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15777         (__lllround): Add POWER8 implementation.
15778         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15779         POWER8 llround implementation.
15781         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15782         power8 implementation.
15783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15784         file: POWER8 llrint ifunc implementation.
15785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15786         Add POWER8 implementation.
15787         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15788         POWER8 llrint implementation.
15790         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15791         power8 implementation.
15792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15793         file: POWER8 finite ifunc implementation.
15794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15795         Add POWER8 implementation.
15796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15797         Likewise.
15798         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15799         POWER8 finite implementation.
15800         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15803         power8 implementation.
15804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15805         file: POWER8 isinf ifunc implementation.
15806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15807         POWER8 implementation.
15808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15809         Likewise.
15810         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15811         isinf implementation.
15812         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15814         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15815         (INIT_ARCH): Add hwcap2 initialization.
15816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15817         power8 implementation.
15818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15819         file: POWER8 isnan ifunc implementation.
15820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15821         POWER8 implementation.
15822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15823         Likewise.
15824         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15825         isnan implementation.
15826         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15828 2014-02-27  Joey Ye  <joey.ye@arm.com>
15830         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15831         (_FP_NANFRAC_Q): Set to zero.
15833 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15835         [BZ #16623]
15836         * math/auto-libm-test-in: New test inputs.
15837         * math/auto-libm-test-out: Regenerate.
15838         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15839         and DA.
15840         (__cos): Likewise.
15841         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15843 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15845         * scripts/evaluate-test.sh: Take new argument indicating whether
15846         failure is expected.
15847         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15848         indicating whether failure is expected.
15849         * conform/Makefile (test-xfail-run-conformtest): New variable.
15850         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15851         level.
15852         * posix/Makefile (test-xfail-annexc): New variable.
15853         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15855 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15857         * argp/Makefile: Include Makeconfig immediately after defining
15858         subdir.
15859         * assert/Makefile: Likewise.
15860         * benchtests/Makefile: Likewise.
15861         * catgets/Makefile: Likewise.
15862         * conform/Makefile: Likewise.
15863         * crypt/Makefile: Likewise.
15864         * csu/Makefile: Likewise.
15865         (all): Remove target.
15866         * ctype/Makefile: Include Makeconfig immediately after defining
15867         subdir.
15868         * debug/Makefile: Likewise.
15869         * dirent/Makefile: Likewise.
15870         * dlfcn/Makefile: Likewise.
15871         * gmon/Makefile: Likewise.
15872         * gnulib/Makefile: Likewise.
15873         * grp/Makefile: Likewise.
15874         * gshadow/Makefile: Likewise.
15875         * hesiod/Makefile: Likewise.
15876         * hurd/Makefile: Likewise.
15877         (all): Remove target.
15878         * iconvdata/Makefile: Include Makeconfig immediately after
15879         defining subdir.
15880         * inet/Makefile: Likewise.
15881         * intl/Makefile: Likewise.
15882         * io/Makefile: Likewise.
15883         * libio/Makefile: Likewise.
15884         (all): Remove target.
15885         * locale/Makefile: Include Makeconfig immediately after defining
15886         subdir.
15887         * login/Makefile: Likewise.
15888         * mach/Makefile: Likewise.
15889         (all): Remove target.
15890         * malloc/Makefile: Include Makeconfig immediately after defining
15891         subdir.
15892         (all): Remove target.
15893         * manual/Makefile: Include Makeconfig immediately after defining
15894         subdir.
15895         * math/Makefile: Likewise.
15896         * misc/Makefile: Likewise.
15897         * nis/Makefile: Likewise.
15898         * nss/Makefile: Likewise.
15899         * po/Makefile: Likewise.
15900         (all): Remove target.
15901         * posix/Makefile: Include Makeconfig immediately after defining
15902         subdir.
15903         * pwd/Makefile: Likewise.
15904         * resolv/Makefile: Likewise.
15905         * resource/Makefile: Likewise.
15906         * rt/Makefile: Likewise.
15907         * setjmp/Makefile: Likewise.
15908         * shadow/Makefile: Likewise.
15909         * signal/Makefile: Likewise.
15910         * socket/Makefile: Likewise.
15911         * soft-fp/Makefile: Likewise.
15912         * stdio-common/Makefile: Likewise.
15913         * stdlib/Makefile: Likewise.
15914         * streams/Makefile: Likewise.
15915         * string/Makefile: Likewise.
15916         * sunrpc/Makefile: Likewise.
15917         (all): Remove target.
15918         * sysvipc/Makefile: Include Makeconfig immediately after defining
15919         subdir.
15920         * termios/Makefile: Likewise.
15921         * time/Makefile: Likewise.
15922         * timezone/Makefile: Likewise.
15923         (all): Remove target.
15924         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15925         subdir.
15926         * wctype/Makefile: Likewise.
15928 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15930         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15931         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15932         (libc_feholdexcept_setround_mips): Ditto.
15933         (libc_feholdsetround): New.
15934         (libc_feholdsetroundf): New.
15935         (libc_feholdsetroundl): New.
15936         (libc_feupdateenv_test_mips): New.
15937         (libc_feupdateenv_test): New.
15938         (libc_feupdateenv_testf): New.
15939         (libc_feupdateenv_testl): New.
15940         (libc_feresetround): New.
15941         (libc_feresetroundf): New.
15942         (libc_feresetroundl): New.
15943         (libc_fetestexcept_mips): New.
15944         (libc_fetestexcept): New.
15945         (libc_fetestexceptf): New.
15946         (libc_fetestexceptl): New.
15947         (HAVE_RM_CTX): New.
15948         (libc_feholdexcept_setround_mips_ctx): New.
15949         (libc_feholdexcept_setround_ctx): New.
15950         (libc_feholdexcept_setroundf_ctx): New.
15951         (libc_feholdexcept_setroundl_ctx): New.
15952         (libc_fesetenv_mips_ctx): New.
15953         (libc_fesetenv_ctx): New.
15954         (libc_fesetenv_ctxf): New.
15955         (libc_fesetenv_ctxl): New.
15956         (libc_feupdateenv_mips_ctx): New.
15957         (libc_feupdateenv_ctx): New.
15958         (libc_feupdateenvf_ctx): New.
15959         (libc_feupdateenvl_ctx): New.
15960         (libc_feholdsetround_mips_ctx): New.
15961         (libc_feholdsetround_ctx): New.
15962         (libc_feholdsetroundf_ctx): New.
15963         (libc_feholdsetroundl_ctx): New.
15964         (libc_feresetround_mips_ctx): New.
15965         (libc_feresetround_ctx): New.
15966         (libc_feresetroundf_ctx): New.
15967         (libc_feresetroundl_ctx): New.
15969 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15971         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15973         * manual/ipc.texi: New file.
15974         * manual/Makefile (chapters): Add ipc.
15975         * manual/job.texi: Add "Inter-Process Communication" to next.
15976         * manual/process.texi: Add "Inter-Process Communication" to prev.
15978 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15980         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15982 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15984         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15986         * manual/arith.texi: Fix spaces after sentences.
15987         * manual/charset.texi: Likewise.
15988         * manual/errno.texi: Likewise.
15989         * manual/install.texi: Likewise.
15990         * manual/llio.texi: Likewise.
15991         * manual/locale.texi: Likewise.
15992         * manual/maint.texi: Likewise.
15993         * manual/math.texi: Likewise.
15994         * manual/memory.texi: Likewise.
15995         * manual/message.texi: Likewise.
15996         * manual/probes.texi: Likewise.
15997         * manual/resource.texi: Likewise.
15998         * manual/signal.texi: Likewise.
15999         * manual/socket.texi: Likewise.
16000         * manual/stdio.texi: Likewise.
16001         * manual/string.texi: Likewise.
16002         * manual/time.texi: Likewise.
16003         * manual/users.texi: Likewise.
16005 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16007         [BZ #16632]
16008         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16009         _DEFAULT_SOURCE is defined.
16011 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16012             Carlos O'Donell  <carlos@redhat.com>
16014         [BZ #16613]
16015         * elf/dl-tls.c (_dl_count_modids): New function.
16016         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16017         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16018         audit library and increment generation counter.
16019         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16020         * elf/tst-audit9.c: New file.
16021         * elf/tst-auditmod9a.c: New file.
16022         * elf/tst-auditmod9b.c: New file.
16023         * elf/Makefile: Add rules to build and run tst-audit9.
16025 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16027         [BZ #15347]
16028         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16030 2014-02-25  Will Newton  <will.newton@linaro.org>
16032         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16033         (__longjmp): Restore sp and lr before restoring callee
16034         saved registers.  Add longjmp and longjmp_target
16035         SystemTap probe point.
16036         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16037         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16038         Define to zero to match jmpbuf layout.
16039         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16040         (__sigsetjmp): Save sp and lr before saving callee
16041         saved registers.  Add setjmp SystemTap probe point.
16043 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16045         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16047 2014-02-24  Andreas Schwab  <schwab@suse.de>
16049         [BZ #15804]
16050         * elf/pldd.c (wait_for_ptrace_stop): New function.
16051         (main): Call it after attaching.
16053 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16055         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16056         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16057         Versions files is now verboten.
16058         * hurd/Versions (libc: GLIBC_2.0):
16059         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16060         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16061         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16062         * mach/Versions: Likewise.
16064         * csu/Versions: Remove unused %include.
16065         * resolv/Versions: Likewise.
16067 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16069         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16070         ($(objpfx)check-local-headers.out): Likewise.
16071         ($(objpfx)begin-end-check.out): Likewise.
16072         * Makerules (check-abi-%.out): Likewise.
16073         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16074         ($(objpfx)test2.cat): Likewise.
16075         ($(objpfx)de/libc.cat): Likewise.
16076         ($(objpfx)test-gencat.out): Likewise.
16077         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16078         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16079         ($(objpfx)noload-mem): Likewise.
16080         ($(objpfx)tst-pathopt.out): Likewise.
16081         ($(objpfx)tst-rtld-load-self.out): Likewise.
16082         ($(objpfx)tst-array1-cmp.out): Likewise.
16083         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16084         ($(objpfx)tst-array2-cmp.out): Likewise.
16085         ($(objpfx)tst-array3-cmp.out): Likewise.
16086         ($(objpfx)tst-array4-cmp.out): Likewise.
16087         ($(objpfx)tst-array5-cmp.out): Likewise.
16088         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16089         ($(objpfx)check-textrel.out): Likewise.
16090         ($(objpfx)check-execstack.out): Likewise.
16091         ($(objpfx)check-localplt.out): Likewise.
16092         ($(objpfx)order2-cmp.out): Likewise.
16093         ($(objpfx)tst-leaks1-mem): Likewise.
16094         ($(objpfx)tst-leaks1-static-mem): Likewise.
16095         ($(objpfx)tst-initorder-cmp.out): Likewise.
16096         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16097         ($(objpfx)tst-unused-dep.out): Likewise.
16098         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16099         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16100         * iconv/Makefile (test-iconvconfig): Likewise.
16101         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16102         ($(objpfx)iconv-test.out): Likewise.
16103         ($(objpfx)tst-tables.out): Likewise.
16104         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16105         ($(objpfx)tst-gettext.out): Likewise.
16106         ($(objpfx)tst-translit.out): Likewise.
16107         ($(objpfx)tst-gettext2.out): Likewise.
16108         ($(objpfx)tst-gettext4.out): Likewise.
16109         ($(objpfx)tst-gettext6.out): Likewise.
16110         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16111         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16112         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16113         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16114         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16115         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16116         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16117         ($(objpfx)wordexp-tst.out): Likewise.
16118         ($(objpfx)annexc.out): Likewise.
16119         ($(objpfx)tst-fnmatch-mem): Likewise.
16120         ($(objpfx)bug-regex2-mem): Likewise.
16121         ($(objpfx)bug-regex14-mem): Likewise.
16122         ($(objpfx)bug-regex21-mem): Likewise.
16123         ($(objpfx)bug-regex31-mem): Likewise.
16124         ($(objpfx)tst-vfork3-mem): Likewise.
16125         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16126         ($(objpfx)tst-pcre-mem): Likewise.
16127         ($(objpfx)tst-boost-mem): Likewise.
16128         ($(objpfx)tst-getconf.out): Likewise.
16129         ($(objpfx)bug-ga2-mem): Likewise.
16130         ($(objpfx)bug-glob2-mem): Likewise.
16131         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16132         ($(objpfx)mtrace-tst-leaks2): Likewise.
16133         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16134         ($(objpfx)tst-printf.out): Likewise.
16135         ($(objpfx)tst-setvbuf1.out): Likewise.
16136         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16137         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16138         ($(objpfx)tst-fmtmsg.out): Likewise.
16139         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16140         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16142         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16143         * bits/sigaction.h [__USE_MISC]: Likewise.
16144         * bits/waitstatus.h: Update #endif comments.
16145         * ctype/ctype.h: Likewise.
16146         * dirent/dirent.h: Likewise.
16147         [__USE_MISC]: Remove redundant conditionals.
16148         * grp/grp.h: Update #endif comments.
16149         [__USE_GNU]: Remove redundant conditionals.
16150         [__USE_MISC]: Likewise.
16151         * inet/netinet/in.h [__USE_GNU]: Likewise.
16152         * io/sys/stat.h [__USE_MISC]: Likewise.
16153         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16154         * libio/bits/stdio.h: Update #endif comments.
16155         [__USE_MISC]: Remove redundant conditionals.
16156         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16157         * libio/stdio.h: Update #endif comments.
16158         [__USE_MISC]: Remove redundant conditionals.
16159         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16160         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16161         * math/math.h: Update #else and #endif comments.
16162         [__USE_MISC]: Remove redundant conditionals.
16163         * misc/sys/uio.h: Update #endif comments.
16164         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16165         * posix/glob.h [__USE_MISC]: Likewise.
16166         * posix/sys/types.h: Update #endif comments.
16167         [__USE_MISC]: Remove redundant conditionals.
16168         * posix/sys/wait.h: Update #endif comments.
16169         [__USE_MISC]: Remove redundant conditionals.
16170         * posix/unistd.h: Update #endif comments.
16171         [__USE_MISC]: Remove redundant conditionals.
16172         * pwd/pwd.h [__USE_GNU]: Likewise.
16173         [__USE_MISC]: Likewise.
16174         * resolv/netdb.h [__USE_GNU]: Likewise.
16175         * signal/signal.h: Update #endif comments.
16176         [__USE_MISC]: Remove redundant conditionals.
16177         * stdlib/stdlib.h: Update #else and #endif comments.
16178         [__USE_MISC]: Remove redundant conditionals.
16179         [__USE_GNU]: Likewise.
16180         * string/bits/string2.h [__USE_MISC]: Likewise.
16181         * string/string.h: Update #endif comments.
16182         [__USE_MISC]: Remove redundant conditionals.
16183         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16184         Likewise.
16185         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16186         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16187         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16188         Likewise.
16189         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16190         Likewise.
16191         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16192         comments.
16193         [__USE_MISC]: Remove redundant conditionals.
16194         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16195         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16196         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16197         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16198         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16199         Likewise.
16200         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16201         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16202         Likewise.
16203         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16204         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16205         Likewise.
16206         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16207         Likewise.
16208         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16209         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16210         Likewise.
16211         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16212         Likewise.
16213         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16214         * sysdeps/x86/bits/string.h: Update #endif comments.
16215         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16216         conditionals.
16217         * time/sys/time.h: Update #endif comments.
16218         * time/time.h: Likewise.
16219         [__USE_MISC]: Remove redundant conditionals.
16221 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16223         [BZ #16600]
16224         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16226 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16228         * Versions.def (librt): Add GLIBC_2.17.
16230 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16232         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16233         synonym for _SYS_AUXV_H to allow direct inclusion.
16234         * sysdeps/sparc/bits/hwcap.h: Likewise.
16235         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16236         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16237         * sysdeps/sparc/sysdep.h: Likewise.
16239 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16241         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16243 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16245         * benchtests/bench-strrchr.c: Print length instead of position.
16247 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16249         [BZ #16611]
16250         * sysdeps/unix/sysv/linux/kernel-features.h
16251         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16252         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16253         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16254         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16255         Likewise.
16256         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16257         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16258         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16259         (__ASSUME_SENDMMSG): Define instead of using previous
16260         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16261         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16262         (__ASSUME_SENDMMSG_SYSCALL): Define.
16263         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16264         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16265         Likewise.
16266         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16267         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16268         Likewise.
16269         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16270         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16271         Likewise.
16272         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16273         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16274         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16275         [__ASSUME_SENDMMSG]: Change conditionals to
16276         [__ASSUME_SENDMMSG_SOCKETCALL].
16277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16278         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16279         Define.
16280         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16281         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16282         Likewise.
16283         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16284         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16285         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16286         [!__ASSUME_SENDMMSG]: Change conditional to
16287         [!__ASSUME_SENDMMSG_SOCKETCALL].
16288         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16289         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16290         Define.
16292         [BZ #16610]
16293         * sysdeps/unix/sysv/linux/kernel-features.h
16294         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16295         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16296         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16297         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16298         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16299         [__i386__ || __sparc__]
16300         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16301         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16302         (__ASSUME_RECVMMSG): Define instead of using previous
16303         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16304         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16305         (__ASSUME_RECVMMSG_SYSCALL): Define.
16306         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16307         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16308         Likewise.
16309         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16310         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16311         Likewise.
16312         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16313         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16314         Likewise.
16315         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16316         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16317         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16318         [__ASSUME_RECVMMSG]: Change condition to
16319         [__ASSUME_RECVMMSG_SOCKETCALL].
16320         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16321         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16322         Define.
16323         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16324         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16325         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16326         Likewise.
16327         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16328         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16329         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16330         [!__ASSUME_RECVMMSG]: Change condition to
16331         [!__ASSUME_RECVMMSG_SOCKETCALL].
16332         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16333         (__ASSUME_RECVMMSG_SYSCALL): Define.
16335         [BZ #16609]
16336         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16337         __powerpc__ || __s390__ || __sh__ || __sparc__]
16338         (__ASSUME_SOCKETCALL): Define.
16339         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16340         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16341         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16342         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16343         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16344         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16345         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16346         (__ASSUME_ACCEPT4): Define instead of using previous
16347         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16348         __powerpc__ || __sparc__ || __s390__)] condition.
16349         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16350         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16351         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16352         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16353         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16354         [!__ASSUME_ACCEPT4]: Change condition to
16355         [!__ASSUME_ACCEPT4_SOCKETCALL].
16356         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16357         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16358         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16359         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16360         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16361         __ASSUME_ACCEPT4_SYSCALL.
16362         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16363         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16364         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16365         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16366         __ASSUME_ACCEPT4_SYSCALL.
16367         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16368         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16369         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16370         [__ASSUME_ACCEPT4]: Change condition to
16371         [__ASSUME_ACCEPT4_SOCKETCALL].
16372         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16373         (__ASSUME_SOCKETCALL): Define.
16374         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16375         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16376         (__ASSUME_SOCKETCALL): Define.
16377         (__ASSUME_ACCEPT4): Remove.
16378         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16379         Define.
16380         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16381         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16382         Likewise.
16383         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16384         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16386         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16387         macro.
16388         (HWCAP_ARM_LPAE): Likewise.
16389         (HWCAP_ARM_EVTSTRM): Likewise.
16390         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16391         Add vpfd32, lpae and evtstrm.
16392         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16393         Increase to 22.
16395 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16397         * math/auto-libm-test-in: Add tests of clog10.
16398         * math/auto-libm-test-out: Regenerated.
16399         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16400         * sysdeps/i386/fpu/libm-test-ulps: Update.
16401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16403 2014-02-18  Andreas Schwab  <schwab@suse.de>
16405         [BZ #16574]
16406         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16407         Store non-zero if the second buffer was newly allocated.
16408         (send_dg): Likewise.
16409         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16410         to send_vc and send_dg.
16411         (res_nsend): Pass NULL for ansp2_malloced.
16412         * resolv/res_query.c (__libc_res_nquery): Add parameter
16413         answerp2_malloced and pass it down to __libc_res_nsend.
16414         (res_nquery): Pass additional NULL to __libc_res_nquery.
16415         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16416         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16417         second answer buffer if answerp2_malloced was set.
16418         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16419         (__libc_res_nquerydomain): Add parameter
16420         answerp2_malloced and pass it down to __libc_res_nquery.
16421         (res_nquerydomain): Pass additional NULL to
16422         __libc_res_nquerydomain.
16423         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16424         additional NULL to __libc_res_nsend and __libc_res_nquery.
16425         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16426         additional NULL to __libc_res_nsearch.
16427         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16428         parameter of __libc_res_nsearch to check for separately allocated
16429         second buffer.
16430         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16431         __libc_res_nquery.
16432         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16433         additional NULL to __libc_res_nquery.
16434         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16435         __libc_res_nsearch.
16436         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16437         * include/resolv.h: Update prototypes of __libc_res_nquery,
16438         __libc_res_nsearch, __libc_res_nsend.
16440 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16442         * math/auto-libm-test-in: Add tests of fma.
16443         * math/auto-libm-test-out: Regenerated.
16444         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16445         (fma_towardzero_test_data): Likewise.
16446         (fma_downward_test_data): Likewise.
16447         (fma_upward_test_data): Likewise.
16448         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16449         mpc_mode.
16450         (rounding_modes): Add values for new field.
16451         (func_calc_method): Add value mpfr_fff_f.
16452         (func_calc_desc): Add mpfr_fff_f union field.
16453         (test_function): Add field exact_args.
16454         (FUNC): Add macro argument EXACT_ARGS.
16455         (FUNC_mpfr_f_f): Update call to FUNC.
16456         (FUNC_mpfr_f_f): Likewise.
16457         (FUNC_mpfr_ff_f): Likewise.
16458         (FUNC_mpfr_if_f): Likewise.
16459         (FUNC_mpc_c_f): Likewise.
16460         (FUNC_mpc_c_c): Likewise.
16461         (test_functions): Add fma.  Update calls to FUNC.
16462         (handle_input_arg): Add argument exact_args.
16463         (add_test): Update call to handle_input_arg.
16464         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16465         (output_for_one_input_case): Update call to calc_generic_results.
16466         Recalculate exact zero results in each rounding mode.
16468         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16469         non-negative before setting low bit.
16470         * math/auto-libm-test-in: Mark one asin test possibly having
16471         spurious underflow.
16472         * math/auto-libm-test-out: Regenerated.
16473         * sysdeps/i386/fpu/libm-test-ulps: Update.
16474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16476 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16478         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16479         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16480         ports/sysdeps/unix/sysv/linux/microblaze.
16481         * README: Add missing listing for microblaze*-*-linux-gnu.
16483 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16485         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16486         duplicate code
16488 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16490         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16491         * sysdeps/unix/sysv/linux/ia64: Move directory from
16492         ports/sysdeps/unix/sysv/linux/ia64.
16493         * README: Update listing for ia64-*-linux-gnu.
16495 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16496             Joseph Myers  <joseph@codesourcery.com>
16498         * Makeconfig (test-name): New variable.
16499         (evaluate-test): Likewise.
16500         * Makerules (do-test-clean): Remove .test-result files.
16501         (common-mostlyclean): Likewise.
16502         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16503         * scripts/evaluate-test.sh: New file.
16505 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16507         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16508         separate $(objpfx)tst-fopenloc-cmp.out and
16509         $(objpfx)tst-fopenloc-mem.out targets.
16510         (tests): Update dependencies.
16511         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16512         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16513         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16514         (tst-rxspencer-no-utf8-ARGS): New variable.
16515         (tst-rxspencer-no-utf8-ENV): Likewise.
16516         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16517         instead of $(objpfx)tst-rxspencer-mem.
16518         ($(objpfx)tst-rxspencer-mem): Change target to
16519         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16520         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16521         * posix/tst-rxspencer-no-utf8.c: New file.
16523         * elf/Makefile ($(objpfx)order.out): Remove rule.
16524         [$(run-built-tests) = yes] (tests): Depend on
16525         $(objpfx)order-cmp.out.
16526         ($(objpfx)order-cmp.out): New rule.
16527         [$(run-built-tests) = yes] (tests): Depend on
16528         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16529         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16530         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16531         $(objpfx)tst-array5-static-cmp.out.
16532         ($(objpfx)tst-array1.out): Remove rule.
16533         ($(objpfx)tst-array1-cmp.out): New rule.
16534         ($(objpfx)tst-array1-static.out): Remove rule.
16535         ($(objpfx)tst-array1-static-cmp.out): New rule.
16536         ($(objpfx)tst-array2.out): Remove rule.
16537         ($(objpfx)tst-array2-cmp.out): New rule.
16538         ($(objpfx)tst-array3.out): Remove rule.
16539         ($(objpfx)tst-array3-cmp.out): New rule.
16540         ($(objpfx)tst-array4.out): Remove rule.
16541         ($(objpfx)tst-array4-cmp.out): New rule.
16542         ($(objpfx)tst-array5.out): Remove rule.
16543         ($(objpfx)tst-array5-cmp.out): New rule.
16544         ($(objpfx)tst-array5-static.out): Remove rule.
16545         ($(objpfx)tst-array5-static-cmp.out): New rule.
16546         [$(run-built-tests) = yes] (tests): Depend on
16547         $(objpfx)order2-cmp.out.
16548         ($(objpfx)order2.out): Remove rule.
16549         ($(objpfx)order2-cmp.out): New rule.
16550         ($(objpfx)tst-initorder.out): Remove rule.
16551         [$(run-built-tests) = yes] (tests): Depend on
16552         $(objpfx)tst-initorder-cmp.out.
16553         ($(objpfx)tst-initorder-cmp.out): New rule.
16554         ($(objpfx)tst-initorder2.out): Remove rule.
16555         [$(run-built-tests) = yes] (tests): Depend on
16556         $(objpfx)tst-initorder2-cmp.out.
16557         ($(objpfx)tst-initorder2-cmp.out): New rule.
16558         [$(run-built-tests) = yes] (tests): Depend on
16559         $(objpfx)tst-unused-dep-cmp.out.
16560         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16561         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16562         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16563         on $(objpfx)tst-setvbuf1-cmp.out.
16564         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16565         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16566         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16567         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16568         ($(objpfx)tst-svc.out): Remove rule.
16569         ($(objpfx)tst-svc-cmp.out): New rule.
16571 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16573         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16574         * ctype/ctype.h [__USE_MISC]: Likewise.
16575         * dirent/dirent.h [__USE_MISC]: Likewise.
16576         * grp/grp.h [__USE_MISC]: Likewise.
16577         * io/fcntl.h [__USE_MISC]: Likewise.
16578         * io/sys/stat.h [__USE_MISC]: Likewise.
16579         * libio/stdio.h [__USE_MISC]: Likewise.
16580         * posix/unistd.h [__USE_MISC]: Likewise.
16581         * pwd/pwd.h [__USE_MISC]: Likewise.
16582         * stdlib.h [__USE_MISC]: Likewise.
16583         * string/bits/string2.h [__USE_MISC]: Likewise.
16584         * string/string.h [__USE_MISC]: Likewise.
16585         * time/time.h [__USE_MISC]: Likewise.
16587 2014-02-13  Andreas Schwab  <schwab@suse.de>
16589         [BZ #16574]
16590         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16591         second answer buffer if it was separately allocated.
16593 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16595         * sysdeps/mips/math-tests.h: Include <features.h>.
16596         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16597         (ROUNDING_TESTS_long_double): Do not define.
16598         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16599         (EXCEPTION_TESTS_long_double): Likewise.
16600         * sysdeps/mips/mips64/libm-test-ulps: Update.
16602         * include/features.h (__USE_BSD): Remove macro definitions.
16603         (__USE_SVID): Likewise.
16604         (_BSD_SOURCE): Likewise.
16605         (_SVID_SOURCE): Likewise.
16606         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16607         from definition of _DEFAULT_SOURCE.
16608         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16609         [_DEFAULT_SOURCE].
16610         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16611         * bits/mman.h [__USE_BSD]: Likewise.
16612         * bits/termios.h [__USE_BSD]: Likewise.
16613         * bits/waitstatus.h [__USE_BSD]: Likewise.
16614         * ctype/ctype.h [__USE_SVID]: Likewise.
16615         * dirent/dirent.h [__USE_BSD]: Likewise.
16616         * grp/grp.h [__USE_SVID]: Likewise.
16617         [__USE_BSD]: Likewise.
16618         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16619         * io/fcntl.h [__USE_BSD]: Likewise.
16620         * io/ftw.h [__USE_BSD]: Likewise.
16621         * io/sys/stat.h [__USE_BSD]: Likewise.
16622         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16623         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16624         * libio/stdio.h [__USE_SVID]: Likewise.
16625         [__USE_BSD]: Likewise.
16626         * math/math.h [__USE_SVID]: Likewise.
16627         [__USE_BSD]: Likewise.
16628         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16629         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16630         * misc/search.h [__USE_SVID]: Likewise.
16631         * misc/sys/mman.h [__USE_BSD]: Likewise.
16632         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16633         * misc/sys/uio.h [__USE_BSD]: Likewise.
16634         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16635         * posix/glob.h [__USE_BSD]: Likewise.
16636         * posix/regex.h [__USE_BSD]: Likewise.
16637         * posix/sys/types.h [__USE_BSD]: Likewise.
16638         [__USE_SVID]: Likewise.
16639         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16640         * posix/sys/wait.h [__USE_BSD]: Likewise.
16641         [__USE_SVID]: Likewise.
16642         * posix/unistd.h [__USE_BSD]: Likewise.
16643         [__USE_SVID]: Likewise.
16644         * pwd/pwd.h [__USE_SVID]: Likewise.
16645         * resolv/netdb.h [__USE_BSD]: Likewise.
16646         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16647         * signal/signal.h [__USE_BSD]: Likewise.
16648         [__USE_SVID]: Likewise.
16649         * socket/sys/socket.h [__USE_BSD]: Likewise.
16650         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16651         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16652         [__USE_SVID]: Likewise.
16653         * string/bits/string2.h [__USE_BSD]: Likewise.
16654         [__USE_SVID]: Likewise.
16655         * string/bits/string3.h [__USE_BSD]: Likewise.
16656         * string/endian.h [__USE_BSD]: Likewise.
16657         * string/string.h [__USE_SVID]: Likewise.
16658         [__USE_BSD]: Likewise.
16659         * string/strings.h [__USE_BSD]: Likewise.
16660         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16661         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16662         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16663         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16664         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16665         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16666         Likewise.
16667         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16668         Likewise.
16669         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16670         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16671         Likewise.
16672         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16673         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16674         Likewise.
16675         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16676         Likewise.
16677         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16678         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16679         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16680         Likewise.
16681         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16682         Likewise.
16683         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16684         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16685         * termios/termios.h [__USE_BSD]: Likewise.
16686         * time/sys/time.h [__USE_BSD]: Likewise.
16687         * time/time.h [__USE_BSD]: Likewise.
16688         [__USE_SVID]: Likewise.
16690         * Makefile (subdir_targets): Remove subdir_lint.out.
16692         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16693         (do-tst-printf): Likewise.
16694         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16695         $(objpfx)tst-printf.out.
16697         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16699         * Makerules (check-abi-%): Change target to
16700         $(objpfx)check-abi-%.out.
16701         (check-abi target): Update dependencies.
16702         (check-abi-pattern variable): Redirect output of diff to $@.
16703         (check-abi variable): Likewise.
16704         * elf/Makefile (check-abi): Update dependencies.
16706         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16707         unused.
16708         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16709         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16710         subnormal range.
16711         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16712         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16713         value has largest subnormal exponent.
16714         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16715         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16716         * sysdeps/aarch64/soft-fp/sfp-machine.h
16717         (_FP_TININESS_AFTER_ROUNDING): New macro.
16718         * sysdeps/alpha/soft-fp/sfp-machine.h
16719         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16720         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16721         Likewise.
16722         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16723         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16724         * sysdeps/mips/soft-fp/sfp-machine.h
16725         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16726         * sysdeps/powerpc/soft-fp/sfp-machine.h
16727         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16728         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16729         Likewise.
16730         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16731         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16732         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16733         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16734         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16735         Likewise.
16737 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16739         [BZ #16545]
16740         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16741         model 1.
16743 2014-02-12  Richard Henderson  <rth@redhat.com>
16745         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16746         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16747         * sysdeps/unix/sysv/linux/alpha: Move directory from
16748         ports/sysdeps/unix/sysv/linux/alpha.
16749         * README: Update listing for alpha-*-linux-gnu.
16751 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16753         * include/features.h: Update comment documenting feature test
16754         macros.
16755         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16756         _DEFAULT_SOURCE.
16757         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16758         (_SVID_SOURCE): Likewise.
16759         (_DEFAULT_SOURCE): Update description of default features.
16760         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16761         with _GNU_SOURCE.
16762         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16763         (S_ISVTX): Likewise.
16764         * manual/math.texi (Mathematical Constants): Likewise.
16765         * manual/signal.texi (Interrupted Primitives): Likewise.
16766         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16767         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16768         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16769         Don't refer to _SVID_SOURCE in warning text.
16771         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16773         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16774         already defined.
16775         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16776         * sysdeps/mips/dl-lookup.c: Remove.
16777         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16779 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16781         [BZ #16447]
16782         * math/auto-libm-test-in: Add testcase for expl.
16783         * math/auto-libm-test-out: Regenerate.
16784         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16785         calculation of unsafe.
16786         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16788 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16790         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16791         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16792         ports/sysdeps/unix/sysv/linux/aarch64.
16793         * README: Update listing for aarch64*-*-linux-gnu.
16795 2014-02-11  Will Newton  <will.newton@linaro.org>
16797         * manual/probes.texi (Mathematical Function Probes): Use
16798         "triggered" instead of "hit".
16800         * manual/probes.texi (Internal Probes): Add documentation
16801         of setjmp, longjmp and longjmp_target probes.
16803         * include/stap-probe.h: Add comment about probe argument
16804         format.
16806         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16807         definition.  (tr_where, tr_freehook, tr_mallochook,
16808         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16810 2014-02-11  David S. Miller  <davem@davemloft.net>
16812         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16813         processing int_tests.
16815 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16817         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16818         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16819         * sysdeps/unix/sysv/linux/mips: Move directory from
16820         ports/sysdeps/unix/sysv/linux/mips.
16821         * README: Update listing for mips-*-linux-gnu and
16822         mips64-*-linux-gnu.
16824 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16826         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16827         * sysdeps/unix/sysv/linux/m68k: Move directory from
16828         ports/sysdeps/unix/sysv/linux/m68k.
16829         * README: Update listing for m68k-*-linux-gnu.
16831 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16833         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16834         * sysdeps/unix/sysv/linux/generic: Move directory from
16835         ports/sysdeps/unix/sysv/linux/generic.
16836         * sysdeps/unix/sysv/linux/tile: Move directory from
16837         ports/sysdeps/unix/sysv/linux/tile.
16838         * README: Update listing for tile*-*-linux-gnu.
16840 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16842         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16843         __builtin_expect.
16844         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16845         * catgets/open_catalog.c (__open_catalog): Likewise.
16846         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16847         * debug/confstr_chk.c: Likewise.
16848         * debug/fread_chk.c (__fread_chk): Likewise.
16849         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16850         * debug/getgroups_chk.c: Likewise.
16851         * debug/mbsnrtowcs_chk.c: Likewise.
16852         * debug/mbsrtowcs_chk.c: Likewise.
16853         * debug/mbstowcs_chk.c: Likewise.
16854         * debug/memcpy_chk.c: Likewise.
16855         * debug/memmove_chk.c: Likewise.
16856         * debug/mempcpy_chk.c: Likewise.
16857         * debug/memset_chk.c: Likewise.
16858         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16859         * debug/strcat_chk.c (__strcat_chk): Likewise.
16860         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16861         * debug/strncat_chk.c (__strncat_chk): Likewise.
16862         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16863         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16864         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16865         * debug/wcpncpy_chk.c: Likewise.
16866         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16867         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16868         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16869         * debug/wcsncpy_chk.c: Likewise.
16870         * debug/wcsnrtombs_chk.c: Likewise.
16871         * debug/wcsrtombs_chk.c: Likewise.
16872         * debug/wcstombs_chk.c: Likewise.
16873         * debug/wmemcpy_chk.c: Likewise.
16874         * debug/wmemmove_chk.c: Likewise.
16875         * debug/wmempcpy_chk.c: Likewise.
16876         * debug/wmemset_chk.c: Likewise.
16877         * dirent/scandirat.c (SCANDIRAT): Likewise.
16878         * dlfcn/dladdr1.c (dladdr1): Likewise.
16879         * dlfcn/dladdr.c (dladdr): Likewise.
16880         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16881         * dlfcn/dlerror.c (__dlerror): Likewise.
16882         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16883         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16884         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16885         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16886         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16887         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16888         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16889         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16890         Likewise.
16891         * elf/dl-conflict.c: Likewise.
16892         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16893         * elf/dl-dst.h: Likewise.
16894         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16895         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16896         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16897         * elf/dl-init.c (call_init, _dl_init): Likewise.
16898         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16899         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16900         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16901         Likewise.
16902         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16903         Likewise.
16904         * elf/dl-minimal.c (__libc_memalign): Likewise.
16905         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16906         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16907         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16908         * elf/dl-sym.c (do_sym): Likewise.
16909         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16910         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16911         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16912         * elf/dl-writev.h (_dl_writev): Likewise.
16913         * elf/ldconfig.c (search_dir): Likewise.
16914         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16915         (dl_main): Likewise.
16916         * elf/setup-vdso.h (setup_vdso): Likewise.
16917         * grp/compat-initgroups.c (compat_call): Likewise.
16918         * grp/fgetgrent.c (fgetgrent): Likewise.
16919         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16920         * grp/putgrent.c (putgrent): Likewise.
16921         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16922         Likewise.
16923         * hurd/hurdinit.c: Likewise.
16924         * iconvdata/8bit-gap.c (struct): Likewise.
16925         * iconvdata/ansi_x3.110.c : Likewise.
16926         * iconvdata/big5.c : Likewise.
16927         * iconvdata/big5hkscs.c : Likewise.
16928         * iconvdata/cp1255.c: Likewise.
16929         * iconvdata/cp1258.c : Likewise.
16930         * iconvdata/cp932.c : Likewise.
16931         * iconvdata/euc-cn.c: Likewise.
16932         * iconvdata/euc-jisx0213.c : Likewise.
16933         * iconvdata/euc-jp.c: Likewise.
16934         * iconvdata/euc-jp-ms.c : Likewise.
16935         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16936         * iconvdata/gb18030.c : Likewise.
16937         * iconvdata/gbbig5.c (const): Likewise.
16938         * iconvdata/gbgbk.c: Likewise.
16939         * iconvdata/gbk.c : Likewise.
16940         * iconvdata/ibm1364.c : Likewise.
16941         * iconvdata/ibm930.c : Likewise.
16942         * iconvdata/ibm932.c: Likewise.
16943         * iconvdata/ibm933.c : Likewise.
16944         * iconvdata/ibm935.c : Likewise.
16945         * iconvdata/ibm937.c : Likewise.
16946         * iconvdata/ibm939.c : Likewise.
16947         * iconvdata/ibm943.c: Likewise.
16948         * iconvdata/iso_11548-1.c: Likewise.
16949         * iconvdata/iso-2022-cn.c : Likewise.
16950         * iconvdata/iso-2022-cn-ext.c : Likewise.
16951         * iconvdata/iso-2022-jp-3.c: Likewise.
16952         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16953         * iconvdata/iso-2022-kr.c : Likewise.
16954         * iconvdata/iso646.c (gconv_end): Likewise.
16955         * iconvdata/iso_6937-2.c : Likewise.
16956         * iconvdata/iso_6937.c : Likewise.
16957         * iconvdata/iso8859-1.c: Likewise.
16958         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16959         * iconvdata/shift_jisx0213.c : Likewise.
16960         * iconvdata/sjis.c : Likewise.
16961         * iconvdata/t.61.c : Likewise.
16962         * iconvdata/tcvn5712-1.c : Likewise.
16963         * iconvdata/tscii.c: Likewise.
16964         * iconvdata/uhc.c : Likewise.
16965         * iconvdata/unicode.c (gconv_end): Likewise.
16966         * iconvdata/utf-16.c (gconv_end): Likewise.
16967         * iconvdata/utf-32.c (gconv_end): Likewise.
16968         * iconvdata/utf-7.c (base64): Likewise.
16969         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16970         * iconv/gconv_close.c (__gconv_close): Likewise.
16971         * iconv/gconv_open.c (__gconv_open): Likewise.
16972         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16973         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16974         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16975         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16976         (ucs4le_internal_loop_single): Likewise.
16977         * iconv/iconv.c (iconv): Likewise.
16978         * iconv/iconv_close.c: Likewise.
16979         * iconv/loop.c (SINGLE): Likewise.
16980         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16981         * include/atomic.h: Likewise.
16982         * inet/inet6_option.c (option_alloc): Likewise.
16983         * intl/bindtextdom.c (set_binding_values): Likewise.
16984         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16985         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16986         * intl/localealias.c (read_alias_file): Likewise.
16987         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16988         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16989         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16990         * libio/fmemopen.c (fmemopen): Likewise.
16991         * libio/iofgets.c (_IO_fgets): Likewise.
16992         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16993         * libio/iofgetws.c (fgetws): Likewise.
16994         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16995         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16996         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16997         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16998         * locale/findlocale.c (_nl_find_locale): Likewise.
16999         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17000         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17001         Likewise.
17002         * locale/setlocale.c (setlocale): Likewise.
17003         * login/programs/pt_chown.c (main): Likewise.
17004         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17005         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17006         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17007         (mmap, mmap64, mremap, munmap): Likewise.
17008         * math/e_exp2l.c: Likewise.
17009         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17010         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17011         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17012         * math/s_catan.c (__catan): Likewise.
17013         * math/s_catanf.c (__catanf): Likewise.
17014         * math/s_catanh.c (__catanh): Likewise.
17015         * math/s_catanhf.c (__catanhf): Likewise.
17016         * math/s_catanhl.c (__catanhl): Likewise.
17017         * math/s_catanl.c (__catanl): Likewise.
17018         * math/s_ccosh.c (__ccosh): Likewise.
17019         * math/s_ccoshf.c (__ccoshf): Likewise.
17020         * math/s_ccoshl.c (__ccoshl): Likewise.
17021         * math/s_cexp.c (__cexp): Likewise.
17022         * math/s_cexpf.c (__cexpf): Likewise.
17023         * math/s_cexpl.c (__cexpl): Likewise.
17024         * math/s_clog10.c (__clog10): Likewise.
17025         * math/s_clog10f.c (__clog10f): Likewise.
17026         * math/s_clog10l.c (__clog10l): Likewise.
17027         * math/s_clog.c (__clog): Likewise.
17028         * math/s_clogf.c (__clogf): Likewise.
17029         * math/s_clogl.c (__clogl): Likewise.
17030         * math/s_csin.c (__csin): Likewise.
17031         * math/s_csinf.c (__csinf): Likewise.
17032         * math/s_csinh.c (__csinh): Likewise.
17033         * math/s_csinhf.c (__csinhf): Likewise.
17034         * math/s_csinhl.c (__csinhl): Likewise.
17035         * math/s_csinl.c (__csinl): Likewise.
17036         * math/s_csqrt.c (__csqrt): Likewise.
17037         * math/s_csqrtf.c (__csqrtf): Likewise.
17038         * math/s_csqrtl.c (__csqrtl): Likewise.
17039         * math/s_ctan.c (__ctan): Likewise.
17040         * math/s_ctanf.c (__ctanf): Likewise.
17041         * math/s_ctanh.c (__ctanh): Likewise.
17042         * math/s_ctanhf.c (__ctanhf): Likewise.
17043         * math/s_ctanhl.c (__ctanhl): Likewise.
17044         * math/s_ctanl.c (__ctanl): Likewise.
17045         * math/w_pow.c: Likewise.
17046         * math/w_powf.c: Likewise.
17047         * math/w_powl.c: Likewise.
17048         * math/w_scalb.c (sysv_scalb): Likewise.
17049         * math/w_scalbf.c (sysv_scalbf): Likewise.
17050         * math/w_scalbl.c (sysv_scalbl): Likewise.
17051         * misc/error.c (error_tail): Likewise.
17052         * misc/pselect.c (__pselect): Likewise.
17053         * nis/nis_callback.c (__nis_create_callback): Likewise.
17054         * nis/nis_call.c (__nisfind_server): Likewise.
17055         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17056         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17057         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17058         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17059         * nis/nis_lookup.c (nis_lookup): Likewise.
17060         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17061         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17062         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17063         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17064         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17065         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17066         * nis/nss_compat/compat-initgroups.c (add_group)
17067         (internal_getgrent_r): Likewise.
17068         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17069         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17070         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17071         (internal_getspnam_r): Likewise.
17072         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17073         (_nss_nis_getaliasbyname_r): Likewise.
17074         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17075         (_nss_nis_getntohost_r): Likewise.
17076         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17077         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17078         (_nss_nis_getgrgid_r): Likewise.
17079         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17080         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17081         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17082         (_nss_nis_gethostbyname4_r): Likewise.
17083         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17084         (initgroups_netid): Likewise.
17085         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17086         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17087         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17088         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17089         (_nss_nis_getprotobynumber_r): Likewise.
17090         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17091         (_nss_nis_getsecretkey): Likewise.
17092         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17093         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17094         (_nss_nis_getpwuid_r): Likewise.
17095         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17096         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17097         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17098         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17099         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17100         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17101         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17102         Likewise.
17103         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17104         (_nss_nisplus_getntohost_r): Likewise.
17105         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17106         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17107         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17108         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17109         Likewise.
17110         * nis/nss_nisplus/nisplus-initgroups.c
17111         (_nss_nisplus_initgroups_dyn): Likewise.
17112         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17113         (_nss_nisplus_getnetbyaddr_r): Likewise.
17114         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17115         (_nss_nisplus_getprotobynumber_r): Likewise.
17116         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17117         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17118         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17119         Likewise.
17120         * nis/nss_nisplus/nisplus-service.c
17121         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17122         (_nss_nisplus_getservbyport_r): Likewise.
17123         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17124         (_nss_nisplus_getspnam_r): Likewise.
17125         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17126         Likewise.
17127         * nscd/aicache.c (addhstaiX): Likewise.
17128         * nscd/cache.c (cache_search, prune_cache): Likewise.
17129         * nscd/connections.c (register_traced_file, send_ro_fd)
17130         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17131         (main_loop_epoll): Likewise.
17132         * nscd/grpcache.c (addgrbyX): Likewise.
17133         * nscd/hstcache.c (addhstbyX): Likewise.
17134         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17135         * nscd/mem.c (gc, mempool_alloc): Likewise.
17136         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17137         (addinnetgrX): Likewise.
17138         * nscd/nscd-client.h (__nscd_acquire_maplock)
17139         (__nscd_drop_map_ref): Likewise.
17140         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17141         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17142         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17143         Likewise.
17144         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17145         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17146         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17147         (__nscd_get_map_ref): Likewise.
17148         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17149         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17150         Likewise.
17151         * nscd/pwdcache.c (addpwbyX): Likewise.
17152         * nscd/selinux.c (preserve_capabilities): Likewise.
17153         * nscd/servicescache.c (addservbyX): Likewise.
17154         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17155         * posix/fnmatch.c (fnmatch): Likewise.
17156         * posix/getopt.c (_getopt_internal_r): Likewise.
17157         * posix/glob.c (glob, glob_in_dir): Likewise.
17158         * posix/wordexp.c (exec_comm_child): Likewise.
17159         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17160         (getanswer_r, gaih_getanswer_slice): Likewise.
17161         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17162         * resolv/res_init.c: Likewise.
17163         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17164         * resolv/res_query.c (__libc_res_nquery): Likewise.
17165         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17166         Likewise.
17167         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17168         * stdio-common/perror.c (perror): Likewise.
17169         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17170         * stdio-common/tmpnam.c (tmpnam): Likewise.
17171         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17172         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17173         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17174         Likewise.
17175         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17176         * stdlib/putenv.c (putenv): Likewise.
17177         * stdlib/setenv.c (__add_to_environ): Likewise.
17178         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17179         * stdlib/strtol_l.c (INTERNAL): Likewise.
17180         * string/memmem.c (memmem): Likewise.
17181         * string/strerror.c (strerror): Likewise.
17182         * string/strnlen.c (__strnlen): Likewise.
17183         * string/test-memmem.c (simple_memmem): Likewise.
17184         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17185         * sunrpc/pm_getport.c (__get_socket): Likewise.
17186         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17187         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17188         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17189         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17190         Likewise.
17191         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17192         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17193         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17194         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17195         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17196         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17197         Likewise.
17198         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17199         Likewise.
17200         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17201         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17202         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17203         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17204         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17206         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17207         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17208         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17209         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17210         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17211         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17212         Likewise.
17213         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17214         Likewise.
17215         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17216         Likewise.
17217         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17218         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17219         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17220         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17221         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17222         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17223         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17224         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17225         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17226         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17227         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17228         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17229         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17230         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17231         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17232         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17233         Likewise.
17234         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17235         Likewise.
17236         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17237         Likewise.
17238         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17239         Likewise.
17240         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17241         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17242         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17243         Likewise.
17244         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17245         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17246         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17247         * sysdeps/posix/sleep.c: Likewise.
17248         * sysdeps/posix/tempname.c: Likewise.
17249         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17250         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17251         Likewise.
17252         * sysdeps/powerpc/powerpc32/dl-machine.h
17253         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17254         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17255         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17256         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17257         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17258         Likewise.
17259         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17260         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17261         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17262         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17263         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17264         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17265         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17266         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17267         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17268         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17269         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17270         (elf_machine_lazy_rel): Likewise.
17271         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17272         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17273         (elf_machine_lazy_rel): Likewise.
17274         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17275         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17276         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17277         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17278         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17279         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17280         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17281         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17282         Likewise.
17283         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17284         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17285         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17286         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17287         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17288         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17289         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17290         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17291         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17292         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17293         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17294         Likewise.
17295         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17296         (__posix_fallocate64_l64): Likewise.
17297         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17298         (posix_fallocate): Likewise.
17299         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17300         Likewise.
17301         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17302         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17303         (getifaddrs_internal): Likewise.
17304         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17305         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17306         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17307         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17308         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17309         (__posix_fallocate64_l64): Likewise.
17310         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17311         Likewise.
17312         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17313         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17314         (__get_clockfreq): Likewise.
17315         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17316         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17317         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17318         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17319         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17320         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17321         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17322         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17323         Likewise.
17324         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17325         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17326         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17327         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17328         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17329         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17330         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17331         Likewise.
17332         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17333         (posix_fallocate): Likewise.
17334         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17335         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17336         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17337         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17338         (elf_machine_rela, elf_machine_rela_relative)
17339         (elf_machine_lazy_rel): Likewise.
17340         * time/asctime.c (asctime_internal): Likewise.
17341         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17342         * time/tzset.c (__tzset_parse_tz): Likewise.
17343         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17344         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17345         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17346         * wcsmbs/wcsmbsload.h: Likewise.
17348         [BZ #15894]
17349         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17351         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17352         (arena_get2): Remove THREAD_STATS conditionals.
17353         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17354         (__malloc_stats, int): Likewise.
17356 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17358         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17359         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17361         * manual/setjmp.texi: Fix typos/grammar errors.
17363         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17364         Only return early when n is <= 0.  Delete unused return statement.
17366         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17367         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17368         * debug/tst-longjmp_chk3.c: New file.
17370         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17371         (test_main): Replace code with set_fortify_handler call.
17372         * debug/test-strcpy_chk.c: Likewise.
17373         * debug/tst-chk1.c: Likewise.
17374         * debug/tst-longjmp_chk.c: Likewise.
17375         * test-skeleton.c: Include fcntl.h & paths.h
17376         (set_fortify_handler): Define.
17378         * debug/tst-longjmp_chk.c: Add header comment and include
17379         ../test-skeleton.c.
17380         (do_test): Mark static.
17381         (TEST_FUNCTION): Define.
17383         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17384         (IP_PMTUDISC_INTERFACE): Likewise.
17385         (IP_MULTICAST_IF): Likewise.
17386         (IP_MULTICAST_TTL): Likewise.
17387         (IP_MULTICAST_LOOP): Likewise.
17388         (IP_ADD_MEMBERSHIP): Likewise.
17389         (IP_DROP_MEMBERSHIP): Likewise.
17390         (IP_UNBLOCK_SOURCE): Likewise.
17391         (IP_BLOCK_SOURCE): Likewise.
17392         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17393         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17394         (IP_MSFILTER): Likewise.
17395         (MCAST_JOIN_GROUP): Likewise.
17396         (MCAST_BLOCK_SOURCE): Likewise.
17397         (MCAST_UNBLOCK_SOURCE): Likewise.
17398         (MCAST_LEAVE_GROUP): Likewise.
17399         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17400         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17401         (MCAST_MSFILTER): Likewise.
17402         (IP_MULTICAST_ALL): Likewise.
17403         (IP_UNICAST_IF): Likewise.
17405         * timezone/Makefile: Delete $(have-ksh) check.
17406         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17407         * timezone/tzselect.ksh: Add +x mode bits.
17409         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17410         (ANON_INODE_FS_MAGIC): Likewise.
17411         (BDEVFS_MAGIC): Likewise.
17412         (BINFMTFS_MAGIC): Likewise.
17413         (BTRFS_TEST_MAGIC): Likewise.
17414         (CRAMFS_MAGIC_WEND): Likewise.
17415         (DEBUGFS_MAGIC): Likewise.
17416         (ECRYPTFS_SUPER_MAGIC): Likewise.
17417         (EXT3_SUPER_MAGIC): Likewise.
17418         (EXT4_SUPER_MAGIC): Likewise.
17419         (FUTEXFS_SUPER_MAGIC): Likewise.
17420         (HOSTFS_SUPER_MAGIC): Likewise.
17421         (HUGETLBFS_MAGIC): Likewise.
17422         (MINIX3_SUPER_MAGIC): Likewise.
17423         (MTD_INODE_FS_MAGIC): Likewise.
17424         (NILFS_SUPER_MAGIC): Likewise.
17425         (OPENPROM_SUPER_MAGIC): Likewise.
17426         (PIPEFS_MAGIC): Likewise.
17427         (PSTOREFS_MAGIC): Likewise.
17428         (QNX6_SUPER_MAGIC): Likewise.
17429         (RAMFS_MAGIC): Likewise.
17430         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17431         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17432         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17433         (SECURITYFS_MAGIC): Likewise.
17434         (SELINUX_MAGIC): Likewise.
17435         (SMACK_MAGIC): Likewise.
17436         (SOCKFS_MAGIC): Likewise.
17437         (SQUASHFS_MAGIC): Likewise.
17438         (STACK_END_MAGIC): Likewise.
17439         (TMPFS_MAGIC): Likewise.
17440         (USBDEVICE_SUPER_MAGIC): Likewise.
17441         (V9FS_MAGIC): Likewise.
17442         (XENFS_SUPER_MAGIC): Likewise.
17443         (CRAMFS_MAGIC): Fix typo in comment.
17444         (EXT2_SUPER_MAGIC): Update comment.
17445         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17447 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17449         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17450         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17451         * sysdeps/unix/sysv/linux/arm: Move directory from
17452         ports/sysdeps/unix/sysv/linux/arm.
17453         * README: Update listing for arm-*-linux-gnueabi.
17455         * README: Remove mention of am33.
17457 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17459         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17460         than the comma operator, to avoid "rhs of comma has no effect"
17461         compiler warnings.
17462         (__sigfillset, __sigandset, __sigorset): Likewise.
17463         * include/signal.h (__sigemptyset): Likewise.
17464         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17466 2014-02-07  Allan McRae  <allan@archlinux.org>
17468         * version.h (RELEASE): Set to "development".
17469         (VERSION): Set to "2.19.90"
17470         * NEWS: Add 2.20 section.
17472 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17474         [BZ #16529]
17475         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17477 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17479         * manual/contrib.texi: Update entry for Carlos O'Donell,
17480         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17482 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17484         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17486         * sysdeps/unix/sysv/linux/kernel-features.h
17487         [__LINUX_KERNEL_VERSION >= 0x020621]
17488         (__ASSUME_PROC_PID_TASK_COMM): Define.
17490 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17492         [BZ #16398]
17493         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17494         conversion when destination buffer does not have enough space.
17495         * libio/tst-ftell-partial-wide.c: New test case.
17496         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17498         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17499         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17500         Leonard and Allan McRae.
17502 2014-02-04  David S. Miller  <davem@davemloft.net>
17504         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17505         32-bit.
17507 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17510         New file
17511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17512         New file
17513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17514         New file.
17515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17516         New file.
17517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17518         New file.
17519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17520         New file.
17521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17522         New file.
17523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17524         New file.
17525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17526         New file.
17527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17528         New file.
17529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17530         New file.
17531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17532         New file.
17533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17534         New file.
17536 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17538         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17539         * shlib-versions: Likewise.
17541 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17542             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17544         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17545         (abilist-pattern): New variable, set to %-le.abilist.
17547         * Makerules (abilist-pattern): New variable.
17548         (vpath): Use $(abilist-pattern) in place of %.abilist.
17549         (check-abi-% pattern rule): Likewise.
17550         (check-abi, update-abi): Likewise.
17552 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17556 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17558         * manual/startup.texi: Add next, previous, and top entries for
17559         the `Program Arguments' and `Environment Variables' nodes.
17561 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17563         * manual/macros.texi: Add comments before MTASC-safety macros.
17565         * manual/users.texi: Document MTASC-safety properties.
17567         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17568         (pthread_getspecific, pthread_setspecific): Format with
17569         @deftypefun, and add @safety note.
17570         * manual/signal.texi: Move comments that analyze the above
17571         functions to their home place.
17573 2014-02-03  Allan McRae  <allan@archlinux.org>
17575         * po/sl.po: Update Slovenian translation from translation project.
17577 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17579         * manual/time.texi (timegm): Add missing blank after @c.
17580         Reported by Joseph Myers <joseph@codesourcery.com>.
17582 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17584         * manual/check-safety.sh: New.
17585         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17587         * manual/terminal.texi: Document MTASC-safety properties.
17589         * manual/filesys.texi: Document MTASC-safety properties.
17591         * manual/errno.texi: Document MTASC-safety properties.
17593         * manual/intro.texi: Document safety identifiers and
17594         conditionals.
17596         * manual/string.texi (wcstok): Fix prototype.
17597         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17599         * manual/time.texi: Document MTASC-safety properties.
17601         * manual/string.texi: Document MTASC-safety properties.
17603         * manual/threads.texi: Document MTASC-safety properties.
17605         * manual/stdio.texi: Document MTASC-safety properties.
17607         * manual/syslog.texi: Document MTASC-safety properties.
17609         * manual/sysinfo.texi: Document MTASC-safety properties.
17611         * manual/startup.texi: Document MTASC-safety properties.
17613         * manual/socket.texi: Document MTASC-safety properties.
17615         * manual/signal.texi: Document MTASC-safety properties.
17617 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17619         * manual/setjmp.texi: Document MTASC-safety properties.
17621         * manual/search.texi: Document MTASC-safety properties.
17623         * manual/resource.texi: Document MTASC-safety properties.
17625         * manual/process.texi: Document MTASC-safety properties.
17627         * manual/platform.texi: Document MTASC-safety properties.
17629         * manual/pipe.texi: Document MTASC-safety properties.
17631         * manual/pattern.texi: Document MTASC-safety properties.
17633         * manual/message.texi: Document MTASC-safety properties.
17635         [BZ #12751]
17636         * manual/memory.texi: Document MTASC-safety properties.
17638         * manual/math.texi: Document MTASC-safety properties.
17640         * manual/locale.texi: Document MTASC-safety properties.
17642         * manual/llio.texi: Document MTASC-safety properties.
17644         * manual/libdl.texi: New.
17646         * manual/lang.texi: Document MTASC-safety properties.
17648         * manual/job.texi: Document MTASC-safety properties.
17650         * manual/getopt.texi: Document MTASC-safety properties.
17652         * manual/ctype.texi: Document MTASC-safety properties.
17654 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17656         [BZ #16046]
17657         * csu/libc-tls.c (static_map): Remove variable.
17658         (__libc_setup_tls): Use main executable's link map for TLS data.
17659         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17660         casing for LM_ID_BASE and GL(dl_nns).
17661         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17662         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17663         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17664         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17665         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17666         member.
17667         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17668         l_phnum members.
17670 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17672         * manual/debug.texi: Document MTASC-safety properties.
17674 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17676         [BZ #16510]
17677         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17678         of __x86_64__ when disabling x87 inline functions.
17680 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17682         * manual/charset.texi: Document MTASC-safety properties.
17684         * manual/crypt.texi: Document MTASC-safety properties.
17686         * manual/conf.texi: Document MTASC-safety properties.
17688         * manual/arith.texi: Document MTASC-safety properties.
17690         * manual/argp.texi: Document MTASC-safety properties.
17692         * manual/macros.texi: Introduce macros to document multi
17693         thread, asynchronous signal and asynchronous cancellation
17694         safety properties.
17695         * manual/intro.texi: Introduce the properties themselves.
17697 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17699         * sysdeps/sh/sh4/Makefile: New file.
17701 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17703         * math/gen-libm-test.pl ($srcdir): New variable.
17704         ($auto_input): Use it.
17706 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17708         [BZ #16506]
17709         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17710         access beyond array bounds when parsing netgroups file.
17712         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17713         the old buffer before realloc.
17715 2014-01-27  Allan McRae  <allan@archlinux.org>
17717         * po/fr.po: Update French translation from translation project.
17719 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17721         * sysdeps/sh/libm-test-ulps: Regenerate.
17723 2014-01-24  David S. Miller  <davem@davemloft.net>
17725         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17727 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17729         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17730         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17732 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17734         [BZ #16474]
17735         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17736         string pointers after reallocation.
17738 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17740         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17741         __SH4A__ instead of __SH_FPU_ANY__.
17743 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17745         * sysdeps/sh/fpu_control.h: New file.
17746         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17747         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17748         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17749         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17750         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17751         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17752         * sysdeps/sh/sys/ucontext.h: Remove.
17753         * sysdeps/sh/sys: Remove directory.
17755 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17757         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17758         s390/sys/ucontext.h.
17759         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17760         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17762 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17764         [BZ #15605]
17765         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17767 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17769         [BZ#16431]
17770         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17771         Adjust the vDSO correctly for internal calls.
17772         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17774 2014-01-20  Allan McRae  <allan@archlinux.org>
17776         * po/ca.po: Update Catalan translation from translation project.
17778 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17780         * sysdeps/s390/sotruss-lib.c: New file.
17782 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17784         [BZ#16430]
17785         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17786         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17787         local calls issues by not having a PLT stub required for IFUNC calls.
17788         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17790 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17792         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17793         * math/test-fpucw-static.c: Likewise.
17795 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17797         [BZ #16453]
17798         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17800 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17802         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17803         implementation for powerpc.
17805 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17807         [BZ #14782]
17808         * sysdeps/posix/system.c (__libc_system): Do not enable
17809         asynchronous cancellation.
17811 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17813         [BZ #16427]
17814         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17815         handling only for numbers special also in the IEEE case.
17817 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17819         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17821 2014-01-11  Allan McRae  <allan@archlinux.org>
17823         * po/bg.po: Update Bulgarian translation from translation project.
17825         * po/de.po: Update German translation from translation project.
17827 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17829         * sysdeps/generic/gcc-compat.h: New file.
17831 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17833         * benchtests/asin-inputs: Correct slow inputs.
17834         * benchtests/acos-inputs: Likewise.
17836 2014-01-10  Allan McRae  <allan@archlinux.org>
17838         * po:sv.po: Update Swedish translation from translation project.
17840         * po/vi.po: Update Vietnamese translation from translation project.
17842         * po/eo.po: Update Esperanto translation from translation project.
17844         * po/cs.po: Update Czech translation from translation project.
17846         * po/nl.po: Update Dutch translation from translation project.
17848         * po/pl.po: Update Polish translation from translation project.
17850         * po/ru.po: Update Russian translation from translation project.
17852         * po/uk.po: Update Ukrainian translation from translation project.
17854 2014-01-08  Brooks Moses  <bmoses@google.com>
17856         * elf/dl-load.c: Fix comment typo.
17858 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17860         * po/header.pot: Rename to...
17861         * po/pot.header: ... this.
17862         * po/Makefile: Use pot.header.
17864 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17865             Maxim Kuvyrkov  <maxim@kugelworks.com>
17867         [BZ #16394]
17868         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17869         SRC and DEST against LEN.
17871 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17873         [BZ #16414]
17874         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17875         implementation.
17876         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17878 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17882 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17884         [BZ #16408]
17885         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17886         for large positive arguments.
17888 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17890         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17892         * math/auto-libm-test-in: Mark various tests with
17893         xfail-rounding:ldbl-128ibm.
17894         * math/auto-libm-test-out: Regenerated.
17896         [BZ #16407]
17897         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17898         Increase overflow threshold.
17900 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17902         [BZ #14286]
17903         * stdio-common/vfprintf.c: Check for integer overflow.
17905 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17907         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17908         the first argument and return value of __tls_get_addr_internal.
17910 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17912         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17913         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17915 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17917         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17918         * sysdeps/s390/rtld-global-offsets.sym: New file.
17919         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17920         GLIBC_2.19 symbol.
17921         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17922         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17923         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17924         ... this.
17925         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17926         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17927         ... this.
17928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17929         Regenerate.
17930         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17931         Regenerate.
17932         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17933         halfs of GPRs for high_gprs contexts.
17934         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17935         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17936         field.
17937         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17938         uc_flags field.
17939         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17940         64 bit versions:
17941         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17942         for high GPRs (uc_high_gprs) and for future extensions
17943         (__reserved).
17944         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17945         for future extensions (__reserved).
17946         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17947         64 bit versions:
17948         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17949         SC_HIGHGPRS offset definition.
17950         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17951         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17953         * Versions.def: Add GLIBC_2.19 for libpthread.
17954         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17955         siglongjmp for libpthread with GLIBC_2.19 symver.
17956         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17957         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17958         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17959         * sysdeps/s390/__longjmp.c: New file.
17960         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17961         * sysdeps/s390/longjmp.c: New file.
17962         * sysdeps/s390/setjmp.S: New file.
17963         * sysdeps/s390/sigjmp.S: New file.
17964         * sysdeps/s390/v1-longjmp.c: New file.
17965         * sysdeps/s390/v1-setjmp.h: New file.
17966         * sysdeps/s390/v1-sigjmp.c: New file.
17967         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17968         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17969         GLIBC_2.19 version.
17970         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17971         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17972         versioned symbols for ____longjmp_chk.
17973         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17974         Likewise.
17975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17976         Regenerate.
17977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17978         Regenerate.
17979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17980         Regenerate.
17981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17982         Regenerate.
17983         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17984         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17985         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17986         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17987         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17988         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17989         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17990         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17991         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17992         * sysdeps/s390/rtld-__longjmp.c: New file.
17993         * sysdeps/s390/rtld-setjmp.S: New file.
17995 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17997         [BZ #16400]
17998         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17999         Return -__logl (x) for small positive arguments without evaluating
18000         a polynomial.
18002 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18004         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18005         Rename to ...
18006         (__ptrace_peeksiginfo_args): ... this.
18007         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18008         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18009         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18011 2014-01-06  Allan McRae  <allan@archlinux.org>
18013         * inet/netinet/in.h: Fix typo in comment.
18015 2014-01-05  Andreas Jaeger  <aj@suse.de>
18017         * sysdeps/i386/fpu/libm-test-ulps: Update.
18019 2014-01-05  Allan McRae  <allan@archlinux.org>
18021         * po/libc.pot: Regenerated.
18023         * malloc/memusagestat.c: Fix gettext call formatting.
18025 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18027         * nscd/nscd.c: Improve usage() output.
18029 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18031         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18032         * sysdeps/unix/sysv/linux/configure: Regenerated.
18033         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18034         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18036 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18038         [BZ #16390]
18039         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18040         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18042 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18044         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18045         extra tokens at end of #undef directive.
18046         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18047         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18048         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18050 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18052         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18054         * math/auto-libm-test-in: Mark various tests with
18055         xfail-rounding:ldbl-128ibm.
18056         * math/auto-libm-test-out: Regenerated.
18058 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18060         [BZ #16386]
18061         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18062         numbers with subnormal high part when calculating exponent.
18064         [BZ #16385]
18065         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18066         fabs.
18068         [BZ #16384]
18069         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18070         M_LN2l.
18071         (__ieee754_acoshl): Use __log1pl not __log1p.
18073 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18075         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18076         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18077         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18078         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18079         (reused_arena, arena_get2): Convert to GNU style.
18080         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18081         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18082         (memalign_check, __malloc_set_state): Likewise.
18083         * malloc/mallocbug.c (main): Likewise.
18084         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18085         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18086         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18087         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18088         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18089         (__posix_memalign, malloc_info): Likewise.
18090         * malloc/malloc.h: Likewise.
18091         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18092         (mallochook, memalignhook, reallochook, mabort): Likewise.
18093         * malloc/mcheck.h: Likewise.
18094         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18095         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18096         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18097         * malloc/morecore.c (__default_morecore): Likewise.
18098         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18099         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18100         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18101         (print_and_abort): Likewise.
18102         * malloc/obstack.h: Likewise.
18103         * malloc/set-freeres.c (__libc_freeres): Likewise.
18104         * malloc/tst-mallocstate.c (main): Likewise.
18105         * malloc/tst-mtrace.c (main): Likewise.
18106         * malloc/tst-realloc.c (do_test): Likewise.
18108 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18110         [BZ #16366]
18111         * nscd/netgroupcache.c (do_notfound): New function.
18112         (addgetnetgrentX): Use it.
18114         [BZ # 16365]
18115         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18116         NSS_STATUS_NOTFOUND.
18118 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18120         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18123 2014-01-01  Allan McRae  <allan@archlinux.org>
18125         * scripts/update-copyrights: Update configure input file suffix.
18127         * NEWS: Update copyright year.
18128         * catgets/gencat.c: Likewise.
18129         * csu/version.c: Likewise.
18130         * debug/catchsegv.sh: Likewise.
18131         * debug/pcprofiledump.c: Likewise.
18132         * debug/xtrace.sh: Likewise.
18133         * elf/ldconfig.c: Likewise.
18134         * elf/ldd.bash.in: Likewise.
18135         * elf/pldd.c: Likewise.
18136         * elf/sotruss.ksh: Likewise.
18137         * elf/sprof.c: Likewise.
18138         * iconv/iconv_prog.c: Likewise.
18139         * iconv/iconvconfig.c: Likewise.
18140         * locale/programs/locale.c: Likewise.
18141         * locale/programs/localedef.c: Likewise.
18142         * login/programs/pt_chown.c: Likewise.
18143         * malloc/memusage.sh: Likewise.
18144         * malloc/memusagestat.c: Likewise.
18145         * malloc/mtrace.pl: Likewise.
18146         * manual/libc.texinfo: Likewise.
18147         * nscd/nscd.c: Likewise.
18148         * nss/getent.c: Likewise.
18149         * nss/makedb.c: Likewise.
18150         * posix/getconf.c: Likewise.
18151         * scripts/test-installation.pl: Likewise.
18153         * All files with FSF copyright notices: Update copyright dates
18154         using scripts/update-copyrights.
18155         * intl/plural.c: Regenerated.
18156         * locale/programs/charmap-kw.h: Likewise.
18157         * locale/programs/locfile-kw.h: Likewise.
18159 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18161         * sysdeps/unix/sysv/linux/configure: Regenerated.
18162         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18163         the linux/fanotify.h header.
18164         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18165         HAVE_LINUX_FANOTIFY_H is defined.
18167 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18169         * benchtests/cos-inputs: New inputs.
18170         * benchtests/sin-inputs: Likewise.
18172         * benchtests/atan-inputs: New inputs. Fix name of multiple
18173         precision fallback inputs.
18175         * benchtests/atanh-inputs: New inputs.
18176         * benchtests/tanh-inputs: Likewise.
18178         * benchtests/acosh-inputs: New inputs.
18179         * benchtests/asinh-inputs: Likewise.
18181         * benchtests/cosh-inputs: New inputs.
18182         * benchtests/sinh-inputs: Likewise.
18184         * benchtests/acos-inputs: Add more inputs.
18185         * benchtests/asin-inputs: Likewise.
18187 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18189         [BZ #16375]
18190         * manual/arith.texi: Fix spelling.
18191         * manual/charset.texi: Likewise.
18192         * manual/errno.texi: Likewise.
18193         * manual/filesys.texi: Likewise.
18194         * manual/lang.texi: Likewise.
18195         * manual/llio.texi: Likewise.
18196         * manual/locale.texi: Likewise.
18197         * manual/message.texi: Likewise.
18198         * manual/resource.texi: Likewise.
18199         * manual/search.texi: Likewise.
18200         * manual/setjmp.texi: Likewise.
18201         * manual/stdio.texi: Likewise.
18202         * manual/string.texi: Likewise.
18203         * manual/sysinfo.texi: Likewise.
18204         * manual/time.texi: Likewise.
18206 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18208         * po/sl.po: New file.
18210 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18212         * .gitignore: Add core/.gdbinit/.gdb_history.
18214 2013-12-27  Allan McRae  <allan@archlinux.org>
18216         [BZ #16369]
18217         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18218         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18220 2013-12-24  Brooks Moses  <bmoses@google.com>
18222         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18223         all compilers that claim C++98 compliance, not just GCC.
18224         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18225         Likewise.
18227 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18229         * NEWS: Restore accidentally deleted bug-fix entries.
18231 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18232             Ondřej Bílka  <neleai@seznam.cz>
18234         [BZ #15073]
18235         * malloc/malloc.c (_int_free): Perform sanity check only if we
18236         have_lock.
18238 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18240         [BZ #12986]
18241         * manual/stdio.texi (String Input Conversions): Clarify that character
18242         classes are not supported.
18244 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18248 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18250         [BZ #16337]
18251         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18252         Calculate results for small negative arguments directly rather
18253         than using reflection formula with special underflow handling.
18255         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18256         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18257         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18258         (fchflags): Likewise.
18259         (revoke): Likewise.
18260         (setlogin): Likewise.
18261         (sigaltstack): Likewise.
18262         (wait4): Likewise.
18263         (sigblock): Remove.
18264         (sigsetmask): Likewise.
18265         (wait3): Likewise.
18266         (waitpid): Likewise.
18267         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18268         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18269         file.
18270         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18271         * sysdeps/unix/bsd/Makefile: ... here.
18272         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18273         * sysdeps/unix/bsd/Versions: ... here.
18274         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18275         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18276         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18277         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18278         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18279         * sysdeps/unix/bsd/sigblock.c: ... here.
18280         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18281         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18282         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18283         * sysdeps/unix/bsd/sigvec.c: ... here.
18284         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18285         * sysdeps/unix/bsd/tcdrain.c: ... here.
18286         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18287         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18288         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18289         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18290         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18291         * sysdeps/unix/bsd/wait.c: ... here.
18292         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18293         * sysdeps/unix/bsd/wait3.c: ... here.
18294         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18295         * sysdeps/unix/bsd/waitpid.c: ... here.
18297 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18299         [BZ #16356]
18300         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18301         round-to-nearest for [!USE_AS_EXPM1L].
18302         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18303         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18304         more tests of exp and exp10.  Expect some exp10 tests to miss
18305         exceptions or fail in directed rounding modes.
18306         * math/auto-libm-test-out: Regenerated.
18307         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18308         (exp10_test_tonearest): New function.
18309         (exp10_towardzero_test_data): New array.
18310         (exp10_test_towardzero): New function.
18311         (exp10_downward_test_data): New array.
18312         (exp10_test_downward): New function.
18313         (exp10_upward_test_data): New array.
18314         (exp10_test_upward): New function.
18315         (main): Call the new functions.
18316         * sysdeps/i386/fpu/libm-test-ulps: Update.
18317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18319 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18321         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18322         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18323         * math/auto-libm-test-out: Regenerated.
18324         * math/libm-test.inc (acosh_test_data): Add more tests.
18325         (atanh_test_data): Likewise.
18326         (ceil_test_data): Likewise.
18327         (copysign_test_data): Likewise.
18328         * sysdeps/i386/fpu/libm-test-ulps: Update.
18329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18331         * timezone/checktab.awk: Update from tzcode 2013i.
18332         * timezone/private.h: Likewise.
18333         * timezone/scheck.c: Likewise.
18334         * timezone/tzfile.h: Likewise.
18335         * timezone/tzselect.ksh: Likewise.
18336         * timezone/zdump.c: Likewise.
18337         * timezone/zic.c: Likewise.
18339         * math/auto-libm-test-in: Add tests of cpow.
18340         * math/auto-libm-test-out: Regenerated.
18341         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18342         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18343         mpc_cc_c.
18344         (func_calc_desc): Add mpc_cc_c union field.
18345         (test_functions): Add cpow.
18346         (special_fill_2pi): New function.
18347         (special_real_inputs): Add 2pi.
18348         (calc_generic_results): Handle mpc_cc_c.
18349         * sysdeps/i386/fpu/libm-test-ulps: Update.
18350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18352         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18353         csqrt, ctan and ctanh.
18354         * math/auto-libm-test-out: Regenerated.
18355         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18356         (TEST_COND_x86): Likewise.
18357         (ccos_test_data): Use AUTO_TESTS_c_c.
18358         (ccosh_test_data): Likewise.
18359         (cexp_test_data): Likewise.
18360         (clog_test_data): Likewise.
18361         (csqrt_test_data): Likewise.
18362         (ctan_test_data): Likewise.
18363         (ctan_tonearest_test_data): Likewise.
18364         (ctan_towardzero_test_data): Likewise.
18365         (ctan_downward_test_data): Likewise.
18366         (ctan_upward_test_data): Likewise.
18367         (ctanh_test_data): Likewise.
18368         (ctanh_tonearest_test_data): Likewise.
18369         (ctanh_towardzero_test_data): Likewise.
18370         (ctanh_downward_test_data): Likewise.
18371         (ctanh_upward_test_data): Likewise.
18372         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18373         mpc_c_c.
18374         (func_calc_desc): Add mpc_c_c union field.
18375         (FUNC_mpc_c_c): New macro.
18376         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18377         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18378         ctanh.
18379         (special_fill_min_subnorm_p120): New function.
18380         (special_real_inputs): Add min_subnorm_p120.
18381         (calc_generic_results): Handle mpc_c_c.
18382         * sysdeps/i386/fpu/libm-test-ulps: Update.
18383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18385 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18387         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18388         (do_sin_slow): New functions.
18389         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18390         (cslow2, csloww1, csloww2): Use the new functions.
18392         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18393         Use M to change sign of result instead of X.  Assume X is
18394         positive.
18395         (csloww1): Likewise.
18396         (__sin): Adjust.
18397         (__cos): Adjust.
18399         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18400         arguments A and DA.
18401         (__sin): Adjust.
18402         (__cos): Likewise.
18404         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18405         (__cos): Likewise.
18406         (sloww1): Don't adjust sign of DX.
18407         (csloww1): Likewise.
18408         (sloww2): Use X directly and don't adjust sign of DX.
18409         (csloww2): Likewise.
18411 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18413         * math/auto-libm-test-in: Add tests of cabs and carg.
18414         * math/auto-libm-test-out: Regenerated.
18415         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18416         (carg_test_data): Likewise.
18417         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18418         mpc_c_f.
18419         (func_calc_desc): Add mpc_c_f union field.
18420         (test_functions): Add cabs and carg.
18421         (calc_generic_results): Handle mpc_c_f.
18423         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18424         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18425         as a macro and a compat symbol.
18426         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18427         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18428         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18429         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18430         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18431         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18432         not use .hidden.
18433         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18434         Likewise.
18435         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18436         Likewise.
18437         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18438         Likewise.
18439         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18440         Likewise.
18441         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18442         Likewise.
18443         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18444         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18445         from GLIBC_2.3.2.
18447 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18451 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18453         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18454         trailing whitespace removed.
18455         * scripts/config.guess: Update to version 2013-11-29.
18456         * scripts/config.sub: Update to version 2013-10-01.
18458         * math/auto-libm-test-in: Add tests of sincos.
18459         * math/auto-libm-test-out: Regenerated.
18460         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18461         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18462         mpfr_f_11.
18463         (func_calc_desc): Add mpfr_f_11 union field.
18464         (test_functions): Add sincos.
18465         (calc_generic_results): Handle mpfr_f_11.
18466         * sysdeps/i386/fpu/libm-test-ulps: Update.
18467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18469 2013-12-19  Andreas Schwab  <schwab@suse.de>
18471         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18472         CALL_MCOUNT.
18473         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18474         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18475         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18477 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18479         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18480         * sysdeps/i386/fpu/libm-test-ulps: Update.
18481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18483         [BZ #16293]
18484         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18485         round-to-nearest mode when using frndint.
18486         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18487         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18488         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18489         Likewise.
18490         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18491         sinh test to fail.
18492         * math/auto-libm-test-out: Regenerated.
18493         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18494         (TEST_COND_x86): Likewise.
18495         (expm1_tonearest_test_data): New array.
18496         (expm1_test_tonearest): New function.
18497         (expm1_towardzero_test_data): New array.
18498         (expm1_test_towardzero): New function.
18499         (expm1_downward_test_data): New array.
18500         (expm1_test_downward): New function.
18501         (expm1_upward_test_data): New array.
18502         (expm1_test_upward): New function.
18503         (main): Run the new test functions.
18504         * sysdeps/i386/fpu/libm-test-ulps: Update.
18505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18507         * include/features.h: Update comment documenting feature test
18508         macros.  Mention _DEFAULT_SOURCE in comment.
18509         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18510         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18511         _BSD_SOURCE and _SVID_SOURCE.
18512         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18513         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18514         !_SVID_SOURCE]: Likewise.
18515         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18516         (__USE_POSIX_IMPLICITLY): Define.
18517         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18518         (_POSIX_SOURCE): Undefine and redefine.
18519         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18520         (_POSIX_C_SOURCE): Likewise.
18521         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18522         (Feature Test Macros): Update documentation of default features.
18524 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18526         * benchtests/Makefile: Add bench-strtok.
18527         * benchtests/bench-strtok.c: New file: strtok benchtest.
18529 2013-12-19  Allan McRae  <allan@archlinux.org>
18531         * manual/install.texi: Suppress menu for plain text output.
18532         * INSTALL: Regenerated.
18534 2013-12-18  Brooks Moses  <bmoses@google.com>
18536         [BZ #15846]
18537         * misc/getauxval.c: Include errno.h.
18538         (__getauxval): Set errno to ENOENT if the requested type is not
18539         found.
18540         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18541         don't declare with __attribute_const__.
18542         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18543         * manual/startup.texi: Document that getauxval sets errno.
18545 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18547         * math/auto-libm-test-in: Add tests of jn and yn.
18548         * math/auto-libm-test-out: Regenerated.
18549         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18550         (yn_test_data): Likewise.
18551         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18552         mpfr_if_f.
18553         (func_calc_desc): Add mpfr_if_f union field.
18554         (FUNC_mpfr_if_f): New macro.
18555         (test_functions): Add jn and yn.
18556         (calc_generic_results): Assert type of second input for
18557         mpfr_ff_f.  Handle mpfr_if_f.
18558         (output_for_one_input_case): Disable all checking for arguments
18559         fitting floating-point types in case of an integer argument.
18560         * sysdeps/i386/fpu/libm-test-ulps: Update.
18561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18564         Don't expect fegetround reference in libm.so.
18566 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18568         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18569         $(config-cflags-nofma).
18571 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18573         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18574         * math/auto-libm-test-out: Regenerated.
18576         [BZ #16338]
18577         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18578         to determine exponent and adjust argument to have exponent of -1.
18579         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18580         log2.
18581         * math/auto-libm-test-out: Regenerated.
18582         * sysdeps/i386/fpu/libm-test-ulps: Update.
18583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18585 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18587         * manual/probes.texi: Remove cases when per-thread arenas are
18588         disabled.
18590 2013-12-18  Andreas Schwab  <schwab@suse.de>
18592         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18593         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18594         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18595         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18596         * sysdeps/i386/i686/multiarch/Makefile: Update.
18597         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18599 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18601         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18602         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18604 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18606         [BZ #15968]
18607         Support TZ transition times < 00:00:00.
18608         This is needed for version-3 tz-format files; it supports time
18609         stamps past 2037 for America/Godthab (the only entry in the tz
18610         database for which this change is relevant).
18611         * manual/time.texi (TZ Variable): Document transition times
18612         from -167:59:59 through -00:00:01.
18613         * time/tzset.c (tz_rule): Time of day is now signed.
18614         (__tzset_parse_tz): Parse negative time of day.
18616         Document TZ transition times >= 25:00:00.
18617         * manual/time.texi (TZ Variable): Document transition times from
18618         25:00:00 through 167:59:59.  These are already supported, and this
18619         support will help with version-3 tz-format files.
18621         * manual/time.texi (TZ Variable): Modernize North America example
18622         to reflect current (i.e., 2007-and-later) daylight saving rules.
18624         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18626 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18628         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18629         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18630         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18631         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18632         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18633         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18634         * sysdeps/unix/bsd/clock.c: Likewise.
18635         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18636         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18637         * sysdeps/unix/bsd/init-posix.c: Likewise.
18638         * sysdeps/unix/bsd/poll.c: Likewise.
18639         * sysdeps/unix/bsd/ptsname.c: Likewise.
18640         * sysdeps/unix/bsd/seekdir.c: Likewise.
18641         * sysdeps/unix/bsd/setegid.c: Likewise.
18642         * sysdeps/unix/bsd/seteuid.c: Likewise.
18643         * sysdeps/unix/bsd/setgid.c: Likewise.
18644         * sysdeps/unix/bsd/setrgid.c: Likewise.
18645         * sysdeps/unix/bsd/setruid.c: Likewise.
18646         * sysdeps/unix/bsd/setsid.c: Likewise.
18647         * sysdeps/unix/bsd/setuid.c: Likewise.
18648         * sysdeps/unix/bsd/sigaction.c: Likewise.
18649         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18650         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18651         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18652         * sysdeps/unix/bsd/telldir.c: Likewise.
18653         * sysdeps/unix/bsd/times.c: Likewise.
18654         * sysdeps/unix/bsd/usleep.c: Likewise.
18656         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18657         ($(objpfx)libbsd-compat.a): Remove rule.
18659         * include/features.h (__FAVOR_BSD): Do not define.
18660         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18661         features conflicting with POSIX.
18662         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18663         (_BSD_SOURCE): Remove description of not being a subset of other
18664         feature test macros.
18665         * manual/job.texi (getpgrp): Do not document BSD version.
18666         (getpgid): Do not document by reference to BSD getpgrp.
18667         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18668         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18669         * signal/signal.h [__FAVOR_BSD]: Likewise.
18670         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18671         instead of making contents conditional on [__FAVOR_BSD].
18672         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18674 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18678 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18680         [BZ #16314]
18681         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18682         values below 2**-450, not 2**-500.
18683         * math/auto-libm-test-in: Don't allow spurious underflow from
18684         hypot.
18685         * math/auto-libm-test-out: Regenerated.
18687         [BZ #16316]
18688         [BZ #16330]
18689         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18690         values of ha and hb and sort them after adjusting subnormal
18691         arguments.
18692         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18693         Likewise.
18694         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18695         values of ea and eb and sort them after adjusting subnormal
18696         arguments.
18697         * math/auto-libm-test-in: Do not expect some hypot tests of
18698         subnormals to fail.  Add more hypot tests.
18699         * math/auto-libm-test-out: Regenerated.
18701 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18703         [BZ #13304]
18704         * sysdeps/sh/s_fma.c: New file.
18705         * sysdeps/sh/s_fmaf.c: New file.
18706         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18707         version.
18708         * sysdeps/sh/Implies: Add sh/soft-fp.
18710 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18712         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18713         level of indirection to members `objname', `errstring', `malloced'.
18714         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18715         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18716         it as the __longjmp argument (just pass 1 instead).
18717         (_dl_catch_error): Initialize C with argument pointers and address of
18718         volatile local ERRCODE rather than copying values out of C at return.
18720 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18722         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18723         * math/auto-libm-test-out: Regenerated.
18724         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18725         (hypot_test_data): Likewise.
18726         (pow_test_data): Likewise.
18727         (pow_tonearest_test_data): Likewise.
18728         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18729         mpfr_ff_f.
18730         (func_calc_desc): Add mpfr_ff_f union field.
18731         (FUNC_mpfr_ff_f): New macro.
18732         (test_functions): Add atan2, hypot and pow.
18733         (special_fill_min): New function.
18734         (special_fill_minus_min): Likewise.
18735         (special_fill_min_subnorm): Likewise.
18736         (special_fill_minus_min_subnorm): Likewise.
18737         (special_real_inputs): Add min, -min, min_subnorm and
18738         -min_subnorm.
18739         (calc_generic_results): Handle mpfr_ff_f.
18740         * sysdeps/i386/fpu/libm-test-ulps: Update.
18741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18743 2013-12-16  Will Newton  <will.newton@linaro.org>
18745         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18746         (Aligned Memory Blocks): Add documentation for aligned_alloc
18747         and suggest it as an alternative to posix_memalign.
18748         (Hooks for Malloc): Document __memalign_hook is also called
18749         for aligned_alloc.  (Summary of Malloc): Add summary for
18750         aligned alloc.  Document __memalign_hook is also called
18751         for aligned_alloc.
18753 2013-12-16  Will Newton  <will.newton@linaro.org>
18755         * manual/memory.texi (Malloc Examples): Clarify default
18756         alignment documentation.  Suggest posix_memalign rather
18757         than memalign or valloc.
18758         (Aligned Memory Blocks): Remove suggestion to use memalign
18759         or valloc.  Remove obsolete comment about BSD.
18760         Document memalign errno values and mark the function obsolete.
18761         Document posix_memalign returned error codes.  Mark valloc
18762         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18763         called for posix_memalign and valloc.
18764         (Summary of Malloc): Add posix_memalign to function summary.
18765         __memalign_hook is also called for posix_memalign and valloc.
18767 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18769         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18770         TAYLOR_SIN.
18771         (__sin): Adjust.
18772         (__cos): Likewise.
18773         (sloww): Use mynumber union.  Expand ternary operator into
18774         if-else statements.
18775         (cslow): use mynumber union.
18777 2013-12-16  Allan McRae  <allan@archlinux.org>
18779         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18780         * configure: Regenerated.
18782         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18784         [BZ #14120]
18785         * configure.ac: Added --enable-maintainer-mode. Check for
18786         autoconf when enabled.
18787         * configure: Regenerated.
18789         * nscd/nscd.service: New file.
18790         * nscd/nscd.tmpfiles: New file.
18792 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18794         [BZ #12100]
18795         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18796         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18797         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18798         (strstr): Add __strstr_sse2_unaligned ifunc.
18799         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18800         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18801         (strcasestr): Remove __strcasestr_sse42 ifunc.
18802         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18803         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18804         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18806 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18808         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18809         * sysdeps/sh/bits/fenv.h: ... here.
18810         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18812 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18814         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18817         hypotf multiarch implementations.
18818         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18819         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18820         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18821         multiarch hypot for PPC64.
18822         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18823         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18824         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18825         multiarch hypotf for PPC64.
18827         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18828         modff multiarch implementations.
18829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18832         multiarch modf for PPC64.
18833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18836         multiarch modff for PPC64.
18838         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18839         and logl multiarch implementations.
18840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18843         multiarch logb for PPC64.
18844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18847         multiarch logb for PPC64.
18848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18851         multiarch logb for PPC64.
18853         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18854         isinff multiarch implementation.
18855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18856         file.
18857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18859         multiarch isinf for PPC64.
18860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18861         file.
18862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18863         multiarch isinff for PPC64.
18865         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18866         finitef multiarch implementation.
18867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18868         file.
18869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18871         multiarch finite for PPC64.
18872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18873         file.
18874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18875         multiarch finitef for PPC64.
18877         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18878         lrint multiarch implementation.
18879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18880         file.
18881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18883         multiarch llrint for PPC64.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18885         multiarch lrint for PPC64.
18887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18888         copysignf multiarch implementation.
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18890         file.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18892         file.
18893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18894         multiarch copysign for PPC64.
18895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18896         multiarch copysignf for PPC64.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18899         multiarch implementation.
18900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18901         file.
18902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18903         file.
18904         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18905         file.
18906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18907         file.
18908         multiarch llround for PPC64.
18909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18910         multiarch trunc for PPC64.
18911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18912         multiarch truncf for PPC64.
18914         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18915         multiarch implementation.
18916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18917         file.
18918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18919         file.
18920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18921         file.
18922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18923         file.
18924         multiarch llround for PPC64.
18925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18926         multiarch round for PPC64.
18927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18928         multiarch roundf for PPC64.
18930         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18931         multiarch implementation.
18932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18933         file.
18934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18935         file.
18936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18937         file.
18938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18939         file.
18940         multiarch llround for PPC64.
18941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18942         multiarch floor for PPC64.
18943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18944         multiarch floorf for PPC64.
18946         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18947         multiarch implementation.
18948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18949         file.
18950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18951         file.
18952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18953         file.
18954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18955         file.
18956         multiarch llround for PPC64.
18957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18958         multiarch ceil for PPC64.
18959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18960         multiarch ceilf for PPC64.
18962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18963         multiarch implementation.
18964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18965         file.
18966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18967         file.
18968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18969         file.
18970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18971         multiarch llround for PPC64.
18972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18973         multiarch lround for PPC64.
18975         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18976         multiarch implementation.
18977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18980         file.
18981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18984         multiarch isnan for PPC64.
18985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18986         multiarch isnanf for PPC64.
18988         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18989         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18990         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18991         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18992         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18995         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18996         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18997         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18998         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19000         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19001         multiarch implementations.
19002         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19003         (__libc_ifunc_impl_list): Likewise.
19004         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19005         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19006         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19007         multiarch stpcpy for PPC64.
19009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19010         multiarch implementations.
19011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19012         (__libc_ifunc_impl_list): Likewise.
19013         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19014         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19015         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19016         multiarch strcpy for PPC64.
19018         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19019         redefine function name.
19020         (_wordcopy_fwd_dest_aligned): Likewise.
19021         (_wordcopy_bwd_aligned): Likewise.
19022         (_wordcopy_bwd_dest_aligned): Likewise.
19023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19024         multiarch implementations.
19025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19026         (__libc_ifunc_impl_list): Likewise.
19027         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19028         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19029         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19030         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19031         multiarch wcscpy for PPC64.
19033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19034         multiarch implementations.
19035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19036         (__libc_ifunc_impl_list): Likewise.
19037         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19038         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19039         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19040         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19041         multiarch wcscpy for PPC64.
19043         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19044         multiarch implementations.
19045         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19046         (__libc_ifunc_impl_list): Likewise.
19047         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19048         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19049         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19050         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19051         multiarch wcsrchr for PPC64.
19053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19054         multiarch implementations.
19055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19056         (__libc_ifunc_impl_list): Likewise.
19057         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19058         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19059         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19060         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19061         multiarch wcschr for PPC64.
19063         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19064         multiarch implementations.
19065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19066         (__libc_ifunc_impl_list): Likewise.
19067         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19068         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19069         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19070         multiarch strchrnul for PPC64.
19072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19073         implementations.
19074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19075         (__libc_ifunc_impl_list): Likewise.
19076         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19077         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19078         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19079         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19080         strchr for PPC64.
19082         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19083         implementations.
19084         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19085         (__libc_ifunc_impl_list): Likewise.
19086         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19087         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19088         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19089         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19090         strncmp for PPC64.
19092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19093         multiarch implementations.
19094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19095         (__libc_ifunc_impl_list): Likewise.
19096         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19097         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19098         strncasecmp for PPC64.
19099         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19100         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19101         multiarch strncasecmp_l for PPC64.
19103         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19104         multiarch implementations.
19105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19106         (__libc_ifunc_impl_list): Likewise.
19107         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19108         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19109         multiarch strcasecmp for PPC64.
19110         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19111         file.
19112         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19113         multiarch strcasecmp_l for PPC64.
19115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19116         implementations.
19117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19118         (__libc_ifunc_impl_list): Likewise.
19119         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19120         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19121         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19122         strnlen for PPC64.
19124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19125         implementations.
19126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19127         (__libc_ifunc_impl_list): Likewise.
19128         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19129         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19130         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19131         strlen for PPC64.
19133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19134         implementations.
19135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19136         (__libc_ifunc_impl_list): Likewise.
19137         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19138         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19139         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19140         rawmemrchr for PPC64.
19142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19143         implementation.
19144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19145         (__libc_ifunc_impl_list): Likewise.
19146         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19147         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19148         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19149         memrchr for PPC64.
19151         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19152         implementation.
19153         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19154         (__libc_ifunc_impl_list): Likewise.
19155         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19156         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19157         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19158         memchr for PPC64.
19160         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19161         implementation.
19162         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19163         (__libc_ifunc_impl_list): Likewise.
19164         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19165         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19166         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19167         mempcpy for PPC64.
19169         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19170         avoid cretion of __bzero symbol.
19171         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19172         Likewise.
19173         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19174         Likewise.
19175         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19176         Likewise.
19177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19178         multiarch implementations.
19179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19180         (__libc_ifunc_impl_list): Likewise.
19181         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19182         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19183         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19184         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19185         bzero for PPC32.
19186         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19187         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19188         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19189         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19190         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19191         memset for PPC64.
19192         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19194         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19195         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19196         implementations.
19197         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19198         (__libc_ifunc_impl_list): Likewise.
19199         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19200         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19201         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19202         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19203         memcmp for PPC64.
19205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19206         multiarch for POWER/PPC64.
19207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19208         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19209         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19210         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19211         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19212         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19213         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19214         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19215         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19216         memcpy for PPC64.
19218         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19219         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19220         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19221         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19222         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19223         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19224         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19225         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19226         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19227         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19228         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19229         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19230         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19231         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19232         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19241 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19243         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19245 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19247         * benchtests/Makefile (bench): Add exp2 and log2.
19248         (LDLIBS-bench-exp2): Add -lm.
19249         (LDLIBS-bench-log2): Likewise.
19250         * benchtests/exp2-inputs: New inputs file.
19251         * benchtests/log2-inputs: New inputs file.
19252         * benchtests/log-inputs: Add new inputs.
19253         * benchtests/tan-inputs: Likewise.
19255 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19257         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19258         definition...
19259         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19260         (csloww2): ... from here.
19262         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19263         instead of structures.
19264         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19265         (POLYNOMIAL): Likewise.
19266         (TAYLOR_SLOW): Likewise.
19267         (__sin): Likewise.
19268         (__cos): Likewise.
19269         (slow1): Likewise.
19270         (slow2): Likewise.
19271         (sloww): Likewise.
19272         (sloww1); Likewise.
19273         (sloww2): Likewise.
19274         (bsloww1): Likewise.
19275         (bsloww2): Likewise.
19276         (cslow2): Likewise.
19277         (csloww): Likewise.
19278         (csloww1): Likewise.
19279         (csloww2): Likewise.
19281 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19283         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19284         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19285         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19286         * malloc/hooks.c (realloc_check): Likewise.
19288         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19289         * malloc/arena.c: Remove PER_THREAD conditional.
19290         [!PER_THREAD]: Remove code.
19291         (ptmalloc_unlock_all2): Likewise.
19292         (ptmalloc_init): Likewise.
19293         (_int_new_arena): Likewise.
19294         (arena_get2): Likewise.
19295         * malloc/hooks.c (__malloc_get_state): Likewise.
19296         (__malloc_set_state): Likewise.
19297         * malloc/malloc.c: Likewise.
19298         (struct malloc_state): Likewise.
19299         (struct malloc_par): Likewise.
19300         (__libc_realloc): Likewise.
19301         (__libc_mallopt): Likewise.
19303 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19305         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19307 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19309         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19310         macro to a function.  Check for zero perturb_byte.
19311         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19313         * malloc/malloc.c: (force_reg): Remove.
19314         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19315         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19316         force_reg by atomic_forced_read.
19317         * malloc/arena.c (ptmalloc_init): Likewise.
19318         * malloc/hooks.c (top_check): Likewise.
19320 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19324 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19326         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19328 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19330         * math/auto-libm-test-in: Add tests of lgamma.
19331         * math/auto-libm-test-out: Regenerated.
19332         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19333         (M_LOG_2_SQRT_PIl): Likewise.
19334         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19335         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19336         mpfr_f_f1.
19337         (func_calc_desc): Add mpfr_f_f1 union field.
19338         (ARGS1): New macro.
19339         (ARGS2): Likewise.
19340         (ARGS3): Likewise.
19341         (ARGS4): Likewise.
19342         (RET1): Likewise.
19343         (RET2): Likewise.
19344         (CALC): Likewise.
19345         (FUNC): Likewise.
19346         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19347         (test_functions): Add lgamma.
19348         (calc_generic_results): Handle mpfr_f_f1.
19349         * sysdeps/i386/fpu/libm-test-ulps: Update.
19350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19352 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19354         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19355         __mpn_add_n for PowerPC64/POWER7.
19356         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19357         __mpn_sub_n for PowerPC64/POWER7.
19359         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19360         __mpn_addmul_1 for PowerPC64.
19361         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19362         __mpn_submul_1 for PowerPC64.
19363         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19364         for PowerPC64.
19365         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19366         for PowerPC64.
19368 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19370         [BZ #15089]
19371         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19373 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19375         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19377         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19378         add multiarch folders.
19379         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19380         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19381         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19382         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19383         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19384         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19385         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19386         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19387         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19388         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19389         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19398         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19400         New file.
19401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19402         New file.
19403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19404         multiarch __ieee754_hypot for PowerPC32.
19405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19406         New file.
19407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19408         New file.
19409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19410         multiarch __ieee754_hypotf for PowerPC32.
19412         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19413         long_double_symbol only if __logbl is defined.
19414         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19415         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19416         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19417         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19418         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19419         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19420         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19421         path for implementation.
19422         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19423         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19425         logb, and logbl multiarch implementations for PowerPC32.
19426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19427         file.
19428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19429         file.
19430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19431         multiarch logb for PowerPC32.
19432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19433         file.
19434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19435         file.
19436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19437         multiarch logbf for PowerPC32.
19438         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19440         file.
19441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19442         multiarch logbl implementation for PowerPC32.
19444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19445         and modff multiarch implementations.
19446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19447         New file.
19448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19449         New file.
19450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19451         multiarch modf for PowerPC32.
19452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19453         New file.
19454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19455         New file.
19456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19457         multiarch modff for PowerPC32.
19459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19460         and lrintf multiarch implementations.
19461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19462         New file.
19463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19464         New file.
19465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19466         multiarch lrint for PowerPC32.
19467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19468         file: multiarch lrintf for PowerPC32.
19470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19471         and lroundf multiarch implementations.
19472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19473         New file.
19474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19475         New file.
19476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19477         New file.
19478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19479         multiarch lround for PowerPC32.
19480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19481         file: multiarch lroundf for PowerPC32.
19483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19484         copysign and copysignf multiarch implementations.
19485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19486         New file.
19487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19488         New file.
19489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19490         file: multiarch copysign for PowerPC32.
19491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19492         file: multiarch copysignf for PowerPC32.
19494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19495         and truncf multiarch implementations.
19496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19497         New file.
19498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19499         file.
19500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19501         multiarch trunc for PowerPC32.
19502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19503         New file.
19504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19505         New file.
19506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19507         multiarch truncf for PowerPC32.
19509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19510         and roundf multiarch implementations.
19511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19512         New file.
19513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19514         file.
19515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19516         multiarch round for PowerPC32.
19517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19518         New file.
19519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19520         New file.
19521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19522         multiarch roundf for PowerPC32.
19524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19525         and floorf multiarch implementations.
19526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19527         New file.
19528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19529         file.
19530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19531         multiarch floor for PowerPC32.
19532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19533         New file.
19534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19535         New file.
19536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19537         multiarch floorf for PowerPC32.
19539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19540         and ceilf multiarch implementations.
19541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19542         New file.
19543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19544         file.
19545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19546         multiarch ceil for PowerPC32.
19547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19548         New file.
19549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19550         file.
19551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19552         multiarch ceilf for PowerPC32.
19554         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19555         is defined.
19556         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19557         FINITEF is defined.
19558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19559         and finitef multiarch implementations.
19560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19561         New file.
19562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19563         file.
19564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19565         multiarch finite for PowerPC32.
19566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19567         New file.
19568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19569         file: multiarch finitef for PowerPC32.
19571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19572         and isinff multiarch implementations.
19573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19574         file.
19575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19576         file.
19577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19578         multiarch isinf for PowerPC32.
19579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19580         New file.
19581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19582         multiarch isinff for PowerPC32.
19584         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19585         alias when __isnan is defined.
19586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19587         and isnanf multiarch implementations.
19588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19589         file.
19590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19591         file.
19592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19593         file.
19594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19595         file.
19596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19597         multiarch isnan for PowerPC32.
19598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19599         New file.
19600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19601         New file.
19602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19603         multiarch isnanf for PowerPC32.
19605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19606         and sqrtf multiarch implementations.
19607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19608         file.
19609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19610         file.
19611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19612         multiarch sqrt for PowerPC32.
19613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19614         file.
19615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19616         file.
19617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19618         multiarch sqrtf for PowerPC32.
19620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19621         and llroundf multiarch implementations.
19622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19623         New file.
19624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19625         New file.
19626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19627         New file.
19628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19629         file: multiarch llround for PowerPC32.
19630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19631         file: multiarch llroundf for PowerPC32.
19633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19634         multiarch PowerPC32 fpu implementations.
19635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19636         New file.
19637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19638         New file.
19639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19640         multiarch llrint for PowerPC32.
19641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19642         New file.
19643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19644         New file.
19645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19646         file.
19648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19650         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19651         file.
19652         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19653         file.
19654         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19655         file.
19656         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19657         multiarch wordcopy for PPC32.
19658         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19659         wordcopy objects.
19660         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19661         (__libc_ifunc_impl_list): Likewise.
19662         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19663         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19664         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19665         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19666         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19667         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19669         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19670         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19671         file.
19672         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19673         file.
19674         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19675         file.
19676         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19677         multiarch wcscpy for PPC32.
19678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19679         multiarch objects.
19680         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19681         (__libc_ifunc_impl_list): Likewise.
19682         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19683         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19684         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19685         sysdeps/powerpc/power6/wcscpy.c.
19687         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19689         file.
19690         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19691         file.
19692         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19693         file.
19694         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19695         multiarch wcsrchr for PPC32.
19696         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19697         multiarch objects.
19698         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19699         (__libc_ifunc_impl_list): Likewise.
19700         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19701         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19702         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19703         sysdeps/powerpc/power6/wcsrchr.c.
19705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19706         file.
19707         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19708         file.
19709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19710         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19711         multiarch wcschr for PPc32.
19712         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19713         multiarch objects.
19714         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19715         (__libc_ifunc_impl_list): Likewise.
19716         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19717         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19718         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19719         sysdeps/powerpc/power6/wcschr.c.
19721         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19722         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19723         file.
19724         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19725         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19726         file: multiarch strchr for PPC32.
19727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19728         multiarch objects.
19729         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19730         (__libc_ifunc_impl_list): Likewise.
19732         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19733         name.
19734         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19735         file.
19736         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19737         file.
19738         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19739         multiarch strchrnul for PPC32.
19740         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19741         multiarch objects.
19742         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19743         (__libc_ifunc_impl_list): Likewise.
19745         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19746         file.
19747         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19748         multiarch strncasecmp for PPC32.
19749         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19750         file.
19751         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19752         multiarch strncasecmp_l for PPC32.
19753         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19754         strncasecmp multiarch objects.
19755         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19756         (__libc_ifunc_impl_list): Likewise.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19759         file.
19760         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19761         multiarch strncasecmp for PPC32.
19762         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19763         New file.
19764         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19765         multiarch strcasecmp_l for PPC32.
19766         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19767         multiarch objects.
19768         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19769         (__libc_ifunc_impl_list): Likewise.
19771         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19772         file.
19773         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19774         file.
19775         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19776         multiarch strncmp for PPC32.
19777         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19778         multiarch objects.
19779         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19780         (__libc_ifunc_impl_list): Likewise.
19782         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19783         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19784         file.
19785         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19786         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19787         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19788         multiarch objects.
19789         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19790         (__libc_ifunc_impl_list): Likewise.
19792         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19793         file.
19794         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19795         file.
19796         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19798         multiarch objects.
19799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19800         (__libc_ifunc_impl_list): Likewise.
19802         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19803         file.
19804         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19805         file.
19806         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19807         multiarch rawmemchr for PPC32.
19808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19809         multiarch objects.
19810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19811         (__libc_ifunc_impl_list): Likewise.
19813         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19814         file.
19815         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19816         file.
19817         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19818         file: memrchr multiarch for PPC32.
19819         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19820         multiarch objects.
19821         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19822         (__libc_ifunc_impl_list): Likewise.
19824         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19826         file.
19827         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19828         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19829         multiarch memchr for PPC32.
19830         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19831         multiarch objects.
19832         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19833         (__libc_ifunc_impl_list): Likewise.
19835         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19836         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19837         file.
19838         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19839         file.
19840         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19841         file: multiarch mempcpy for PPC32.
19842         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19843         multiarch objects.
19844         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19845         (__libc_ifunc_impl_list): Likewise.
19847         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19848         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19849         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19850         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19851         multiarch bzero for PPC32.
19852         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19853         file.
19854         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19855         file.
19856         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19857         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19858         file: multiarch memset for PPC32.
19859         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19861         memset multiarch objects.
19862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19863         (__libc_ifunc_impl_list): Likewise.
19865         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19866         file.
19867         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19868         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19869         memcmp for PPC32.
19870         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19871         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19872         multiarch objects.
19873         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19874         (__libc_ifunc_impl_list): Likewise.
19876         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19877         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19878         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19879         file.
19880         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19881         file.
19882         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19883         file.
19884         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19885         multiarch memcpy for PPC32.
19886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19887         multiarch objects.
19888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19889         (__libc_ifunc_impl_list): Likewise.
19891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19892         support multiarch for POWER/PPC32.
19893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19894         Likewise.
19895         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19897         Implies file to make multiarch folder appers before the fpu and
19898         default folder for power4 configuration.
19900 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19902         * scripts/bench.pl: Append volatile keyword to type.
19904 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19906         * sysdeps/sh/sotruss-lib.c: New file.
19907         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19909 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19913 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19915         [BZ #6810]
19916         * math/w_tgamma.c: Include <errno.h>.
19917         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19918         * math/w_tgammaf.c: Include <errno.h>.
19919         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19920         * math/w_tgammal.c: Include <errno.h>.
19921         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19922         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19923         underflow.  Add more tgamma tests.
19924         * math/auto-libm-test-out: Regenerated.
19925         * sysdeps/i386/fpu/libm-test-ulps: Update.
19926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19928         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19929         sin, sinh, tan, tanh, tgamma, y0 and y1.
19930         * math/auto-libm-test-out: Regenerated.
19931         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19932         (TEST_COND_x86): Likewise.
19933         (M_E2l): Remove macro.
19934         (M_E3l): Likewise.
19935         (M_2_SQRT_PIl): Likewise.
19936         (M_SQRT_PIl): Likewise.
19937         (M_1_DIV_El): Likewise.
19938         (log_test_data): Use AUTO_TESTS_f_f.
19939         (log10_test_data): Likewise.
19940         (log1p_test_data): Likewise.
19941         (log2_test_data): Likewise.
19942         (sin_test_data): Likewise.
19943         (sin_tonearest_test_data): Likewise.
19944         (sin_towardzero_test_data): Likewise.
19945         (sin_downward_test_data): Likewise.
19946         (sin_upward_test_data): Likewise.
19947         (sinh_test_data): Likewise.
19948         (sinh_tonearest_test_data): Likewise.
19949         (sinh_towardzero_test_data): Likewise.
19950         (sinh_downward_test_data): Likewise.
19951         (sinh_upward_test_data): Likewise.
19952         (tan_test_data): Likewise.
19953         (tan_tonearest_test_data): Likewise.
19954         (tan_towardzero_test_data): Likewise.
19955         (tan_downward_test_data): Likewise.
19956         (tan_upward_test_data): Likewise.
19957         (tanh_test_data): Likewise.
19958         (tgamma_test_data): Likewise.
19959         (y0_test_data): Likewise.
19960         (y1_test_data): Likewise.
19961         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19962         (special_real_inputs): Add pi/4.
19963         * sysdeps/i386/fpu/libm-test-ulps: Update.
19964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19966 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19968         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19969         "longjmp_target" static probes.
19970         (__longjmp): Rename to __longjmp_symbol.
19971         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19972         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19973         on which longjmp to generate.
19974         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19975         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19976         probe.
19977         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19978         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19979         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19980         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19981         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19982         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19984         __longjmp_symbol based on which __longjmp to generate.
19985         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19986         probe.
19987         (setjmp): Rename to setjmp_symbol.
19988         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19989         (_setjmp): Rename to _setjmp_symbol.
19990         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19991         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19992         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19993         which setjmp to generate.
19994         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19995         "longjmp_target" static probes.
19997 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19999         * benchtests/README: Add note about output arguments.
20000         * benchtests/bench-sincos.c: Remove file.
20001         * benchtests/sincos-inputs: New file.
20002         * scripts/bench.pl: Identify output arguments and define
20003         static variables for them.
20005         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20007         [BZ #15941]
20008         * Makefile (INSTALL): Add install-plain.texi as the primary
20009         dependency.
20010         * manual/install-plain.texi: New file.
20011         * manual/install.texi: Include node directive only for
20012         non-plaintext output.
20014 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20016         * stdlib/longlong.h: Update from GCC.
20018         [BZ #6807]
20019         [BZ #15901]
20020         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20021         * math/w_j0f.c (y0f): Likewise.
20022         * math/w_j0l.c (__y0l): Likewise.
20023         * math/w_j1.c (y1): Likewise.
20024         * math/w_j1f.c (y1f): Likewise.
20025         * math/w_j1l.c (__y1l): Likewise
20026         * math/w_jn.c (yn): Likewise.
20027         * math/w_jnf.c (ynf): Likewise.
20028         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20029         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20030         value for Bessel function domain errors outside _SVID_ mode.
20031         Adjust sign of return value for yn (negative integer, 0).
20032         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20033         by zero in return for negative x and set sign appropriately for
20034         negative n.
20035         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20036         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20037         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20038         expectations in error cases.
20039         (y1_test_data): Likewise.
20040         (yn_test_data): Likewise.
20041         * sysdeps/i386/fpu/libm-test-ulps: Update.
20042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20044 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20046         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20047         "64" to "64-v1".  Add "64-v2".
20048         (abi-64-options): Rename to ...
20049         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20050         (abi-64-condition): Rename to ...
20051         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20052         (abi-64-ld-soname): Rename to ...
20053         (abi-64-v1-ld-soname): ... this.
20054         (abi-64-v2-options): Define.
20055         (abi-64-v2-condition): Likewise.
20056         (abi-64-v2-ld-soname): Likewise.
20057         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20058         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20063 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20064             Alan Modra  <amodra@gmail.com>
20066         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20067         New versions for use with the ELFv2 ABI.
20068         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20069         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20070         declaration.
20071         (struct La_ppc64v2_retval): Likewise.
20072         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20073         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20074         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20075         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20076         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20077         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20078         Do not save or restore CR.
20079         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20080         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20081         return values for ELFv2 ABI.  Fix location of FPR return registers.
20082         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20083         updated values for _CALL_ELF == 2.
20084         (La_regs, La_retval, int_retval): Likewise.
20086 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20088         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20089         (FRAME_MIN_SIZE_PARM): Likewise.
20090         (FRAME_BACKCHAIN): Likewise.
20091         (FRAME_CR_SAVE): Likewise.
20092         (FRAME_LR_SAVE): 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         (call_mcount_parm_offset): New macro.
20099         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20100         (PROF): Use symbolic stack frame offsets.
20101         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20102         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20103         Redefine in terms of FRAME_MIN_SIZE.
20104         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20105         (_dl_profile_resolve): Likewise.  Update comment.
20106         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20107         symbols stack frame offsets.
20108         (__sigsetjmp): Likewise.
20109         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20110         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20111         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20112         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20115         (FRAME_BACKCHAIN): Remove.
20116         (FRAME_CR_SAVE): Likewise.
20117         (FRAME_LR_SAVE): Likewise.
20118         (FRAME_COMPILER_DW): Likewise.
20119         (FRAME_LINKER_DW): Likewise.
20120         (FRAME_TOC_SAVE): Likewise.
20121         (FRAME_PARM_SAVE): Likewise.
20122         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20123         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20124         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20126         (CHECK_SP): Use symbolic stack frame offsets.
20127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20128         zone" instead of caller's parameter save area for temp storage.
20129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20130         Likewise.  Also, use symbolic stack frame offsets.
20131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20132         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20133         our own stack frame instead of the caller's.
20134         (__socket): Use symbolic stack frame offsets.
20136 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20137             Alan Modra  <amodra@gmail.com>
20139         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20140         Define.
20141         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20142         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20143         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20144         New function.
20145         (elf_machine_fixup_plt): Call it.
20146         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20147         reloc arguments.
20148         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20149         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20150         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20151         r2 before calling target.
20153 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20154             Alan Modra  <amodra@gmail.com>
20156         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20157         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20158         versions of macros to support ELFv2 ABI.
20159         (LOCALENTRY): New macro.
20160         (ENTRY, EALIGN): Use it.
20161         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20162         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20163         fall through into ENTRY entry point.
20164         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20165         Only define if _CALL_ELF != 2.
20167         (elf_machine_matches_host): Verify ABI version matches.
20168         (RTLD_START): Use LOCALENTRY.
20169         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20170         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20171         (PLT_ENTRY_WORDS): New macro.
20172         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20173         (elf_machine_runtime_setup): Support ELFv2 ABI.
20174         (elf_machine_fixup_plt): Likewise.
20175         (elf_machine_plt_conflict): Likewise.
20176         (resolve_ifunc): Likewise.
20177         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20178         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20179         Likewise.
20180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20181         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20183         (makecontext): Support ELFv2 ABI.
20184         * elf/elf.h (EF_PPC64_ABI): Define.
20186 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20188         * sysdeps/powerpc/powerpc64/sysdep.h
20189         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20190         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20191         (ENTRY) [ASSEMBLER]: ... but instead here ...
20192         (EALIGN) [ASSEMBLER]: ... and here.
20193         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20194         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20195         (ENTRY_2) [!ASSEMBLER]: Use it.
20196         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20197         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20198         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20199         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20200         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20202         Use PPC64_LOAD_FUNCPTR.
20204         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20206 2013-12-04  Alan Modra  <amodra@gmail.com>
20208         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20209         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20210         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20211         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20213         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20214         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20215         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20216         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20217         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20218         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20220 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20223         (__makecontext): Fix incorrect CFI when backtracing out of
20224         context created via makecontext.
20225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20226         (__setcontext): Fix incorrect CFI during switch to new context.
20227         (__novec_setcontext): Likewise.
20229 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20231         [BZ #4772]
20232         * time/strptime_l.c (__strptime_internal): Allow modifiers
20233         in strptime.
20234         * time/tst-strptime.c (day_tests): Add testcase.
20236 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20238         * scripts/bench.pl: Skip over blank lines.
20240 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20242         [BZ #926]
20243         * manual/time.texi (Calendar Time): Clarify what timezone functions
20244         use.
20246 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20250 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20252         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20253         implementation.
20254         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20255         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20256         * debug/memset_chk.c (__memset_chk): Likewise.
20257         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20258         * debug/strncpy_chk.c: Likewise.
20260 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20262         [BZ #15268]
20263         [BZ #15425]
20264         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20265         (__ieee754_exp): For possibly underflowing results, check size of
20266         result and force underflow exception if required.
20267         * math/auto-libm-test-in: Add more tests of exp.
20268         * math/auto-libm-test-out: Regenerated.
20269         * sysdeps/i386/fpu/libm-test-ulps: Update.
20270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20272         [BZ #16283]
20273         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20274         * math/w_exp2f.c (__exp2f): Likewise.
20275         * math/w_exp2l.c (__exp2l): Likewise.
20276         * math/auto-libm-test-in: Do not allow missing errno on exp2
20277         underflow.
20278         * math/auto-libm-test-out: Regenerated.
20280 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20282         [BZ #16274]
20283         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20284         handle filename validation.
20285         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20286         (do_open): Delete.
20288 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20290         [BZ #6786]
20291         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20292         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20293         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20294         <float.h>.
20295         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20296         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20297         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20298         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20299         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20300         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20301         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20302         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20303         Add more erfc tests.
20304         * math/auto-libm-test-out: Regenerated.
20305         * sysdeps/i386/fpu/libm-test-ulps: Update.
20306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20308         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20309         exp2, expm1, j0 and j1.
20310         * math/auto-libm-test-out: Regenerated.
20311         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20312         (erfc_test_data): Likewise.
20313         (exp_test_data): Likewise.
20314         (exp_tonearest_test_data): Likewise.
20315         (exp_towardzero_test_data): Likewise.
20316         (exp_downward_test_data): Likewise.
20317         (exp_upward_test_data): Likewise.
20318         (exp10_test_data): Likewise.
20319         (exp2_test_data): Likewise.
20320         (expm1_test_data): Likewise.
20321         (j0_test_data): Likewise.
20322         (j1_test_data): Likewise.
20323         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20324         (input_flag_type): Add flag_xfail_rounding.
20325         (input_flags): Add xfail-rounding.
20326         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20327         (output_for_one_input_case): Handle flag_xfail_rounding.
20328         * sysdeps/i386/fpu/libm-test-ulps: Update.
20329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20331 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20333         [BZ #16289]
20334         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20335         division by 0.
20337 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20339         [BZ #16195]
20340         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20341         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20342         (STAP_PROBE0): New macro.
20343         (STAP_PROBE1): Likewise.
20344         (STAP_PROBE2): Likewise.
20345         (STAP_PROBE3): Likewise.
20346         (STAP_PROBE4): Likewise.
20348 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20350         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20352 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20354         * benchtests/Makefile (bench): Add sqrt.
20355         (LDLIBS-bench-sqrt): New.
20356         * benchtests/sqrt-input: New.
20358 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20360         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20361         (GAIH_EAI): Likewise.
20362         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20363         (gaih_inet): Likewise.
20364         (getaddrinfo): Don't use GAIH_EAI.
20366         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20367         (struct gaih): Remove definition.
20369 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20371         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20372         Use HERRNOP directly.
20374 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20378 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20380         * math/gen-auto-libm-tests.c (test_functions): Add more
20381         single-argument functions.
20382         (special_fill_pi_2): New function.
20383         (special_fill_minus_pi_2): Likewise.
20384         (special_fill_pi_6): Likewise.
20385         (special_fill_minus_pi_6): Likewise.
20386         (special_fill_pi_3): Likewise.
20387         (special_fill_2pi_3): Likewise.
20388         (special_fill_e): Likewise.
20389         (special_fill_1_e): Likewise.
20390         (special_fill_e_minus_1): Likewise.
20391         (special_real_inputs): Add more special inputs.
20392         (output_for_one_input_case): Do not require ERANGE on underflow to
20393         zero if round-to-nearest result does not underflow to zero, unless
20394         exact results required.
20395         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20396         atan, atanh, cbrt, cos and cosh.
20397         * math/auto-libm-test-out: Regenerated.
20398         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20399         (acos_tonearest_test_data): Likewise.
20400         (acos_towardzero_test_data): Likewise.
20401         (acos_downward_test_data): Likewise.
20402         (acos_upward_test_data): Likewise.
20403         (acosh_test_data): Likewise.
20404         (asin_test_data): Likewise.
20405         (asin_tonearest_test_data): Likewise.
20406         (asin_towardzero_test_data): Likewise.
20407         (asin_upward_test_data): Likewise.
20408         (asinh_test_data): Likewise.
20409         (atan_test_data): Likewise.
20410         (atanh_test_data): Likewise.
20411         (cbrt_test_data): Likewise.
20412         (cos_test_data): Likewise.
20413         (cos_tonearest_test_data): Likewise.
20414         (cos_towardzero_test_data): Likewise.
20415         (cos_downward_test_data): Likewise.
20416         (cos_upward_test_data): Likewise.
20417         (cosh_test_data): Likewise.
20418         (cosh_tonearest_test_data): Likewise.
20419         (cosh_towardzero_test_data): Likewise.
20420         (cosh_downward_test_data): Likewise.
20421         (cosh_upward_test_data): Likewise.
20422         * sysdeps/i386/fpu/libm-test-ulps: Update.
20423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20425 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20427         [BZ #6787]
20428         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20429         * math/w_exp10f.c (__exp10f): Likewise.
20430         * math/w_exp10l.c (__exp10l): Likewise.
20431         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20432         errno settings in existing tests.
20434         [BZ #14032]
20435         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20436         precision control set to double precision.
20437         * sysdeps/i386/fpu/w_sqrt.c: New file.
20438         * math/auto-libm-test-in: Add more tests.
20439         * math/auto-libm-test-out: Update.
20441         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20442         (sqrt_test_tonearest): New function.
20443         (sqrt_towardzero_test_data): New variable.
20444         (sqrt_test_towardzero): New function.
20445         (sqrt_downward_test_data): New variable.
20446         (sqrt_test_downward): New function.
20447         (sqrt_upward_test_data): New variable.
20448         (sqrt_test_upward): New function.
20449         (main): Call the new functions.
20451         * math/gen-auto-libm-tests.c: New file.
20452         * math/auto-libm-test-in: Likewise.
20453         * math/auto-libm-test-out: New generated file.
20454         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20455         variables.
20456         (%beautify): Add generated representations of zero.
20457         (top level): Set $auto_input and call parse_auto_input.
20458         (beautify): Remove trailing "f" from hex float constants.
20459         (parse_args): Handle XFAIL_TEST.
20460         (convert_condition): New function.
20461         (or_value): Likewise.
20462         (or_cond_value): Likewise.
20463         (generate_testfile): Handle AUTO_TESTS_* lines.
20464         (parse_auto_input): New function.
20465         * math/libm-test.inc (XFAIL_TEST): New macro.
20466         (ERRNO_UNCHANGED): Update value.
20467         (ERRNO_EDOM): Likewise.
20468         (ERRNO_ERANGE): Likewise.
20469         (IGNORE_RESULT): Likewise.
20470         (TEST_COND_flt_32): New macro.
20471         (TEST_COND_dbl_64): Likewise.
20472         (TEST_COND_ldbl_96_intel): Likewise.
20473         (TEST_COND_ldbl_96_m68k): Likewise.
20474         (TEST_COND_ldbl_128): Likewise.
20475         (TEST_COND_ldbl_128ibm): Likewise.
20476         (TEST_COND_long32): Likewise.
20477         (TEST_COND_long64): Likewise.
20478         (TEST_COND_before_rounding): Likewise.
20479         (TEST_COND_after_rounding): Likewise.
20480         (enable_test): Handle XFAIL_TEST flag.
20481         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20482         with finite results.
20483         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20484         auto-libm-test-out.
20486 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20487             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20489         [BZ #16214]
20490         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20491         __tls_get_addr_internal instead of __tls_get_offset in order to
20492         avoid GOT pointer dependency.  Make rtld export
20493         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20494         __tls_get_addr since we are a __tls_get_offset platform.
20495         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20496         GOT pointer being set up before.
20497         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20499 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20501         * manual/math.texi (Errors in Math Functions): Document accuracy
20502         goals.
20504         [BZ #15004]
20505         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20506         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20507         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20508         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20509         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20510         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20511         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20512         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20513         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20514         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20515         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20516         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20517         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20518         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20519         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20520         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20522         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20523         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20524         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20525         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20526         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20527         Likewise.
20528         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20529         Likewise.
20530         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20531         Likewise.
20532         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20533         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20534         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20535         atomic-feupdateenv and flt-rounds.
20536         * sysdeps/powerpc/nofpu/Versions (libc): Add
20537         __atomic_feholdexcept, __atomic_feclearexcept,
20538         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20539         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20540         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20541         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20542         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20543         here.
20544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20545         Update.
20547         * manual/arith.texi (FP Exceptions): Document that exceptions may
20548         not be raised when matherr is used.
20549         (Math Error Reporting): Document overflow in directed rounding
20550         modes.  Document that errno may not be set when finite values are
20551         returned on overflow.  Document intent to set errno on underflow
20552         only for underflow to zero.
20554         [BZ #16271]
20555         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20556         round-to-nearest then adjust result for other rounding modes.
20557         * include/fenv.h (fegetround): Use libm_hidden_proto.
20558         * math/fegetround.c (fegetround): Use libm_hidden_def.
20559         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20560         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20561         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20562         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20563         Likewise.
20564         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20565         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20566         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20567         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20569 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20571         [BZ #16077]
20572         * nss/Versions (libnss_files): Add
20573         _nss_files_gethostbyname3_r.
20574         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20575         New function.
20576         (HOST_DB_LOOKUP): Remove macro.
20577         (_nss_files_gethostbyname_r): Implement function without the
20578         HOST_DB_LOOKUP macro.
20579         (_nss_files_gethostbyname2_r): Likewise.
20581 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20583         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20585 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20587         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20588         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20589         warning.
20591 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20593         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20594         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20595         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20596         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20597         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20598         __fe_nomask_env_priv and attribute_hidden.
20599         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20600         (libc_feupdateenv_test_ppc): Likewise.
20601         (libc_feresetround_ppc): Likewise.
20602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20603         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20604         compat_symbol macro.
20605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20606         (__fe_nomask_env): Likewise.
20607         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20609 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20611         * string/Makefile: Remove ifunc tests.
20612         * string/test-string.h: Define TEST_IFUNC.
20613         * string/test-bcopy-ifunc.c: Remove.
20614         * string/test-bzero-ifunc.c: Likewise.
20615         * string/test-memccpy-ifunc.c: Likewise.
20616         * string/test-memchr-ifunc.c: Likewise.
20617         * string/test-memcmp-ifunc.c: Likewise.
20618         * string/test-memcpy-ifunc.c: Likewise.
20619         * string/test-memmem-ifunc.c: Likewise.
20620         * string/test-memmove-ifunc.c: Likewise.
20621         * string/test-mempcpy-ifunc.c: Likewise.
20622         * string/test-memrchr-ifunc.c: Likewise.
20623         * string/test-memset-ifunc.c: Likewise.
20624         * string/test-rawmemchr-ifunc.c: Likewise.
20625         * string/test-stpcpy-ifunc.c: Likewise.
20626         * string/test-stpncpy-ifunc.c: Likewise.
20627         * string/test-strcasecmp-ifunc.c: Likewise.
20628         * string/test-strcasestr-ifunc.c: Likewise.
20629         * string/test-strcat-ifunc.c: Likewise.
20630         * string/test-strchr-ifunc.c: Likewise.
20631         * string/test-strchrnul-ifunc.c: Likewise.
20632         * string/test-strcmp-ifunc.c: Likewise.
20633         * string/test-strcpy-ifunc.c: Likewise.
20634         * string/test-strcspn-ifunc.c: Likewise.
20635         * string/test-strlen-ifunc.c: Likewise.
20636         * string/test-strncasecmp-ifunc.c: Likewise.
20637         * string/test-strncat-ifunc.c: Likewise.
20638         * string/test-strncmp-ifunc.c: Likewise.
20639         * string/test-strncpy-ifunc.c: Likewise.
20640         * string/test-strnlen-ifunc.c: Likewise.
20641         * string/test-strpbrk-ifunc.c: Likewise.
20642         * string/test-strrchr-ifunc.c: Likewise.
20643         * string/test-strspn-ifunc.c: Likewise.
20644         * string/test-strstr-ifunc.c: Likewise.
20646 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20648         * benchtests/Makefile: Remove ifunc tests.
20649         * benchtests/bench-string.h: Define TEST_IFUNC.
20650         * benchtests/bench-bcopy-ifunc.c: Remove.
20651         * benchtests/bench-bzero-ifunc.c: Likewise.
20652         * benchtests/bench-memccpy-ifunc.c: Likewise.
20653         * benchtests/bench-memchr-ifunc.c: Likewise.
20654         * benchtests/bench-memcmp-ifunc.c: Likewise.
20655         * benchtests/bench-memcpy-ifunc.c: Likewise.
20656         * benchtests/bench-memmem-ifunc.c: Likewise.
20657         * benchtests/bench-memmove-ifunc.c: Likewise.
20658         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20659         * benchtests/bench-memrchr-ifunc.c: Likewise.
20660         * benchtests/bench-memset-ifunc.c: Likewise.
20661         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20662         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20663         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20664         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20665         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20666         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20667         * benchtests/bench-strcat-ifunc.c: Likewise.
20668         * benchtests/bench-strchr-ifunc.c: Likewise.
20669         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20670         * benchtests/bench-strcmp-ifunc.c: Likewise.
20671         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20672         * benchtests/bench-strcpy-ifunc.c: Likewise.
20673         * benchtests/bench-strcspn-ifunc.c: Likewise.
20674         * benchtests/bench-strlen-ifunc.c: Likewise.
20675         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20676         * benchtests/bench-strncat-ifunc.c: Likewise.
20677         * benchtests/bench-strncmp-ifunc.c: Likewise.
20678         * benchtests/bench-strncpy-ifunc.c: Likewise.
20679         * benchtests/bench-strnlen-ifunc.c: Likewise.
20680         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20681         * benchtests/bench-strrchr-ifunc.c: Likewise.
20682         * benchtests/bench-strsep-ifunc.c: Likewise.
20683         * benchtests/bench-strspn-ifunc.c: Likewise.
20684         * benchtests/bench-strstr-ifunc.c: Likewise.
20686 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20688         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20690 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20692         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20693         * rt/aio.h: Likewise.
20694         * sysdeps/gnu/bits/utmp.h: Likewise.
20695         * sysdeps/gnu/bits/utmpx.h: Likewise.
20696         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20697         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20698         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20699         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20700         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20701         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20702         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20703         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20704         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20705         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20706         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20707         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20708         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20710         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20711         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20712         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20713         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20714         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20715         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20716         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20717         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20718         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20719         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20720         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20721         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20722         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20723         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20724         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20725         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20726         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20727         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20728         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20729         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20730         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20731         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20732         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20733         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20734         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20735         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20736         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20737         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20739 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20741         [BZ #16245]
20742         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20743         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20745 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20747         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20748         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20749         Likewise.
20751 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20753         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20754         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20755         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20756         (__fesetround): Remove define.
20757         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20758         rounding and exceptions handling.
20759         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20760         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20761         (__fe_nomask_env): Likewise.
20762         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20763         __fegetround instead of fegetround.
20764         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20765         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20767 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20769         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20770         it's there.
20772         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20774 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20776         [BZ #11157]
20777         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20778         (encrypt_r): Likewise.
20779         * malloc/obstack.h (obstack_free): Likewise.
20780         * posix/unistd.h (encrypt): Likewise.
20782 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20784         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20785         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20786         DL_CALL_DT_FINI() that call the functions directly.
20787         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20788         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20789         * elf/dl-fini.c: Likewise.
20791 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20793         * malloc/hooks.c (memalign_check): Add alignment rounding.
20794         * malloc/malloc.c (_mid_memalign): New function.
20795         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20796         Implement by calling _mid_memalign.
20797         * manual/probes.texi (Memory Allocation Probes): Remove
20798         memory_valloc_retry and memory_pvalloc_retry.
20800 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20802         * locale/programs/locarchive.c (open_archive): Add const
20803         qualifier to ARCHIVEFNAME and copy default fname to
20804         DEFAULT_FNAME.
20806         [BZ #15601]
20807         * libio/tst-widetext.input: Rename Oriya to Odia.
20808         * locale/iso-639.def: Likewise.
20810         * manual/probes.texi (Mathematical Function Probes): Add
20811         documentation for sin, cos, asin and acos probes.
20812         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20813         (__sin32): Add slowasin probe.
20814         (__cos32): Add slowacos probe.
20815         (__mpsin): Add slowsin probe.
20816         (__mpcos): Add slowcos probe.
20818 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20820         [BZ #15483]
20821         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20822         thread-local __sim_exceptions_thread and global
20823         __sim_exceptions_global.
20824         (__sim_disabled_exceptions): Change to thread-local
20825         __sim_disabled_exceptions_thread and global
20826         __sim_disabled_exceptions_global.
20827         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20828         and global __sim_round_mode_global.
20829         (__simulate_exceptions): Use thread-local floating-point state and
20830         set global state from it as needed.
20831         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20832         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20833         __sim_round_mode_thread.
20834         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20835         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20836         and global __sim_exceptions_global.
20837         (__sim_disabled_exceptions): Change to thread-local
20838         __sim_disabled_exceptions_thread and global
20839         __sim_disabled_exceptions_global.
20840         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20841         and global __sim_round_mode_global.
20842         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20843         (SIM_SET_GLOBAL): Likewise.
20844         * sysdeps/powerpc/soft-fp/sfp-machine.h
20845         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20846         __sim_round_mode_thread.
20847         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20848         __sim_disabled_exceptions_thread.
20849         (__sim_exceptions): Change to __sim_exceptions_thread.
20850         (__sim_disabled_exceptions): Change to
20851         __sim_disabled_exceptions_thread.
20852         (__sim_round_mode): Change to __sim_round_mode_thread.
20853         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20854         thread-local floating-point state and set global state from it as
20855         needed.
20856         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20857         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20858         (__sim_disabled_exceptions): Remove extern declaration.
20859         (feenableexcept): Use thread-local floating-point state and set
20860         global state from it as needed.
20861         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20862         extern declaration.
20863         (__sim_disabled_exceptions): Likewise.
20864         (__sim_round_mode): Likewise.
20865         (__fegetenv): Use thread-local floating-point state.
20866         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20867         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20868         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20869         floating-point state and set global state from it as needed.
20870         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20871         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20872         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20873         Likewise.
20874         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20875         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20876         Likewise.
20877         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20878         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20879         Use __sim_round_mode_thread.
20880         * math/test-fenv-tls.c: New file.
20881         * math/Makefile (tests): Add test-fenv-tls.
20882         ($(objpfx)test-fenv-tls): Depend on
20883         $(common-objpfx)nptl/libpthread.so.
20885 2013-11-19  Andreas Schwab  <schwab@suse.de>
20887         * locale/programs/locale.c (show_info): Decode wordarray elements.
20888         * locale/categories.def (LC_MONETARY): Add element for
20889         _NL_MONETARY_CRNCYSTR.
20890         * locale/C-monetary.c (conversion_rate): New variable.
20891         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20892         element.
20894 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20896         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20897         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20899 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20901         * elf/Makefile (tst-auxv): New test.
20902         * elf/tst-auxv.c: New
20903         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20905 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20907         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20908         (hidden_proto): Caller changed.
20909         (hidden_tls_proto): New macro.
20910         (libc_hidden_tls_proto): Likewise.
20911         (rtld_hidden_tls_proto): Likewise.
20912         (libm_hidden_tls_proto): Likewise.
20913         (libresolv_hidden_tls_proto): Likewise.
20914         (librt_hidden_tls_proto): Likewise.
20915         (libdl_hidden_tls_proto): Likewise.
20916         (libnss_files_hidden_tls_proto): Likewise.
20917         (libnsl_hidden_tls_proto): Likewise.
20918         (libnss_nisplus_hidden_tls_proto): Likewise.
20919         (libutil_hidden_tls_proto): Likewise.
20921 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20923         [BZ #10253]
20924         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20925         (decompose_rpath): Defer expansion to fillin_rpath.
20926         (_dl_init_paths): Pass linkmap to fillin_rpath.
20928 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20930         * benchtests/Makefile: Add strsep.
20931         * benchtests/bench-strsep.c: New file: strsep benchtest.
20932         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20934 2013-11-18  Andreas Schwab  <schwab@suse.de>
20936         * locale/programs/locale.c (show_info) [case byte]: Check for
20937         '\377' instead of '\177'.
20938         * locale/C-monetary.c (not_available): Always use "\377".
20939         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20940         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20941         detect unavailable sign_posn locale elements.
20942         * locale/localeconv.c (__localeconv): For grouping and
20943         mon_grouping handle "\177" and "\377" like no grouping.
20944         (INT_ELEM): New macro.  Use it to set all numeric members.
20945         * locale/programs/ld-monetary.c (monetary_read)
20946         <tok_mon_grouping>: Normalize single -1 to the empty string.
20947         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20948         Likewise.
20950 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20952         [BZ #16055]
20953         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20954         when we match (nil).
20955         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20957 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20959         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20960         (NO_TEST_INLINE): Update value.
20961         (ERRNO_UNCHANGED): Likewise.
20962         (ERRNO_EDOM): Likewise.
20963         (ERRNO_ERANGE): Likewise.
20964         (IGNORE_RESULT): Likewise.
20965         (check_float_internal): Check signs of NaN results if
20966         TEST_NAN_SIGN used.
20967         (check_complex): Pass TEST_NAN_SIGN flag through to second
20968         check_float_internal call.
20969         (copysign_test_data): Add tests with quiet NaNs as second
20970         argument.  Use TEST_NAN_SIGN.
20971         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20972         TEST_NAN_SIGN.
20973         (signbit_test_data): Add tests of quiet NaN argument.
20974         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20976         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20977         $ignore_result.
20978         (parse_args): Handle function results specified as IGNORE.
20979         * math/libm-test.inc (IGNORE_RESULT): New macro.
20980         (check_float_internal): Do not check numerical result if flag
20981         IGNORE_RESULT set.
20982         (check_complex): Pass through IGNORE_RESULT to second
20983         check_float_internal call.
20984         (check_int): Do not check numerical result if flag IGNORE_RESULT
20985         set.
20986         (check_long): Likewise.
20987         (check_bool): Likewise.
20988         (check_longlong): Likewise.
20989         (lrint_test_data): Add tests of infinite and NaN arguments.
20990         (lrint_tonearest_test_data): Likewise.
20991         (lrint_towardzero_test_data): Likewise.
20992         (lrint_downward_test_data): Likewise.
20993         (lrint_upward_test_data): Likewise.
20994         (llrint_test_data): Likewise.
20995         (llrint_tonearest_test_data): Likewise.
20996         (llrint_towardzero_test_data): Likewise.
20997         (llrint_downward_test_data): Likewise.
20998         (llrint_upward_test_data): Likewise.
20999         (lround_test_data): Likewise.
21000         (llround_test_data): Likewise.
21002         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21003         (ERRNO_UNCHANGED): Update value.
21004         (ERRNO_EDOM): Likewise.
21005         (ERRNO_ERANGE): Likewise.
21006         (NO_TEST_INLINE_FLOAT): New macro.
21007         (NO_TEST_INLINE_DOUBLE): Likewise.
21008         (enable_test): New function.
21009         (RUN_TEST_f_f): Check enable_test before running test.
21010         (RUN_TEST_2_f): Likewise.
21011         (RUN_TEST_fff_f): Likewise.
21012         (RUN_TEST_c_f): Likewise.
21013         (RUN_TEST_f_f1): Likewise.
21014         (RUN_TEST_fF_f1): Likewise.
21015         (RUN_TEST_fI_f1): Likewise.
21016         (RUN_TEST_ffI_f1): Likewise.
21017         (RUN_TEST_c_c): Likewise.
21018         (RUN_TEST_cc_c): Likewise.
21019         (RUN_TEST_f_i): Likewise.
21020         (RUN_TEST_f_i_tg): Likewise.
21021         (RUN_TEST_ff_i_tg): Likewise.
21022         (RUN_TEST_f_b): Likewise.
21023         (RUN_TEST_f_b_tg): Likewise.
21024         (RUN_TEST_f_l): Likewise.
21025         (RUN_TEST_f_L): Likewise.
21026         (RUN_TEST_fFF_11): Likewise.
21027         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21028         conditionals.
21029         (cosh_test_data): Likewise.
21030         (exp_test_data): Likewise.
21031         (expm1_test_data): Likewise.
21032         (hypot_test_data): Likewise.
21033         (pow_test_data): Likewise.
21034         (sinh_test_data): Likewise.
21035         (tanh_test_data): Likewise.
21036         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21037         flags argument.
21039         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21040         tests with quiet NaN input and output.
21041         (acosh_test_data): Likewise.
21042         (asin_test_data): Likewise.
21043         (asinh_test_data): Likewise.
21044         (atan_test_data): Likewise.
21045         (atanh_test_data): Likewise.
21046         (atan2_test_data): Likewise.
21047         (cbrt_test_data): Likewise.
21048         (cos_test_data): Likewise.
21049         (cosh_test_data): Likewise.
21050         (erf_test_data): Likewise.
21051         (erfc_test_data): Likewise.
21052         (exp_test_data): Likewise.
21053         (exp10_test_data): Likewise.
21054         (exp2_test_data): Likewise.
21055         (expm1_test_data): Likewise.
21056         (hypot_test_data): Likewise.
21057         (j0_test_data): Likewise.
21058         (j1_test_data): Likewise.
21059         (jn_test_data): Likewise.
21060         (lgamma_test_data): Likewise.
21061         (log_test_data): Likewise.
21062         (log10_test_data): Likewise.
21063         (log1p_test_data): Likewise.
21064         (log2_test_data): Likewise.
21065         (pow_test_data): Likewise.
21066         (scalb_test_data): Likewise.
21067         (sin_test_data): Likewise.
21068         (sincos_test_data): Likewise.
21069         (sinh_test_data): Likewise.
21070         (tan_test_data): Likewise.
21071         (tanh_test_data): Likewise.
21072         (tgamma_test_data): Likewise.
21073         (y0_test_data): Likewise.
21074         (y1_test_data): Likewise.
21075         (yn_test_data): Likewise.
21077         [BZ #16167]
21078         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21079         argument being NaN and avoid computations with second argument in
21080         that case.
21081         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21082         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21083         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21085 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21087         * locale/iso-639.def: Add Chitwani Tharu (the).
21089 2013-11-14  Andreas Schwab  <schwab@suse.de>
21091         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21092         word instead of empty string.
21094 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21097         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21099         (__fe_nomask_env): Likewise.
21101 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21103         * benchtests/bench-timing.h: Include time.h.
21105 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21107         [BZ #15997]
21108         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21109         to 3.4.0 for x32.
21110         * sysdeps/unix/sysv/linux/configure: Regenerated.
21112 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21114         [BZ #16151]
21115         * stdlib/strtod_l.c (round_and_return): Do not consider
21116         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21117         exponent one less than half the least subnormal exponent.
21118         * stdlib/test-strtod-round-data: Add more tests.
21119         * stdlib/tst-strtod-round.c (tests): Regenerated.
21121 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21123         [BZ #14143]
21124         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21125         (__fe_mask_env): Likewise.
21126         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21127         libm_hidden_proto and add function prototype.
21128         (__fe_mask_env): Add function prototype.
21129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21130         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21132         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21134         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21136 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21138         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21139         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21141 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21143         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21144         of htab_find_slot().
21146 2013-11-11  David S. Miller  <davem@davemloft.net>
21148         [BZ #16150]
21149         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21150         symbol in the non-vis3 case in static builds.
21151         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21152         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21153         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21154         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21156 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21158         [BZ #387]
21159         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21160         it is empty.
21162 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21164         * benchtests/Makefile: Add bench-strtod.
21165         * benchtests/bench-strtod.c: New file: strtod benchtest
21167 2013-11-11  Andreas Schwab  <schwab@suse.de>
21169         [BZ #16153]
21170         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21171         terminating NUL in key length.
21173 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21175         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21176         Add artificial ODP entry for vDSO symbol for PPC64.
21177         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21178         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21180 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21182         [BZ #15374]
21183         * nss/getent.c (services_keys): Recognize services starting with digit.
21185 2013-11-06  David S. Miller  <davem@davemloft.net>
21187         [BZ #15985]
21188         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21189         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21191 2013-11-06  Will Newton  <will.newton@linaro.org>
21193         * manual/memory.texi (Malloc Examples): Remove register
21194         keyword from examples.
21196 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21198         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21200 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21202         [BZ #6981]
21203         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21204         depending on [__GCC_IEC_559 > 0].
21205         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21206         depending on [__GCC_IEC_559_COMPLEX > 0].
21208 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21210         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21211         to iso-639.def.
21213 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21215         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21217 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21219         [BZ #16112]
21220         * malloc/malloc (malloc_info): Do not handle first bin as
21221         special case.
21223 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21225         * locale/iso-639.def: Add Central Nahuatl (nhn).
21227 2013-11-01  Bruno Haible  <bruno@clisp.org>
21229         [BZ #7003]
21230         * manual/math.texi (BSD Random): Specify range upper bound as
21231         in POSIX.
21233 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21235         * locale/iso-639.def: Add Meadow Mari (mhr).
21237 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21239         [BZ #14752], [BZ #15763]
21240         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21241         Validate name.
21242         * rt/tst_shm.c: Add test for escaping directory.
21244 2013-10-31  Andreas Schwab  <schwab@suse.de>
21246         [BZ #15917]
21247         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21248         followed by 'x' as part of digit sequence.
21249         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21251 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21253         [BZ #16037]
21254         * configure.ac: allow GNU Make 4.0 and greater.
21255         * configure: Regenerated.
21257 2013-10-30  Will Newton  <will.newton@linaro.org>
21259         [BZ #16038]
21260         * malloc/hooks.c (memalign_check): Limit alignment to the
21261         maximum representable power of two.
21262         * malloc/malloc.c (__libc_memalign): Likewise.
21263         * malloc/tst-memalign.c (do_test): Add test for very
21264         large alignment values.
21265         * malloc/tst-posix_memalign.c (do_test): Likewise.
21267 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21269         [BZ #11087]
21270         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21271         (munmap_chunk): Likewise.
21272         (mremap_chunk): Likewise.
21274 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21276         [BZ #15799]
21277         * stdlib/div.c (div): Remove obsolete code.
21278         * stdlib/ldiv.c (ldiv): Likewise.
21279         * stdlib/lldiv.c (lldiv): Likewise.
21281 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21283         [BZ #16071]
21284         * nss/nss_files/files-XXX.c (get_contents_ret): New
21285         enumerator.
21286         (get_contents): New function.
21287         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21289 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21291         * configure.in: Moved to ...
21292         * configure.ac: ... here. Change reference to configure.in
21293         to configure.ac.
21294         * sysdeps/arm/preconfigure.ac: ... here.
21295         configure.in to configure.ac.
21296         * sysdeps/gnu/configure.in: Moved to ...
21297         * sysdeps/gnu/configure.ac: ... here.
21298         * sysdeps/i386/configure.in: Moved to ...
21299         * sysdeps/i386/configure.ac: ... here.
21300         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21301         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21302         * sysdeps/mach/configure.in: Moved to ...
21303         * sysdeps/mach/configure.ac: ... here.
21304         * sysdeps/mach/hurd/configure.in: Moved to ...
21305         * sysdeps/mach/hurd/configure.ac: ... here.
21306         * sysdeps/powerpc/configure.in: Moved to ...
21307         * sysdeps/powerpc/configure.ac: ... here.
21308         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21309         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21310         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21311         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21312         * sysdeps/s390/s390-32/configure.in: Moved to ...
21313         * sysdeps/s390/s390-32/configure.ac: ... here.
21314         * sysdeps/s390/s390-64/configure.in: Moved to ...
21315         * sysdeps/s390/s390-64/configure.ac: ... here.
21316         * sysdeps/sh/configure.in: Moved to ...
21317         * sysdeps/sh/configure.ac: ... here.
21318         * sysdeps/sparc/configure.in: Moved to ...
21319         * sysdeps/sparc/configure.ac: ... here.
21320         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21321         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21322         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21323         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21324         * sysdeps/x86_64/configure.in: Moved to ...
21325         * sysdeps/x86_64/configure.ac: ... here.
21326         * sysdeps/x86_64/preconfigure.in: Moved to ...
21327         * sysdeps/x86_64/preconfigure.ac: ... here.
21328         * aclocal.m4: Change reference to configure.in to configure.ac.
21329         * config.h.in: Likewise.
21330         * manual/install.texi: Likewise.
21331         * manual/maint.texi: Likewise.
21332         * Makefile: Likewise.
21333         * malloc/Makefile: Likewise.
21334         * nscd/Makefile: Likewise.
21335         * Makeconfig: Change reference to configure.in and
21336         preconfigure.in to configure.ac and preconfigure.ac
21337         respectively.
21338         * INSTALL: Regenerated.
21339         * configure: Likewise.
21340         * sysdeps/gnu/configure: Likewise.
21341         * sysdeps/i386/configure: Likewise.
21342         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21343         * sysdeps/mach/configure: Likewise.
21344         * sysdeps/mach/hurd/configure: Likewise.
21345         * sysdeps/powerpc/configure: Likewise.
21346         * sysdeps/powerpc/powerpc32/configure: Likewise.
21347         * sysdeps/powerpc/powerpc64/configure: Likewise.
21348         * sysdeps/s390/s390-32/configure: Likewise.
21349         * sysdeps/s390/s390-64/configure: Likewise.
21350         * sysdeps/sh/configure: Likewise.
21351         * sysdeps/sparc/configure: Likewise.
21352         * sysdeps/unix/sysv/linux/configure: Likewise.
21353         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21354         * sysdeps/x86_64/configure: Likewise.
21355         * sysdeps/x86_64/preconfigure: Likewise.
21357 2013-10-29  Andreas Schwab  <schwab@suse.de>
21359         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21361 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21363         * benchtests/pow-inputs: Add new inputs.
21365         * benchtests/exp-inputs: Add new inputs.
21367         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21368         conditional check for return value.
21369         (__cos32): Likewise.
21371 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21373         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21374         to provide a boost for large inputs with word alignment.
21375         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21376         implementation based on optimized PPC64 strcpy.
21377         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21378         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21379         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21380         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21382 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21384         [BZ #2801]
21385         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21387 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21389         [BZ #14876]
21390         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21391         * time/tst-strptime.c (day_tests): Add testcase.
21393 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21395         [BZ #14029]
21396         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21398 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21400         [BZ #16074]
21401         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21402         MAP_FAILED on error.
21404 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21406         [BZ #16072]
21407         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21408         heap for large requests.
21410 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21412         [BZ #9954]
21413         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21414         result if the result has no associated interface.
21415         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21416         interface for all 127.X.Y.Z addresses.
21418 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21420         * locale/iso-639.def: Add Ligurian (lij)
21422 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21424         [BZ #15825]
21425         * sunrpc/rpc_main.c: Document rpcgen -5.
21427 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21429         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21431 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21433         [BZ #10278]
21434         * posix/glob.c: Match only directories when trailing slash is present.
21435         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21436         (main): Add testcase.
21438 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21440         [BZ #15670]
21441         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21443 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21445         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21446         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21447         AUTH_DES and cindex for FIPS 140-2.
21448         (DES Encryption): Add cindex FIPS 46-3.
21450         * locale/locarchive.h (struct locarhandle): Add fname.
21451         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21452         if an optional argument was specified to --list-archive,
21453         otherwise NULL.
21454         * locale/programs/locarchive.c (show_archive_content): Take new
21455         argument fname and pass it via ah.fname to open_archive.
21456         * locale/programs/localedef.h: Update decl.
21457         (open_archive): If AH->fname is non-null, open that file
21458         rather than the default file name, and don't ignore ENOENT.
21459         (create_archive): Set AH.fname to NULL.
21460         (delete_locales_from_archive): Likewise.
21461         (add_locales_to_archive): Likewise.
21462         * locale/programs/locfile.c (write_all_categories): Likewise.
21464 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21465             Aldy Hernandez  <aldyh@redhat.com>
21467         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21468         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21469         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21470         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21471         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21472         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21473         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21474         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21475         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21476         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21477         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21478         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21479         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21480         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21481         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21482         Likewise.
21483         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21484         Likewise.
21485         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21486         Likewise.
21487         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21488         Likewise.
21489         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21490         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21491         Likewise.
21492         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21493         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21494         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21495         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21496         Likewise.
21497         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21498         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21499         * sysdeps/powerpc/preconfigure: Likewise.
21500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21501         Likewise.
21502         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21503         Replace contents of file by #include of <fenv_libc.h>.
21504         * sysdeps/powerpc/soft-fp/sfp-machine.h
21505         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21506         and <sys/prctl.h>.
21507         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21508         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21509         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21510         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21511         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21512         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21513         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21514         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21515         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21516         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21517         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21518         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21520         Allow copysignl PLT reference to be missing.
21522 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21523             Joseph Myers  <joseph@codesourcery.com
21525         [BZ #15948]
21526         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21527         single character.
21528         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21530 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21532         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21533         * elf/tst-tls1.c: Likewise.
21534         * elf/tst-tls10.h: Likewise.
21535         * elf/tst-tls14.c: Likewise.
21536         * elf/tst-tls2.c: Likewise.
21537         * elf/tst-tls3.c: Likewise.
21538         * elf/tst-tls4.c: Likewise.
21539         * elf/tst-tls5.c: Likewise.
21540         * elf/tst-tls6.c: Likewise.
21541         * elf/tst-tls7.c: Likewise.
21542         * elf/tst-tls8.c: Likewise.
21543         * elf/tst-tls9.c: Likewise.
21544         * elf/tst-tlsmod1.c: Likewise.
21545         * elf/tst-tlsmod13.c: Likewise.
21546         * elf/tst-tlsmod13a.c: Likewise.
21547         * elf/tst-tlsmod14a.c: Likewise.
21548         * elf/tst-tlsmod16a.c: Likewise.
21549         * elf/tst-tlsmod16b.c: Likewise.
21550         * elf/tst-tlsmod2.c: Likewise.
21551         * elf/tst-tlsmod3.c: Likewise.
21552         * elf/tst-tlsmod4.c: Likewise.
21553         * elf/tst-tlsmod5.c: Likewise.
21554         * elf/tst-tlsmod6.c: Likewise.
21556 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21558         [BZ #12486]
21559         * malloc/malloc.c: remove checks for statistics.
21561 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21563         [BZ #15277]
21564         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21565         * inet/tst-network.c: Add testcase.
21567 2013-10-17  Andreas Schwab  <schwab@suse.de>
21569         [BZ #15218]
21570         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21571         to determine canonical name.
21573 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21575         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21576         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21577         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21578         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21579         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21580         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21581         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21582         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21583         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21584         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21585         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21586         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21587         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21588         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21589         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21590         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21591         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21592         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21593         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21594         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21595         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21596         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21598         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21599         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21600         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21601         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21602         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21603         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21604         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21605         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21606         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21607         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21608         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21609         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21610         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21611         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21612         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21613         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21614         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21615         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21616         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21617         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21618         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21619         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21620         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21621         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21622         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21623         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21624         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21625         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21626         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21627         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21628         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21629         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21630         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21631         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21632         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21634 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21636         [BZ #16041]
21637         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21638         make result into a quiet NaN.
21640 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21642         * soft-fp/adddf3.c: Fix horizontal whitespace.
21643         * soft-fp/addsf3.c: Likewise.
21644         * soft-fp/addtf3.c: Likewise.
21645         * soft-fp/divdf3.c: Likewise.
21646         * soft-fp/divsf3.c: Likewise.
21647         * soft-fp/divtf3.c: Likewise.
21648         * soft-fp/double.h: Likewise.
21649         * soft-fp/eqdf2.c: Likewise.
21650         * soft-fp/eqsf2.c: Likewise.
21651         * soft-fp/eqtf2.c: Likewise.
21652         * soft-fp/extenddftf2.c: Likewise.
21653         * soft-fp/extended.h: Likewise.
21654         * soft-fp/extendsfdf2.c: Likewise.
21655         * soft-fp/extendsftf2.c: Likewise.
21656         * soft-fp/extendxftf2.c: Likewise.
21657         * soft-fp/fixdfdi.c: Likewise.
21658         * soft-fp/fixdfsi.c: Likewise.
21659         * soft-fp/fixdfti.c: Likewise.
21660         * soft-fp/fixsfdi.c: Likewise.
21661         * soft-fp/fixsfsi.c: Likewise.
21662         * soft-fp/fixsfti.c: Likewise.
21663         * soft-fp/fixtfdi.c: Likewise.
21664         * soft-fp/fixtfsi.c: Likewise.
21665         * soft-fp/fixtfti.c: Likewise.
21666         * soft-fp/fixunsdfdi.c: Likewise.
21667         * soft-fp/fixunsdfsi.c: Likewise.
21668         * soft-fp/fixunsdfti.c: Likewise.
21669         * soft-fp/fixunssfdi.c: Likewise.
21670         * soft-fp/fixunssfsi.c: Likewise.
21671         * soft-fp/fixunssfti.c: Likewise.
21672         * soft-fp/fixunstfdi.c: Likewise.
21673         * soft-fp/fixunstfsi.c: Likewise.
21674         * soft-fp/fixunstfti.c: Likewise.
21675         * soft-fp/floatdidf.c: Likewise.
21676         * soft-fp/floatdisf.c: Likewise.
21677         * soft-fp/floatditf.c: Likewise.
21678         * soft-fp/floatsidf.c: Likewise.
21679         * soft-fp/floatsisf.c: Likewise.
21680         * soft-fp/floatsitf.c: Likewise.
21681         * soft-fp/floattidf.c: Likewise.
21682         * soft-fp/floattisf.c: Likewise.
21683         * soft-fp/floattitf.c: Likewise.
21684         * soft-fp/floatundidf.c: Likewise.
21685         * soft-fp/floatundisf.c: Likewise.
21686         * soft-fp/floatunditf.c: Likewise.
21687         * soft-fp/floatunsidf.c: Likewise.
21688         * soft-fp/floatunsisf.c: Likewise.
21689         * soft-fp/floatunsitf.c: Likewise.
21690         * soft-fp/floatuntidf.c: Likewise.
21691         * soft-fp/floatuntisf.c: Likewise.
21692         * soft-fp/floatuntitf.c: Likewise.
21693         * soft-fp/fmadf4.c: Likewise.
21694         * soft-fp/fmasf4.c: Likewise.
21695         * soft-fp/fmatf4.c: Likewise.
21696         * soft-fp/gedf2.c: Likewise.
21697         * soft-fp/gesf2.c: Likewise.
21698         * soft-fp/getf2.c: Likewise.
21699         * soft-fp/ledf2.c: Likewise.
21700         * soft-fp/lesf2.c: Likewise.
21701         * soft-fp/letf2.c: Likewise.
21702         * soft-fp/muldf3.c: Likewise.
21703         * soft-fp/mulsf3.c: Likewise.
21704         * soft-fp/multf3.c: Likewise.
21705         * soft-fp/negdf2.c: Likewise.
21706         * soft-fp/negsf2.c: Likewise.
21707         * soft-fp/negtf2.c: Likewise.
21708         * soft-fp/op-1.h: Likewise.
21709         * soft-fp/op-2.h: Likewise.
21710         * soft-fp/op-4.h: Likewise.
21711         * soft-fp/op-8.h: Likewise.
21712         * soft-fp/op-common.h: Likewise.
21713         * soft-fp/quad.h: Likewise.
21714         * soft-fp/single.h: Likewise.
21715         * soft-fp/soft-fp.h: Likewise.
21716         * soft-fp/sqrtdf2.c: Likewise.
21717         * soft-fp/sqrtsf2.c: Likewise.
21718         * soft-fp/sqrttf2.c: Likewise.
21719         * soft-fp/subdf3.c: Likewise.
21720         * soft-fp/subsf3.c: Likewise.
21721         * soft-fp/subtf3.c: Likewise.
21722         * soft-fp/truncdfsf2.c: Likewise.
21723         * soft-fp/trunctfdf2.c: Likewise.
21724         * soft-fp/trunctfsf2.c: Likewise.
21725         * soft-fp/trunctfxf2.c: Likewise.
21726         * soft-fp/unorddf2.c: Likewise.
21727         * soft-fp/unordsf2.c: Likewise.
21728         * soft-fp/unordtf2.c: Likewise.
21730 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21732         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21733         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21735 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21737         * elf/dl-libc.c: Clear initfini list after freeing.
21739 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21741         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21742         * soft-fp/addsf3.c: Likewise.
21743         * soft-fp/addtf3.c: Likewise.
21744         * soft-fp/divdf3.c: Likewise.
21745         * soft-fp/divsf3.c: Likewise.
21746         * soft-fp/divtf3.c: Likewise.
21747         * soft-fp/double.h: Likewise.
21748         * soft-fp/eqdf2.c: Likewise.
21749         * soft-fp/eqsf2.c: Likewise.
21750         * soft-fp/eqtf2.c: Likewise.
21751         * soft-fp/extenddftf2.c: Likewise.
21752         * soft-fp/extended.h: Likewise.
21753         * soft-fp/extendsfdf2.c: Likewise.
21754         * soft-fp/extendsftf2.c: Likewise.
21755         * soft-fp/extendxftf2.c: Likewise.
21756         * soft-fp/fixdfdi.c: Likewise.
21757         * soft-fp/fixdfsi.c: Likewise.
21758         * soft-fp/fixdfti.c: Likewise.
21759         * soft-fp/fixsfdi.c: Likewise.
21760         * soft-fp/fixsfsi.c: Likewise.
21761         * soft-fp/fixsfti.c: Likewise.
21762         * soft-fp/fixtfdi.c: Likewise.
21763         * soft-fp/fixtfsi.c: Likewise.
21764         * soft-fp/fixtfti.c: Likewise.
21765         * soft-fp/fixunsdfdi.c: Likewise.
21766         * soft-fp/fixunsdfsi.c: Likewise.
21767         * soft-fp/fixunsdfti.c: Likewise.
21768         * soft-fp/fixunssfdi.c: Likewise.
21769         * soft-fp/fixunssfsi.c: Likewise.
21770         * soft-fp/fixunssfti.c: Likewise.
21771         * soft-fp/fixunstfdi.c: Likewise.
21772         * soft-fp/fixunstfsi.c: Likewise.
21773         * soft-fp/fixunstfti.c: Likewise.
21774         * soft-fp/floatdidf.c: Likewise.
21775         * soft-fp/floatdisf.c: Likewise.
21776         * soft-fp/floatditf.c: Likewise.
21777         * soft-fp/floatsidf.c: Likewise.
21778         * soft-fp/floatsisf.c: Likewise.
21779         * soft-fp/floatsitf.c: Likewise.
21780         * soft-fp/floattidf.c: Likewise.
21781         * soft-fp/floattisf.c: Likewise.
21782         * soft-fp/floattitf.c: Likewise.
21783         * soft-fp/floatundidf.c: Likewise.
21784         * soft-fp/floatundisf.c: Likewise.
21785         * soft-fp/floatunsidf.c: Likewise.
21786         * soft-fp/floatunsisf.c: Likewise.
21787         * soft-fp/floatuntidf.c: Likewise.
21788         * soft-fp/floatuntisf.c: Likewise.
21789         * soft-fp/floatuntitf.c: Likewise.
21790         * soft-fp/fmadf4.c: Likewise.
21791         * soft-fp/fmasf4.c: Likewise.
21792         * soft-fp/fmatf4.c: Likewise.
21793         * soft-fp/gedf2.c: Likewise.
21794         * soft-fp/gesf2.c: Likewise.
21795         * soft-fp/getf2.c: Likewise.
21796         * soft-fp/ledf2.c: Likewise.
21797         * soft-fp/lesf2.c: Likewise.
21798         * soft-fp/letf2.c: Likewise.
21799         * soft-fp/muldf3.c: Likewise.
21800         * soft-fp/mulsf3.c: Likewise.
21801         * soft-fp/multf3.c: Likewise.
21802         * soft-fp/negdf2.c: Likewise.
21803         * soft-fp/negsf2.c: Likewise.
21804         * soft-fp/negtf2.c: Likewise.
21805         * soft-fp/op-1.h: Likewise.
21806         * soft-fp/op-2.h: Likewise.
21807         * soft-fp/op-4.h: Likewise.
21808         * soft-fp/op-8.h: Likewise.
21809         * soft-fp/op-common.h: Likewise.
21810         * soft-fp/quad.h: Likewise.
21811         * soft-fp/single.h: Likewise.
21812         * soft-fp/soft-fp.h: Likewise.
21813         * soft-fp/sqrtdf2.c: Likewise.
21814         * soft-fp/sqrtsf2.c: Likewise.
21815         * soft-fp/sqrttf2.c: Likewise.
21816         * soft-fp/subdf3.c: Likewise.
21817         * soft-fp/subsf3.c: Likewise.
21818         * soft-fp/subtf3.c: Likewise.
21819         * soft-fp/truncdfsf2.c: Likewise.
21820         * soft-fp/trunctfdf2.c: Likewise.
21821         * soft-fp/trunctfsf2.c: Likewise.
21822         * soft-fp/trunctfxf2.c: Likewise.
21823         * soft-fp/unorddf2.c: Likewise.
21824         * soft-fp/unordsf2.c: Likewise.
21825         * soft-fp/unordtf2.c: Likewise.
21827 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21829         [BZ #15672]
21830         * misc/error.c (error_tail): Fix possible buffer overflow.
21832 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21834         [BZ #13028]
21835         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21836         address.
21838 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21840         [BZ #832]
21841         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21842         testing pipefail option.
21844 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21846         * soft-fp/double.h: Indent preprocessor directives inside #if.
21847         * soft-fp/extended.h: Likewise.
21848         * soft-fp/op-2.h: Likewise.
21849         * soft-fp/op-4.h: Likewise.
21850         * soft-fp/op-common.h: Likewise.
21851         * soft-fp/quad.h: Likewise.
21852         * soft-fp/single.h: Likewise.
21853         * soft-fp/soft-fp.h: Likewise.
21855 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21857         * iconv/iconv_prog.c: Fix typos.
21858         * stdio-common/psiginfo-data.h: Likewise.
21860 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21862         [BZ #15764]
21863         * locale/setlocale.c: Fix typo.
21865 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21867         [BZ #16036]
21868         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21869         signaling NaN arguments.
21870         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21871         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21873         [BZ #14910]
21874         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21875         unordered operands.
21876         * soft-fp/gesf2.c (__gesf2): Likewise.
21877         * soft-fp/getf2.c (__getf2): Likewise.
21878         * soft-fp/ledf2.c (__ledf2): Likewise.
21879         * soft-fp/lesf2.c (__lesf2): Likewise.
21880         * soft-fp/letf2.c (__letf2): Likewise.
21882         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21883         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21884         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21885         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21886         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21887         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21888         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21889         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21890         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21891         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21892         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21893         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21894         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21895         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21896         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21897         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21898         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21899         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21900         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21901         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21902         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21903         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21904         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21905         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21906         * soft-fp/floattidf.c (__floattidf): Likewise.
21907         * soft-fp/floattisf.c (__floattisf): Likewise.
21908         * soft-fp/floattitf.c (__floattitf): Likewise.
21909         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21910         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21911         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21912         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21913         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21914         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21915         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21916         * soft-fp/gesf2.c (__gesf2): Likewise.
21917         * soft-fp/getf2.c (__getf2): Likewise.
21918         * soft-fp/ledf2.c (__ledf2): Likewise.
21919         * soft-fp/lesf2.c (__lesf2): Likewise.
21920         * soft-fp/letf2.c (__letf2): Likewise.
21922         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21923         Undefine and redefine.
21924         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21925         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21926         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21927         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21928         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21929         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21930         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21931         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21932         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21933         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21934         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21935         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21936         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21937         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21938         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21940         [BZ #16032]
21941         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21942         without decrementing exponent if mantissa >= that for the
21943         denominator, not >.
21944         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21945         denominator, not >.  Decrement exponent in < case instead of
21946         incrementing in >= case.
21947         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21948         without decrementing exponent if mantissa >= that for the
21949         denominator, not >.
21951         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21952         computing saturated result for unsigned overflow.
21954 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21955             Jeff Law  <law@redhat.com>
21957         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21958         (atan2Mp): Add systemtap probe marker.
21959         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21960         (__ieee754_log): Add systemtap probe marker.
21961         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21962         (atanMp): Add systemtap probe marker.
21963         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21964         (tanMp): Add systemtap probe marker.
21965         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21966         (__slowexp): Add systemtap probe marker.
21967         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21968         (__slowpow): Add systemtap probe marker.
21969         * manual/probes.texi: Document probes.
21971 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21973         [BZ #15362]
21974         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21975         written.
21976         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21977         written.
21978         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21979         written to buffer but not flushed.
21980         * libio/iofwrite_u.c:  Likewise.
21981         * libio/iopadn.c:  Return bytes returned even if EOF was
21982         encountered.
21983         * libio/iowpadn.c:  Likewise.
21984         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21985         if _IO_padn does not write the whole buffer.
21986         [!COMPILE_WPRINTF] (PAD): Likewise.
21988 2013-10-10  David S. Miller  <davem@davemloft.net>
21990         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21991         directory block.
21993 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21995         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21996         instead of FSF address.
21997         * soft-fp/fixdfti.c: Likewise.
21998         * soft-fp/fixsfti.c: Likewise.
21999         * soft-fp/fixtfti.c: Likewise.
22000         * soft-fp/fixunsdfti.c: Likewise.
22001         * soft-fp/fixunssfti.c: Likewise.
22002         * soft-fp/fixunstfti.c: Likewise.
22003         * soft-fp/floattidf.c: Likewise.
22004         * soft-fp/floattisf.c: Likewise.
22005         * soft-fp/floattitf.c: Likewise.
22006         * soft-fp/floatuntidf.c: Likewise.
22007         * soft-fp/floatuntisf.c: Likewise.
22008         * soft-fp/floatuntitf.c: Likewise.
22009         * soft-fp/trunctfxf2.c: Likewise.
22011         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22012         * soft-fp/fixdfti.c: Likewise.
22013         * soft-fp/fixsfti.c: Likewise.
22014         * soft-fp/fixtfti.c: Likewise.
22015         * soft-fp/fixunsdfti.c: Likewise.
22016         * soft-fp/fixunssfti.c: Likewise.
22017         * soft-fp/fixunstfti.c: Likewise.
22018         * soft-fp/floattidf.c: Likewise.
22019         * soft-fp/floattisf.c: Likewise.
22020         * soft-fp/floattitf.c: Likewise.
22021         * soft-fp/floatuntidf.c: Likewise.
22022         * soft-fp/floatuntisf.c: Likewise.
22023         * soft-fp/floatuntitf.c: Likewise.
22024         * soft-fp/trunctfxf2.c: Likewise.
22026 2013-10-10  David S. Miller  <davem@davemloft.net>
22028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22030 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22032         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22033         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22034         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22035         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22036         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22037         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22038         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22040         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22041         for NaNs before doing comparisons on argument.
22042         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22043         Likewise.
22045 2013-10-10  Will Newton  <will.newton@linaro.org>
22047         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22048         passed to _int_memalign does not overflow.
22050 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22052         * scripts/bench.pl: Add include-sources directive.
22053         * benchtests/README: Update documentation.
22055 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22057         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22058         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22059         instead of FP_INIT_ROUNDMODE.
22060         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22061         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22063         [BZ #16034]
22064         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22065         copy class of input value.
22066         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22067         not handle exceptions.
22068         * soft-fp/negsf2.c (__negsf2): Likewise.
22069         * soft-fp/negtf2.c (__negtf2): Likewise.
22070         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22072 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22074         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22075         semicolon.  From Linux kernel.
22077 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22079         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22081 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22083         [BZ #156]
22084         * manual/socket.texi: Added statement about buffer
22085         for gethostbyname2_r.
22087 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22089         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22090         Use .p2align directive instead, throughout.
22091         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22092         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22093         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22094         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22095         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22096         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22097         * sysdeps/x86_64/strchr.S: Likewise.
22098         * sysdeps/x86_64/strrchr.S: Likewise.
22100 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22102         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22104         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22106         * sysdeps/generic/math_private.h (__mpsin1): Remove
22107         declaration.
22108         (__mpcos1): Likewise.
22109         (__mpsin): New argument __range_reduce.
22110         (__mpcos): Likewise.
22111         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22112         (slow): Use __mpsin and __mpcos.
22113         (slow1): Likewise.
22114         (slow2): Likewise.
22115         (sloww): Likewise.
22116         (sloww1): Likewise.
22117         (sloww2): Likewise.
22118         (bsloww): Likewise.
22119         (bsloww1): Likewise.
22120         (bsloww2): Likewise.
22121         (cslow2): Likewise.
22122         (csloww): Likewise.
22123         (csloww1): Likewise.
22124         (csloww2): Likewise.
22125         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22126         range_reduce.  Merge in __mpsin1.
22127         (__mpcos): Likewise.
22128         (__mpsin1): Remove.
22129         (__mpcos1): Likewise.
22131 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22133         * locale/loadlocale.c (_nl_intern_locale_data): Use
22134         LOCFILE_ALIGNED_P.
22135         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22136         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22137         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22138         obstack data is appropriately aligned.
22139         (obstack_int32_grow_fast): Likewise.
22140         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22141         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22142         (add_locale_uint32_array): Likewise.
22144 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22146         * benchtests/Makefile: Remove ARGLIST and RET variables.
22147         ($(objpfx)bench-%.c): Pass only function name to the script.
22148         * benchtests/README: Update documentation.
22149         * benchtests/acos-inputs: Add new directives.
22150         * benchtests/acosh-inputs: Likewise.
22151         * benchtests/asin-inputs: Likewise.
22152         * benchtests/asinh-inputs: Likewise.
22153         * benchtests/atan-inputs: Likewise.
22154         * benchtests/atanh-inputs: Likewise.
22155         * benchtests/cos-inputs: Likewise.
22156         * benchtests/cosh-inputs: Likewise.
22157         * benchtests/exp-inputs: Likewise.
22158         * benchtests/log-inputs: Likewise.
22159         * benchtests/pow-inputs: Likewise.
22160         * benchtests/rint-inputs: Likewise.
22161         * benchtests/sin-inputs: Likewise.
22162         * benchtests/sinh-inputs: Likewise.
22163         * benchtests/tan-inputs: Likewise.
22164         * benchtests/tanh-inputs: Likewise.
22165         * scripts/bench.pl: Add support for new directives.
22167 2013-10-07  Alan Modra  <amodra@gmail.com>
22169         * README: Fix careless merge.
22171 2013-10-05  Alan Modra  <amodra@gmail.com>
22173         * NEWS: Mention powerpc64le support and bugs fixed.
22174         * README: Both big-endian and little-endian powerpc64 supported.
22176 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22178         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22179         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22180         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22181         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22183 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22185         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22186         match prototype.
22188 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22190         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22191         Move -mhard-float appending from
22192         ports/sysdeps/powerpc/powerpc32/Makefile.
22193         [$(with-fp) = yes] (ASFLAGS): Likewise.
22194         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22195         * sysdeps/powerpc/nofpu: Move directory from
22196         ports/sysdeps/powerpc/nofpu.
22197         * sysdeps/powerpc/soft-fp: Move directory from
22198         ports/sysdeps/powerpc/soft-fp.
22199         * sysdeps/powerpc/powerpc32/405: Move directory from
22200         ports/sysdeps/powerpc/powerpc32/405.
22201         * sysdeps/powerpc/powerpc32/440: Move directory from
22202         ports/sysdeps/powerpc/powerpc32/440.
22203         * sysdeps/powerpc/powerpc32/464: Move directory from
22204         ports/sysdeps/powerpc/powerpc32/464.
22205         * sysdeps/powerpc/powerpc32/476: Move directory from
22206         ports/sysdeps/powerpc/powerpc32/476.
22207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22208         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22210         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22212         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22214         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22216         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22217         * README: Update for powerpc-*-linux-gnu software floating point
22218         support in libc.
22220         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22221         case to powerpc/powerpc32*.
22222         * sysdeps/unix/sysv/linux/configure: Regenerated.
22224         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22225         (_FPU_MASK_OM): Define as 0x04.
22226         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22227         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22228         0x00c10080.
22229         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22230         0x0000003c.
22231         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22234         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22235         getcontext_e500.
22236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22237         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22238         setcontext_e500.
22239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22240         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22241         and setcontext_e500.
22243 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22245         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22247 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22249         * manual/threads.texi (Default Thread Attributes): Fix typo.
22251 2013-10-04  Will Newton  <will.newton@linaro.org>
22253         * malloc/Makefile: Add tst-memalign.
22254         * malloc/tst-memalign.c: New file.
22256         * malloc/tst-posix_memalign.c: Add comments.
22257         (do_test): Add comments and call free on all potentially
22258         allocated pointers. Add space after cast.
22260         * malloc/tst-pvalloc.c: Add comments.
22261         (do_test): Add comments and call free on all potentially
22262         allocated pointers. Remove duplicate check for NULL pointer.
22263         Add space after cast.
22265         * malloc/tst-valloc.c: Add comments.
22266         (do_test): Add comments and call free on all potentially
22267         allocated pointers. Remove duplicate check for NULL pointer.
22268         Add space after cast.
22270 2013-10-04  Alan Modra  <amodra@gmail.com>
22272         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22273         Use stdint types in rather than __attribute__((mode())).
22274         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22276 2013-10-04  Alan Modra  <amodra@gmail.com>
22278         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22279         Correct handling of unaligned relocs for little-endian.
22280         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22282 2013-10-04  Alan Modra  <amodra@gmail.com>
22284         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22285         * configure: Regenerate.
22286         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22287         * shlib-versions: Likewise.
22289 2013-10-04  Alan Modra  <amodra@gmail.com>
22291         * string/tester.c (test_memrchr): Increment reported test cycle.
22293 2013-10-04  Alan Modra  <amodra@gmail.com>
22295         * string/test-memcpy.c (do_one_test): When reporting errors, print
22296         string address and don't overrun end of string.
22298 2013-10-04  Alan Modra  <amodra@gmail.com>
22300         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22301         insrdi.  Make better use of reg selection to speed exit slightly.
22302         Schedule entry path a little better.  Remove useless "are we done"
22303         checks on entry to main loop.  Handle wrapping around zero address.
22304         Correct main loop count.  Handle single left-over word from main
22305         loop inline rather than by using loop_small.  Remove extra word
22306         case in loop_small caused by wrong loop count.  Add little-endian
22307         support.
22308         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22309         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22310         cache hint.
22311         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22312         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22313         support.  Avoid rlwimi.
22314         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22316 2013-10-04  Alan Modra  <amodra@gmail.com>
22318         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22319         insrdi.  Formatting.
22320         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22321         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22322         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22323         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22324         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22325         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22327 2013-10-04  Alan Modra  <amodra@gmail.com>
22329         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22330         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22331         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22332         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22333         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22334         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22335         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22336         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22337         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22338         use of regs.  Use power7 mtocrf.  Tidy function tails.
22340 2013-10-04  Alan Modra  <amodra@gmail.com>
22342         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22343         Formatting.  Consistently use rXXX register defines or rN defines.
22344         Use early exit labels that avoid restoring unused non-volatile regs.
22345         Make cr field use more consistent with rWORDn compares.  Rename
22346         regs used as shift registers for unaligned loop, using rN defines
22347         for short lifetime/multiple use regs.
22348         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22349         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22350         addi 1,1,64 to pop stack frame.  Simplify return value code.
22351         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22353 2013-10-04  Alan Modra  <amodra@gmail.com>
22355         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22356         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22357         rather than rlwimi.
22358         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22359         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22360         little-endian support.  Correct typos.
22361         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22362         rather than rlwimi.
22363         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22364         in loop and entry code to keep "and." results.
22365         (strchr): Add little-endian support.  Comment.  Move cntlzd
22366         earlier in tail.
22367         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22369 2013-10-04  Alan Modra  <amodra@gmail.com>
22371         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22372         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22373         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22374         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22376 2013-10-04  Alan Modra  <amodra@gmail.com>
22378         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22379         (rTMP): Define as r11.
22380         (strcmp): Add little-endian support.  Optimise tail.
22381         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22382         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22383         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22384         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22385         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22386         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22387         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22389 2013-10-04  Alan Modra  <amodra@gmail.com>
22391         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22392         little-endian support.  Remove unnecessary "are we done" tests.
22393         Handle "s" wrapping around zero and extremely large "size".
22394         Correct main loop count.  Handle single left-over word from main
22395         loop inline rather than by using small_loop.  Correct comments.
22396         Delete "zero" tail, use "end_max" instead.
22397         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22399 2013-10-04  Alan Modra  <amodra@gmail.com>
22401         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22402         support.  Don't branch over align.
22403         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22404         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22405         support.  Rearrange tmp reg use to suit.  Comment.
22406         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22408 2013-10-04  Alan Modra  <amodra@gmail.com>
22410         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22412 2013-10-04  Alan Modra  <amodra@gmail.com>
22414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22415         conditional form of branch and link when obtaining pc.
22416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22418 2013-10-04  Alan Modra  <amodra@gmail.com>
22420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22421         HIWORD/LOWORD.
22422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22425 2013-10-04  Alan Modra  <amodra@gmail.com>
22427         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22428         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22429         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22430         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22431         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22432         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22433         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22434         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22435         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22436         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22438 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22439             Alistair Popple <alistair@ozlabs.au.ibm.com>
22440             Alan Modra <amodra@gmail.com>
22442         [BZ #15723]
22443         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22444         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22445         _dl_hwcap access for little-endian.
22446         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22447         destroy vmx regs when saving unaligned.
22448         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22449         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22450         destroy vmx regs when saving unaligned.
22452 2013-10-04  Alan Modra  <amodra@gmail.com>
22454         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22455         Don't use a union to pack hi/low value.
22457 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22459         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22460         for little-endian.
22461         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22462         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22463         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22464         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22465         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22467 2013-10-04  Alan Modra  <amodra@gmail.com>
22469         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22470         constants to usual value for .cst8 section, and remove redundant
22471         high address load.
22472         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22473         constant for 0x1p52.  Load little-endian words of double from
22474         correct stack offsets.
22476 2013-10-04  Alan Modra  <amodra@gmail.com>
22478         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22479         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22480         words of double from correct stack offsets.
22481         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22482         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22483         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22484         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22485         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22486         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22487         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22488         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22489         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22490         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22491         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22492         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22493         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22494         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22495         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22496         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22497         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22499 2013-10-04  Alan Modra  <amodra@gmail.com>
22501         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22502         64-bit int/double union.
22503         (_FPU_SETCW): Likewise.
22504         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22505         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22507 2013-10-04  Alan Modra  <amodra@gmail.com>
22509         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22510         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22512 2013-10-04  Alan Modra  <amodra@gmail.com>
22514         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22515         use vector int constants.
22516         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22518 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22520         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22521         array with long long.
22522         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22523         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22524         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22525         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22526         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22527         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22528         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22529         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22530         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22531         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22532         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22533         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22534         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22536 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22538         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22539         (__signbit): Likewise.  Correct for little-endian.
22540         (__signbitl): Call __signbit.
22541         (lrint): Correct for little-endian.
22542         (lrintf): Call lrint.
22544 2013-10-04  Alan Modra  <amodra@gmail.com>
22546         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22547         union 32-bit int array member with 64-bit int array.
22548         (t515, tm256): Double rather than long double.
22549         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22551 2013-10-04  Alan Modra  <amodra@gmail.com>
22553         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22554         Delete.
22555         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22556         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22557         version of math_ldbl.h.
22559 2013-10-04  Alan Modra  <amodra@gmail.com>
22561         [BZ #15734], [BZ #15735]
22562         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22563         all uses of ieee875 long double macros and unions.  Simplify test
22564         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22565         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22566         normalize after ldbl_extract_mantissa, and don't add hidden bit
22567         already handled.  Don't treat low word of ieee854 mantissa like
22568         low word of IBM long double and mask off bit when testing for
22569         zero.
22570         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22571         all uses of ieee875 long double macros and unions.  Simplify tests
22572         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22573         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22574         two1022, instead use their values.  Recognise that tests for large
22575         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22576         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22577         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22578         test for 0.0L and nan.  Correct negation.
22579         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22580         ieee875 long double macros and unions.  Correct output for large
22581         magnitude x.  Correct absolute value calculation.
22582         (__erfcl): Likewise.
22583         * math/libm-test.inc: Add tests for errors discovered in IBM long
22584         double versions of fmodl, remainderl, erfl and erfcl.
22586 2013-10-04  Alan Modra  <amodra@gmail.com>
22588         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22589         all uses of ieee854 long double macros and unions.  Simplify tests
22590         for long doubles that are fully specified by the high double.
22591         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22592         Likewise.
22593         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22594         Remove dead code too.
22595         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22596         (__ieee754_ynl): Likewise.
22597         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22598         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22599         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22600         Remove dead code too.
22601         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22602         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22603         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22604         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22605         Simplify.
22606         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22607         Simplify.
22608         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22609         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22610         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22611         Comment on variable precision.
22612         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22613         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22614         Likewise.
22615         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22616         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22617         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22618         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22619         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22621 2013-10-04  Alan Modra  <amodra@gmail.com>
22623         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22624         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22625         all uses of ieee854 long double macros and unions.
22626         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22627         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22628         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22629         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22630         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22631         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22632         Likewise.
22633         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22634         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22635         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22636         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22637         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22638         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22639         Simplify sign and nan test too.
22640         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22641         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22642         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22643         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22644         Likewise.
22645         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22646         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22647         Likewise.
22648         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22649         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22650         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22651         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22652         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22653         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22655 2013-10-04  Alan Modra  <amodra@gmail.com>
22657         * stdio-common/printf_size.c (__printf_size): Don't use
22658         union ieee854_long_double in fpnum union.
22659         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22660         signbit macro to retrieve sign from long double.
22661         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22662         retrieve sign from long double.
22663         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22664         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22665         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22666         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22667         * math/test-misc.c (main): Don't use union ieee854_long_double.
22669 2013-10-04  Alan Modra  <amodra@gmail.com>
22671         [BZ #15680]
22672         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22673         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22674         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22675         calculation.  Remove unnecessary test for denormal exponent.
22676         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22677         Correct handling of denormals.  Avoid undefined shift behaviour.
22678         Correct normalisation of low mantissa when low double is denormal.
22679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22680         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22681         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22682         Correct normalisation of low mantissa.  Test for overflow of high
22683         mantissa and normalise.
22684         (ldbl_nearbyint): Use more readable constant for two52.
22685         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22686         (__mpn_construct_long_double): Fix test for overflow of high
22687         mantissa and correct normalisation.  Avoid undefined shift.
22689 2013-10-04  Alan Modra  <amodra@gmail.com>
22691         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22692         (union ibm_extended_long_double): Define as an array of ieee754_double.
22693         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22694         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22695         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22696         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22697         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22698         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22699         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22700         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22701         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22702         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22703         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22705 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22707         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22708         page size instead of calling getpagesize.
22710         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22711         (LOCFILE_ALIGN_MASK): Likewise.
22712         (LOCFILE_ALIGN_UP): Likewise.
22713         (LOCFILE_ALIGNED_P): Likewise.
22714         * locale/programs/ld-collate.c (collate_output): Use the new
22715         macros instead of __alignof__ (int32_t).
22716         * locale/weight.h (findidx): Likewise.
22718 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22720         [BZ #431]
22721         * manual/string.texi: Fix strncat and wcsncat.
22723 2013-10-03  Brooks Moses  <bmoses@google.com>
22725         [BZ #15915]
22726         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22727         * Makerules: ...here, and adjust associated comments.
22729 2013-10-02  Will Newton  <will.newton@linaro.org>
22731         * malloc/Makefile: Add tst-pvalloc.
22732         * malloc/tst-pvalloc.c: New file.
22734 2013-10-02  Will Newton  <will.newton@linaro.org>
22736         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22737         improve test coverage.
22739 2013-10-02  Will Newton  <will.newton@linaro.org>
22741         * malloc/Makefile: Add tst-posix_memalign.
22742         * malloc/tst-posix_memalign.c: New file.
22744 2013-10-01  Eric Blake  <eblake@redhat.com>
22746         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22747         Use __THROWNL rather than __THROW on static functions.
22749 2013-09-30  Petr Machata  <pmachata@redhat.com>
22751         * elf/elf.h (R_AARCH64_ABS16): New macro.
22752         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22753         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22754         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22755         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22756         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22757         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22758         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22759         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22760         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22761         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22762         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22763         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22764         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22765         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22766         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22767         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22768         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22769         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22770         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22771         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22772         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22773         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22774         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22775         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22776         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22777         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22778         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22779         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22780         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22781         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22782         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22783         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22784         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22785         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22786         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22787         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22788         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22789         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22790         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22791         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22792         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22793         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22794         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22795         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22796         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22797         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22798         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22799         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22800         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22801         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22802         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22803         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22804         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22805         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22806         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22807         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22808         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22809         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22810         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22811         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22812         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22813         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22814         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22815         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22816         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22817         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22818         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22819         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22820         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22821         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22822         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22823         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22824         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22825         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22826         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22827         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22828         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22829         (R_AARCH64_TLSDESC_LDR): Likewise.
22830         (R_AARCH64_TLSDESC_ADD): Likewise.
22831         (R_AARCH64_TLSDESC_CALL): Likewise.
22833 2013-09-30  Andreas Schwab  <schwab@suse.de>
22835         [BZ #15048]
22836         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22837         the nss database lookup.
22838         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22841 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22843         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22845 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22847         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22848         ${Bash-specific parameter/pattern/string} parameter expansion.
22849         * sysdeps/unix/make-syscalls.sh: Likewise.
22851 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22853         * sysdeps/sh/stackguard-macros.h: New file.
22855 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22857         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22858         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22859         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22860         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22861         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22862         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22864 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22866         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22867         Fix thread ID register.
22869 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22871         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22872         [POSIX || UNIX98]: Require rather than permitting all symbols from
22873         <time.h>.
22874         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22875         element of struct sched_param.
22876         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22877         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22878         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22879         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22880         constant.
22882 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22884         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22885         argument calculation.
22887 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22889         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22890         Expect macro.
22891         [POSIX] (pthread_attr_t): Do not require type.
22892         [POSIX] (pthread_cond_t): Likewise.
22893         [POSIX] (pthread_condattr_t): Likewise.
22894         [POSIX] (pthread_key_t): Likewise.
22895         [POSIX] (pthread_mutex_t): Likewise.
22896         [POSIX] (pthread_mutexattr_t): Likewise.
22897         [POSIX] (pthread_once_t): Likewise.
22898         [POSIX] (pthread_t): Likewise.
22899         [POSIX-based standards] (pthread_atfork): Expect function.
22901 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22902             Richard Sandiford  <richard@codesourcery.com>
22904         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22905         (swap_endianness_p): New extern variable.
22906         (set_big_endian): New inline function.
22907         (maybe_swap_uint32): Likewise.
22908         (maybe_swap_uint32_array): Likewise.
22909         (maybe_swap_uint32_obstack): Likewise.
22910         * locale/programs/locfile.c: Include <stdbool.h>.
22911         (swap_endianness_p): New variable.
22912         (add_locale_uint32): Call maybe_swap_uint32.
22913         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22914         (write_locale_data): Call maybe_swap_uint32_array.
22915         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22916         maybe_swap_uint32.
22917         (obstack_int32_grow_fast): Likewise.
22918         (output_weightwc): Call maybe_swap_uint32_obstack.
22919         (collate_output): Likewise.
22920         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22921         (OPT_LITTLE_ENDIAN): Likewise.
22922         (options): Add --little-endian and --big-endian options.
22923         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22924         * locale/programs/locarchive.c: Include "locfile.h".
22925         (GET): New macro.
22926         (SET): Likewise.
22927         (INC): Likewise.
22928         (create_archive): Use the new macros to access fields of
22929         structures directly mapped from or written to locale archives.
22930         (oldlocrecentcmp): Likewise.
22931         (enlarge_archive): Likewise.
22932         (insert_name): Likewise.
22933         (add_alias): Likewise.
22934         (add_locale): Likewise.
22935         (delete_locales_from_archive): Likewise.
22936         (show_archive_content): Likewise.
22937         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22938         locale data.
22940 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22942         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22943         http://www.gnu.org/doc/freemanuals.texi.
22944         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22946 2013-09-24  Will Newton  <will.newton@linaro.org>
22948         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22949         macro.
22951 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22953         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22954         unsigned char.
22956 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22958         * manual/threads.texi (POSIX Threads): Fix a typo.
22960 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22962         [BZ #14547]
22963         * string/tst-strcoll-overflow.c: New test case.
22964         * string/Makefile (xtests): Add tst-strcoll-overflow.
22965         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22966         cache if string sizes may cause integer overflow.
22968         [BZ #14547]
22969         * string/strcoll_l.c (coll_seq): New members rule, idx,
22970         save_idx and back_us.
22971         (get_next_seq_nocache): New function.
22972         (do_compare_nocache): New function.
22973         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22974         when malloc fails.
22976 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22978         [BZ #15754]
22979         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22980         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22981         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22983         [BZ #15754]
22984         * elf/Makefile (tests): Add tst-ptrguard1.
22985         (tests-static): Add tst-ptrguard1-static.
22986         (tst-ptrguard1-ARGS): Define.
22987         (tst-ptrguard1-static-ARGS): Define.
22988         * elf/tst-ptrguard1.c: New file.
22989         * elf/tst-ptrguard1-static.c: New file.
22990         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22991         * sysdeps/i386/stackguard-macros.h: Likewise.
22992         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22993         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22994         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22995         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22996         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22997         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22999 2013-09-23  Hector Marco  <hecmargi@upv.es>
23000             Ismael Ripoll  <iripoll@disca.upv.es>
23001             Carlos O'Donell  <carlos@redhat.com>
23003         [BZ #15754]
23004         * sysdeps/generic/stackguard-macros.h: Define
23005         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23006         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23007         Define __pointer_chk_guard_local.
23008         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23009         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23011 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23013         [BZ #15859]
23014         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23016 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23018         * include/string.h (__ffs): Declare as hidden.
23019         * string/ffs.c (__ffs): Define as hidden.
23020         * sysdeps/i386/ffs.c (__ffs): Likewise.
23021         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23022         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23023         * sysdeps/s390/ffs.c (__ffs): Likewise.
23024         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23026 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23028         * NEWS: Mention malloc probes.
23030         * malloc/arena.c (new_heap): New memory_heap_new probe.
23031         (grow_heap): New memory_heap_more probe.
23032         (shrink_heap): New memory_heap_less probe.
23033         (heap_trim): New memory_heap_free probe.
23034         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23035         (systrim): New memory_sbrk_less probe.
23036         * manual/probes.texi: Document them.
23038         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23039         * manual/probes.texi: Document it.
23041         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23042         (__libc_realloc): Add memory_realloc_retry probe.
23043         (__libc_memalign): Add memory_memalign_retry probe.
23044         (__libc_valloc): Add memory_valloc_retry probe.
23045         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23046         (__libc_calloc): Add memory_calloc_retry probe.
23047         * manual/probes.texi: Document them.
23049         * malloc/arena.c (get_free_list): Add probe
23050         memory_arena_reuse_free_list.
23051         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23052         and memory_arena_reuse.
23053         (arena_get2) [!PER_THREAD]: Likewise.
23054         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23055         memory_arena_reuse_realloc.
23056         * manual/probes.texi: Document them.
23058         * malloc/malloc.c (__libc_free): Add
23059         memory_mallopt_free_dyn_thresholds probe.
23060         (__libc_mallopt): Add multiple memory_mallopt probes.
23061         * manual/probes.texi: Document them.
23063         * malloc/malloc.c: Include stap-probe.h.
23064         (__libc_mallopt): Add memory_mallopt probe.
23065         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23066         * manual/probes.texi: New.
23067         * manual/Makefile (chapters): Add probes.
23068         * manual/threads.texi: Set next node.
23070 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23072         [BZ #15963, #13985]
23073         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23074         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23075         Add `Chinese' to `nan' entry name.
23077 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23079         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23080         (POLYNOMIAL): Likewise.
23081         (TAYLOR_SINCOS): Likewise.
23082         (TAYLOR_SLOW): Likewise.
23083         (__sin): Use TAYLOR_SINCOS.
23084         (__cos): Likewise.
23085         (slow): Use TAYLOR_SLOW.
23086         (sloww): Likewise.
23087         (bsloww): Likewise.
23088         (csloww): Likewise.
23090 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23092         * stdlib/strtod_l.c: Fix buffer overrun.
23094 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23096         * benchtests/Makefile (bench): Add sincos.
23097         * benchtests/bench-sincos.c: New file.
23099         * math/libm-test.inc (cos_test_data): New test inputs.
23100         (sin_test_data): Likewise.
23102         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23103         macro.
23104         (__sin): Use it.
23105         (__cos): Likewise.
23106         (slow1): Likewise.
23107         (slow2): Likewise.
23108         (sloww1): Likewise.
23109         (sloww2): Likewise.
23110         (bsloww1): Likewise.
23111         (bsloww2): Likewise.
23112         (cslow2): Likewise.
23113         (csloww1): Likewise.
23114         (csloww2): Likewise.
23116         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23117         function.
23118         (__sin): Use it.
23119         (__cos): Likewise.
23121         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23122         gotos.
23123         (__cos): Likewise.
23125 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23127         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23128         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23129         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23130         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23131         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23132         * elf/cache.c (print_entry): Handle the new cache flags.
23134 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23135             Aldy Hernandez  <aldyh@redhat.com>
23137         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23138         Change condition to [_SOFT_FLOAT].
23139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23143         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23145         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23147         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23149         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23150         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23151         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23152         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23153         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23154         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23155         declaration.
23157 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23159         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23160         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23161         (__longjmp): Use LOAD_GP to load saved GPRs.
23162         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23163         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23164         (__sigsetjmp): Use SAVE_GP to save GPRs.
23166         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23167         Do not append -msoft-float.
23168         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23170 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23172         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23174 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23176         [BZ #15966]
23177         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23178         (_FPU_GETCW): Use initial "__" on variable and field names but not
23179         on macro parameter name.
23180         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23181         parentheses around reference to macro parameter.
23183 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23185         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23186         prototype.
23187         (ctype_startup): Use uint32_t in cast and sizeof for
23188         ctype->charnames.
23190 2013-09-11  Jia Liu  <proljc@gmail.com>
23192         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23193         __daddr_t_defined.
23194         [__FreeBSD__]: Likewise.
23196 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23198         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23199         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23200         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23201         (strchr): Remove __strchr_sse42 ifunc selection.
23202         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23203         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23205 2013-09-11  Will Newton  <will.newton@linaro.org>
23207         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23208         parameter to RES. Remove hardcoded 1000 value.
23209         * benchtests/bench-skeleton.c (main): Pass RES parameter
23210         to TIMING_INIT and multiply result by 1000.
23212 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23216 2013-09-11  Andreas Schwab  <schwab@suse.de>
23218         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23219         if not defined.
23220         (O_TMPFILE) [__USE_GNU]: Define.
23221         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23222         Define.
23224 2013-09-11  Will Newton  <will.newton@linaro.org>
23226         [BZ #15857]
23227         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23228         does not overflow.
23230 2013-09-11  Will Newton  <will.newton@linaro.org>
23232         [BZ #15856]
23233         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23234         does not overflow.
23236 2013-09-11  Will Newton  <will.newton@linaro.org>
23238         [BZ #15855]
23239         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23240         does not overflow.
23242 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23244         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23245         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23246         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23247         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23248         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23250 2013-09-10  Allan McRae  <allan@archlinux.org>
23252         [BZ #15748]
23253         * manual/arith.texi (Parsing of Floats): Clarify
23254         cross-reference.
23256         [BZ #15849]
23257         * manual/install.texi (Running make install): Mention
23258         --enable-pt-chown.
23259         * INSTALL: Regenerated.
23261 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23263         * csu/init-first.c (_init): Remove the !SHARED condition around
23264         FPU control word initialization.
23265         * elf/dl-support.c (_dl_fpu_control): New variable.
23266         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23267         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23268         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23269         * math/test-fpucw-static.c: New file.
23270         * math/test-fpucw-ieee.c: New file.
23271         * math/test-fpucw-ieee-static.c: New file.
23272         * math/Makefile (tests): Add `test-fpucw-ieee' and
23273         `$(tests-static)'.
23274         (tests-static): New variable.
23275         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23276         dependency to...
23277         [($(build-shared),yes)]
23278         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23279         ... this.
23280         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23281         New dependency.
23283 2013-09-09  Allan McRae  <allan@archlinux.org>
23285         [BZ #15939]
23286         * manual/string.texi (Collation Functions): Fix typo in
23287         strcoll example.
23288         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23290         [BZ #15893]
23291         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23293         [BZ #15892]
23294         * libio/memstream.c (open_memstream): Fix memory leak.
23295         * libio/wmemstream.c (open_wmemstream): Likewise.
23297         [BZ #15895]
23298         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23300 2013-09-09  Will Newton  <will.newton@linaro.org>
23302         * malloc/Makefile: Add tst-realloc to tests.
23303         * malloc/tst-realloc.c: New file.
23305 2013-09-09  Allan McRae  <allan@archlinux.org>
23307         [BZ #15844]
23308         * COPYING: Update from GNU website to fix FSF address.
23309         * COPYING.LIB: Likewise.
23311 2013-09-06  David S. Miller  <davem@davemloft.net>
23313         * po/zh_TW.po: Update Chinese (traditional) translation from
23314         translation project.
23316 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23317             Joseph Myers  <joseph@codesourcery.com>
23319         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23320         "localeinfo.h".
23321         (obstack_chunk_alloc): New macro.
23322         (obstack_chunk_free): Likewise.
23323         (record_offset): New function.
23324         (init_locale_data): Likewise.
23325         (align_locale_data): Likewise.
23326         (add_locale_empty): Likewise.
23327         (add_locale_raw_data): Likewise.
23328         (add_locale_raw_obstack): Likewise.
23329         (add_locale_string): Likewise.
23330         (add_locale_wstring): Likewise.
23331         (add_locale_uint32): Likewise.
23332         (add_locale_uint32_array): Likewise.
23333         (add_locale_char): Likewise.
23334         (start_locale_structure): Likewise.
23335         (end_locale_structure): Likewise.
23336         (start_locale_prelude): Likewise.
23337         (end_locale_prelude): Likewise.
23338         (write_locale_data): Take locale_file structure rather than an
23339         iovec.
23340         * locale/programs/locfile.h: Include "obstack.h".
23341         (struct locale_file): Change to store locale file contents instead
23342         of header.
23343         (init_locale_data): New prototype.
23344         (align_locale_data): Likewise.
23345         (add_locale_empty): Likewise.
23346         (add_locale_raw_data): Likewise.
23347         (add_locale_raw_obstack): Likewise.
23348         (add_locale_string): Likewise.
23349         (add_locale_wstring): Likewise.
23350         (add_locale_uint32): Likewise.
23351         (add_locale_uint32_array): Likewise.
23352         (add_locale_char): Likewise.
23353         (start_locale_structure): Likewise.
23354         (end_locale_structure): Likewise.
23355         (start_locale_prelude): Likewise.
23356         (end_locale_prelude): Likewise.
23357         (write_locale_data): Update prototype.
23358         * locale/programs/3level.h (struct TABLE): Remove result field.
23359         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23360         Use new locale_file interface.
23361         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23362         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23363         * locale/programs/ld-address.c (address_output): Use new
23364         locale_file interface.
23365         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23366         NO_ADD_LOCALE.
23367         (collate_finish): Don't call collseq_table_finalize.
23368         (collate_output): Use new locale_file interface.
23369         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23370         in file.
23371         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23372         (TABLE): Move defines earlier in file.
23373         (ELEMENT): Likewise.
23374         (DEFAULT): Likewise.
23375         (wctrans_table_add): Move macro and inline function earlier in
23376         file.
23377         (struct wctype_table): Move type earlier in file.
23378         (add_locale_wctype_table): New static prototype.
23379         (struct locale_ctype_t): Use logical types instead of struct iovec
23380         pointers for members.
23381         (ctype_output): Use new locale_file interface.
23382         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23383         new locale_file interface.
23384         (allocate_arrays): Update for use of new locale_file interface.
23385         * locale/programs/ld-identification.c (identification_output): Use
23386         new locale_file interface.
23387         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23388         * locale/programs/ld-messages.c (messages_output): Likewise.
23389         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23390         * locale/programs/ld-name.c (name_output): Likewise.
23391         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23392         * locale/programs/ld-paper.c (paper_output): Likewise.
23393         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23394         * locale/programs/ld-time.c (time_output): Likewise.
23396 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23398         * benchtests/Makefile: Add memrchr benchmark.
23399         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23400         benchmark as memrchr.
23401         * benchtests/bench-memrchr-ifunc.c: New file.
23402         * benchtests/bench-memrchr.c: New file.
23404 2013-09-06   Will Newton  <will.newton@linaro.org>
23406         * benchtests/Makefile (string-bench): Add memcpy.
23408 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23409             Cong Wang  <amwang@redhat.com>
23411         [BZ #15850]
23412         * sysdeps/unix/sysv/linux/bits/in.h
23413         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23414         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23415         before __USE_KERNEL_IPV6_DEFS uses.
23416         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23417         IPPROTO_BEETPH.
23418         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23419         sockaddr_in6, or ipv6_mreq.
23421 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23423         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23424         memory access for final bytes in some large inputs.
23425         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23427 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23429         * string/test-memrchr.c: New file.
23430         * string/test-memrchr-ifunc.c: New file.
23431         * string/Makefile: Add new memrchr testcase.
23433 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23435         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23436         fanotify_init returns EPERM.
23438 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23440         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23441         errors.
23442         (top level): Treat second token from macro or constant entries for
23443         allowed headers as allowed.
23444         * include/complex.h: Condition internal declarations on
23445         [!_ISOMAC].
23446         * include/fenv.h: Condition include of <stdbool.h> and internal
23447         declarations on [!_ISOMAC].
23449 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23451         [BZ #15923]
23452         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23454 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23456         * configure.in (--enable-versioning): Remove configure option.
23457         (libc_cv_asm_symver_directive): Remove configure test.
23458         (libc_cv_ld_version_script_option): Likewise.
23459         (VERSIONING): Remove variable and AC_SUBST.
23460         (DO_VERSIONING): Remove AC_DEFINE.
23461         * configure: Regenerated.
23462         * config.h.in (DO_VERSIONING): Remove macro.
23463         * Makerules [$(versioning) = yes]: Change conditionals to
23464         [$(build-shared) = yes].
23465         * config.make.in (versioning): Remove variable.
23466         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23467         [$(build-shared) = yes].
23468         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23469         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23470         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23471         [$(build-shared) = yes].
23472         * extra-lib.mk [$(versioning) = yes]: Likewise.
23473         * hurd/Makefile [$(versioning) = yes]: Likewise.
23474         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23475         [SHARED].
23476         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23477         [SHARED].
23478         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23479         [SHARED && !NO_HIDDEN].
23480         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23481         [SHARED].
23482         [SHARED && DO_VERSIONING]: Likewise..
23483         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23484         [$(build-shared) = yes].
23485         * manual/install.texi (--disable-versioning): Remove
23486         documentation.
23487         * INSTALL: Regenerated.
23488         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23489         to [SHARED].
23490         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23491         [$(build-shared) = yes].
23492         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23493         * sysdeps/i386/i686/multiarch/strstr-c.c
23494         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23495         [SHARED && !NO_HIDDEN].
23496         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23497         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23498         * sysdeps/powerpc/powerpc32/dl-machine.c
23499         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23500         * sysdeps/powerpc/powerpc32/sysdep.h
23501         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23502         to [SHARED && PIC && !NO_HIDDEN].
23503         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23504         conditional to [SHARED].
23506 2013-09-04   Will Newton  <will.newton@linaro.org>
23508         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23509         * benchtests/bench-string.h: Include bench-timing.h instead
23510         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23511         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23512         call to HP_TIMING_DIFF_INIT.
23513         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23514         instead of hp-timing.h macros.
23515         * benchtests/bench-memchr.c: Likewise.
23516         * benchtests/bench-memcmp.c: Likewise.
23517         * benchtests/bench-memcpy.c: Likewise.
23518         * benchtests/bench-memmem.c: Likewise.
23519         * benchtests/bench-memmove.c: Likewise.
23520         * benchtests/bench-memset.c: Likewise.
23521         * benchtests/bench-rawmemchr.c: Likewise.
23522         * benchtests/bench-strcasecmp.c: Likewise.
23523         * benchtests/bench-strcasestr.c: Likewise.
23524         * benchtests/bench-strcat.c: Likewise.
23525         * benchtests/bench-strchr.c: Likewise.
23526         * benchtests/bench-strcmp.c: Likewise.
23527         * benchtests/bench-strcpy.c: Likewise.
23528         * benchtests/bench-strcpy_chk.c: Likewise.
23529         * benchtests/bench-strlen.c: Likewise.
23530         * benchtests/bench-strncasecmp.c: Likewise.
23531         * benchtests/bench-strncat.c: Likewise.
23532         * benchtests/bench-strncmp.c: Likewise.
23533         * benchtests/bench-strncpy.c: Likewise.
23534         * benchtests/bench-strnlen.c: Likewise.
23535         * benchtests/bench-strpbrk.c: Likewise.
23536         * benchtests/bench-strrchr.c: Likewise.
23537         * benchtests/bench-strspn.c: Likewise.
23538         * benchtests/bench-strstr.c: Likewise.
23540 2013-09-04  Will Newton  <will.newton@linaro.org>
23542         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23544 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23546         [BZ #15427]
23547         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23548         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23549         * math/libm-test.inc (lgamma_test_data): Add more tests.
23550         * sysdeps/i386/fpu/libm-test-ulps: Update.
23551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23553 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23555         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23556         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23557         Add ifunc.
23558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23559         Add strcmp-sse2-unaligned
23560         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23562 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23564         * Versions.def (libc): Add GLIBC_2.19.
23566 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23568         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23569         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23571 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23573         [BZ #14155]
23574         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23575         intermediate calculations in recurrence.
23576         (__ieee754_ynf): Likewise.
23577         * math/libm-test.inc (jn_test_data): Do not allow spurious
23578         underflow exception.  Add more tests.
23579         (yn_test_data): Add more tests.
23580         * sysdeps/i386/fpu/libm-test-ulps: Update.
23581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23583 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23585         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23587 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23589         * csu/init-first.c: Fix then/than typos.
23590         * locale/programs/ld-collate.c: Likewise.
23591         * locale/programs/linereader.h: Likewise.
23592         * manual/charset.texi: Likewise.
23593         * manual/filesys.texi: Likewise.
23594         * manual/stdio.texi: Likewise.
23595         * manual/string.texi: Likewise.
23596         * stdlib/fmtmsg.c: Likewise.
23597         * sysdeps/i386/stpncpy.S: Likewise.
23598         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23599         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23601         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23603 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23605         * elf/dl-open.c: Fix typos.
23606         * iconvdata/gbbig5.c: Likewise.
23607         * iconvdata/iso-2022-jp.c: Likewise.
23608         * iconv/gconv_int.h: Likewise.
23609         * iconv/loop.c: Likewise.
23610         * nis/rpcsvc/nis.h: Likewise.
23611         * resolv/ns_name.c: Likewise.
23612         * stdio-common/vfscanf.c: Likewise.
23613         * streams/stropts.h: Likewise.
23614         * sunrpc/rpc_thread.c: Likewise.
23615         * sysdeps/i386/strpbrk.S: Likewise.
23616         * sysdeps/ieee754/k_standard.c: Likewise.
23617         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23618         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23619         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23620         * sysdeps/mach/hurd/profil.c: Likewise.
23621         * sysdeps/s390/dl-procinfo.h: Likewise.
23622         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23623         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23624         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23625         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23626         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23628 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23630         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23631         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23633 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23635         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23636         aix specific files.
23637         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23638         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23639         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23640         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23641         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23642         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23643         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23644         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23646 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23647             Roland McGrath  <roland@hack.frob.com>
23649         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23650         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23652 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23654         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23655         __executable_start symbol instead of _start.
23657 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23659         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23660         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23661         Move macros to...
23662         * sysdeps/gnu/ldsodefs.h: ... this new file.
23664         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23665         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23666         instead of ELFOSABI_LINUX.
23668         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23669         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23670         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23671         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23672         Likewise.
23673         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23674         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23675         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23676         Likewise.
23677         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23678         (ibm_extended_long_double): Add ieee_nan member.
23679         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23680         (do_test): New function.
23682         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23683         TEST_TRUNC.
23684         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23685         functions, renamed from truncdfsf_test, trunctfsf_test,
23686         trunctfdf_test.
23687         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23688         functions.
23689         (do_test): Run all these.
23691 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23693         * argp/argp-help.c: Fix typos.
23694         * argp/argp-parse.c: Likewise.
23695         * debug/backtracesyms.c: Likewise.
23696         * elf/elf.h: Likewise.
23697         * malloc/malloc.c: Likewise.
23698         * nis/nis_print.c: Likewise.
23699         * resolv/res_comp.c: Likewise.
23700         * stdlib/stdlib.h: Likewise.
23701         * sunrpc/clnt_tcp.c: Likewise.
23702         * sunrpc/clnt_udp.c: Likewise.
23703         * sunrpc/clnt_unix.c: Likewise.
23704         * sysdeps/unix/bsd/ptsname.c: Likewise.
23705         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23706         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23708         Likewise.
23709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23710         Likewise.
23711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23712         Likewise.
23713         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23715 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23717         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23718         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23720 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23722         [BZ #15897]
23723         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23724         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23725         ($(objpfx)bug-dl-leaf): New rule.
23726         ($(objpfx)bug-dl-leaf.so): Likewise.
23727         ($(objpfx)bug-dl-leaf.out): Likewise.
23728         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23729         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23730         * dlfcn/bug-dl-leaf.c: New test.
23731         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23732         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23733         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23734         (dlclose): Likewise.
23735         (dlmopen): Likewise.
23737 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23739         * include/netdb.h [!_ISOMAC]:
23740         Don't include <tls.h>.
23741         (h_errno, __libc_h_errno): Move declaration and macros out of
23742         [_LIBC_REENTRANT].
23744         * include/resolv.h [_RESOLV_H_]:
23745         Don't include <tls.h>.
23746         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23747         * resolv/res_libc.c: Don't include <tls.h>.
23748         (_res): Use __attribute__ ((nocommon)) in place of
23749         __attribute__ ((section (".bss"))).
23751         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23752         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23754         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23756         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23757         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23759         * resolv/res_mkquery.c: Include <sys/time.h>.
23761         * inet/ifreq.c: Moved to ...
23762         * sysdeps/unix/ifreq.c: ... here.
23763         * inet/ifreq.c: New file, true stub version.
23765         * socket/sa_len.c: New file.
23766         * socket/Makefile (aux): Add it.
23767         * sysdeps/unix/sysv/linux/Makefile
23768         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23769         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23770         and #include <socket/sa_len.c>.
23771         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23772         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23774         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23775         * bits/socket.h: ... here.
23777         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23778         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23779         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23781 2013-08-27  Andreas Schwab  <schwab@suse.de>
23783         [BZ #15736]
23784         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23785         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23786         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23787         * string/test-strcasecmp.c (test_main): Run tests in several
23788         locales.
23789         * string/test-strncasecmp.c (test_main): Likewise.
23791         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23792         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23793         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23794         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23795         (__strncasecmp_ssse3) [PIC]: Likewise.
23797 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23799         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23801         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23802         instead of explicitly declaring xdecrypt.
23803         * nis/nss_nis/nis-publickey.c: Likewise.
23805 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23807         [BZ #15890]
23808         * nscd/aicache.c: Include res_hconf.h.
23809         (addhstaiX): Initialize res_hconf.
23811 2013-08-26  Andreas Schwab  <schwab@suse.de>
23813         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23814         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23816 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23818         * nscd/aicache.c (addhstaiX): Fix indentation.
23820 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23822         * configure.ac: Quote $build_pt_chown test.
23823         * configure: Regenerated.
23825 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23827         [BZ #15532]
23828         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23829         * math/s_cexpf.c (__cexpf): Likewise.
23830         * math/s_cexpl.c (__cexpl): Likewise.
23831         * math/libm-test.inc (cexp_test_data): Correct expected return
23832         value for NaN + i0.  Add another test.
23834 2013-08-22  David S. Miller  <davem@davemloft.net>
23836         * po/ca.po: Update Catalan translation from translation project.
23837         * po/uk.po: Add Ukrainian translations from translation project.
23839 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23841         [BZ #15797]
23842         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23843         is infinite, not alongside NaN test.
23844         * math/s_fdimf.c (__fdimf): Likewise.
23845         * math/s_fdiml.c (__fdiml): Likewise.
23846         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23847         errno is unchanged.
23849 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23851         * argp/argp-help.c: Fix typos.
23852         * crypt/speeds.c: Likewise.
23853         * csu/check_fds.c: Likewise.
23854         * elf/dl-load.c: Likewise.
23855         * elf/dl-open.c: Likewise.
23856         * elf/reldep3.c: Likewise.
23857         * elf/reldep.c: Likewise.
23858         * elf/sprof.c: Likewise.
23859         * iconv/iconv_charmap.c: Likewise.
23860         * iconv/skeleton.c: Likewise.
23861         * iconv/strtab.c: Likewise.
23862         * io/lockf64.c: Likewise.
23863         * libio/libioP.h: Likewise.
23864         * resolv/gai_notify.c: Likewise.
23865         * resolv/ns_name.c: Likewise.
23866         * resolv/ns_samedomain.c: Likewise.
23867         * resolv/res_send.c: Likewise.
23868         * stdlib/random.c: Likewise.
23869         * sunrpc/rpc/xdr.h: Likewise.
23870         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23871         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23872         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23873         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23874         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23875         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23876         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23877         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23878         * sysdeps/mach/hurd/check_fds.c: Likewise.
23879         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23880         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23881         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23882         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23883         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23884         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23885         * sysdeps/pthread/aio_notify.c: Likewise.
23886         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23887         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23888         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23889         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23890         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23892 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23894         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23895         version if bit_Slow_SSE4_2 is set.
23896         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23897         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23899 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23901         [BZ #15867]
23902         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23903         trampoline stack frame information.
23904         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23905         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23906         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23907         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23908         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23909         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23910         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23911         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23912         sa_flags value.
23913         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23914         interrupting a syscall and set with option SA_SIGINFO.
23916 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23918         [BZ #15531]
23919         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23920         argument is infinite.
23921         * math/s_cprojf.c (__cprojf): Likewise.
23922         * math/s_cprojl.c (__cprojl): Likewise.
23923         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23924         * math/libm-test.inc (cproj_test_data): Add more tests.
23926         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23928         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23929         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23930         size.  Use __ffs to determine corresponding shift.
23932 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23933             Roland McGrath  <roland@hack.frob.com>
23935         * Makefile (INSTALL): Remove trailing blank lines from output of
23936         makeinfo.
23938 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23940         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23941         Align 32 bit compat elf_greg to 8 bytes.
23943 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23945         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23947 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23949         * string/strcoll_l.c (coll_seq): New structure.
23950         (get_next_seq_cached): New function.
23951         (get_next_seq): New function.
23952         (do_compare): New function.
23953         (STRCOLL): Use GNU style definition.  Simplify implementation
23954         by using get_next_seq, get_next_seq_cached and do_compare.
23956 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23958         [BZ #14699]
23959         CVE-2013-4237
23960         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23961         member.
23962         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23963         member.
23964         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23965         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23966         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23967         conditional.
23968         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23969         GETDENTS_64BIT_ALIGNED.
23970         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23971         * manual/filesys.texi (Reading/Closing Directory): Document
23972         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23973         strongly.
23974         * manual/conf.texi (Limits for Files): Add portability note to
23975         NAME_MAX, PATH_MAX.
23976         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23978 2013-08-13  Andreas Schwab  <schwab@suse.de>
23980         [BZ #15749]
23981         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23982         of fabs.
23983         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23984         LDBL_MAX_EXP >= 16384]: Add tests for it.
23986 2013-08-12  David S. Miller  <davem@davemloft.net>
23988         * version.h (RELEASE): Set to "development".
23989         (VERSION): Set to "2.18.90".
23990         * NEWS: Add 2.19 section.
23992 2013-08-03  David S. Miller  <davem@davemloft.net>
23994         * po/ko.po: Update Korean translation from translation project.
23996 2013-08-01  David S. Miller  <davem@davemloft.net>
23998         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23999         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24000         Bilka.
24002 2013-07-30  David S. Miller  <davem@davemloft.net>
24004         * po/fr.po: Update French translation from translation project.
24006 2013-07-28  David S. Miller  <davem@davemloft.net>
24008         * po/cs.po: Update Czech translation from translation project.
24010         * po/sv.po: Update Swedish translation from translation project.
24012 2013-07-27  David S. Miller  <davem@davemloft.net>
24014         * po/eo.po: Update Esperanto translation from translation project.
24016         * po/vi.po: Update Vietnamese translation from translation project.
24018         * po/de.po: Update German translation from translation project.
24020 2013-07-26  David S. Miller  <davem@davemloft.net>
24022         * po/bg.po: Update Bulgarian translation from translation project.
24024         * po/nl.po: Update Dutch translation from translation project.
24025         * po/pl.po: Update Polish translation from translation project.
24026         * po/ru.po: Update Russian translation from translation project.
24028 2013-07-24  David S. Miller  <davem@davemloft.net>
24030         * po/libc.pot: Update.
24032 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24034         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24035         variable page size.
24036         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24037         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24038         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24040 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24042         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24044 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24045             Andreas Schwab  <schwab@suse.de>
24046             Roland McGrath  <roland@hack.frob.com>
24047             Joseph Myers  <joseph@codesourcery.com>
24048             Carlos O'Donell  <carlos@redhat.com>
24050         [BZ #15755]
24051         * config.h.in: Define HAVE_PT_CHOWN.
24052         * config.make.in (build-pt-chown): New variable.
24053         * configure.in (--enable-pt_chown): New configure option.
24054         * configure: Regenerate.
24055         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24056         build-pt-chown is enabled.
24057         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24058         pt_chown to fix pty ownership.
24059         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24060         CLOSE_ALL_FDS.
24061         * manual/install.texi (Configuring and compiling): Mention
24062         --enable-pt_chown. Add @findex for grantpt.
24063         * INSTALL: Regenerate.
24065 2013-07-20  David S. Miller  <davem@davemloft.net>
24067         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24068         difference between 32-bit and 64-bit.
24070 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24072         [BZ #15711]
24073         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24074         Avoid system header dependency with -ffreestanding.
24075         ($(objpfx)bits/syscall%d): Likewise.
24077 2013-07-13  David S. Miller  <davem@davemloft.net>
24079         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24080         underflows from atanl/atan2l due to bug 15319.
24081         (casinh_test_data): Likewise.
24083 2013-07-07  David S. Miller  <davem@davemloft.net>
24085         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24087 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24089         * sysdeps/i386/fpu/libm-test-ulps: Update.
24090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24092 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24094         * configure.in (--enable-lock-elision): Fix message text.
24095         * INSTALL: Regenerate.
24096         * configure: Regenerate.
24098 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24102 2013-07-03  Andreas Jaeger  <aj@suse.de>
24104         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24105         define.
24106         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24107         (ptrace_peeksiginfo_args): Add.
24108         (__ptrace_peeksiginfo_flags): Add.
24109         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24110         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24111         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24113 2013-07-03  Allan McRae  <allan@archlinux.org>
24115         * sysdeps/i386/fpu/libm-test-ulps: Update.
24117 2013-07-02  David S. Miller  <davem@davemloft.net>
24119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24121 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24123         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24125 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24127         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24130 2013-07-02  Andi Kleen <ak@linux.intel.com>
24132         * config.h.in (ENABLE_LOCK_ELISION): Add.
24133         * configure.in (--enable-lock-elision): Add option.
24134         * manual/install.texi: Document --enable lock elision.
24135         * configure: Regenerate
24136         * INSTALL: Regenerate.
24138 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24140         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24141         SSE4.2 strcasecmp for libc.a.
24142         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24144 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24146         [BZ #13304]
24147         * soft-fp/op-common.h (_FP_FMA): New macro.
24148         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24149         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24150         (_FP_MUL_MEAT_1_imm): ... here.
24151         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24152         (_FP_MUL_MEAT_1_wide): ... here.
24153         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24154         (_FP_MUL_MEAT_1_hard): ... here.
24155         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24156         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24157         (_FP_MUL_MEAT_2_wide): ... here.
24158         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24159         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24160         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24161         (_FP_MUL_MEAT_2_gmp): ... here.
24162         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24163         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24164         (_FP_MUL_MEAT_4_wide): ... here.
24165         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24166         (_FP_MUL_MEAT_4_gmp): ... here.
24167         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24168         (_FP_WFRACBITS_DW_S): Likewise.
24169         (_FP_WFRACXBITS_DW_S): Likewise.
24170         (_FP_HIGHBIT_DW_S): Likewise.
24171         (FP_FMA_S): Likewise.
24172         (_FP_FRAC_HIGH_DW_S): Likewise.
24173         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24174         (_FP_WFRACBITS_DW_D): Likewise.
24175         (_FP_WFRACXBITS_DW_D): Likewise.
24176         (_FP_HIGHBIT_DW_D): Likewise.
24177         (FP_FMA_D): Likewise.
24178         (_FP_FRAC_HIGH_DW_D): Likewise.
24179         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24180         (_FP_WFRACBITS_DW_E): Likewise.
24181         (_FP_WFRACXBITS_DW_E): Likewise.
24182         (_FP_HIGHBIT_DW_E): Likewise.
24183         (FP_FMA_E): Likewise.
24184         (_FP_FRAC_HIGH_DW_E): Likewise.
24185         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24186         (_FP_WFRACBITS_DW_Q): Likewise.
24187         (_FP_WFRACXBITS_DW_Q): Likewise.
24188         (_FP_HIGHBIT_DW_Q): Likewise.
24189         (FP_FMA_Q): Likewise.
24190         (_FP_FRAC_HIGH_DW_Q): Likewise.
24191         * soft-fp/fmasf4.c: New file.
24192         * soft-fp/fmadf4.c: Likewise.
24193         * soft-fp/fmatf4.c: Likewise.
24195 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24197         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24198         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24199         Silvermont.
24200         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24201         macro.
24202         (index_Slow_SSE4_2): Likewise.
24203         (index_Prefer_PMINUB_for_stringop): Likewise.
24204         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24205         bit_Slow_SSE4_2 is set.
24206         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24207         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24209 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24211         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24212         rtld_global._dl_hwcap2.
24213         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24214         POWER8.
24215         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24216         POWER8 feature descriptions defined in _dl_hwcap2.
24217         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24218         string handling for POWER8 feature bits.
24219         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24220         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24221         _dl_powerpc_cap_flags.
24222         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24223         * sysdeps/powerpc/rtld-global-offsets.sym
24224         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24225         _dl_hwcap2 in the rtld_global_ro structure.
24227 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24229         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24230         hardware capabilities in support of AT_HWCAP2.
24231         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24232         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24233         GLRO(dl_hwcap2).
24234         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24235         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24236         explicitly the unknown a_type display mechanism is used.
24237         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24238         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24239         struct member.
24240         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24241         to macro prototype for AT_HWCAP2 support.
24242         * sysdeps/i386/dl-procinfo.h: Likewise.
24243         * sysdeps/s390/dl-procinfo.h: Likewise.
24244         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24245         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24246         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24247         return -1 for unknown a_type display fallback.
24248         * sysdeps/sparc/dl-procinfo.h: Likewise.
24249         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24250         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24252 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24254         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24255         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24257 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24259         [BZ #12492]
24260         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24261         mprotect making __stack_prot writable.
24263 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24264             Joseph Myers  <joseph@codesourcery.com>
24266         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24267         as being properly aligned.
24269 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24271         * dlfcn/modstatic5.c: New file.
24272         * dlfcn/tststatic5.c: New file.
24273         * dlfcn/Makefile (tests): Add tststatic5.
24274         (tests-static): Likewise.
24275         (modules-names): Add modstatic5.
24276         (tststatic5-ENV): New variable.
24277         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24279         [BZ #15022]
24280         * elf/dl-support.c (_dl_main_map): New variable.
24281         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24282         (_dl_nns, _dl_load_adds): Set to 1.
24283         (_dl_initial_searchlist): Refer to _dl_main_map.
24284         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24285         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24286         call to _dl_get_origin.
24287         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24288         around call_map.
24289         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24290         * dlfcn/modstatic3.c: New file.
24291         * dlfcn/tststatic3.c: New file.
24292         * dlfcn/tststatic4.c: New file.
24293         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24294         (tests-static): Likewise.
24295         (modules-names): Add modstatic3.
24296         (tststatic3-ENV, tststatic4-ENV): New variables.
24297         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24298         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24300 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24302         * configure.in (CC): Require GCC version 4.4 or later.
24303         * configure: Regenerated.
24304         * manual/install.texi (Tools for Compilation): Update GCC version
24305         requirement.
24306         * INSTALL: Regenerated.
24308 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24310         [BZ #15674]
24311         * string/test-memcmp.c (check2): New.
24312         (main): Call check2.
24314         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24316 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24318         [BZ #15022]
24319         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24320         over to...
24321         (dl_open_worker) [!SHARED]: ... here.
24323 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24325         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24327 2013-06-25  Richard Henderson  <rth@redhat.com>
24329         * locale/programs/locarchive.c: Include <libc-internal.h>
24331 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24333         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24334         trailing whitespace removed.
24336 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24338         [BZ #10283]
24339         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24340         * locale/programs/locarchive.c: Include libc-mmap.h.
24341         (prepare_address_space): Take two new outputs (the mmap base and len).
24342         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24343         values.
24344         (create_archive): Declare new mmap base and len values for
24345         prepare_address_space, and store the result in ah.
24346         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24347         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24348         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24349         Declare new mmap base and len values for
24350         prepare_address_space, and store the result in new_ah.
24351         (open_archive): Declare new mmap base and len values for
24352         prepare_address_space, and store the result in ah.
24353         (close_archive): If ah->mmap_base is not NULL, use that and
24354         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24355         * sysdeps/generic/libc-mmap.h: New file.
24357 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24359         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24360         (ALIGN_UP): Likewise.
24361         (PTR_ALIGN_DOWN): Likewise.
24362         (PTR_ALIGN_UP): Likewise.
24364 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24366         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24367         entry mapped to PPC_PLATFORM_POWER8.
24368         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24369         POWER8.
24370         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24371         (_dl_string_platform): Add case for exporting platform position for
24372         POWER8.
24373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24374         search path to sysdeps/powerpc/powerpc32/power8 directory.
24375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24376         search path to sysdeps/powerpc/powerpc64/power8 directory.
24377         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24378         power7 directories.
24379         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24380         power7 directories.
24382 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24384         * INSTALL: Regenerate.
24386         * nscd/connections.c (nscd_init): Fix comment.
24388 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24390         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24392         [BZ #15667]
24393         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24394         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24396 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24398         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24399         DL_DST_REQ_STATIC.
24400         (DL_DST_REQ_STATIC): Remove macro.
24402 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24404         [BZ #7006]
24405         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24406         with a shift of 0 bits.
24408 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24410         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24411         $(tststatic-ENV).
24413 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24415         [BZ #15655]
24416         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24418 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24420         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24421         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24422         accepts -fno-tree-loop-distribute-patterns.
24423         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24424         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24425         recursive call.
24426         * string/memset.c (memset): Likewise.
24427         * string/test-memmove.c (simple_memmove): Disable loop transformation
24428         to library calls.
24429         * string/test-memset.c (simple_memset): Likewise.
24430         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24431         * benchtests/bench-memset.c (simple_memset): Likewise.
24432         * configure: Regenerated.
24434 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24436         * math/test-misc.c (main): Ignore fesetround failure when failures
24437         of subsequent rounding tests would be ignored.
24439         [BZ #15654]
24440         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24441         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24442         * math/fegetenv.c (__fegetenv): Return 0.
24443         * math/fegetexcept.c (fegetexcept): Return 0.
24444         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24445         FE_TONEAREST.
24446         * math/feholdexcpt.c (feholdexcept): Return 0.
24447         * math/fesetenv.c (__fesetenv): Return 0.
24448         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24449         argument FE_TONEAREST.
24450         * math/feupdateenv.c (__feupdateenv): Return 0.
24451         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24453 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24455         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24456         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24457         ($(objpfx)rtld-%.os rules): Use them.
24459 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24461         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24462         fields.
24464 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24466         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24467         length of target pattern, then descending length of dependency pattern.
24468         * configure.in (AWK): Require gawk 3.1.2 or newer.
24469         * manual/install.texi (Tools for Compilation): Say that we do.
24470         * configure: Regenerated.
24472         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24473         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24474         * scripts/sysd-rules.awk: ... this new script.
24475         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24476         than a glob-style pattern.
24478 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24480         * math/test-misc.c (main): Do not treat incorrectly rounded
24481         conversions as failure unless ROUNDING_TESTS passes.
24483 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24485         [BZ #15631]
24486         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24487         restore exception state around main square root computation, then
24488         check for inexactness explicitly.
24490         * math/libm-test.inc (fma_test_data): Add another test.
24492 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24494         * manual/threads.texi (Non-POSIX Extensions): New document
24495         node.  Document pthread_getattr_default_np and
24496         pthread_setattr_default_np.
24498         * Versions.def (libpthread): Add GLIBC_2.18.
24499         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24501         Likewise.
24502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24503         Likewise.
24504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24505         Likewise.
24506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24507         Likewise.
24508         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24509         Likewise.
24510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24511         Likewise.
24512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24513         Likewise.
24514         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24515         Likewise.
24516         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24517         Likewise.
24519 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24521         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24522         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24524 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24525             H.J. Lu  <hjl.tools@gmail.com>
24527         [BZ #15627]
24528         * sysdeps/x86_64/rtld-memset.c: Remove file.
24529         * sysdeps/x86_64/rtld-memset.S: New file.
24531 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24533         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24534         (test_in_one_mode): Take arguments for whether the rounding mode
24535         is supported for each floating-point type.
24536         (do_test): Pass new arguments to test_in_one_mode using
24537         ROUNDING_TESTS.
24539 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24541         * posix/tst-waitid.c (do_test): Distinguish different instances of
24542         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24543         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24544         before entering the kernel for waitpid.
24546 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24548         * NEWS: Fix note on clock function precision.  Text by Roland
24549         McGrath.
24551 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24553         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24554         it into place only when and if the sanity check passes.
24556 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24558         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24559         output for whether conversion result is exact.  Take argument
24560         indicating whether type is IBM long double.
24561         (round_for_all): Change need_exact field to ibm_ld.
24562         * stdlib/tst-strtod-round.c (struct exactness): New type.
24563         (struct test): Change bool ld_ok field to struct exactness exact.
24564         (TEST): Update all definitions for change to field.
24565         (tests): Regenerate array contents.
24566         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24567         field value.  Check for IBM long double here.
24568         (do_test): Update calls to test_in_one_mode.
24570 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24572         [BZ #12515]
24573         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24574         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24576 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24578         [BZ #15605]
24579         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24580         generated by the compiler on loop optimizations.
24581         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24582         general definitions.
24584 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24586         * math/bug-nextafter.c: Include <math-tests.h>.
24587         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24588         the relevant type.
24589         * math/bug-nexttoward.c: Include <math-tests.h>.
24590         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24591         the relevant type.
24592         * math/test-misc.c: Include <math-tests.h>.
24593         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24594         the relevant type.
24596 2013-06-12  Andreas Jaeger  <aj@suse.de>
24598         * po/ia.po: Update Interlingua translation from translation
24599         project.
24601 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24603         * include/fenv.h: Include stdbool.h.
24604         (struct rm_ctx): New structure.
24605         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24606         Define macro.
24607         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24608         (SET_RESTORE_ROUNDF): Likewise.
24609         (SET_RESTORE_ROUNDL): Likewise.
24610         (SET_RESTORE_ROUND_NOEX): Likewise.
24611         (SET_RESTORE_ROUND_NOEXF): Likewise.
24612         (SET_RESTORE_ROUND_NOEXL): Likewise.
24613         (SET_RESTORE_ROUND_53BIT): Likewise.
24614         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24615         (libc_feresetround_noexf_ctx): Likewise.
24616         (libc_feresetround_noexl_ctx): Likewise.
24617         (libc_feholdsetround_53bit_ctx): Likewise.
24618         (libc_feresetround_53bit_ctx): Likewise.
24619         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24620         (libc_feholdexcept_setround_sse_ctx): New function.
24621         (libc_fesetenv_sse_ctx): Likewise.
24622         (libc_feupdateenv_sse_ctx): Likewise.
24623         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24624         (libc_feholdexcept_setround_387_ctx): Likewise.
24625         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24626         (libc_feholdsetround_387_prec_ctx): Likewise.
24627         (libc_feholdsetround_387_ctx): Likewise.
24628         (libc_feholdsetround_387_53bit_ctx): Likewise.
24629         (libc_feholdsetround_sse_ctx): Likewise.
24630         (libc_feresetround_sse_ctx): Likewise.
24631         (libc_feresetround_387_ctx): Likewise.
24632         (libc_feupdateenv_387_ctx): Likewise.
24633         (libc_feholdexcept_setroundf_ctx): Define macro.
24634         (libc_fesetenvf_ctx): Likewise.
24635         (libc_feupdateenvf_ctx): Likewise.
24636         (libc_feholdsetroundf_ctx): Likewise.
24637         (libc_feresetroundf_ctx): Likewise.
24638         (libc_feholdexcept_setround_ctx): Likewise.
24639         (libc_fesetenv_ctx): Likewise.
24640         (libc_feupdateenv_ctx): Likewise.
24641         (libc_feholdsetround_ctx): Likewise.
24642         (libc_feresetround_ctx): Likewise.
24643         (libc_feholdexcept_setroundl_ctx): Likewise.
24644         (libc_feupdateenvl_ctx): Likewise.
24645         (libc_feholdsetroundl_ctx): Likewise.
24646         (libc_feresetroundl_ctx): Likewise.
24647         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24648         (libc_feresetround_53bit_ctx): Likewise.
24650 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24652         * locale/iso-639.def: Convert to UTF-8.
24654 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24656         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24657         (EXCEPTION_TESTS_double): Likewise.
24658         (EXCEPTION_TESTS_long_double): Likewise.
24659         (EXCEPTION_TESTS): Likewise.
24660         * math/libm-test.inc (test_exceptions): Only test exceptions if
24661         EXCEPTION_TESTS (FLOAT).
24663 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24665         * benchtests/Makefile (string-bench): Add strcpy_chk and
24666         stpcpy_chk.
24667         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24668         * benchtests/bench-stpcpy_chk.c: New file.
24669         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24670         * benchtests/bench-strcpy_chk.c: New file.
24671         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24672         code.
24673         (do_test): Likewise.
24675 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24677         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24678         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24679         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24680         with tabs where appropriate.
24681         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24682         dl-procinfo.h.
24683         [PPC_PLATFORM_PPC440]: Likewise.
24684         [PPC_PLATFORM_PPC464]: Likewise.
24685         [PPC_PLATFORM_PPC476]: Likewise.
24686         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24687         ppc464, and ppc476 platform strings merging from ports/
24688         dl-procinfo.h.
24690 2013-06-11  Andreas Schwab  <schwab@suse.de>
24692         [BZ #14991]
24693         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24694         (from_ucs4_idx): Regenerate.
24695         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24696         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24697         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24698         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24699         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24700         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24701         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24702         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24703         from FROM_LOOP and TO_LOOP specific macros.
24704         (BODY): Handle combining characters.
24705         * iconvdata/BIG5HKSCS.irreversible: Update.
24706         * iconvdata/BIG5HKSCS.precomposed: New file.
24707         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24708         characters.
24709         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24711 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24713         * include/sys/time.h: Fix indentation and add copyright header.
24715         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24716         (do_test): Likewise.
24717         * string/test-memchr.c (do_one_test): Likewise.
24718         (do_test): Likewise.
24719         * string/test-memcmp.c (do_one_test): Likewise.
24720         (do_test): Likewise.
24721         * string/test-memcpy.c (do_one_test): Likewise.
24722         (do_test): Likewise.
24723         * string/test-memmem.c (do_one_test): Likewise.
24724         (do_test): Likewise.
24725         (do_random_tests): Likewise.
24726         * string/test-memmove.c (do_one_test): Likewise.
24727         (do_test): Likewise.
24728         * string/test-memset.c (do_one_test): Likewise.
24729         (do_test): Likewise.
24730         * string/test-rawmemchr.c (do_one_test): Likewise.
24731         (do_test): Likewise.
24732         * string/test-strcasecmp.c (do_one_test): Likewise.
24733         (do_test): Likewise.
24734         * string/test-strcasestr.c (do_one_test): Likewise.
24735         (do_test): Likewise.
24736         * string/test-strcat.c (do_one_test): Likewise.
24737         (do_test): Likewise.
24738         * string/test-strchr.c (do_one_test): Likewise.
24739         (do_test): Likewise.
24740         * string/test-strcmp.c (do_one_test): Likewise.
24741         (do_test): Likewise.
24742         * string/test-strcpy.c (do_one_test): Likewise.
24743         (do_test): Likewise.
24744         * string/test-string.h: Likewise.
24745         (test_init): Likewise.
24746         * string/test-strlen.c (do_one_test): Likewise.
24747         (do_test): Likewise.
24748         * string/test-strncasecmp.c (do_one_test): Likewise.
24749         (do_test): Likewise.
24750         * string/test-strncat.c (do_one_test): Likewise.
24751         (do_test): Likewise.
24752         * string/test-strncmp.c (do_one_test): Likewise.
24753         (do_test_limit): Likewise.
24754         (do_test): Likewise.
24755         * string/test-strncpy.c (do_one_test): Likewise.
24756         (do_test): Likewise.
24757         * string/test-strnlen.c (do_one_test): Likewise.
24758         (do_test): Likewise.
24759         * string/test-strpbrk.c (do_one_test): Likewise.
24760         (do_test): Likewise.
24761         * string/test-strrchr.c (do_one_test): Likewise.
24762         (do_test): Likewise.
24763         * string/test-strspn.c (do_one_test): Likewise.
24764         (do_test): Likewise.
24765         * string/test-strstr.c (do_one_test): Likewise.
24766         (do_test): Likewise.
24768         * benchtests/Makefile (string-bench): Add string benchmarks.
24769         * benchtests/bench-bcopy-ifunc.c: New file.
24770         * benchtests/bench-bcopy.c: New file.
24771         * benchtests/bench-bzero-ifunc.c: New file.
24772         * benchtests/bench-bzero.c: New file.
24773         * benchtests/bench-memccpy-ifunc.c: New file.
24774         * benchtests/bench-memccpy.c: New file.
24775         * benchtests/bench-memchr-ifunc.c: New file.
24776         * benchtests/bench-memchr.c: New file.
24777         * benchtests/bench-memcmp-ifunc.c: New file.
24778         * benchtests/bench-memcmp.c: New file.
24779         * benchtests/bench-memmem-ifunc.c: New file.
24780         * benchtests/bench-memmem.c: New file.
24781         * benchtests/bench-memmove-ifunc.c: New file.
24782         * benchtests/bench-memmove.c: New file.
24783         * benchtests/bench-mempcpy-ifunc.c: New file.
24784         * benchtests/bench-mempcpy.c: New file.
24785         * benchtests/bench-memset-ifunc.c: New file.
24786         * benchtests/bench-memset.c: New file.
24787         * benchtests/bench-rawmemchr-ifunc.c: New file.
24788         * benchtests/bench-rawmemchr.c: New file.
24789         * benchtests/bench-stpcpy-ifunc.c: New file.
24790         * benchtests/bench-stpcpy.c: New file.
24791         * benchtests/bench-stpncpy-ifunc.c: New file.
24792         * benchtests/bench-stpncpy.c: New file.
24793         * benchtests/bench-strcasecmp-ifunc.c: New file.
24794         * benchtests/bench-strcasecmp.c: New file.
24795         * benchtests/bench-strcasestr-ifunc.c: New file.
24796         * benchtests/bench-strcasestr.c: New file.
24797         * benchtests/bench-strcat-ifunc.c: New file.
24798         * benchtests/bench-strcat.c: New file.
24799         * benchtests/bench-strchr-ifunc.c: New file.
24800         * benchtests/bench-strchr.c: New file.
24801         * benchtests/bench-strchrnul-ifunc.c: New file.
24802         * benchtests/bench-strchrnul.c: New file.
24803         * benchtests/bench-strcmp-ifunc.c: New file.
24804         * benchtests/bench-strcmp.c: New file.
24805         * benchtests/bench-strcpy-ifunc.c: New file.
24806         * benchtests/bench-strcpy.c: New file.
24807         * benchtests/bench-strcspn-ifunc.c: New file.
24808         * benchtests/bench-strcspn.c: New file.
24809         * benchtests/bench-strlen-ifunc.c: New file.
24810         * benchtests/bench-strlen.c: New file.
24811         * benchtests/bench-strncasecmp-ifunc.c: New file.
24812         * benchtests/bench-strncasecmp.c: New file.
24813         * benchtests/bench-strncat-ifunc.c: New file.
24814         * benchtests/bench-strncat.c: New file.
24815         * benchtests/bench-strncmp-ifunc.c: New file.
24816         * benchtests/bench-strncmp.c: New file.
24817         * benchtests/bench-strncpy-ifunc.c: New file.
24818         * benchtests/bench-strncpy.c: New file.
24819         * benchtests/bench-strnlen-ifunc.c: New file.
24820         * benchtests/bench-strnlen.c: New file.
24821         * benchtests/bench-strpbrk-ifunc.c: New file.
24822         * benchtests/bench-strpbrk.c: New file.
24823         * benchtests/bench-strrchr-ifunc.c: New file.
24824         * benchtests/bench-strrchr.c: New file.
24825         * benchtests/bench-strspn-ifunc.c: New file.
24826         * benchtests/bench-strspn.c: New file.
24827         * benchtests/bench-strstr-ifunc.c: New file.
24828         * benchtests/bench-strstr.c: New file.
24830         * benchtests/Makefile: Disable parallel execution of targets.
24831         (string-bench): Add memcpy.
24832         (benchset): New variable to store a list of benchmark sets.
24833         (bench-func): Renamed from bench.
24834         (bench-set): New target.
24835         (bench): Depend on bench-func and bench-set.
24836         * benchtests/README: Add section on benchmark sets.
24837         * benchtests/bench-memcpy-ifunc.c: New file.
24838         * benchtests/bench-memcpy.c: New file.
24839         * benchtests/bench-string.h: New file.
24841 2013-06-11  Andreas Schwab  <schwab@suse.de>
24843         [BZ #15577]
24844         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24845         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24846         values in the triple.
24847         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24848         terminator in the group key.
24850 2013-06-11  Andreas Jaeger  <aj@suse.de>
24852         * po/zh_TW.po: Update Chinese (traditional) translation from
24853         translation project.
24855 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24857         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24858         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24859         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24860         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24861         (clock_getcpuclockid): Likewise.
24862         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24863         Add weak_alias and libc_hidden_def.
24864         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24865         * rt/clock_gettime.c (clock_gettime): Rename to
24866         __clock_gettime.  Add weak_alias and libc_hidden_def.
24867         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24868         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24869         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24870         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24871         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24872         Likewise.
24873         * rt/clock_settime.c (clock_settime): Rename to
24874         __clock_settime.  Add weak_alias and libc_hidden_def.
24875         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24877 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24879         * mach/err_boot.sub: Remove trailing whitespace.
24880         * mach/err_ipc.sub: Likewise.
24881         * mach/err_mach.sub: Likewise.
24883         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24884         (ROUNDING_TESTS_double): Likewise.
24885         (ROUNDING_TESTS_long_double): Likewise.
24886         (ROUNDING_TESTS): Likewise.
24887         * math/libm-test.inc: Include <math-tests.h>.
24888         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24889         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24890         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24891         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24893 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24895         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24896         of assigning.
24898 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24900         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24901         otherwise empty TRANS lines.
24902         * sysdeps/gnu/errlist.c: Regenerated.
24904         * catgets/gencat.c (error_print): Use (void) in function
24905         definition.
24906         * crypt/crypt_util.c (__init_des): Likewise.
24907         * crypt/speeds.c (Stop): Likewise.
24908         (main): Likewise.
24909         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24910         * inet/ruserpass.c (token): Likewise.
24911         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24912         * intl/localealias.c (extend_alias_table): Likewise.
24913         * intl/plural-exp.c (init_germanic_plural): Likewise.
24914         * libio/fcloseall.c (__fcloseall): Likewise.
24915         * libio/genops.c (_IO_flush_all): Likewise.
24916         (_IO_flush_all_linebuffered): Likewise.
24917         (_IO_cleanup): Likewise.
24918         (_IO_iter_begin): Likewise.
24919         (_IO_iter_end): Likewise.
24920         (_IO_list_lock): Likewise.
24921         (_IO_list_unlock): Likewise.
24922         (_IO_list_resetlock): Likewise.
24923         * libio/getchar.c (getchar): Likewise.
24924         * libio/getchar_u.c (getchar_unlocked): Likewise.
24925         * libio/getwchar.c (getwchar): Likewise.
24926         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24927         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24928         * login/getpt.c (__getpt): Likewise.
24929         * login/tst-utmp.c (main): Likewise.
24930         * malloc/hooks.c (__malloc_check_init): Likewise.
24931         * malloc/malloc.c (__malloc_stats): Likewise.
24932         * malloc/mtrace.c (tr_break): Likewise.
24933         (mtrace): Likewise.
24934         (muntrace): Likewise.
24935         * misc/fstab.c (endfsent): Likewise.
24936         * misc/getclktck.c (__getclktck): Likewise.
24937         * misc/getdtsz.c (__getdtablesize): Likewise.
24938         * misc/gethostid.c (gethostid): Likewise.
24939         * misc/getpagesize.c (__getpagesize): Likewise.
24940         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24941         (__get_nprocs): Likewise.
24942         (__get_phys_pages): Likewise.
24943         (__get_avphys_pages): Likewise.
24944         * misc/getttyent.c (getttyent): Likewise.
24945         (setttyent): Likewise.
24946         (endttyent): Likewise.
24947         * misc/getusershell.c (getusershell): Likewise.
24948         (endusershell): Likewise.
24949         (setusershell): Likewise.
24950         (initshells): Likewise.
24951         * misc/hsearch.c (__hdestroy): Likewise.
24952         * misc/sync.c (sync): Likewise.
24953         * misc/syslog.c (closelog_internal): Likewise.
24954         (closelog): Likewise.
24955         * misc/ttyslot.c (ttyslot): Likewise.
24956         * misc/vhangup.c (vhangup): Likewise.
24957         * posix/fork.c (__fork): Likewise.
24958         * posix/getegid.c (__getegid): Likewise.
24959         * posix/geteuid.c (__geteuid): Likewise.
24960         * posix/getgid.c (__getgid): Likewise.
24961         * posix/getpid.c (__getpid): Likewise.
24962         * posix/getppid.c (__getppid): Likewise.
24963         * posix/getuid.c (__getuid): Likewise.
24964         * posix/pause.c (pause): Likewise.
24965         * posix/setpgrp.c (setpgrp): Likewise.
24966         * posix/setsid.c (__setsid): Likewise.
24967         * posix/test-vfork.c (noop): Likewise.
24968         * resolv/gethnamaddr.c (_endhtent): Likewise.
24969         (_gethtent): Likewise.
24970         (ht_endhostent): Likewise.
24971         (gethostent): Likewise.
24972         (dns_service): Likewise.
24973         * stdlib/drand48.c (drand48): Likewise.
24974         * stdlib/lrand48.c (lrand48): Likewise.
24975         * stdlib/mrand48.c (mrand48): Likewise.
24976         * stdlib/rand.c (rand): Likewise.
24977         * stdlib/random.c (__random): Likewise.
24978         * stdlib/setenv.c (clearenv): Likewise.
24979         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24980         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24981         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24982         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24983         (__get_nprocs): Likewise.
24984         (__get_phys_pages): Likewise.
24985         (__get_avphys_pages): Likewise.
24986         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24987         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24988         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24989         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24990         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24991         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24992         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24993         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24994         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24995         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24996         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24997         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24998         * sysdeps/posix/clock.c (clock): Likewise.
24999         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25000         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25001         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25002         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25003         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25004         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25005         (__get_nprocs_conf): Likewise.
25006         (__get_phys_pages): Likewise.
25007         (__get_avphys_pages): Likewise.
25008         * time/clock.c (clock): Likewise.
25009         * time/tzset.c (__tzname_max): Likewise.
25011 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25013         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25014         (__bswap_32): Do not use "register".
25015         * crypt/crypt.c (_ufc_doit_r): Likewise.
25016         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25017         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25018         * gmon/gmon.c (__monstartup): Likewise.
25019         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25020         * hurd/hurdmalloc.c (more_memory): Likewise.
25021         (malloc): Likewise.
25022         (free): Likewise.
25023         (realloc): Likewise.
25024         (malloc_fork_prepare): Likewise.
25025         (malloc_fork_parent): Likewise.
25026         (malloc_fork_child): Likewise.
25027         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25028         (_svcauth_des): Likewise.
25029         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25030         * inet/inet_net.c (inet_network): Likewise.
25031         * inet/inet_netof.c (inet_netof): Likewise.
25032         * inet/rcmd.c (__validuser2_sa): Likewise.
25033         * io/fts.c (fts_open): Likewise.
25034         (fts_load): Likewise.
25035         (fts_close): Likewise.
25036         (fts_read): Likewise.
25037         (fts_children): Likewise.
25038         (fts_build): Likewise.
25039         (fts_stat): Likewise.
25040         (fts_sort): Likewise.
25041         (fts_alloc): Likewise.
25042         (fts_lfree): Likewise.
25043         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25044         (_IO_file_xsgetn): Likewise.
25045         (_IO_file_xsgetn_mmap): Likewise.
25046         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25047         (_IO_cookie_write): Likewise.
25048         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25049         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25050         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25051         * malloc/obstack.c (_obstack_begin): Likewise.
25052         (_obstack_begin_1): Likewise.
25053         (_obstack_newchunk): Likewise.
25054         (_obstack_allocated_p): Likewise.
25055         (obstack_free): Likewise.
25056         (_obstack_memory_used): Likewise.
25057         * misc/getttyent.c (getttynam): Likewise.
25058         (getttyent): Likewise.
25059         (skip): Likewise.
25060         (value): Likewise.
25061         * misc/getusershell.c (initshells): Likewise.
25062         * misc/syslog.c (__vsyslog_chk): Likewise.
25063         * misc/ttyslot.c (ttyslot): Likewise.
25064         * nis/nis_hash.c (__nis_hash): Likewise.
25065         * posix/fnmatch_loop.c (FCT): Likewise.
25066         * posix/getconf.c (print_all): Likewise.
25067         (main): Likewise.
25068         * posix/getopt.c (exchange): Likewise.
25069         * posix/glob.c (globfree): Likewise.
25070         (prefix_array): Likewise.
25071         (__glob_pattern_type): Likewise.
25072         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25073         (NS_GET32): Likewise.
25074         (NS_PUT16): Likewise.
25075         (NS_PUT32): Likewise.
25076         * resolv/gethnamaddr.c (getanswer): Likewise.
25077         (gethostbyname2): Likewise.
25078         (gethostbyaddr): Likewise.
25079         (_gethtent): Likewise.
25080         (_gethtbyname2): Likewise.
25081         (_gethtbyaddr): Likewise.
25082         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25083         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25084         * resolv/res_init.c (__res_vinit): Likewise.
25085         (net_mask): Likewise.
25086         * resolv/res_mkquery.c (outchar): Likewise.
25087         (PRINT): Likewise.
25088         * stdio-common/printf_fp.c (outchar): Likewise.
25089         (PRINT): Likewise.
25090         * stdio-common/printf_fphex.c (outchar): Likewise.
25091         (PRINT): Likewise.
25092         * stdio-common/printf_size.c (outchar): Likewise.
25093         (PRINT): Likewise.
25094         * stdio-common/test_rdwr.c (main): Likewise.
25095         * stdio-common/tfformat.c (matches): Likewise.
25096         * stdio-common/vfprintf.c (outchar): Likewise.
25097         (printf_unknown): Likewise.
25098         (buffered_vfprintf): Likewise.
25099         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25100         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25101         (ReadFile): Likewise.
25102         * stdlib/qsort.c (SWAP): Likewise.
25103         (_quicksort): Likewise.
25104         * stdlib/setenv.c (__add_to_environ): Likewise.
25105         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25106         * stdlib/strtol_l.c (__strtol_l): Likewise.
25107         * stdlib/tst-strtod.c (main): Likewise.
25108         * stdlib/tst-strtol.c (main): Likewise.
25109         * stdlib/tst-strtoll.c (main): Likewise.
25110         * string/bits/string2.h (__strcmp_cc): Likewise.
25111         (__strcmp_cg): Likewise.
25112         (__strcspn_c1): Likewise.
25113         (__strcspn_c2): Likewise.
25114         (__strcspn_c3): Likewise.
25115         (__strspn_c1): Likewise.
25116         (__strspn_c2): Likewise.
25117         (__strspn_c3): Likewise.
25118         (__strsep_1c): Likewise.
25119         (__strsep_2c): Likewise.
25120         (__strsep_3c): Likewise.
25121         * string/memccpy.c (__memccpy): Likewise.
25122         * string/stpcpy.c (__stpcpy): Likewise.
25123         * string/strcmp.c (strcmp): Likewise.
25124         * string/strrchr.c (strrchr): Likewise.
25125         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25126         Likewise.
25127         * sysdeps/mach/hurd/getcwd.c
25128         (_hurd_canonicalize_directory_name_internal): Likewise.
25129         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25130         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25131         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25132         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25133         Likewise, in both definitions.
25134         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25135         definitions.
25136         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25137         64] (__bswap_64): Likewise.
25138         * time/test_time.c (main): Likewise.
25139         * time/tzfile.c (__tzfile_read): Likewise.
25140         (__tzfile_compute): Likewise.
25141         * time/tzset.c (__tzset_parse_tz): Likewise.
25142         (tzset_internal): Likewise.
25143         (compute_change): Likewise.
25144         * wcsmbs/wcscat.c (__wcscat): Likewise.
25145         * wcsmbs/wcschr.c (wcschr): Likewise.
25146         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25147         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25148         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25149         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25150         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25151         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25152         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25153         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25154         * wcsmbs/wmemset.c (wmemset): Likewise.
25156 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25158         * scripts/config.guess: Update to version 2013-05-16.
25159         * scripts/config.sub: Update to version 2013-04-24.
25160         * scripts/install-sh: Update to version 2011-11-20.07.
25161         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25162         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25164 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25166         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25167         * elf/sln.c: Likewise.
25168         * hurd/hurd/ioctl.h: Likewise.
25169         * hurd/hurdmalloc.c: Likewise.
25170         * hurd/xattr.c: Likewise.
25171         * include/shlib-compat.h: Likewise.
25172         * inet/ruserpass.c: Likewise.
25173         * libio/iofgets_u.c: Likewise.
25174         * libio/iofgetws_u.c: Likewise.
25175         * locale/programs/ld-identification.c: Likewise.
25176         * locale/programs/ld-time.c: Likewise.
25177         * mach/msg-destroy.c: Likewise.
25178         * nss/nss_files/files-netgrp.c: Likewise.
25179         * resolv/res_data.c: Likewise.
25180         * soft-fp/op-1.h: Likewise.
25181         * soft-fp/op-2.h: Likewise.
25182         * soft-fp/op-4.h: Likewise.
25183         * soft-fp/op-common.h: Likewise.
25184         * stdio-common/printf_fphex.c: Likewise.
25185         * stdlib/strtod_l.c: Likewise.
25186         * sunrpc/rpc/clnt.h: Likewise.
25187         * sysdeps/generic/framestate.c: Likewise.
25188         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25189         * sysdeps/i386/bsd-setjmp.S: Likewise.
25190         * sysdeps/i386/__longjmp.S: Likewise.
25191         * sysdeps/i386/setjmp.S: Likewise.
25192         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25193         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25194         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25195         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25196         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25197         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25198         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25199         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25200         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25201         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25202         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25203         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25204         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25205         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25206         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25207         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25208         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25209         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25210         * sysdeps/ieee754/support.c: Likewise.
25211         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25212         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25213         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25214         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25215         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25216         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25217         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25218         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25219         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25220         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25221         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25222         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25223         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25224         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25225         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25226         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25227         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25230 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25232         * posix/transbug.c: Remove executable mode.
25234 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25236         * crypt/speeds.c: Remove trailing whitespace.
25237         * dlfcn/default.c: Likewise.
25238         * elf/ifuncdep2.c: Likewise.
25239         * elf/ifuncmain1.c: Likewise.
25240         * elf/ifuncmain1vis.c: Likewise.
25241         * elf/testobj.h: Likewise.
25242         * elf/tst-stackguard1.c: Likewise.
25243         * gmon/sys/gmon.h: Likewise.
25244         * hurd/hurdmsg.c: Likewise.
25245         * hurd/new-fd.c: Likewise.
25246         * hurd/ports-get.c: Likewise.
25247         * iconvdata/ibm1008_420.c: Likewise.
25248         * inet/tst-getni1.c: Likewise.
25249         * inet/tst-getni2.c: Likewise.
25250         * libio/ioungetc.c: Likewise.
25251         * libio/wfiledoalloc.c: Likewise.
25252         * manual/libm-err-tab.pl: Likewise.
25253         * math/w_dremf.c: Likewise.
25254         * misc/ftruncate.c: Likewise.
25255         * posix/bug-glob2.c: Likewise.
25256         * posix/tst-pcre.c: Likewise.
25257         * posix/wait4.c: Likewise.
25258         * resolv/README: Likewise.
25259         * resolv/res_debug.h: Likewise.
25260         * resolv/tst-inet_ntop.c: Likewise.
25261         * setjmp/bug269-setjmp.c: Likewise.
25262         * soft-fp/extended.h: Likewise.
25263         * soft-fp/op-1.h: Likewise.
25264         * soft-fp/op-2.h: Likewise.
25265         * soft-fp/op-4.h: Likewise.
25266         * soft-fp/op-8.h: Likewise.
25267         * soft-fp/testit.c: Likewise.
25268         * stdio-common/bug16.c: Likewise.
25269         * stdlib/random.c: Likewise.
25270         * sunrpc/rpcsvc/rquota.x: Likewise.
25271         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25272         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25273         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25274         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25275         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25276         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25277         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25278         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25279         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25280         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25281         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25282         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25283         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25284         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25286         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25287         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25288         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25289         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25290         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25291         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25292         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25293         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25294         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25295         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25296         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25297         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25298         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25299         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25300         * sysdeps/ieee754/s_lib_version.c: Likewise.
25301         * sysdeps/mach/hurd/check_fds.c: Likewise.
25302         * sysdeps/mach/hurd/getsockname.c: Likewise.
25303         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25304         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25305         * sysdeps/powerpc/bits/link.h: Likewise.
25306         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25307         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25308         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25309         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25310         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25311         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25312         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25313         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25314         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25315         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25316         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25317         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25318         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25319         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25320         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25321         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25322         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25323         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25324         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25325         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25326         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25327         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25328         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25329         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25330         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25331         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25332         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25333         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25334         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25335         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25336         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25337         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25338         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25339         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25340         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25341         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25342         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25343         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25344         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25345         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25346         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25347         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25348         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25349         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25350         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25351         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25352         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25353         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25354         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25355         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25356         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25357         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25358         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25359         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25360         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25361         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25362         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25363         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25364         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25365         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25366         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25367         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25368         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25369         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25370         * sysdeps/powerpc/sysdep.h: Likewise.
25371         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25372         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25373         * sysdeps/sh/dl-trampoline.S: Likewise.
25374         * sysdeps/sh/memset.S: Likewise.
25375         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25376         * sysdeps/sh/strlen.S: Likewise.
25377         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25378         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25379         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25380         * sysdeps/sparc/sparc32/rem.S: Likewise.
25381         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25382         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25383         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25384         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25385         * sysdeps/sparc/sparc32/urem.S: Likewise.
25386         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25387         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25388         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25389         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25390         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25391         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25392         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25393         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25394         * sysdeps/unix/bsd/times.c: Likewise.
25395         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25396         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25400         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25401         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25402         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25403         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25404         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25405         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25406         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25407         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25408         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25409         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25410         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25411         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25412         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25413         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25414         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25415         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25416         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25417         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25418         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25419         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25420         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25421         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25422         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25423         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25424         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25425         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25426         * sysdeps/x86_64/strcspn.S: Likewise.
25428 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25430         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25431         generated file.  Regenerate properly from gen-translit.pl.
25432         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25433         locale/C-translit.h.
25435 2013-06-05  Andreas Schwab  <schwab@suse.de>
25437         [BZ #15100]
25438         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25439         week as 6 instead of -1.
25440         * time/tst-strptime.c (day_tests): Add test case.
25442 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25444         * sysdeps/generic/math_private.h
25445         (libc_feholdexcept_setround_53bit): Replace with
25446         libc_feholdsetround_53bit.
25447         (libc_feupdateenv_53bit): Replace with
25448         libc_feresetround_53bit.
25449         (SET_RESTORE_ROUND_53BIT): Adjust.
25451 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25453         * string/test-strchrnul.c: Add copyright header.
25455         * posix/tst-getaddrinfo4.c: Increase test timeout.
25457 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25459         [BZ #15536]
25460         * math/libm-test.inc (MAX_EXP): Remove
25461         (MIN_EXP): Define.
25462         (ulp): Use MIN_EXP - MANT_DIG.
25463         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25465 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25467         * po/be.po: Revert last change.
25468         * po/zh_CN.po: Likewise.
25469         * po/header.pot: Likewise.
25471 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25473         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25474         link-libc-deps to empty as target-specific variable.
25475         * Makerules (link-libc-args): New variable.
25476         (libc-for-link): Likewise.
25477         (link-libc-deps): Likewise.
25478         (lib%.so): Depend on $(link-libc-deps).  Link with
25479         $(link-libc-args).
25480         (build-module): Link with $(link-libc-args).
25481         (build-module-asneeded): Likewise.
25482         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25483         list of objects.
25484         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25485         target-specific variable.
25486         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25487         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25488         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25489         libc.
25490         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25491         libc and ld.so.
25492         ($(objpfx)libpcprofile.so): Likewise.
25493         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25494         libc_nonshared.a.
25495         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25496         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25497         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25498         $(link-libc-deps).
25499         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25500         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25501         * login/Makefile ($(objpfx)libutil.so): Likewise.
25502         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25503         * math/Makefile ($(objpfx)libm.so): Likewise.
25504         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25505         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25506         variable instead of depending directly on libc.
25507         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25508         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25509         $(link-libc-deps).
25510         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25511         libc.
25512         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25513         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25514         ($(objpfx)libanl.so): Likewise.
25515         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25516         ld.so.
25517         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25518         $(link-libc-deps).
25519         * sysdeps/i386/fpu/Makefile: Remove file.
25520         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25521         ($(objpfx)libm.so): Remove dependency on ld.so.
25523 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25525         [BZ # 15553]
25526         * nis/yp_xdr.c (XDRMAXNAME): Define.
25527         (XDRMAXRECORD): Define.
25528         (xdr_domainname): Use XDRMAXNAME.
25529         (xdr_mapname): Likewise.
25530         (xdr_peername): Likewise.
25531         (xdr_keydat): Use XDRMAXRECORD.
25532         (xdr_valdat): Likewise.
25534 2013-05-30  Jeff Law  <law@redhat.com>
25536         [BZ #14256]
25537         * manual/errno.texi (ESTALE): Update to account for more than
25538         just NFS file systems.
25539         * sysdeps/gnu/errlist.c: Regenerated.
25541 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25543         [BZ #15465]
25544         * elf/Makefile (tests): Add tst-null-argv.
25545         (modules-names):  Add tst-null-argv-lib.
25546         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25547         (tst-null-argv-ENV): Set environment for tst-null-argv.
25548         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25549         (RTLD_PROGNAME): New macro.
25550         * elf/tst-null-argv.c: New test case.
25551         * elf/tst-null-argv-lib.c: Library for test case.
25552         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25553         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25554         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25555         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25556         * elf/dl-init.c (call_init): Likewise.
25557         (_dl_init): Likewise.
25558         * elf/dl-load.c (print_search_path): Likewise.
25559         (_dl_map_object): Likewise.
25560         * elf/dl-lookup.c (do_lookup_x): Likewise.
25561         (add_dependency): Likewise.
25562         (_dl_lookup_symbol_x): Likewise.
25563         (_dl_debug_bindings): Likewise.
25564         * elf/dl-open.c (_dl_show_scope): Likewise.
25565         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25566         * elf/dl-version.c (match_symbol): Likewise.
25567         (_dl_check_map_versions): Likewise.
25568         * elf/rtld.c (dl_main): Likewise.
25569         (print_unresolved): Use RTLD_PROGNAME.
25570         (print_missing_version): Likewise.
25571         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25572         (elf_machine_rela): Likewise.
25573         * sysdeps/powerpc/powerpc32/dl-machine.c
25574         (__process_machine_rela): Likewise.
25575         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25576         Likewise.
25577         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25578         Likewise.
25579         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25580         Likewise.
25581         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25582         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25583         Likewise.
25584         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25585         Likewise.
25586         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25588 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25590         * po/be.po: Add descriptive title.
25591         * po/zh_CN.po: Likewise.
25592         * po/header.pot: Likewise.
25594 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25596         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25597         error message.
25598         (enlarge_archive): Likewise.
25600 2013-05-28  Ben North  <ben@redfrontdoor.org>
25602         * manual/arith.texi (frexp): It is the magnitude of the return
25603         value which lies in [0.5, 1), not the return value itself.
25605 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25609 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25611         * stdio-common/bug26.c (main): Correct fscanf template.
25613         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25614         declare _dl_skip_args.
25616         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25617         Don't declare.
25619         * manual/platform.texi: Add missing @end deftypefun.
25621 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25623         [BZ #15529]
25624         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25625         bit of mantissa of 2^16382.
25626         * math/libm-test.inc (hypot_test_data): Add more tests.
25628         * math/libm-test.inc: Add drem and pow10 to list of tested
25629         functions.
25630         (pow10_test): New function.
25631         (drem_test): Likewise.
25632         (drem_test_tonearest): Likewise.
25633         (drem_test_towardzero): Likewise.
25634         (drem_test_downward): Likewise.
25635         (drem_test_upward): Likewise.
25636         (main): Call the new functions.
25638         * math/libm-test.inc (finite_test_data): Remove.
25639         (finite_test): Run tests from isfinite_test_data.
25640         (gamma_test_data): Remove.
25641         (gamma_test): Run tests from lgamma_test_data.
25642         * sysdeps/i386/fpu/libm-test-ulps: Update.
25643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25645 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25647         * manual/platform.texi: Add PowerPC PPR function set documentation.
25648         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25649         implementation.
25651 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25653         * math/libm-test.inc (MAX_EXP): Define.
25654         (ULPDIFF): Define.
25655         (ulp): New function.
25656         (check_float_internal): Use ULPDIFF.
25657         (cpow_test): Disable failing test.
25658         (check_ulp): Test ulp() implemetnation.
25659         (main): Call check_ulp before starting tests.
25661 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25663         * math/gen-libm-test.pl (generate_testfile): Do not handle
25664         START_DATA and END_DATA.
25665         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25666         END_DATA.
25667         (acos_tonearest_test_data): Likewise.
25668         (acos_towardzero_test_data): Likewise.
25669         (acos_downward_test_data): Likewise.
25670         (acos_upward_test_data): Likewise.
25671         (acosh_test_data): Likewise.
25672         (asin_test_data): Likewise.
25673         (asin_tonearest_test_data): Likewise.
25674         (asin_towardzero_test_data): Likewise.
25675         (asin_downward_test_data): Likewise.
25676         (asin_upward_test_data): Likewise.
25677         (asinh_test_data): Likewise.
25678         (atan_test_data): Likewise.
25679         (atanh_test_data): Likewise.
25680         (atan2_test_data): Likewise.
25681         (cabs_test_data): Likewise.
25682         (cacos_test_data): Likewise.
25683         (cacosh_test_data): Likewise.
25684         (carg_test_data): Likewise.
25685         (casin_test_data): Likewise.
25686         (casinh_test_data): Likewise.
25687         (catan_test_data): Likewise.
25688         (catanh_test_data): Likewise.
25689         (cbrt_test_data): Likewise.
25690         (ccos_test_data): Likewise.
25691         (ccosh_test_data): Likewise.
25692         (ceil_test_data): Likewise.
25693         (cexp_test_data): Likewise.
25694         (cimag_test_data): Likewise.
25695         (clog_test_data): Likewise.
25696         (clog10_test_data): Likewise.
25697         (conj_test_data): Likewise.
25698         (copysign_test_data): Likewise.
25699         (cos_test_data): Likewise.
25700         (cos_tonearest_test_data): Likewise.
25701         (cos_towardzero_test_data): Likewise.
25702         (cos_downward_test_data): Likewise.
25703         (cos_upward_test_data): Likewise.
25704         (cosh_test_data): Likewise.
25705         (cosh_tonearest_test_data): Likewise.
25706         (cosh_towardzero_test_data): Likewise.
25707         (cosh_downward_test_data): Likewise.
25708         (cosh_upward_test_data): Likewise.
25709         (cpow_test_data): Likewise.
25710         (cproj_test_data): Likewise.
25711         (creal_test_data): Likewise.
25712         (csin_test_data): Likewise.
25713         (csinh_test_data): Likewise.
25714         (csqrt_test_data): Likewise.
25715         (ctan_test_data): Likewise.
25716         (ctan_tonearest_test_data): Likewise.
25717         (ctan_towardzero_test_data): Likewise.
25718         (ctan_downward_test_data): Likewise.
25719         (ctan_upward_test_data): Likewise.
25720         (ctanh_test_data): Likewise.
25721         (ctanh_tonearest_test_data): Likewise.
25722         (ctanh_towardzero_test_data): Likewise.
25723         (ctanh_downward_test_data): Likewise.
25724         (ctanh_upward_test_data): Likewise.
25725         (erf_test_data): Likewise.
25726         (erfc_test_data): Likewise.
25727         (exp_test_data): Likewise.
25728         (exp_tonearest_test_data): Likewise.
25729         (exp_towardzero_test_data): Likewise.
25730         (exp_downward_test_data): Likewise.
25731         (exp_upward_test_data): Likewise.
25732         (exp10_test_data): Likewise.
25733         (exp2_test_data): Likewise.
25734         (expm1_test_data): Likewise.
25735         (fabs_test_data): Likewise.
25736         (fdim_test_data): Likewise.
25737         (finite_test_data): Likewise.
25738         (floor_test_data): Likewise.
25739         (fma_test_data): Likewise.
25740         (fma_towardzero_test_data): Likewise.
25741         (fma_downward_test_data): Likewise.
25742         (fma_upward_test_data): Likewise.
25743         (fmax_test_data): Likewise.
25744         (fmin_test_data): Likewise.
25745         (fmod_test_data): Likewise.
25746         (fpclassify_test_data): Likewise.
25747         (frexp_test_data): Likewise.
25748         (gamma_test_data): Likewise.
25749         (hypot_test_data): Likewise.
25750         (ilogb_test_data): Likewise.
25751         (isfinite_test_data): Likewise.
25752         (isgreater_test_data): Likewise.
25753         (isgreaterequal_test_data): Likewise.
25754         (isinf_test_data): Likewise.
25755         (isless_test_data): Likewise.
25756         (islessequal_test_data): Likewise.
25757         (islessgreater_test_data): Likewise.
25758         (isnan_test_data): Likewise.
25759         (isnormal_test_data): Likewise.
25760         (issignaling_test_data): Likewise.
25761         (isunordered_test_data): Likewise.
25762         (j0_test_data): Likewise.
25763         (j1_test_data): Likewise.
25764         (jn_test_data): Likewise.
25765         (ldexp_test_data): Likewise.
25766         (lgamma_test_data): Likewise.
25767         (lrint_test_data): Likewise.
25768         (lrint_tonearest_test_data): Likewise.
25769         (lrint_towardzero_test_data): Likewise.
25770         (lrint_downward_test_data): Likewise.
25771         (lrint_upward_test_data): Likewise.
25772         (llrint_test_data): Likewise.
25773         (llrint_tonearest_test_data): Likewise.
25774         (llrint_towardzero_test_data): Likewise.
25775         (llrint_downward_test_data): Likewise.
25776         (llrint_upward_test_data): Likewise.
25777         (log_test_data): Likewise.
25778         (log10_test_data): Likewise.
25779         (log1p_test_data): Likewise.
25780         (log2_test_data): Likewise.
25781         (logb_test_data): Likewise.
25782         (logb_downward_test_data): Likewise.
25783         (lround_test_data): Likewise.
25784         (llround_test_data): Likewise.
25785         (modf_test_data): Likewise.
25786         (nearbyint_test_data): Likewise.
25787         (nextafter_test_data): Likewise.
25788         (nexttoward_test_data): Likewise.
25789         (pow_test_data): Likewise.
25790         (pow_tonearest_test_data): Likewise.
25791         (pow_towardzero_test_data): Likewise.
25792         (pow_downward_test_data): Likewise.
25793         (pow_upward_test_data): Likewise.
25794         (remainder_test_data): Likewise.
25795         (remainder_tonearest_test_data): Likewise.
25796         (remainder_towardzero_test_data): Likewise.
25797         (remainder_downward_test_data): Likewise.
25798         (remainder_upward_test_data): Likewise.
25799         (remquo_test_data): Likewise.
25800         (rint_test_data): Likewise.
25801         (rint_tonearest_test_data): Likewise.
25802         (rint_towardzero_test_data): Likewise.
25803         (rint_downward_test_data): Likewise.
25804         (rint_upward_test_data): Likewise.
25805         (round_test_data): Likewise.
25806         (scalb_test_data): Likewise.
25807         (scalbn_test_data): Likewise.
25808         (scalbln_test_data): Likewise.
25809         (signbit_test_data): Likewise.
25810         (sin_test_data): Likewise.
25811         (sin_tonearest_test_data): Likewise.
25812         (sin_towardzero_test_data): Likewise.
25813         (sin_downward_test_data): Likewise.
25814         (sin_upward_test_data): Likewise.
25815         (sincos_test_data): Likewise.
25816         (sinh_test_data): Likewise.
25817         (sinh_tonearest_test_data): Likewise.
25818         (sinh_towardzero_test_data): Likewise.
25819         (sinh_downward_test_data): Likewise.
25820         (sinh_upward_test_data): Likewise.
25821         (sqrt_test_data): Likewise.
25822         (tan_test_data): Likewise.
25823         (tan_tonearest_test_data): Likewise.
25824         (tan_towardzero_test_data): Likewise.
25825         (tan_downward_test_data): Likewise.
25826         (tan_upward_test_data): Likewise.
25827         (tanh_test_data): Likewise.
25828         (tgamma_test_data): Likewise.
25829         (trunc_test_data): Likewise.
25830         (y0_test_data): Likewise.
25831         (y1_test_data): Likewise.
25832         (yn_test_data): Likewise.
25833         (significand_test_data): Likewise.
25835         * math/gen-libm-test.pl (@functions): Remove variable.
25836         (generate_testfile): Don't handle START and END lines.
25837         * math/libm-test.inc (START): New macro.
25838         (END): Likewise.
25839         (END_COMPLEX): Likewise.
25840         (acos_test): Use END macro without arguments.
25841         (acos_test_tonearest): Likewise.
25842         (acos_test_towardzero): Likewise.
25843         (acos_test_downward): Likewise.
25844         (acos_test_upward): Likewise.
25845         (acosh_test): Likewise.
25846         (asin_test): Likewise.
25847         (asin_test_tonearest): Likewise.
25848         (asin_test_towardzero): Likewise.
25849         (asin_test_downward): Likewise.
25850         (asin_test_upward): Likewise.
25851         (asinh_test): Likewise.
25852         (atan_test): Likewise.
25853         (atanh_test): Likewise.
25854         (atan2_test): Likewise.
25855         (cabs_test): Likewise.
25856         (cacos_test): Use END_COMPLEX macro without arguments.
25857         (cacosh_test): Likewise.
25858         (carg_test): Use END macro without arguments.
25859         (casin_test): Use END_COMPLEX macro without arguments.
25860         (casinh_test): Likewise.
25861         (catan_test): Likewise.
25862         (catanh_test): Likewise.
25863         (cbrt_test): Use END macro without arguments.
25864         (ccos_test): Use END_COMPLEX macro without arguments.
25865         (ccosh_test): Likewise.
25866         (ceil_test): Use END macro without arguments.
25867         (cexp_test): Use END_COMPLEX macro without arguments.
25868         (cimag_test): Use END macro without arguments.
25869         (clog_test): Use END_COMPLEX macro without arguments.
25870         (clog10_test): Likewise.
25871         (conj_test): Likewise.
25872         (copysign_test): Use END macro without arguments.
25873         (cos_test): Likewise.
25874         (cos_test_tonearest): Likewise.
25875         (cos_test_towardzero): Likewise.
25876         (cos_test_downward): Likewise.
25877         (cos_test_upward): Likewise.
25878         (cosh_test): Likewise.
25879         (cosh_test_tonearest): Likewise.
25880         (cosh_test_towardzero): Likewise.
25881         (cosh_test_downward): Likewise.
25882         (cosh_test_upward): Likewise.
25883         (cpow_test): Use END_COMPLEX macro without arguments.
25884         (cproj_test): Likewise.
25885         (creal_test): Use END macro without arguments.
25886         (csin_test): Use END_COMPLEX macro without arguments.
25887         (csinh_test): Likewise.
25888         (csqrt_test): Likewise.
25889         (ctan_test): Likewise.
25890         (ctan_test_tonearest): Likewise.
25891         (ctan_test_towardzero): Likewise.
25892         (ctan_test_downward): Likewise.
25893         (ctan_test_upward): Likewise.
25894         (ctanh_test): Likewise.
25895         (ctanh_test_tonearest): Likewise.
25896         (ctanh_test_towardzero): Likewise.
25897         (ctanh_test_downward): Likewise.
25898         (ctanh_test_upward): Likewise.
25899         (erf_test): Use END macro without arguments.
25900         (erfc_test): Likewise.
25901         (exp_test): Likewise.
25902         (exp_test_tonearest): Likewise.
25903         (exp_test_towardzero): Likewise.
25904         (exp_test_downward): Likewise.
25905         (exp_test_upward): Likewise.
25906         (exp10_test): Likewise.
25907         (exp2_test): Likewise.
25908         (expm1_test): Likewise.
25909         (fabs_test): Likewise.
25910         (fdim_test): Likewise.
25911         (finite_test): Likewise.
25912         (floor_test): Likewise.
25913         (fma_test): Likewise.
25914         (fma_test_towardzero): Likewise.
25915         (fma_test_downward): Likewise.
25916         (fma_test_upward): Likewise.
25917         (fmax_test): Likewise.
25918         (fmin_test): Likewise.
25919         (fmod_test): Likewise.
25920         (fpclassify_test): Likewise.
25921         (frexp_test): Likewise.
25922         (gamma_test): Likewise.
25923         (hypot_test): Likewise.
25924         (ilogb_test): Likewise.
25925         (isfinite_test): Likewise.
25926         (isgreater_test): Likewise.
25927         (isgreaterequal_test): Likewise.
25928         (isinf_test): Likewise.
25929         (isless_test): Likewise.
25930         (islessequal_test): Likewise.
25931         (islessgreater_test): Likewise.
25932         (isnan_test): Likewise.
25933         (isnormal_test): Likewise.
25934         (issignaling_test): Likewise.
25935         (isunordered_test): Likewise.
25936         (j0_test): Likewise.
25937         (j1_test): Likewise.
25938         (jn_test): Likewise.
25939         (ldexp_test): Likewise.
25940         (lgamma_test): Likewise.
25941         (lrint_test): Likewise.
25942         (lrint_test_tonearest): Likewise.
25943         (lrint_test_towardzero): Likewise.
25944         (lrint_test_downward): Likewise.
25945         (lrint_test_upward): Likewise.
25946         (llrint_test): Likewise.
25947         (llrint_test_tonearest): Likewise.
25948         (llrint_test_towardzero): Likewise.
25949         (llrint_test_downward): Likewise.
25950         (llrint_test_upward): Likewise.
25951         (log_test): Likewise.
25952         (log10_test): Likewise.
25953         (log1p_test): Likewise.
25954         (log2_test): Likewise.
25955         (logb_test): Likewise.
25956         (logb_test_downward): Likewise.
25957         (lround_test): Likewise.
25958         (llround_test): Likewise.
25959         (modf_test): Likewise.
25960         (nearbyint_test): Likewise.
25961         (nextafter_test): Likewise.
25962         (nexttoward_test): Likewise.
25963         (pow_test): Likewise.
25964         (pow_test_tonearest): Likewise.
25965         (pow_test_towardzero): Likewise.
25966         (pow_test_downward): Likewise.
25967         (pow_test_upward): Likewise.
25968         (remainder_test): Likewise.
25969         (remainder_test_tonearest): Likewise.
25970         (remainder_test_towardzero): Likewise.
25971         (remainder_test_downward): Likewise.
25972         (remainder_test_upward): Likewise.
25973         (remquo_test): Likewise.
25974         (rint_test): Likewise.
25975         (rint_test_tonearest): Likewise.
25976         (rint_test_towardzero): Likewise.
25977         (rint_test_downward): Likewise.
25978         (rint_test_upward): Likewise.
25979         (round_test): Likewise.
25980         (scalb_test): Likewise.
25981         (scalbn_test): Likewise.
25982         (scalbln_test): Likewise.
25983         (signbit_test): Likewise.
25984         (sin_test): Likewise.
25985         (sin_test_tonearest): Likewise.
25986         (sin_test_towardzero): Likewise.
25987         (sin_test_downward): Likewise.
25988         (sin_test_upward): Likewise.
25989         (sincos_test): Likewise.
25990         (sinh_test): Likewise.
25991         (sinh_test_tonearest): Likewise.
25992         (sinh_test_towardzero): Likewise.
25993         (sinh_test_downward): Likewise.
25994         (sinh_test_upward): Likewise.
25995         (sqrt_test): Likewise.
25996         (tan_test): Likewise.
25997         (tan_test_tonearest): Likewise.
25998         (tan_test_towardzero): Likewise.
25999         (tan_test_downward): Likewise.
26000         (tan_test_upward): Likewise.
26001         (tanh_test): Likewise.
26002         (tgamma_test): Likewise.
26003         (trunc_test): Likewise.
26004         (y0_test): Likewise.
26005         (y1_test): Likewise.
26006         (yn_test): Likewise.
26007         (significand_test): Likewise.
26009 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26011         [BZ #15381]
26012         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26014 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26016         [BZ #14894]
26017         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26018         __ppc_mdoio and __ppc_mdoom.
26019         * manual/platform.texi: Document new functions __ppc_yield,
26020         __ppc_mdoio and __ppc_mdoom.
26022 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26024         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26025         (main): Mention "tls" pseudo-hwcap is legacy.
26026         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26028 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26030         * math/gen-libm-test.pl (parse_args): Output only string of
26031         arguments as text for test name, not full call or descriptions of
26032         tests for extra outputs.
26033         (generate_testfile): Do not pass function name to parse_args.
26034         Generate this_func variable from START.
26035         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26036         field to arg_str.
26037         (struct test_ff_f_data): Likewise.
26038         (test_ff_f_data_nexttoward): Likewise.
26039         (struct test_fi_f_data): Likewise.
26040         (struct test_fl_f_data): Likewise.
26041         (struct test_if_f_data): Likewise.
26042         (struct test_fff_f_data): Likewise.
26043         (struct test_c_f_data): Likewise.
26044         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26045         (struct test_fF_f1_data): Likewise.
26046         (struct test_ffI_f1_data): Likewise.
26047         (struct test_c_c_data): Rename test_name field to arg_str.
26048         (struct test_cc_c_data): Likewise.
26049         (struct test_f_i_data): Likewise.
26050         (struct test_ff_i_data): Likewise.
26051         (struct test_f_l_data): Likewise.
26052         (struct test_f_L_data): Likewise.
26053         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26054         and extra2_name.
26055         (COMMON_TEST_SETUP): New macro.
26056         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26057         (COMMON_TEST_CLEANUP): Likewise.
26058         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26059         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26060         macros.
26061         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26062         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26063         macros.
26064         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26065         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26066         cleanup macros.
26067         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26068         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26069         macros.
26070         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26071         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26072         macros.
26073         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26074         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26075         cleanup macros.
26076         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26077         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26078         cleanup macros.
26079         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26080         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26081         cleanup macros.
26082         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26083         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26084         macros.
26085         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26086         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26087         macros.
26088         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26089         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26090         macros.
26091         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26092         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26093         cleanup macros.
26094         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26095         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26096         cleanup macros.
26097         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26098         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26099         macros.
26100         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26101         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26102         cleanup macros.
26103         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26104         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26105         macros.
26106         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26107         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26108         macros.
26109         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26110         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26111         cleanup macros.
26112         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26114 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26116         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26117         to _sifields.sigfault.
26118         (si_addr_lsb): Define new macro.
26119         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26120         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26121         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26123 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26125         [BZ #15441]
26126         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26127         returns -1.
26128         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26129         null return -1.
26130         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26131         loading the domain.
26133 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26135         * math/gen-libm-test.pl (parse_args): Do not include expected
26136         result in test name.
26137         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26138         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26139         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26140         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26141         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26144 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26146         * benchtests/Makefile: Sort function entries.
26148         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26149         tanh, asinh, acosh, atanh.
26150         * benchtests/acos-inputs: New file.
26151         * benchtests/acosh-inputs: New file.
26152         * benchtests/asin-inputs: New file.
26153         * benchtests/asinh-inputs: New file.
26154         * benchtests/atanh-inputs: New file.
26155         * benchtests/cosh-inputs: New file.
26156         * benchtests/log-inputs: New file.
26157         * benchtests/sinh-inputs: New file.
26158         * benchtests/tanh-inputs: New file.
26160 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26162         [BZ #15339]
26163         * posix/tst-getaddrinfo4.c: New test.
26164         * posix/Makefile (tests): Add it.
26166 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26168         [BZ #15339]
26169         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26170         when no services were used.
26171         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26172         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26174 2013-05-21  Andreas Schwab  <schwab@suse.de>
26176         [BZ #15014]
26177         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26178         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26179         successful.
26180         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26181         redundant variable declarations and reallocation of buffer when
26182         parsing as IPv6 address.  Always set NSS status when called from
26183         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26184         buffer too small.  Correct computation of needed size.
26185         * nss/Makefile (tests): Add test-digits-dots.
26186         * nss/test-digits-dots.c: New test.
26188 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26190         * benchtests/Makefile: Remove instructions for adding
26191         benchmark tests.
26192         * benchtests/README: New file to explain how to execute and
26193         enhance the benchmark tests.
26195 2013-05-21  Andreas Schwab  <schwab@suse.de>
26197         [BZ #15493]
26198         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26199         * setjmp/tst-sigsetjmp.c: New test.
26201 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26203         * sysdeps/x86_64/memset.S (memset): New implementation.
26204         (__bzero): Likewise.
26205         (__memset_tail): New function.
26207 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26209         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26210         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26211         __memcpy_sse2_unaligned ifunc selection.
26212         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26213         Add memcpy-sse2-unaligned.S.
26214         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26215         Add: __memcpy_sse2_unaligned.
26217 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26219         [BZ #15490]
26220         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26221         math_force_eval before restoring floating-point envrionment.
26222         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26223         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26224         Likewise.
26225         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26226         <math_private.h>.
26227         (__nearbyintl): Use math_force_eval before restoring
26228         floating-point environment.
26229         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26231         * math/gen-libm-test.pl (special_functions): Remove.
26232         (parse_args): Don't handle TEST_extra.  Handle functions with no
26233         return value.
26234         * math/libm-test.inc (struct test_sincos_data): Replace with
26235         struct test_fFF_11_data.
26236         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26237         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26238         (sincos_test_data): Change element type to struct
26239         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26240         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26241         RUN_TEST_LOOP_sincos.
26242         * math/README.libm-test: Don't mention special handling of
26243         individual functions.
26244         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26245         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26246         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26247         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26248         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26251         * math/gen-libm-test.pl (get_variable): Remove function.
26252         (parse_args): Don't show pointer parameters to call in test
26253         names.  Use "extra output N" in test names for extra outputs
26254         rather than naming variables.
26256 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26258         [BZ #15488]
26259         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26260         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26261         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26262         double tests.
26263         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26264         disable.
26265         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26266         check_long_double.
26268         * math/gen-libm-test.pl (@tests): Remove variable.
26269         ($count): Likewise.
26270         (new_test): Remove function.
26271         (show_exceptions): New function.
26272         (special_functions): Use show_exceptions instead of new_test.
26273         (parse_args): Likewise.
26274         (generate_testfile): Pass only function name in generated call to
26275         print_max_error or print_complex_max_error.
26276         (get_ulps): Do not handle complex tests specially.
26277         (output_test): Rename to ...
26278         (get_all_ulps_for_test): ... this.  Return a string rather than
26279         printing to a file.  Require ulps to be present.
26280         (output_ulps): Generate arrays rather than #defines.
26281         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26282         (struct ulp_data): New type.
26283         (BUILD_COMPLEX_ULP): Remove macro.
26284         (compare_ulp_data): New function.
26285         (find_ulps): Likewise.
26286         (find_test_ulps): Likewise.
26287         (find_function_ulps): Likewise.
26288         (find_complex_function_ulps): Likewise.
26289         (print_max_error): Determine allowed ulps using
26290         find_function_ulps.
26291         (print_complex_max_error): Determine allowed ulps using
26292         find_complex_function_ulps.
26293         (check_float_internal): Determine max ulps using find_test_ulps.
26294         (check_float): Do not take max_ulp parameter.  Update call to
26295         check_float_internal.
26296         (check_complex): Likewise.
26297         (check_int): Do not take max_ulp parameter.
26298         (check_long): Likewise.
26299         (check_bool): Likewise.
26300         (check_longlong): Likewise.
26301         (struct test_f_f_data): Remove max_ulp field.
26302         (struct test_ff_f_data): Likewise.
26303         (struct test_ff_f_data_nexttoward): Likewise.
26304         (struct test_fi_f_data): Likewise.
26305         (struct test_fl_f_data): Likewise.
26306         (struct test_if_f_data): Likewise.
26307         (struct test_fff_f_data): Likewise.
26308         (struct test_c_f_data): Likewise.
26309         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26310         (struct test_fF_f1_data): Likewise.
26311         (struct test_ffI_f1_data): Likewise.
26312         (struct test_c_c_data): Remove max_ulp field.
26313         (struct test_cc_c_data): Likewise.
26314         (struct test_f_i_data): Likewise.
26315         (struct test_ff_i_data): Likewise.
26316         (struct test_f_l_data): Likewise.
26317         (struct test_f_L_data): Likewise.
26318         (struct test_sincos_data): Likewise.
26319         (RUN_TEST_f_f): Do not handle ulps.
26320         (RUN_TEST_LOOP_f_f): Likewise.
26321         (RUN_TEST_2_f): Likewise.
26322         (RUN_TEST_LOOP_2_f): Likewise.
26323         (RUN_TEST_fff_f): Likewise.
26324         (RUN_TEST_LOOP_fff_f): Likewise.
26325         (RUN_TEST_c_f): Likewise.
26326         (RUN_TEST_LOOP_c_f): Likewise.
26327         (RUN_TEST_f_f1): Likewise.
26328         (RUN_TEST_LOOP_f_f1): Likewise.
26329         (RUN_TEST_fF_f1): Likewise.
26330         (RUN_TEST_LOOP_fF_f1): Likewise.
26331         (RUN_TEST_fI_f1): Likewise.
26332         (RUN_TEST_LOOP_fI_f1): Likewise.
26333         (RUN_TEST_ffI_f1): Likewise.
26334         (RUN_TEST_LOOP_ffI_f1): Likewise.
26335         (RUN_TEST_c_c): Likewise.
26336         (RUN_TEST_LOOP_c_c): Likewise.
26337         (RUN_TEST_cc_c): Likewise.
26338         (RUN_TEST_LOOP_cc_c): Likewise.
26339         (RUN_TEST_f_i): Likewise.
26340         (RUN_TEST_LOOP_f_i): Likewise.
26341         (RUN_TEST_f_i_tg): Likewise.
26342         (RUN_TEST_LOOP_f_i_tg): Likewise.
26343         (RUN_TEST_ff_i_tg): Likewise.
26344         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26345         (RUN_TEST_f_b): Likewise.
26346         (RUN_TEST_LOOP_f_b): Likewise.
26347         (RUN_TEST_f_b_tg): Likewise.
26348         (RUN_TEST_LOOP_f_b_tg): Likewise.
26349         (RUN_TEST_f_l): Likewise.
26350         (RUN_TEST_LOOP_f_l): Likewise.
26351         (RUN_TEST_f_L): Likewise.
26352         (RUN_TEST_LOOP_f_L): Likewise.
26353         (RUN_TEST_sincos): Likewise.
26354         (RUN_TEST_LOOP_sincos): Likewise.
26356 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26358         [BZ #15480]
26359         [BZ #15485]
26360         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26361         main case of finite arguments, set rounding mode to FE_TONEAREST
26362         and discard exceptions.
26363         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26364         exceptions.
26365         (remainder_tonearest_test_data): New variable.
26366         (remainder_test_tonearest): New function.
26367         (remainder_towardzero_test_data): New variable.
26368         (remainder_test_towardzero): New function.
26369         (remainder_downward_test_data): New variable.
26370         (remainder_test_downward): New function.
26371         (remainder_upward_test_data): New variable.
26372         (remainder_test_upward): New function.
26373         (main): Call the new test functions.
26375         * math/libm-test.inc (struct test_f_f1_data): Remove field
26376         extra_init.
26377         (struct test_fF_f1_data): Likewise.
26378         (struct test_ffI_f1_data): Likewise.
26379         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26380         based on value of EXTRA_EXPECTED.
26381         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26382         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26383         EXTRA_VAR based on value of EXTRA_EXPECTED.
26384         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26385         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26386         EXTRA_VAR based on value of EXTRA_EXPECTED.
26387         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26388         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26389         EXTRA_VAR based on value of EXTRA_EXPECTED.
26390         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26391         * math/gen-libm-test.pl (parse_args): Don't output initializers
26392         for extra output values.
26394         * math/libm-test.inc (check_int): Expect result to be exactly
26395         equal to expected value and do not handle ulps.
26396         (check_long): Likewise.
26397         (check_longlong): Likewise.
26399         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26400         exceptions.
26401         (cimag_test_data): Likewise.
26402         (conj_test_data): Likewise.
26403         (copysign_test_data): Likewise.
26404         (cproj_test_data): Likewise.
26405         (creal_test_data): Likewise.
26406         (fabs_test_data): Likewise.
26407         (fdim_test_data): Likewise.
26408         (finite_test_data): Likewise.
26409         (floor_test_data): Likewise.
26410         (fmax_test_data): Likewise.
26411         (fmin_test_data): Likewise.
26412         (fmod_test_data): Likewise.
26413         (fpclassify_test_data): Likewise.
26414         (frexp_test_data): Likewise.
26415         (ilogb_test_data): Likewise.
26416         (isfinite_test_data): Likewise.
26417         (isgreater_test_data): Likewise.
26418         (isgreaterequal_test_data): Likewise.
26419         (isinf_test_data): Likewise.
26420         (isless_test_data): Likewise.
26421         (islessequal_test_data): Likewise.
26422         (islessgreater_test_data): Likewise.
26423         (isnan_test_data): Likewise.
26424         (isnormal_test_data): Likewise.
26425         (issignaling_test_data): Likewise.
26426         (isunordered_test_data): Likewise.
26427         (ldexp_test_data): Likewise.
26428         (lrint_test_data): Likewise.
26429         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26430         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26431         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26432         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26433         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26434         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26435         test input.
26436         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26437         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26438         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26439         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26440         that test input.
26441         (lrint_downward_test_data): Test for "inexact" exceptions.
26442         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26443         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26444         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26445         test input.
26446         (lrint_upward_test_data): Test for "inexact" exceptions.
26447         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26448         test input.
26449         (llrint_test_data): Test for "inexact" exceptions.
26450         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26451         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26452         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26453         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26454         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26455         (llrint_downward_test_data): Test for "inexact" exceptions.
26456         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26457         (llrint_upward_test_data): Test for "inexact" exceptions.
26458         (logb_test_data): Likewise.
26459         (logb_downward_test_data): Likewise.
26460         (nextafter_test_data): Likewise.
26461         (nexttoward_test_data): Likewise.
26462         (remainder_test_data): Likewise.
26463         (remquo_test_data): Likewise.
26464         (scalbn_test_data): Likewise.
26465         (scalbln_test_data): Likewise.
26466         (signbit_test_data): Likewise.
26467         (sqrt_test_data): Likewise.
26468         (significand_test_data): Likewise.
26470 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26472         [BZ #15424]
26473         * benchtests/bench-modf.c (struct args): Mark arg0 as
26474         volatile.
26475         * scripts/bench.pl: Mark members of struct args as volatile.
26477 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26479         [BZ # 15497]
26480         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26481         negative infinity on POWER6 or lower.
26482         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26484 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26486         [BZ #15442]
26487         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26488         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26489         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26490         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26491         (_FP_SETQNAN): New macro.
26492         (_FP_SETQNAN_SEMIRAW): Likewise.
26493         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26494         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26495         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26496         (FP_EXTEND): Use _FP_FRAC_SNANP.
26497         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26498         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26499         into account.
26500         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26501         New macro.
26502         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26503         Likewise.
26505 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26507         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26508         with DIVIDE_BY_ZERO_EXCEPTION.
26509         (gamma_test_data): Likewise.
26510         (lgamma_test_data): Likewise.
26511         (log_test_data): Likewise.
26512         (log10_test_data): Likewise.
26513         (log2_test_data): Likewise.
26514         (tgamma_test_data): Likewise.
26516         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26517         (acos_test_tonearest): Likewise.
26518         (acos_test_towardzero): Likewise.
26519         (acos_test_downward): Likewise.
26520         (acos_test_upward): Likewise.
26521         (acosh_test): Likewise.
26522         (asin_test): Likewise.
26523         (asin_test_tonearest): Likewise.
26524         (asin_test_towardzero): Likewise.
26525         (asin_test_downward): Likewise.
26526         (asin_test_upward): Likewise.
26527         (asinh_test): Likewise.
26528         (atan_test): Likewise.
26529         (atanh_test): Likewise.
26530         (atan2_test): Likewise.
26531         (cabs_test): Likewise.
26532         (cacos_test): Likewise.
26533         (cacosh_test): Likewise.
26534         (casin_test): Likewise.
26535         (casinh_test): Likewise.
26536         (catan_test): Likewise.
26537         (catanh_test): Likewise.
26538         (cbrt_test): Likewise.
26539         (ccos_test): Likewise.
26540         (ccosh_test): Likewise.
26541         (cexp_test): Likewise.
26542         (clog_test): Likewise.
26543         (clog10_test): Likewise.
26544         (cos_test): Likewise.
26545         (cos_test_tonearest): Likewise.
26546         (cos_test_towardzero): Likewise.
26547         (cos_test_downward): Likewise.
26548         (cos_test_upward): Likewise.
26549         (cosh_test): Likewise.
26550         (cosh_test_tonearest): Likewise.
26551         (cosh_test_towardzero): Likewise.
26552         (cosh_test_downward): Likewise.
26553         (cosh_test_upward): Likewise.
26554         (cpow_test): Likewise.
26555         (csin_test): Likewise.
26556         (csinh_test): Likewise.
26557         (csqrt_test): Likewise.
26558         (ctan_test): Likewise.
26559         (ctan_test_tonearest): Likewise.
26560         (ctan_test_towardzero): Likewise.
26561         (ctan_test_downward): Likewise.
26562         (ctan_test_upward): Likewise.
26563         (ctanh_test): Likewise.
26564         (ctanh_test_tonearest): Likewise.
26565         (ctanh_test_towardzero): Likewise.
26566         (ctanh_test_downward): Likewise.
26567         (ctanh_test_upward): Likewise.
26568         (erf_test): Likewise.
26569         (erfc_test): Likewise.
26570         (exp_test): Likewise.
26571         (exp_test_tonearest): Likewise.
26572         (exp_test_towardzero): Likewise.
26573         (exp_test_downward): Likewise.
26574         (exp_test_upward): Likewise.
26575         (exp10_test): Likewise.
26576         (exp2_test): Likewise.
26577         (expm1_test): Likewise.
26578         (fmod_test): Likewise.
26579         (gamma_test): Likewise.
26580         (hypot_test): Likewise.
26581         (j0_test): Likewise.
26582         (j1_test): Likewise.
26583         (jn_test): Likewise.
26584         (lgamma_test): Likewise.
26585         (log_test): Likewise.
26586         (log10_test): Likewise.
26587         (log1p_test): Likewise.
26588         (log2_test): Likewise.
26589         (logb_test_downward): Likewise.
26590         (pow_test): Likewise.
26591         (pow_test_tonearest): Likewise.
26592         (pow_test_towardzero): Likewise.
26593         (pow_test_downward): Likewise.
26594         (pow_test_upward): Likewise.
26595         (remainder_test): Likewise.
26596         (remquo_test): Likewise.
26597         (sin_test): Likewise.
26598         (sin_test_tonearest): Likewise.
26599         (sin_test_towardzero): Likewise.
26600         (sin_test_downward): Likewise.
26601         (sin_test_upward): Likewise.
26602         (sincos_test): Likewise.
26603         (sinh_test): Likewise.
26604         (sinh_test_tonearest): Likewise.
26605         (sinh_test_towardzero): Likewise.
26606         (sinh_test_downward): Likewise.
26607         (sinh_test_upward): Likewise.
26608         (sqrt_test): Likewise.
26609         (tan_test): Likewise.
26610         (tan_test_tonearest): Likewise.
26611         (tan_test_towardzero): Likewise.
26612         (tan_test_downward): Likewise.
26613         (tan_test_upward): Likewise.
26614         (tanh_test): Likewise.
26615         (tgamma_test): Likewise.
26616         (y0_test): Likewise.
26617         (y1_test): Likewise.
26618         (yn_test): Likewise.
26620         * math/gen-libm-test.pl (adjust_arg): Remove function.
26621         (special_function): Remove argument $in_func.  Only handle
26622         generating output for tables of tests, not inside functions.
26623         (parse_args): Likewise.
26624         (generate_testfile): Remove variable $in_func.  Update call to
26625         parse_args.
26626         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26627         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26628         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26629         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26630         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26631         (MAX_VALUE_INIT): Rename macro to max_value.
26632         (MIN_VALUE_INIT): Rename macro to min_value.
26633         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26634         (plus_zero): Remove variable.
26635         (minus_zero): Likewise.
26636         (plus_infty): Likewise.
26637         (minus_infty): Likewise.
26638         (qnan_value): Likewise.
26639         (max_value): Likewise.
26640         (min_value): Likewise.
26641         (min_subnorm_value): Likewise.
26643 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26645         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26646         uint64_t or uint32_t usage.
26647         * crypt/sha256-block.c: Likewise.
26648         * crypt/sha256-crypt.c: Likewise.
26649         * crypt/sha256.c: Likewise.
26650         * crypt/sha512-block.c: Likewise.
26651         * crypt/sha512-crypt.c: Likewise.
26652         * crypt/sha512.c: Likewise.
26653         * debug/backtrace-tst.c: Likewise.
26654         * debug/pcprofiledump.c: Likewise.
26655         * elf/cache.c: Likewise.
26656         * elf/dl-cache.c: Likewise.
26657         * elf/dl-misc.c: Likewise.
26658         * elf/dl-profile.c: Likewise.
26659         * elf/dl-support.c: Likewise.
26660         * elf/ldconfig.c: Likewise.
26661         * elf/sprof.c: Likewise.
26662         * iconv/dummy-repertoire.c: Likewise.
26663         * iconv/iconv_charmap.c: Likewise.
26664         * iconv/skeleton.c: Likewise.
26665         * iconvdata/8bit-generic.c: Likewise.
26666         * iconvdata/cp737.h: Likewise.
26667         * iconvdata/cp775.h: Likewise.
26668         * iconvdata/ibm1008.h: Likewise.
26669         * iconvdata/ibm1025.h: Likewise.
26670         * iconvdata/ibm1046.h: Likewise.
26671         * iconvdata/ibm1097.h: Likewise.
26672         * iconvdata/ibm1112.h: Likewise.
26673         * iconvdata/ibm1122.h: Likewise.
26674         * iconvdata/ibm1123.h: Likewise.
26675         * iconvdata/ibm1124.h: Likewise.
26676         * iconvdata/ibm1129.h: Likewise.
26677         * iconvdata/ibm1130.h: Likewise.
26678         * iconvdata/ibm1132.h: Likewise.
26679         * iconvdata/ibm1133.h: Likewise.
26680         * iconvdata/ibm1137.h: Likewise.
26681         * iconvdata/ibm1140.h: Likewise.
26682         * iconvdata/ibm1141.h: Likewise.
26683         * iconvdata/ibm1142.h: Likewise.
26684         * iconvdata/ibm1143.h: Likewise.
26685         * iconvdata/ibm1144.h: Likewise.
26686         * iconvdata/ibm1145.h: Likewise.
26687         * iconvdata/ibm1146.h: Likewise.
26688         * iconvdata/ibm1147.h: Likewise.
26689         * iconvdata/ibm1148.h: Likewise.
26690         * iconvdata/ibm1149.h: Likewise.
26691         * iconvdata/ibm1153.h: Likewise.
26692         * iconvdata/ibm1154.h: Likewise.
26693         * iconvdata/ibm1155.h: Likewise.
26694         * iconvdata/ibm1156.h: Likewise.
26695         * iconvdata/ibm1157.h: Likewise.
26696         * iconvdata/ibm1158.h: Likewise.
26697         * iconvdata/ibm1160.h: Likewise.
26698         * iconvdata/ibm1161.h: Likewise.
26699         * iconvdata/ibm1162.h: Likewise.
26700         * iconvdata/ibm1163.h: Likewise.
26701         * iconvdata/ibm1164.h: Likewise.
26702         * iconvdata/ibm1166.h: Likewise.
26703         * iconvdata/ibm1167.h: Likewise.
26704         * iconvdata/ibm12712.h: Likewise.
26705         * iconvdata/ibm1390.h: Likewise.
26706         * iconvdata/ibm1399.h: Likewise.
26707         * iconvdata/ibm16804.h: Likewise.
26708         * iconvdata/ibm4517.h: Likewise.
26709         * iconvdata/ibm4899.h: Likewise.
26710         * iconvdata/ibm4909.h: Likewise.
26711         * iconvdata/ibm4971.h: Likewise.
26712         * iconvdata/ibm5347.h: Likewise.
26713         * iconvdata/ibm803.h: Likewise.
26714         * iconvdata/ibm856.h: Likewise.
26715         * iconvdata/ibm901.h: Likewise.
26716         * iconvdata/ibm902.h: Likewise.
26717         * iconvdata/ibm9030.h: Likewise.
26718         * iconvdata/ibm9066.h: Likewise.
26719         * iconvdata/ibm921.h: Likewise.
26720         * iconvdata/ibm922.h: Likewise.
26721         * iconvdata/ibm9448.h: Likewise.
26722         * iconvdata/isiri-3342.h: Likewise.
26723         * iconvdata/jis0201.h: Likewise.
26724         * include/link.h: Likewise.
26725         * include/netdb.h: Likewise.
26726         * inet/check_native.c: Likewise.
26727         * inet/check_pf.c: Likewise.
26728         * inet/getipv4sourcefilter.c: Likewise.
26729         * inet/getnameinfo.c: Likewise.
26730         * inet/getsourcefilter.c: Likewise.
26731         * inet/htonl.c: Likewise.
26732         * inet/setipv4sourcefilter.c: Likewise.
26733         * inet/setsourcefilter.c: Likewise.
26734         * inet/test-inet6_opt.c: Likewise.
26735         * inet/tst-network.c: Likewise.
26736         * locale/C-collate.c: Likewise.
26737         * locale/C-ctype.c: Likewise.
26738         * locale/C-time.c: Likewise.
26739         * locale/C-translit.h: Likewise.
26740         * locale/loadarchive.c: Likewise.
26741         * locale/programs/3level.h: Likewise.
26742         * locale/programs/charmap.c: Likewise.
26743         * locale/programs/charmap.h: Likewise.
26744         * locale/programs/ld-address.c: Likewise.
26745         * locale/programs/ld-collate.c: Likewise.
26746         * locale/programs/ld-ctype.c: Likewise.
26747         * locale/programs/ld-identification.c: Likewise.
26748         * locale/programs/ld-measurement.c: Likewise.
26749         * locale/programs/ld-messages.c: Likewise.
26750         * locale/programs/ld-monetary.c: Likewise.
26751         * locale/programs/ld-name.c: Likewise.
26752         * locale/programs/ld-numeric.c: Likewise.
26753         * locale/programs/ld-paper.c: Likewise.
26754         * locale/programs/ld-telephone.c: Likewise.
26755         * locale/programs/ld-time.c: Likewise.
26756         * locale/programs/linereader.c: Likewise.
26757         * locale/programs/locale.c: Likewise.
26758         * locale/programs/locarchive.c: Likewise.
26759         * locale/programs/locfile.h: Likewise.
26760         * locale/programs/repertoire.c: Likewise.
26761         * locale/programs/simple-hash.c: Likewise.
26762         * locale/programs/simple-hash.h: Likewise.
26763         * malloc/memusage.c: Likewise.
26764         * malloc/memusagestat.c: Likewise.
26765         * nis/nis_defaults.c: Likewise.
26766         * nis/nis_hash.c: Likewise.
26767         * nis/nis_print.c: Likewise.
26768         * nis/nis_xdr.c: Likewise.
26769         * nscd/connections.c: Likewise.
26770         * nscd/hstcache.c: Likewise.
26771         * nscd/nscd_gethst_r.c: Likewise.
26772         * nscd/nscd_getserv_r.c: Likewise.
26773         * nscd/nscd_helper.c: Likewise.
26774         * nscd/servicescache.c: Likewise.
26775         * nss/makedb.c: Likewise.
26776         * nss/nss_db/db-XXX.c: Likewise.
26777         * nss/nss_db/db-initgroups.c: Likewise.
26778         * nss/nss_db/db-netgrp.c: Likewise.
26779         * nss/nss_files/files-network.c: Likewise.
26780         * nss/nss_files/files-parse.c: Likewise.
26781         * posix/bug-regex5.c: Likewise.
26782         * posix/fnmatch_loop.c: Likewise.
26783         * posix/regcomp.c: Likewise.
26784         * posix/regexec.c: Likewise.
26785         * posix/tst-rfc3484-2.c: Likewise.
26786         * posix/tst-rfc3484-3.c: Likewise.
26787         * posix/tst-rfc3484.c: Likewise.
26788         * resolv/nss_dns/dns-canon.c: Likewise.
26789         * resolv/nss_dns/dns-network.c: Likewise.
26790         * resolv/res_init.c: Likewise.
26791         * resolv/res_mkquery.c: Likewise.
26792         * resolv/tst-aton.c: Likewise.
26793         * stdlib/cxa_atexit.c: Likewise.
26794         * stdlib/cxa_finalize.c: Likewise.
26795         * stdlib/gen-fpioconst.c: Likewise.
26796         * stdlib/strtol_l.c: Likewise.
26797         * string/tst-endian.c: Likewise.
26798         * sunrpc/auth_des.c: Likewise.
26799         * sunrpc/clnt_udp.c: Likewise.
26800         * sunrpc/rtime.c: Likewise.
26801         * sunrpc/svcauth_des.c: Likewise.
26802         * sunrpc/xdr.c: Likewise.
26803         * sunrpc/xdr_intXX_t.c: Likewise.
26804         * sunrpc/xdr_rec.c: Likewise.
26805         * sysdeps/generic/ldconfig.h: Likewise.
26806         * sysdeps/generic/ldsodefs.h: Likewise.
26807         * sysdeps/generic/memusage.h: Likewise.
26808         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26809         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26810         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26811         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26812         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26813         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26814         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26815         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26816         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26817         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26818         * sysdeps/posix/getaddrinfo.c: Likewise.
26819         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26820         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26821         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26822         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26823         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26824         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26825         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26826         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26827         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26828         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26829         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26830         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26831         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26832         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26833         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26834         * sysdeps/x86_64/dl-tls.h: Likewise.
26835         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26836         * time/alt_digit.c: Likewise.
26837         * time/era.c: Likewise.
26838         * wcsmbs/tst-c16c32-1.c: Likewise.
26840 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26842         * math/libm-test.inc (struct test_sincos_data): New type.
26843         (RUN_TEST_LOOP_sincos): New macro.
26844         (sincos_test_data): New variable.
26845         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26847 2013-05-16  Richard Henderson  <rth@redhat.com>
26849         * math/atest-exp2.c (LIMB64): New macro.
26850         (CONSTSZ): New macro.
26851         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26852         (hexdig): Move ...
26853         (print_mpn_fp): ... to function scope.
26854         (read_mpn_hex): Remove.
26855         (get_log2): Remove.
26856         (exp2_mpn): Use mp_log2.
26857         (main): Use mp_exp1.
26859 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26861         * math/libm-test.inc: Remove comment about not testing "inexact"
26862         exceptions.
26863         (INEXACT_EXCEPTION): New macro.
26864         (NO_INEXACT_EXCEPTION): Likewise.
26865         (INVALID_EXCEPTION_OK): Update value.
26866         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26867         (OVERFLOW_EXCEPTION_OK): Likewise.
26868         (UNDERFLOW_EXCEPTION_OK): Likewise.
26869         (IGNORE_ZERO_INF_SIGN): Likewise.
26870         (ERRNO_UNCHANGED): Likewise.
26871         (ERRNO_EDOM): Likewise.
26872         (ERRNO_ERANGE): Likewise.
26873         (test_exceptions): Handle testing "inexact" exceptions.
26874         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26875         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26876         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26877         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26878         INEXACT_EXCEPTION.
26879         (rint_towardzero_test_data): Likewise.
26880         (rint_downward_test_data): Likewise.
26881         (rint_upward_test_data): Likewise.
26883         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26884         with OVERFLOW_EXCEPTION.
26885         (exp10_test_data): Likewise.
26886         (exp2_test_data): Likewise.
26887         (expm1_test_data): Likewise.
26888         (lgamma_test_data): Likewise.
26889         (pow_test_data): Likewise.
26890         (tgamma_test_data): Likewise.
26891         (yn_test_data): Remove duplicate test of overflow.
26893         * math/libm-test.inc (struct test_cc_c_data): New type.
26894         (RUN_TEST_LOOP_cc_c): New macro.
26895         (cpow_test_data): New variable.
26896         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26898         * math/libm-test.inc (struct test_f_L_data): New type.
26899         (RUN_TEST_LOOP_f_L): New macro.
26900         (llrint_test_data): New variable.
26901         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26902         (llrint_tonearest_test_data): New variable.
26903         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26904         (llrint_towardzero_test_data): New variable.
26905         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26906         (llrint_downward_test_data): New variable.
26907         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26908         (llrint_upward_test_data): New variable.
26909         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26910         (llround_test_data): New variable.
26911         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26913 2013-05-13  Peter Collingbourne  <pcc@google.com>
26915         * math/atest-exp2.c (get_log2): Remove const attribute.
26917 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26919         * math/libm-test.inc (struct test_f_l_data): New type.
26920         (RUN_TEST_LOOP_f_l): New macro.
26921         (lrint_test_data): New variable.
26922         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26923         (lrint_tonearest_test_data): New variable.
26924         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26925         (lrint_towardzero_test_data): New variable.
26926         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26927         (lrint_downward_test_data): New variable.
26928         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26929         (lrint_upward_test_data): New variable.
26930         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26931         (lround_test_data): New variable.
26932         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26934 2013-05-15  Peter Collingbourne  <pcc@google.com>
26936         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26937         (EXTRACT_WORDS64) Use where appropriate.
26938         (INSERT_WORDS64) Likewise.
26940         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26941         constraints with x constraints.
26942         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26944         * malloc/obstack.c (_obstack_compat): Add initializer.
26946 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26948         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26949         si_trapno and add si_addr_lsb to _sifields.sigfault.
26950         (si_trapno): Remove macro.
26951         (si_addr_lsb): Define new macro.
26952         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26954 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26956         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26957         instead of TEST_f_l.
26958         (llrint_test_tonearest): Likewise.
26959         (llrint_test_towardzero): Likewise.
26960         (llrint_test_downward): Likewise.
26961         (llrint_test_upward): Likewise.
26962         (llround_test): Likewise.
26964         * math/libm-test.inc (struct test_f_i_data): Add comment.
26965         (RUN_TEST_LOOP_f_b): New macro.
26966         (RUN_TEST_LOOP_f_b_tg): Likewise.
26967         (finite_test_data): New variable.
26968         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26969         (isfinite_test_data): New variable.
26970         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26971         (isinf_test_data): New variable.
26972         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26973         (isnan_test_data): New variable.
26974         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26975         (isnormal_test_data): New variable.
26976         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26977         (issignaling_test_data): New variable.
26978         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26979         (signbit_test_data): New variable.
26980         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26982         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26983         with INVALID_EXCEPTION.
26984         (acosh_test_data): Likewise.
26985         (asin_test_data): Likewise.
26986         (atanh_test_data): Likewise.
26987         (fmod_test_data): Likewise.
26988         (log_test_data): Likewise.
26989         (log10_test_data): Likewise.
26990         (log2_test_data): Likewise.
26991         (pow_test_data): Likewise.
26992         (sqrt_test_data): Likewise.
26993         (y0_test_data): Likewise.
26994         (y1_test_data): Likewise.
26995         (yn_test_data): Likewise.
26997         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26998         function contents.
27000         * math/libm-test.inc (struct test_ff_i_data): New type.
27001         (RUN_TEST_LOOP_ff_i_tg): New macro.
27002         (isgreater_test_data): New variable.
27003         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27004         (isgreaterequal_test_data): New variable.
27005         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27006         (isless_test_data): New variable.
27007         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27008         (islessequal_test_data): New variable.
27009         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27010         (islessgreater_test_data): New variable.
27011         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27012         (isunordered_test_data): New variable.
27013         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27015 2013-05-14  David S. Miller  <davem@davemloft.net>
27017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27019 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27021         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27023         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27024         extra_test to int.
27025         (struct test_f_i_data): Change type of max_ulp to int.
27027         * math/libm-test.inc (test_ffI_f1_data): New type.
27028         (RUN_TEST_LOOP_ffI_f1): New macro.
27029         (remquo_test_data): New variable.
27030         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27032         * setjmp/tst-setjmp-fp.c: New file.
27033         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27034         (link-libm): New variable.
27035         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27037         * math/libm-test.inc (struct test_f_i_data): New type.
27038         (RUN_TEST_LOOP_f_i): New macro.
27039         (RUN_TEST_LOOP_f_i_tg): Likewise.
27040         (fpclassify_test_data): New variable.
27041         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27042         (ilogb_test_data): New variable.
27043         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27045         * math/libm-test.inc (scalbln_test): Correct function name in END
27046         call.
27048         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27049         (RUN_TEST_LOOP_fI_f1): New macro.
27050         (frexp_test_data): New variable.
27051         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27053         * math/libm-test.inc (struct test_fF_f1_data): New type.
27054         (RUN_TEST_LOOP_fF_f1): New macro.
27055         (modf_test_data): New variable.
27056         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27058         * math/libm-test.inc (struct test_f_f1_data): New type.
27059         (RUN_TEST_LOOP_f_f1): New macro.
27060         (gamma_test_data): New variable.
27061         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27062         (lgamma_test_data): New variable.
27063         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27065 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27067         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27068         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27069         (main): Comment "tls" pseudo-hwcap.
27071 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27073         * math/libm-test.inc (struct test_fl_f_data): New type.
27074         (RUN_TEST_LOOP_fl_f): New variable.
27075         (scalbln_test_data): New variable.
27076         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27078         * math/libm-test.inc (struct test_fi_f_data): New type.
27079         (RUN_TEST_LOOP_fi_f): New macro.
27080         (ldexp_test_data): New variable.
27081         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27082         (scalbn_test_data): New variable.
27083         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27085         * math/libm-test.inc (struct test_c_f_data): New type.
27086         (RUN_TEST_LOOP_c_f): New macro.
27087         (cabs_test_data): New variable.
27088         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27089         (carg_test_data): New variable.
27090         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27091         (cimag_test_data): New variable.
27092         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27093         (creal_test_data): New variable.
27094         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27096         * math/libm-test.inc (struct test_if_f_data): New type.
27097         (RUN_TEST_LOOP_if_f): New macro.
27098         (jn_test_data): New variable.
27099         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27100         (yn_test_data): New variable.
27101         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27103         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27105 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27107         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27108         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27110 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27112         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27113         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27114         (bench-deps): Add bench-timing.h.
27115         * benchtests-bench-skeleton.c: Include bench-timing.h.
27116         (main): Use TIMING_* macros instead of clock_gettime.
27117         * benchtests/bench-timing.h: New file.
27119         [BZ #14582]
27120         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27121         Renamed from _LIB_VERSION.
27122         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27124 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27126         * math/libm-test.inc (struct test_fff_f_data): New type.
27127         (RUN_TEST_LOOP_fff_f): New macro.
27128         (fma_test_data): New variable.
27129         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27130         (fma_towardzero_test_data): New variable.
27131         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27132         (fma_downward_test_data): New variable.
27133         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27134         (fma_upward_test_data): New variable.
27135         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27137         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27138         (struct test_c_c_data): New type.
27139         (RUN_TEST_LOOP_c_c): New macro.
27140         (cacos_test_data): New variable.
27141         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27142         (cacosh_test_data): New variable.
27143         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27144         (casin_test_data): New variable.
27145         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27146         (casinh_test_data): New variable.
27147         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27148         (catan_test_data): New variable.
27149         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27150         (catanh_test_data): New variable.
27151         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27152         (ccos_test_data): New variable.
27153         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27154         (ccosh_test_data): New variable.
27155         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27156         (cexp_test_data): New variable.
27157         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27158         (clog_test_data): New variable.
27159         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27160         (clog10_test_data): New variable.
27161         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27162         (conj_test_data): New variable.
27163         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27164         (cproj_test_data): New variable.
27165         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27166         (csin_test_data): New variable.
27167         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27168         (csinh_test_data): New variable.
27169         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27170         (csqrt_test_data): New variable.
27171         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27172         (ctan_test_data): New variable.
27173         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27174         (ctan_tonearest_test_data): New variable.
27175         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27176         (ctan_towardzero_test_data): New variable.
27177         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27178         (ctan_downward_test_data): New variable.
27179         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27180         (ctan_upward_test_data): New variable.
27181         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27182         (ctanh_test_data): New variable.
27183         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27184         (ctanh_tonearest_test_data): New variable.
27185         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27186         (ctanh_towardzero_test_data): New variable.
27187         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27188         (ctanh_downward_test_data): New variable.
27189         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27190         (ctanh_upward_test_data): New variable.
27191         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27192         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27193         of BUILD_COMPLEX.
27195         * math/libm-test.inc (struct test_ff_f_data): New type.
27196         (struct test_ff_f_data_nexttoward): Likewise.
27197         (RUN_TEST_LOOP_2_f): New macro.
27198         (RUN_TEST_LOOP_ff_f): Likewise.
27199         (atan2_test_data): New variable.
27200         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27201         (copysign_test_data): New variable.
27202         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27203         (fdim_test_data): New variable.
27204         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27205         (fmax_test_data): New variable.
27206         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27207         (fmin_test_data): New variable.
27208         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27209         (fmod_test_data): New variable.
27210         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27211         (hypot_test_data): New variable.
27212         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27213         (nextafter_test_data): New variable.
27214         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27215         (nexttoward_test_data): New variable.
27216         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27217         (pow_test_data): New variable.
27218         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27219         (pow_tonearest_test_data): New variable.
27220         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27221         (pow_towardzero_test_data): New variable.
27222         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27223         (pow_downward_test_data): New variable.
27224         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27225         (pow_upward_test_data): New variable.
27226         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27227         (remainder_test_data): New variable.
27228         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27229         (scalb_test_data): New variable.
27230         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27231         * sysdeps/i386/fpu/libm-test-ulps: Update.
27233 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27235         * math/libm-test.inc (fma_test): Use max_value instead of local
27236         variable fltmax.
27237         (nextafter_test): Likewise.
27239         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27240         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27241         (acos_downward_test_data): New variable.
27242         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27243         (acos_upward_test_data): New variable.
27244         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27245         (acosh_test_data): New variable.
27246         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27247         (asin_test_data): New variable.
27248         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27249         (asin_tonearest_test_data): New variable.
27250         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27251         (asin_towardzero_test_data): New variable.
27252         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27253         (asin_downward_test_data): New variable.
27254         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27255         (asin_upward_test_data): New variable.
27256         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27257         (asinh_test_data): New variable.
27258         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27259         (atan_test_data): New variable.
27260         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27261         (atanh_test_data): New variable.
27262         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27263         (cbrt_test_data): New variable.
27264         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27265         (ceil_test_data): New variable.
27266         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27267         (cos_test_data): New variable.
27268         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27269         (cos_tonearest_test_data): New variable.
27270         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27271         (cos_towardzero_test_data): New variable.
27272         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27273         (cos_downward_test_data): New variable.
27274         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27275         (cos_upward_test_data): New variable.
27276         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27277         (cosh_test_data): New variable.
27278         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27279         (cosh_tonearest_test_data): New variable.
27280         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27281         (cosh_towardzero_test_data): New variable.
27282         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27283         (cosh_downward_test_data): New variable.
27284         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27285         (cosh_upward_test_data): New variable.
27286         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27287         (erf_test_data): New variable.
27288         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27289         (erfc_test_data): New variable.
27290         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27291         (exp_test_data): New variable.
27292         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27293         (exp_tonearest_test_data): New variable.
27294         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27295         (exp_towardzero_test_data): New variable.
27296         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27297         (exp_downward_test_data): New variable.
27298         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27299         (exp_upward_test_data): New variable.
27300         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27301         (exp10_test_data): New variable.
27302         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27303         (exp2_test_data): New variable.
27304         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27305         (expm1_test_data): New variable.
27306         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27307         (fabs_test_data): New variable.
27308         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27309         (floor_test_data): New variable.
27310         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27311         (j0_test_data): New variable.
27312         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27313         (j1_test_data): New variable.
27314         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27315         (log_test_data): New variable.
27316         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27317         (log10_test_data): New variable.
27318         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27319         (log1p_test_data): New variable.
27320         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27321         (log2_test_data): New variable.
27322         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27323         (logb_test_data): New variable.
27324         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27325         (logb_downward_test_data): New variable.
27326         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27327         (nearbyint_test_data): New variable.
27328         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27329         (rint_test_data): New variable.
27330         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27331         (rint_tonearest_test_data): New variable.
27332         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27333         (rint_towardzero_test_data): New variable.
27334         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27335         (rint_downward_test_data): New variable.
27336         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27337         (rint_upward_test_data): New variable.
27338         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27339         (round_test_data): New variable.
27340         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27341         (sin_test_data): New variable.
27342         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27343         (sin_tonearest_test_data): New variable.
27344         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27345         (sin_towardzero_test_data): New variable.
27346         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27347         (sin_downward_test_data): New variable.
27348         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27349         (sin_upward_test_data): New variable.
27350         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27351         (sinh_test_data): New variable.
27352         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27353         (sinh_tonearest_test_data): New variable.
27354         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27355         (sinh_towardzero_test_data): New variable.
27356         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27357         (sinh_downward_test_data): New variable.
27358         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27359         (sinh_upward_test_data): New variable.
27360         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27361         (sqrt_test_data): New variable.
27362         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27363         (tan_test_data): New variable.
27364         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27365         (tan_tonearest_test_data): New variable.
27366         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27367         (tan_towardzero_test_data): New variable.
27368         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27369         (tan_downward_test_data): New variable.
27370         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27371         (tan_upward_test_data): New variable.
27372         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27373         (tanh_test_data): New variable.
27374         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27375         (tgamma_test_data): New variable.
27376         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27377         (trunc_test_data): New variable.
27378         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27379         (y0_test_data): New variable.
27380         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27381         (y1_test_data): New variable.
27382         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27383         (significand_test_data): New variable.
27384         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27386 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27388         [BZ #12387]
27389         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27391 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27393         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27395 2013-05-10  Andreas Jaeger  <aj@suse.de>
27397         [BZ #15448]
27398         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27399         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27401 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27403         * math/gen-libm-test.pl (adjust_arg): New function.
27404         (special_functions): Handle generating output in both functions
27405         and arrays.
27406         (parse_args): Likewise.
27407         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27408         $in_func argument to parse_args.
27409         * math/libm-test.inc (struct test_f_f_data): New type.
27410         (IF_ROUND_INIT_): New macro.
27411         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27412         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27413         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27414         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27415         (ROUND_RESTORE_): Likewise.
27416         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27417         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27418         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27419         (ROUND_RESTORE_FE_UPWARD): Likewise.
27420         (RUN_TEST_LOOP_f_f): New macro.
27421         (acos_test_data): New variable.
27422         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27423         (acos_tonearest_test_data): New variable.
27424         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27426 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27428         * benchtests/bench-skeleton.c (startup): Fix coding style.
27430 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27432         [BZ #6809]
27433         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27434         negative infinity argument.
27435         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27436         negative infinity argument.
27437         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27438         negative infinity argument.
27439         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27440         domain errors.
27442 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27444         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27445         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27446         * iconv/iconv_prog.c (main): Likewise.
27447         * locale/programs/charmap-dir.c (charmap_readdir)
27448         (fopen_uncompressed): Likewise.
27449         * locale/programs/locfile.c (siblings_uncached)
27450         (write_locale_data): Use lstat64 instead of lstat.
27451         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27452         stat.
27454 2013-05-10  Andreas Jaeger  <aj@suse.de>
27456         [BZ #15395]
27457         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27458         localization.
27459         Include <locale.h>.
27461 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27463         * elf/dl-close.c (_dl_close_worker): Add comments.
27465 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27467         [BZ #15359]
27468         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27469         high part of pi/2.
27470         (__ieee754_rem_pio2l): Update comments.
27472         [BZ #15429]
27473         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27474         high part of pi/2.
27475         (__ieee754_rem_pio2l): Update comments.
27477         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27478         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27480         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27481         M_PI_4l.
27483         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27484         (M_PI_34_LOG10El): Likewise.
27485         (M_PI2_LOG10El): Likewise.
27486         (M_PI4_LOG10El): Likewise.
27487         (M_PI_LOG10El): Likewise.
27489 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27493 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27495         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27496         (MINUS_ZERO_INIT): Likewise.
27497         (PLUS_INFTY_INIT): Likewise.
27498         (MINUS_INFTY_INIT): Likewise.
27499         (QNAN_VALUE_INIT): Likewise.
27500         (MAX_VALUE_INIT): Likewise.
27501         (MIN_VALUE_INIT): Likewise.
27502         (MIN_SUBNORM_VALUE_INIT): Likewise.
27503         (plus_zero): Initialize with PLUS_ZERO_INIT.
27504         (minus_zero): Initialize with MINUS_ZERO_INIT.
27505         (plus_infty): Initialize with PLUS_INFTY_INIT.
27506         (minus_infty): Initialize with MINUS_INFTY_INIT.
27507         (qnan_value): Initialize with QNAN_VALUE_INIT.
27508         (max_value): Initialize with MAX_VALUE_INIT.
27509         (min_value): Initialize with MIN_VALUE_INIT.
27510         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27512         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27513         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27514         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27515         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27517         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27518         (RUN_TEST_2_f): Likewise.
27519         (RUN_TEST_ff_f): Likewise.
27520         (RUN_TEST_fi_f): Likewise.
27521         (RUN_TEST_fl_f): Likewise.
27522         (RUN_TEST_fff_f): Likewise.
27523         (RUN_TEST_c_f): Likewise.
27524         (RUN_TEST_f_f1): Likewise.
27525         (RUN_TEST_fF_f1): Likewise.
27526         (RUN_TEST_fI_f1): Likewise.
27527         (RUN_TEST_ffI_f1): Likewise.
27528         (RUN_TEST_c_c): Likewise.
27529         (RUN_TEST_cc_c): Likewise.
27530         (RUN_TEST_f_i): Likewise.
27531         (RUN_TEST_f_i_tg): Likewise.
27532         (RUN_TEST_ff_i_tg): Likewise.
27533         (RUN_TEST_f_b): Likewise.
27534         (RUN_TEST_f_b_tg): Likewise.
27535         (RUN_TEST_f_l): Likewise.
27536         (RUN_TEST_f_L): Likewise.
27537         (RUN_TEST_sincos): Likewise.
27538         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27539         whether to show exceptions.  Do not include ");\n" in return
27540         value.
27541         (special_functions): Output call to RUN_TEST_sincos instead of
27542         check_float calls.  Update calls to new_test.
27543         (parse_args): Output call to single RUN_TEST_* macro instead of
27544         check_* calls and other assignments.  Update calls to new_test.
27546         [BZ #2546]
27547         [BZ #2560]
27548         [BZ #5159]
27549         [BZ #15426]
27550         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27551         input to result for tgamma overflow.
27552         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27553         (gamma_coeff): New variable.
27554         (NCOEFF): New macro.
27555         (gamma_positive): New function.
27556         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27557         underflow here.  Use gamma_positive instead of exp (lgamma) for
27558         other arguments.
27559         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27560         (gamma_coeff): New variable.
27561         (NCOEFF): New macro.
27562         (gammaf_positive): New function.
27563         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27564         underflow here.  Use gamma_positive instead of exp (lgamma) for
27565         other arguments.
27566         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27567         (gamma_coeff): New variable.
27568         (NCOEFF): New macro.
27569         (gammal_positive): New function.
27570         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27571         underflow here.  Use gamma_positive instead of exp (lgamma) for
27572         other arguments.
27573         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27574         (gamma_coeff): New variable.
27575         (NCOEFF): New macro.
27576         (gammal_positive): New function.
27577         (__ieee754_gammal_r): Handle positive infinity, overflow and
27578         underflow here.  Handle NaN the same as positive infinity.  Remove
27579         check x < 0xffffffff for negative integers.  Use gamma_positive
27580         instead of exp (lgamma) for other arguments.
27581         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27582         (gamma_coeff): New variable.
27583         (NCOEFF): New macro.
27584         (gammal_positive): New function.
27585         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27586         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27587         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27588         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27589         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27590         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27591         * sysdeps/generic/math_private.h (__gamma_productf): New
27592         prototype.
27593         (__gamma_product): Likewise.
27594         (__gamma_productl): Likewise.
27595         * math/Makefile (libm-calls): Add gamma_product.
27596         * math/libm-test.inc (tgamma_test): Add more tests.
27597         * sysdeps/i386/fpu/libm-test-ulps: Update.
27598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27600 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27602         * benchtests/bench-skeleton.c (main): Preheat CPU.
27604 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27606         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27608 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27610         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27611         and _dl_skip_args_internal.
27613 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27615         * manual/message.texi (Message Translation): Talk about users.
27616         Message to key mapping impacts design.
27618 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27620         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27622         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27624         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27625         * sysdeps/wordsize-64/glob64.c: ... here.
27627         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27628         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27629         New macros.
27631         * debug/getlogin_r_chk.c: Moved to ...
27632         * login/getlogin_r_chk.c: ... here.
27633         * debug/Makefile (routines): Move getlogin_r_chk to ...
27634         * login/Makefile (routines): ... here.
27635         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27636         * login/Versions (libc: GLIBC_2.4): ... here.
27638         * io/poll.c (__poll): Renamed from poll.
27639         Add libc_hidden_def.
27640         (poll): Define as weak alias.
27642         * debug/ptsname_r_chk.c: Moved to ...
27643         * login/ptsname_r_chk.c: ... here.
27644         * debug/Makefile (routines): Move ptsname_r_chk to ...
27645         * login/Makefile (routines): ... here.
27646         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27647         * login/Versions (libc: GLIBC_2.4): ... here.
27649         * posix/getlogin.c: Moved to ...
27650         * login/getlogin.c: ... here.
27651         * posix/getlogin_r.c: Moved to ...
27652         * login/getlogin_r.c: ... here.
27653         * posix/getlogin_r.c: Moved to ...
27654         * login/getlogin_r.c: ... here.
27655         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27656         * login/Makefile (routines): ... here.
27657         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27658         * login/Versions (libc: GLIBC_2.0): ... here.
27660         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27661         (setrlimit): Define as weak alias.
27663         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27664         Call __ names for open, ftruncate, and close.
27665         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27666         (truncate): Define as weak alias.
27668 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27670         * math/gen-libm-test.pl (parse_args): Initialize x before each
27671         test of frexp, modf and remquo.
27673         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27674         test signgam value.
27676 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27678         [BZ #15418]
27679         [BZ #15419]
27680         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27681         internal tests.
27682         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27684 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27686         * elf/dl-writev.h: New file.
27687         * elf/dl-misc.c: Include it.
27688         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27689         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27691 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27693         * math/libm-test.inc (noXFails): Remove variable.
27694         (noXPasses): Likewise.
27695         (BUILD_COMPLEX_INT): Remove macro.
27696         (print_screen): Remove xfail argument.
27697         (print_screen_max_error): Likewise.
27698         (update_stats): Likewise.
27699         (print_max_error): Likewise.  Update calls to other affected
27700         functions.
27701         (print_complex_max_error): Likewise.
27702         (test_single_exception): Update calls to print_screen.
27703         (test_single_errno): Likewise.
27704         (check_float_internal): Remove xfail argument.  Update calls to
27705         other affected functions.
27706         (check_float): Likewise.
27707         (check_complex): Likewise.
27708         (check_int): Likewise.
27709         (check_long): Likewise.
27710         (check_bool): Likewise.
27711         (check_longlong): Likewise.
27712         (main): Don't print noXFails and noXPasses.
27713         * math/gen-libm-test.pl (top level): Don't mention expected
27714         failure handling in comment.
27715         (new_test): Don't handle expected failures.
27716         (parse_args): Don't mention expected failure handling in comment.
27717         (generate_testfile): Don't handle expected failures.
27718         (parse_ulps): Likewise.
27719         (print_ulps_file): Likewise.
27720         (get_failure): Remove function.
27721         (output_test): Don't handle expected failures.
27722         * make/README.libm-test: Don't mention expected failure handling.
27724         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27725         (minus_zero): Likewise.
27726         (plus_infty): Likewise.
27727         (minus_infty): Likewise.
27728         (qnan_value): Likewise.
27729         (max_value): Likewise.
27730         (min_value): Likewise.
27731         (min_subnorm_value): Likewise.
27732         (initialize): Do not initialize those variables dynamically.
27734 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27736         * io/open.c (__open_2): Moved to ...
27737         * io/open_2.c: ... this new file.
27738         * io/open64.c (__open64_2): Moved to ...
27739         * io/open64_2.c: ... this new file.
27740         * io/openat.c (__openat_2): Moved to ...
27741         * io/openat_2.c: ... this new file.
27742         * io/openat64.c (__openat64_2): Moved to ...
27743         * io/openat64_2.c: ... this new file.
27744         * io/Makefile (routines): Add them.
27745         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27746         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27747         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27748         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27749         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27750         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27751         (__openat64): Add hidden_ver.
27752         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27753         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27755         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27756         Separately conditionalize setting of GLRO(dl_sysinfo) so
27757         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27758         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27760 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27762         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27763         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27764         definition.
27765         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27766         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27767         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27768         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27769         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27771 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27773         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27774         test signgam value.
27776         * math/libm-test.inc (hypot_test): Do not use
27777         IGNORE_ZERO_INF_SIGN.
27779 2013-05-03  Andreas Jaeger  <aj@suse.de>
27781         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27782         Linux 3.9.
27783         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27784         (PF_MAX): Adjust for VSOCK change.
27786 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27790 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27792         [BZ #15264]
27793         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27794         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27795         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27797 2013-05-02  David S. Miller  <davem@davemloft.net>
27799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27801 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27803         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27805 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27807         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27809 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27811         [BZ #14952]
27812         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27813         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27814         Use __attribute__ ((__gnu_inline__)).
27815         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27816         Don't use __attribute__ ((__gnu_inline__)).
27818 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27820         [BZ #15423]
27821         * math/s_catan.c (__catan): Handle small real or imaginary part of
27822         input specially to avoid spurious underflow.
27823         * math/s_catanf.c (__catanf): Likewise.
27824         * math/s_catanh.c (__catanh): Likewise.
27825         * math/s_catanhf.c (__catanhf): Likewise.
27826         * math/s_catanhl.c (__catanhl): Likewise.
27827         * math/s_catanl.c (__catanl): Likewise.
27828         * math/libm-test.inc (catan_test): Add more tests.
27829         (catanh_test): Likewise.
27830         * sysdeps/i386/fpu/libm-test-ulps: Update.
27831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27833 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27837 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27839         [BZ #15416]
27840         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27841         accurately for denominator in atan2.
27842         * math/s_catanf.c (__catanf): Likewise.
27843         * math/s_catanh.c (__catanh): Likewise.
27844         * math/s_catanhf.c (__catanhf): Likewise.
27845         * math/s_catanhl.c (__catanhl): Likewise.
27846         * math/s_catanl.c (__catanl): Likewise.
27847         * math/libm-test.inc (catan_test): Add more tests.
27848         (catanh_test): Likewise.
27849         * sysdeps/i386/fpu/libm-test-ulps: Update.
27850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27852 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27854         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27856         * benchtests/Makefile (bench): Remove slow benchmarks.
27857         * benchtests/atan-inputs: Add slow benchmark inputs.
27858         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27859         (BENCH_FUNC): Accept variant offset.
27860         (VARIANT): Define.
27861         * benchtests/bench-skeleton.c (main): Run benchmark for each
27862         variant.
27863         * benchtests/cos-inputs: Add slow benchmark inputs.
27864         * benchtests/exp-inputs: Likewise.
27865         * benchtests/pow-inputs: Likewise.
27866         * benchtests/sin-inputs: Likewise.
27867         * benchtests/slowatan-inputs: Remove.
27868         * benchtests/slowatan.c: Remove.
27869         * benchtests/slowcos-inputs: Remove.
27870         * benchtests/slowcos.c: Remove.
27871         * benchtests/slowexp-inputs: Remove.
27872         * benchtests/slowexp.c: Remove.
27873         * benchtests/slowpow-inputs: Remove.
27874         * benchtests/slowpow.c: Remove.
27875         * benchtests/slowsin-inputs: Remove.
27876         * benchtests/slowsin.c: Remove.
27877         * benchtests/slowtan-inputs: Remove.
27878         * benchtests/slowtan.c: Remove.
27879         * benchtests/tan-inputs: Add slow benchmark inputs.
27880         * scripts/bench.pl: Parse comments and directives.
27882         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27883         in CPPFLAGS.
27884         ($(objpfx)bench-%.c): Remove *-ITER.
27885         * benchtests/bench-modf.c: Remove definition of ITER.
27886         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27887         (main): Loop for DURATION seconds instead of fixed number of
27888         iterations.
27889         * scripts/bench.pl: Don't expect iterations in parameters.
27891 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27893         * io/fchdir.c (__fchdir): Renamed from fchdir.
27894         (fchdir): Define as weak alias.
27896 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27898         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27899         (ERRNO_EDOM): Likewise.
27900         (ERRNO_ERANGE): Likewise.
27901         (noErrnoTests): New variable.
27902         (init_max_error): Set errno to 0.
27903         (test_single_errno): New function.
27904         (test_errno): Likewise.
27905         (check_float_internal): Call test_errno.  Set errno to 0.
27906         (check_complex): Refer to errno tests in comment.
27907         (check_int): Call test_errno.  Set errno to 0.
27908         (check_long): Likewise.
27909         (check_bool): Likewise.
27910         (check_longlong): Likewise.
27911         (cos_test): Use ERRNO_* flags for errno tests instead of
27912         check_int.
27913         (expm1_test): Likewise.
27914         (fmod_test): Likewise.
27915         (ilogb_test): Likewise.
27916         (lgamma_test): Likewise.
27917         (pow_test): Likewise.
27918         (remainder_test): Likewise.
27919         (sin_test): Likewise.
27920         (tan_test): Likewise.
27921         (yn_test): Likewise.
27922         (initialize): Set errno to 0.
27923         (main): Print number of errno tests.
27924         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27926 2013-04-29  Andreas Jaeger  <aj@suse.de>
27928         [BZ #15084]
27929         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27930         and RES_USEVC.
27932         [BZ #15085]
27933         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27934         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27935         unimplemented.
27937         [BZ #15380]
27938         * stdlib/random.c (__initstate): Return NULL if
27939         __initstate fails.
27941         [BZ #15086]
27942         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27943         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27944         RES_SNGLKUPREOP.
27946 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27950 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27952         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27953         of individual tests.
27954         (casin_test): Likewise.
27955         (casinh_test): Likewise.
27957 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27959         [BZ #15409]
27960         * math/s_catan.c (__catan): Handle arguments with large real or
27961         imaginary part separately without squaring.
27962         * math/s_catanf.c (__catanf): Likewise.
27963         * math/s_catanh.c (__catanh): Likewise.
27964         * math/s_catanhf.c (__catanhf): Likewise.
27965         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27966         and redefine.
27967         (__catanhl): Handle arguments with large real or imaginary part
27968         separately without squaring.
27969         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27970         and redefine.
27971         (__catanl): Handle arguments with large real or imaginary part
27972         separately without squaring.
27973         * math/libm-test.inc (catan_test): Add more tests.
27974         (catanh_test): Likewise.
27975         * sysdeps/i386/fpu/libm-test-ulps: Update.
27976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27978 2013-04-27  Andreas Jaeger  <aj@suse.de>
27980         [BZ #15007]
27981         * stdlib/stdlib.h: Update guards for qecvt.
27982         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27983         <stdlib.h>.
27985 2013-04-27  Allan McRae  <allan@archlinux.org>
27987         * sysdeps/i386/fpu/libm-test-ulps: Update.
27989 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27991         [BZ #15406]
27992         * math/s_catan.c: Include <float.h>.
27993         (__catan): Ensure underflow exception occurs for underflowed
27994         result.
27995         * math/s_catanf.c: Include <float.h>.
27996         (__catanf): Ensure underflow exception occurs for underflowed
27997         result.
27998         * math/s_catanh.c: Include <float.h>.
27999         (__catanh): Ensure underflow exception occurs for underflowed
28000         result.
28001         * math/s_catanhf.c: Include <float.h>.
28002         (__catanhf): Ensure underflow exception occurs for underflowed
28003         result.
28004         * math/s_catanhl.c: Include <float.h>.
28005         (__catanhl): Ensure underflow exception occurs for underflowed
28006         result.
28007         * math/s_catanl.c: Include <float.h>.
28008         (__catanl): Ensure underflow exception occurs for underflowed
28009         result.
28010         * math/libm-test.inc (catan_test): Add more tests.
28011         (catanh_test): Likewise.
28013         [BZ #15405]
28014         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28015         underflowed result.
28016         * math/s_ccoshf.c (__ccoshf): Likewise.
28017         * math/s_ccoshl.c (__ccoshl): Likewise.
28018         * math/s_csin.c (__csin): Likewise.
28019         * math/s_csinf.c (__csinf): Likewise.
28020         * math/s_csinh.c (__csinh): Likewise.
28021         * math/s_csinhf.c (__csinhf): Likewise.
28022         * math/s_csinhl.c (__csinhl): Likewise.
28023         * math/s_csinl.c (__csinl): Likewise.
28024         * math/libm-test.inc (ccos_test): Add more tests.
28025         (ccosh_test): Likewise.
28026         (csin_test): Likewise.
28027         (csinh_test): Likewise.
28029 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28031         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28032         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28033         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28034         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28035         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28036         powerpc/power5+/fpu folders.
28037         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28040 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28042         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28044 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28046         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28047         additions to variable.
28048         [$(config-machine) = x86_64] (modules-names): Likewise.
28049         ($(objpfx)tst-audit3): Remove dependency.
28050         ($(objpfx)tst-audit3.out): Likewise.
28051         ($(objpfx)tst-audit4): Likewise.
28052         ($(objpfx)tst-audit4.out): Likewise.
28053         ($(objpfx)tst-audit5): Likewise.
28054         ($(objpfx)tst-audit5.out): Likewise.
28055         ($(objpfx)tst-audit6): Likewise.
28056         ($(objpfx)tst-audit6.out): Likewise.
28057         ($(objpfx)tst-audit7): Likewise.
28058         ($(objpfx)tst-audit7.out): Likewise.
28059         (tst-audit3-ENV): Remove variable.
28060         (tst-audit4-ENV): Likewise.
28061         (tst-audit5-ENV): Likewise.
28062         (tst-audit6-ENV): Likewise.
28063         (tst-audit7-ENV): Likewise.
28064         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28065         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28066         addition to variable.
28067         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28068         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28069         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28070         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28071         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28072         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28073         tst-audit3, tst-audit4 and tst-audit5.
28074         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28075         tst-audit6 and tst-audit7.
28076         [$(subdir) = elf] (modules-names): Add audit modules for those
28077         tests.
28078         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28079         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28080         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28081         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28082         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28083         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28084         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28085         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28086         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28087         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28088         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28089         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28090         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28091         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28092         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28093         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28094         Likewise.
28095         [$(subdir) = elf && $(config-cflags-avx) = yes]
28096         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28097         [$(subdir) = elf && $(config-cflags-avx) = yes]
28098         (CFLAGS-tst-auditmod4a.c): Likewise.
28099         [$(subdir) = elf && $(config-cflags-avx) = yes]
28100         (CFLAGS-tst-auditmod4b.c): Likewise.
28101         [$(subdir) = elf && $(config-cflags-avx) = yes]
28102         (CFLAGS-tst-auditmod6b.c): Likewise.
28103         [$(subdir) = elf && $(config-cflags-avx) = yes]
28104         (CFLAGS-tst-auditmod6c.c): Likewise.
28105         [$(subdir) = elf && $(config-cflags-avx) = yes]
28106         (CFLAGS-tst-auditmod7b.c): Likewise.
28107         * elf/tst-audit3.c: Move to ...
28108         * sysdeps/x86_64/tst-audit3.c: ... here.
28109         * elf/tst-audit4.c: Move to ...
28110         * sysdeps/x86_64/tst-audit4.c: ... here.
28111         * elf/tst-audit5.c: Move to ...
28112         * sysdeps/x86_64/tst-audit5.c: ... here.
28113         * elf/tst-audit6.c: Move to ...
28114         * sysdeps/x86_64/tst-audit6.c: ... here.
28115         * elf/tst-audit7.c: Move to ...
28116         * sysdeps/x86_64/tst-audit7.c: ... here.
28117         * elf/tst-auditmod3a.c: Move to ...
28118         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28119         * elf/tst-auditmod3b.c: Move to ...
28120         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28121         * elf/tst-auditmod4a.c: Move to ...
28122         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28123         * elf/tst-auditmod4b.c: Move to ...
28124         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28125         * elf/tst-auditmod5a.c: Move to ...
28126         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28127         * elf/tst-auditmod5b.c: Move to ...
28128         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28129         * elf/tst-auditmod6a.c: Move to ...
28130         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28131         * elf/tst-auditmod6b.c: Move to ...
28132         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28133         * elf/tst-auditmod6c.c: Move to ...
28134         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28135         * elf/tst-auditmod7a.c: Move to ...
28136         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28137         * elf/tst-auditmod7b.c: Move to ...
28138         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28140 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28142         [BZ #15366]
28143         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28144         define unconditionally.
28145         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28146         define unconditionally.
28147         (INT8_C, INT16_C, etc.): Likewise.
28149 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28151         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28152         __ehdr_start with hidden visibility.
28154         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28156 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28158         * math/libm-test.inc (cos_test): Use accurate hex constants.
28159         (sincost_test): Likewise.
28161 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28163         * math/libm-test.inc (catan_test): Add more tests.
28164         (catanh_test): Likewise.
28166         * math/s_catanf.c (__catanf): Use suffixed floating-point
28167         constants.
28168         * math/s_catanhf.c (__catanhf): Likewise.
28169         * math/s_catanhl.c (__catanhl): Likewise.
28170         * math/s_catanl.c (__catanl): Likewise.
28172         [BZ #15394]
28173         * math/s_catan.c (__catan): Calculate imaginary part of result
28174         with log1p not log unless computing log of number close to 0.
28175         * math/s_catanf.c (__catanf): Likewise.
28176         * math/s_catanl.c (__catanl): Likewise.
28177         * math/s_catanh.c (__catanh): Calculate real part of result with
28178         log1p not log unless computing log of number close to 0.
28179         * math/s_catanhf.c (__catanhf): Likewise.
28180         * math/s_catanhl.c (__catanhl): Likewise.
28181         * math/libm-test.inc (catan_test): Add more tests.
28182         (catanh_test): Likewise.
28183         * sysdeps/i386/fpu/libm-test-ulps: Update.
28184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28186 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28188         * benchtests/Makefile: Mention files in which fast and slow
28189         paths of math functions are implemented.
28191 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28193         * sysdeps/posix/timespec_get.c: New file.
28195 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28197         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28198         POWER.
28199         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28200         for POWER.
28201         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28202         powerpc/power5/fpu folders.
28203         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28204         * benchtests/Makefile: Add modf testcase.
28205         * benchtests/bench-modf.c: New file: Benchmark test for mo
28207 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28209         [BZ #14888]
28210         * time/Makefile (tests): Add tst-strptime-whitespace.
28211         * time/strptime_l.c (get_number): Use ISSPACE.
28212         (__strptime_internal): Likewise.
28213         * time/tst-strptime-whitespace.c: New test case.
28215 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28217         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28218         member.
28219         (_nss_files_init): Set it here.
28221 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28223         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28224         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28225         unsigned.
28227 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28229         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28231 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28233         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28234         size just once.
28236 2013-04-21  David S. Miller  <davem@davemloft.net>
28238         * po/ru.po: Update Russion translation from translation project.
28240 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28242         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28243         and setfsgid.
28245 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28247         * configure.in: Remove i386 configure warning. Remove i386 case.
28248         * configure: Regenerate.
28249         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28250         Add example to error message.
28251         * sysdeps/i386/configure: Regenerate.
28253 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28255         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28256         slowtan.
28257         * benchtests/cos-inputs: New file.
28258         * benchtests/slowcos-inputs: New file.
28259         * benchtests/slowcos.c: New file.
28260         * benchtests/slowtan-inputs: New file.
28261         * benchtests/slowtan.c: New file.
28262         * benchtests/tan-inputs: New file.
28264 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28266         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28267         considered kosher.
28269 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28271         * benchtests/Makefile: Include cppflags-iterator.mk to add
28272         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28274         * Makefile.in (bench-clean): New target.
28275         * benchtests/Makefile (bench-clean): Likewise.
28277 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28279         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28281 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28283         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28285 2013-04-15  Andreas Schwab  <schwab@suse.de>
28287         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28289         * nscd/pwdcache.c (cache_addpw): Likewise.
28290         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28291         more than recsize.
28293 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28295         * benchtests/Makefile (bench): Write all output to
28296         bench-out.tmp together.
28298 2013-04-15  Andreas Schwab  <schwab@suse.de>
28300         * nscd/nscd.c (main): Don't fork again after closing files.
28302 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28304         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28306         * benchtests/Rules (bench-deps): Collect dependencies into a
28307         single variable.  Add Makefile to dependencies.
28308         ($(objpfx)bench-%.c): Depend on bench-deps.
28310 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28311             Xavier Roche  <roche+kml2@exalead.com>
28313         [BZ #15361]
28314         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28315         just that it's a file descriptor.
28316         * manual/llio.texi (Synchronizing AIO Operations): Update description
28317         for EBADF error from aio_fsync.
28319 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28321         * Rules (bench): Move target definition...
28322         * benchtests/Makefile: ... here.
28324 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28326         * math/libm-test.inc (cos_test): Fix PI/2 test.
28327         (sincos_test): Likewise.
28328         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28329         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28331 2013-04-11  Andreas Schwab  <schwab@suse.de>
28333         [BZ #13988]
28334         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28335         accept exponent character only when digits were seen.
28336         * stdio-common/Makefile (tests): Add bug26.
28337         * stdio-common/bug26.c: New file.
28339         [BZ #14293]
28340         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28341         non-freeable.
28343 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28345         * Makeconfig (rtld-prefix): Define built linker prefix.
28346         * Rules (run-bench): Use it.
28347         * math/Makefile (run-regen-ulps): Likewise.
28349         * Rules (bench): Remove eval.
28351 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28352             Roland McGrath  <roland@hack.frob.com>
28353             Ondrej Bilka  <neleai@seznam.cz>
28355         [BZ #15346]
28356         * time/getdate.c: Include ctype.h and alloca.h.
28357         (__getdate_r): Trim leading and trailing spaces of input.
28358         * time/tst-getdate.c (tests): Add tests with leading and
28359         trailing spaces.
28361 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28363         [BZ #14280]
28364         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28365         when computing value.
28367 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28369         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28370         Use testrun.sh to run libm tests.
28372         [BZ #15309]
28373         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28375 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28377         [BZ #15264]
28378         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28380 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28382         * Makefile.in (regen-ulps): New target.
28383         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28384         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28385         [ifneq (no,$(PERL)] (regen-ulps): New target.
28386         [ifeq (no,$(PERL)] (regen-ulps): New target.
28387         * math/libm-test.inc (ulps_file_name): Define.
28388         (output_dir): New variable.
28389         (options): Add "output-dir" option.
28390         (parse_opt): Handle 'o' case.
28391         (main): If output_dir is non-NULL use it as a prefix
28392         otherwise use "".
28393         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28395 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28397         [BZ #10060, #10062]
28398         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28399         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28400         fail configure if __sync_val_compare_and_swap is not inlined.
28401         * sysdeps/i386/configure: Regenerate.
28402         * configure.in: Build for i686 when configured for i386.
28403         * configure: Regenerate.
28404         * README: Remove i386 reference.
28406 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28408         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28409         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28411 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28413         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28414         (lmsnanval): New variables.
28415         (F): Add conversion tests.
28416         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28417         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28419         * stdio-common/tstdiomisc.c (F): Properly collect individual
28420         tests' results.
28422         [BZ #14686, #15336]
28423         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28424         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28425         Instead, use input NaN values or generate a qNaN by arithmetic
28426         operation.  Also fix bugs to comply with the standard.
28427         * math/libm-test.inc (remainder_test): Add more tests.
28429         [BZ #15335, #15342]
28430         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28431         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28432         input NaN values or generate a qNaN by arithmetic operation.
28434         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28435         unreachable code.
28437         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28438         definitions.
28440 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28442         [BZ #14478]
28443         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28444         underflowed result.
28445         * math/s_cexpf.c (__cexpf): Likewise.
28446         * math/s_cexpl.c (__cexpl): Likewise.
28447         * math/libm-test.inc (cexp_test): Add more tests.
28449 2013-04-03  Andreas Schwab  <schwab@suse.de>
28451         [BZ #15330]
28452         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28453         order arrays from heap if bigger than alloca cutoff.
28455 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28457         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28458         (SNAN_TESTS_double): Refer to GCC PR56831.
28459         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28460         GCC PR56828.
28462 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28464         * Rules (bench): Move bench.out after the run is complete.
28466         * Rules (bench): Echo currently running benchmark.
28468         * benchtests/Makefile (bench): Add atan and slowatan.
28469         * benchtests/atan-inputs: New file.
28470         * benchtests/slowatan-inputs: New file.
28471         * benchtests/slowatan.c: New file.
28473         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28474         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28475         its value.
28477         [BZ #15305]
28478         * sysdeps/unix/sysv/linux/kernel-features.h
28479         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28480         __ASSUME_XFS_RESTRICTED_CHOWN.
28481         * sysdeps/unix/sysv/linux/pathconf.c
28482         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28483         Save and restore errno.
28485 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28487         [BZ #15327]
28488         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28489         arguments using __kernel_casinh.
28490         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28491         arguments using __kernel_casinhf.
28492         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28493         arguments using __kernel_casinhl.
28494         * math/libm-test.inc (cacosh_test): Add more tests.
28495         * sysdeps/i386/fpu/libm-test-ulps: Update.
28496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28498 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28500         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28501         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28503         * bench/Makefile (bench): Add sin and slowsin.
28504         * benchtests/sin-inputs: New file.
28505         * benchtests/slowsin-inputs: New file.
28506         * benchtests/slowsin.c: New file.
28508         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28509         (bench): Add slowexp and slowpow.
28510         (exp-ITER): Increase iterations.
28511         (pow-ITER): Likewise.
28512         * benchtests/exp-inputs: Change input.
28513         * benchtests/pow-inputs: Likewise.
28514         * benchtests/slowexp-inputs: New file.
28515         * benchtests/slowexp.c: New file.
28516         * benchtests/slowpow-inputs: New file.
28517         * benchtests/slowpow.c: New file.
28519 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28521         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28522         instructions.
28523         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28524         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28525         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28526         * benchtests/Makefile: Add rint benchtest.
28527         * benchtests/rint-inputs: Input for rint benchtest.
28529 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28531         * Versions.def (libm): Add GLIBC_2.18.
28532         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28533         hidden libm prototypes.
28534         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28535         * math/Makefile (libm-calls): Add s_issignaling.
28536         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28537         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28538         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28539         declaration.
28540         * math/math.h [__USE_GNU] (issignaling): New macro.
28541         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28542         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28543         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28544         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28545         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28546         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28547         * manual/arith.texi (issignaling): New section.
28548         * manual/libm-err-tab.pl (@all_functions): Update comment.
28549         * math/gen-libm-test.pl (parse_args): Apply special handling for
28550         issignaling.
28551         * math/libm-test.inc (print_float, issignaling_test): New
28552         functions.
28553         (check_float_internal): Add issignaling checks.
28554         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28555         default definition.
28556         * sysdeps/powerpc/math-tests.h: New file.
28557         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28558         tests.
28559         * math/test-snan.c (TEST_FUNC): Likewise.
28561 2013-03-30  David S. Miller  <davem@davemloft.net>
28563         * po/de.po: Update from translation team.
28565 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28567         [BZ #10357]
28568         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28569         imaginary part less than 1.0 and real part less than 0.5
28570         specially.
28571         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28572         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28573         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28574         (cacos_test): Add more tests.
28575         (casin_test): Likewise.
28576         (casinh_test): Likewise.
28577         * sysdeps/i386/fpu/libm-test-ulps: Update.
28578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28580 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28582         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28583         ONE with its value.
28585         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28586         (__pow_mp): Replace ONE and MONE with their values.
28587         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28588         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28589         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28590         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28591         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28592         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28594         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28596         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28597         (__pow_mp): Replace ZERO and MZERO with their values.
28598         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28599         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28600         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28601         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28602         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28603         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28604         (__sqr): Likewise.
28606         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28608         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28610 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28612         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28613         Declare with __attribute__ ((weak)).
28614         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28615         Call __call_tls_dtors only if it's not NULL.
28617 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28619         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28620         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28621         magic __ehdr_start linker symbol if it's defined.
28622         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28623         them up here if it was already done.
28625         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28626         (_dl_aux_init): Use const in cast when setting it.
28627         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28628         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28629         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28631         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28632         Declare them here.
28633         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28634         * csu/libc-tls.c: Nor here.
28635         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28637         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28638         (__libc_message): Never call vsyslog.
28640 2013-03-28  Alan Modra  <amodra@gmail.com>
28642         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28643         Define as empty.
28644         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28645         Likewise.
28647 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28649         [BZ #15214]
28650         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28651         underflow.
28652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28654 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28656         [BZ #15304]
28657         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28658         Don't add gid passed as argument.
28660         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28662 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28664         [BZ #15307]
28665         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28666         imaginary part between 1.0 and 1.5 and real part less than 0.5
28667         specially.
28668         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28669         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28670         * math/libm-test.inc (cacos_test): Add more tests.
28671         (casin_test): Likewise.
28672         (casinh_test): Likewise.
28673         * sysdeps/i386/fpu/libm-test-ulps: Update.
28674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28676 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28678         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28679         constants.
28680         (norm): Likewise.
28681         (denorm): Likewise.
28682         (__dbl_mp): Likewise.
28683         (add_magnitudes): Likewise.
28684         (sub_magnitudes): Likewise.
28685         (__add): Likewise.
28686         (__sub): Likewise.
28687         (__mul): Likewise.
28688         (__sqr): Likewise.
28689         (__inv): Likewise.
28690         (__dvd): Likewise.
28692         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28693         commented code.
28694         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28695         (__dubcos): Likewise.
28696         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28697         (__ieee754_acos): Likewise.
28698         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28699         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28700         (__exp1): Likewise.
28701         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28702         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28703         (log1): Likewise.
28704         (my_log2): Likewise.
28705         (checkint): Likewise.
28706         * sysdeps/ieee754/dbl-64/e_remainder.c
28707         (__ieee754_remainder): Likewise.
28708         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28709         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28710         (bsloww): Likewise.
28711         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28713         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28714         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28715         MANTISSA_STORE_T to store computations on mantissa.  Use
28716         macros for rounding and division.
28717         (denorm): Likewise.
28718         (__dbl_mp): Likewise.
28719         (add_magnitudes): Likewise.
28720         (sub_magnitudes): Likewise.
28721         (__mul): Likewise.
28722         (__sqr): Likewise.
28723         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28724         powers of two in terms of TWOPOW macro.
28725         (mp_no): Make type of mantissa as MANTISSA_T.
28726         [!RADIXI]: Define RADIXI.
28727         [!TWO52]: Define TWO52.
28728         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28730 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28732         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28733         llroundl symbol when building for PPC32.
28735 2013-03-24  Mark H Weaver  <mhw@netris.org>
28737         * manual/arith.texi (Normalization Functions): Fix prototypes for
28738         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28740 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28742         [BZ #13889]
28743         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28744         high value to check if expl overflow.
28745         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28746         to check for underflow and overflow.
28747         * math/libm-test.inc: Add exp test.
28749 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28751         [BZ #11120]
28752         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28753         with NOT_IN_libc.
28755 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28757         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28758         symbol.
28760 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28762         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28763         wrap blocks consisting of several statements.
28765         * sysdeps/generic/math-tests.h: New file.
28766         * sysdeps/i386/fpu/math-tests.h: Likewise.
28767         * math/test-snan.c: Include it.
28768         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28770 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28772         [BZ #15285]
28773         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28774         (__ieee754_j0l): Do not improve calculations using cos of twice
28775         input for inputs above LDBL_MAX / 2.0L.
28776         (__ieee754_y0l): Likewise.
28777         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28778         (__ieee754_j1l): Do not improve calculations using cos of twice
28779         input for inputs above LDBL_MAX / 2.0L.
28780         (__ieee754_y1l): Likewise.
28781         * math/libm-test.inc (j0_test): Add another test.
28782         (j1_test): Likewise.
28783         (y0_test): Likewise.
28784         (y1_test): Likewise.
28785         * sysdeps/i386/fpu/libm-test-ulps: Update.
28787 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28789         * Rules ($(objpfx)bench-%.c): Include code from a C source
28790         file.
28792 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28794         [BZ #15287]
28795         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28796         imaginary part 1.0 and real part less than 0.5 specially.
28797         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28798         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28799         * math/libm-test.inc (cacos_test): Add more tests.
28800         (casin_test): Likewise.
28801         (casinh_test): Likewise.
28802         * sysdeps/i386/fpu/libm-test-ulps: Update.
28803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28805 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28807         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28808         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28810 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28812         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28813         * config.make.in (config-cflags-sse4): Remove variable.
28814         (config-cflags-avx): Likewise.
28815         (config-cflags-sse2avx): Likewise.
28816         (config-cflags-novzeroupper): Likewise.
28817         (config-asflags-i686): Likewise.
28818         (have-mfma4): Likewise.
28819         (have-as-vis3): Likewise.
28820         (MIG): Likewise.
28821         * configure.in (MIG): Do not AC_SUBST.
28822         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28823         (libc_cv_cc_sse4): Do not AC_SUBST.
28824         (libc_cv_cc_avx): Likewise.
28825         (libc_cv_cc_sse2avx): Likewise.
28826         (libc_cv_cc_novzeroupper): Likewise.
28827         (libc_cv_cc_fma4): Likewise.
28828         (libc_cv_as_i686): Likewise.
28829         (libc_cv_sparc_as_vis3): Likewise.
28830         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28831         LIBC_CONFIG_VAR.
28832         (config-asflags-i686): Likewise.
28833         (config-cflags-avx): Likewise.
28834         (config-cflags-sse2avx): Likewise.
28835         (have-mfma4): Likewise.
28836         (config-cflags-novzeroupper): Likewise.
28837         * sysdeps/mach/configure.in (MIG): Likewise.
28838         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28839         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28840         LIBC_CONFIG_VAR.
28841         (config-cflags-avx): Likewise.
28842         (config-cflags-sse2avx): Likewise.
28843         (have-mfma4): Likewise.
28844         (config-cflags-novzeroupper): Likewise.
28845         * configure: Regenerated.
28846         * sysdeps/i386/configure: Likewise.
28847         * sysdeps/mach/configure: Likewise.
28848         * sysdeps/sparc/configure: Likewise.
28849         * sysdeps/x86_64/configure: Likewise.
28851 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28853         [BZ #14812]
28854         * locale/programs/localedef.c (options): Put N_ translation marker
28855         on argument names, not just descriptions.
28857 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28859         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28861 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28863         [BZ #14176]
28864         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28866 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28868         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28869         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28870         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28871         [!BEFORE_ABORT] (before_abort): New function.
28872         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28873         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28874         (writev_for_fatal): New function.
28875         (WRITEV_FOR_FATAL): New macro; call that.
28876         (backtrace_and_maps): New function.
28877         (BEFORE_ABORT): New macro; call that.
28878         (struct str_list): Type removed.
28879         (__libc_message, __libc_fatal): Functions removed.
28880         Include <sysdeps/posix/libc_fatal.c> instead.
28882 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28884         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28885         constants.
28886         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28887         double constants.
28889 2013-03-19  Andreas Schwab  <schwab@suse.de>
28891         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28892         * sysdeps/gnu/configure: Regenerate.
28894         * configure.in: Substitute libc_cv_rtlddir.
28895         * configure: Regenerate.
28896         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28897         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28898         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28899         * elf/Makefile (install-others, CFLAGS-interp.c)
28900         (ldso_install, common-ldd-rewrite): Likewise.
28901         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28902         $(inst_slibdir)/$(rtld-installed-name).
28903         * scripts/rellns-sh: Add -p option.
28904         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28905         for source.
28907 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28909         * manual/nptl.texi: Renamed to ...
28910         * manual/threads.texi: ... this.
28911         * manual/Makefile (chapters): Update.
28913 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28915         [BZ #14812]
28916         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28917         on argument names, not just descriptions.
28918         * malloc/memusagestat.c (options): Likewise.
28919         * nss/getent.c (options): Likewise.
28921 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28923         [BZ #14812]
28924         * iconv/iconv_prog.c (options): Put N_ translation marker
28925         on argument names, not just descriptions.
28926         * iconv/iconvconfig.c (options): Likewise.
28928 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28930         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28931         implementation which is faster on all x86_64 architectures.
28932         Tested on AMD, Intel Nehalem, SNB, IVB.
28933         * sysdeps/x86_64/strnlen.S: Likewise.
28935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28936         Remove all multiarch strlen and strnlen versions.
28937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28938         Remove strlen and strnlen related parts.
28940         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28941         Inline strlen part.
28942         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28944         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28945         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28946         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28947         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28948         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28949         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28951 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28953         * manual/memory.texi (Malloc Tunable Parameters):
28954         Sort parameters alphabetically. Add comments for missing entries.
28956 2013-03-17  David S. Miller  <davem@davemloft.net>
28958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28960 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28962         [BZ #15283]
28963         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28964         for arguments at most half maximum finite value.
28965         * math/libm-test.inc (j0_test): Add more tests.
28966         (j1_test): Likewise.
28967         (y0_test): Likewise.
28968         (y1_test): Likewise.
28969         * sysdeps/i386/fpu/libm-test-ulps: Update.
28970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28972         [BZ #14155]
28973         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28974         1 / x and functions P and Q for arguments above 0x1p256L.
28975         (__ieee754_y0l): Likewise.
28976         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28977         (__ieee754_y1l): Likewise.
28978         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28979         (j1_test): Likewise.
28980         (y0_test): Likewise.
28981         (y1_test): Likewise.
28983 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28985         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28986         variable.
28988 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28990         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28991         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28992         zero since it's initialized to EXEC_PAGESIZE.
28994         * sysdeps/unix/sysv/linux/ldsodefs.h
28995         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28996         * sysdeps/generic/ldsodefs.h: ... here.
28998 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29000         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29002         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29003         math/test-snan.c.
29004         * math/test-snan.c: Renamed from
29005         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29006         * math/Makefile (tests): Add test-snan.
29007         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29008         test-powerpc-snan.
29010         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29011         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29012         functions.
29013         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29014         __builtin_nan family of functions.
29015         * math/libm-test.inc (initialize): Initialize qnan_value with
29016         __builtin_nan family of functions.
29017         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29018         Remove variables.
29019         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29020         Remove functions.
29021         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29022         storage class.  Initialize qNaN_var and sNaN_var with
29023         __builtin_nan and __builtin_nans families of functions,
29024         respectively.
29026         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29027         (sqrt_test): Remove duplicate test with qNaN input.
29028         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29029         (round_test, signbit_test, significand_test): Note missing +/-Inf
29030         as well as qNaN tests.
29032         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29033         qNaN_var.  Fix a few strings, too.
29034         * math/libm-test.inc (nan_value): Rename to qnan_value.
29035         * math/gen-libm-test.pl (%beautify): Adjust to that.
29036         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29037         * math/test-misc.c (main): Likewise.
29038         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29039         to __qnan_bytes, and __qnan_union, respectively.
29040         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29041         Likewise.
29042         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29043         and lqnanval, respectively.
29044         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29045         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29046         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29047         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29049         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29050         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29051         doubles.
29053         * math/test-misc.c (main): Fix copy'n'pastos.
29054         * misc/tst-efgcvt.c (special): Likewise.
29056         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29057         Remove declarations.
29059 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29061         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29062         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29063         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29064         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29066 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29068         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29069         macro to return vdso values correctly in IFUNC implementations.
29070         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29071         Optimization by using IFUNC.
29073 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29074             Richard Henderson  <rth@redhat.com>
29075             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29077         * Makefile.in (bench): New target.
29078         * NEWS: Mention the benchmark framework.
29079         * Rules (bench): Likewise.
29080         (binaries-bench): Generate binaries for functions to
29081         benchmark.
29082         * benchtests/Makefile: New makefile for benchmark tests.
29083         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29084         programs.
29085         * benchtests/exp-inputs: New input file for EXP function.
29086         * benchtests/pow-inputs: New input file for POW function.
29087         * scripts/bench.pl: New script to generate source files for
29088         benchmark programs.
29090 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29092         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29093         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29094         computations on mantissa.  Use macros for rounding and
29095         division.
29096         (denorm): Likewise.
29097         (__dbl_mp): Likewise.
29098         (add_magnitudes): Likewise.
29099         (sub_magnitudes): Likewise.
29100         (__mul): Likewise.
29101         (__sqr): Likewise.
29102         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29103         powers of two in terms of TWOPOW macro.
29104         (mp_no): Make type of mantissa as MANTISSA_T.
29105         [!RADIXI]: Define RADIXI.
29106         [!TWO52]: Define TWO52.
29107         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29109         * manual/nptl.texi (cindex): Modify threads to pthreads.
29111 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29113         * sysdeps/x86_64/preconfigure: Regenerated.
29115 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29117         [BZ #14155]
29118         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29119         0x1p28 and above.
29120         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29121         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29122         0x1p28 and above.
29123         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29124         * math/libm-test.inc (j0_test): Do not allow one spurious
29125         underflow exception.
29126         (y1_test): Likewise.
29128 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29130         * manual/Makefile (chapters): Add nptl.
29131         * manual/debug.texi (Debugging Support): Add link to Threads
29132         chapter.
29133         * manual/nptl.texi: New file.
29135         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29137 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29139         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29140         for non-NULL pointer before the memory validity test. Pointed
29141         out by Holger Brunck <holger.brunck@keymile.com>.
29143 2013-03-13  Andreas Schwab  <schwab@suse.de>
29145         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29146         instead of .os.
29148 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29150         * timezone/zic.c: Update from tzcode 2013b.
29152 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29154         * manual/install.texi (Configuring and compiling):
29155         Mention i686 and i586.
29156         * INSTALL: Regenerate.
29158 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29160         * sysdeps/init_array/elf-init.c: New file.
29161         * csu/elf-init.c
29162         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29163         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29165         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29166         __gmon_start__ as global, but as static with a .preinit_array pointer.
29167         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29168         * sysdeps/init_array/crti.S: New file, empty except for comments.
29169         * sysdeps/init_array/crtn.S: Likewise.
29171 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29173         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29174         definining bcopy.
29175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29176         Remove Prefer_SSE_for_memop.
29177         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29178         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29179         HAS_PREFER_SSE_FOR_MEMOP.
29180         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29181         memset-x86-64.
29182         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29183         Remove bzero, memset ifunc support.
29184         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29185         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29186         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29187         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29189 2013-03-11  Andreas Schwab  <schwab@suse.de>
29191         [BZ #15234]
29192         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29193         by SHLIB_COMPAT.
29194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29195         (GLIBC_2.16): Remove pthread_atfork.
29197 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29199         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29200         (ptestcases.h): Likewise.
29202 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29204         * Makeconfig ($(common-objpfx)config.status): Depend on
29205         sysdeps/*/preconfigure{,.in} too.
29207 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29209         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29210         (__free_hook): Use void * instead of __malloc_ptr_t.
29211         (__malloc_hook): Likewise.
29212         (__realloc_hook): Likewise.
29213         (__memalign_hook): Likewise.
29214         (__after_morecore_hook): Likewise.
29215         * malloc/arena.c (save_malloc_hook): Likewise.
29216         (save_free_hook): Likewise.
29217         * malloc/hooks.c (malloc_hook_ini): Likewise.
29218         (realloc_hook_ini): Likewise.
29219         (memalign_hook_ini): Likewise.
29220         * malloc/malloc.c (malloc_hook_ini): Likewise.
29221         (realloc_hook_ini): Likewise.
29222         (memalign_hook_ini): Likewise.
29223         (__free_hook): Likewise.
29224         (__malloc_hook): Likewise.
29225         (__realloc_hook): Likewise.
29226         (__memalign_hook): Likewise.
29227         (__libc_malloc): Likewise.
29228         (__libc_free): Likewise.
29229         (__libc_realloc): Likewise.
29230         (__libc_memalign): Likewise.
29231         (__libc_valloc): Likewise.
29232         (__libc_pvalloc): Likewise.
29233         (__libc_calloc): Likewise.
29234         (__posix_memalign): Likewise.
29235         * malloc/morecore.c (__sbrk): Likewise.
29236         (__default_morecore): Likewise.
29238         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29240         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29241         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29242         __malloc_ptrdiff_t.
29244         * malloc/malloc.h (__malloc_size_t): Remove macro.
29245         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29246         __malloc_size_t.
29247         (old_memalign_hook): Likewise.
29248         (old_realloc_hook): Likewise.
29249         (struct hdr): Likewise.
29250         (flood): Likewise.
29251         (mallochook): Likewise.
29252         (memalignhook): Likewise.
29253         (reallochook): Likewise.
29254         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29255         (tr_old_realloc_hook): Likewise.
29256         (tr_old_memalign_hook): Likewise.
29257         (tr_mallochook): Likewise.
29258         (tr_reallochook): Likewise.
29259         (tr_memalignhook): Likewise.
29261 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29263         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29264         default_ldbl_pack and using as default implementation.
29265         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29266         implementation.
29267         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29268         redundant definition.
29269         (ldbl_insert_mantissa): Likewise.
29270         (ldbl_canonicalize): Likewise.
29271         (ldbl_nearbyint): Likewise.
29272         (ldbl_pack): Rename to ldbl_pack_ppc.
29273         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29274         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29275         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29277 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29280         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29281         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29282         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29283         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29284         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29285         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29286         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29288 2013-03-07  Andreas Jaeger  <aj@suse.de>
29290         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29291         bits/mman-linux.h.
29293 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29295         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29296         Include mpa.h and declare __MPEXP.
29297         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29298         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29299         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29300         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29301         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29302         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29303         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29305         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29306         (__slowpow): Use long double EXPL and LOGL functions to
29307         compute POW.
29308         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29309         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29310         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29311         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29312         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29313         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29316         intermediate variable to calculate exponent.
29317         (__sqr): Likewise.
29318         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29319         Likewise.
29320         (__sqr): Likewise.
29322         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29323         [!NO__SQR]: Define __sqr.
29324         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29325         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29326         sysdeps/ieee754/dbl-64/mpa.c.
29327         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29329         [BZ #12723]
29330         * posix/Makefile (tests): Add tst-pathconf.
29331         * posix/tst-pathconf.c: New test case.
29332         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29333         _PC_PIPE_BUF.
29334         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29336 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29338         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29340 2013-03-06  Andreas Jaeger  <aj@suse.de>
29342         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29343         definition via __MAP_ANONYMOUS.
29345         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29346         it's not part of Linux headers.
29348         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29349         (MAP_HUGE_MASK): Define.
29351         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29352         Define.
29353         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29354         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29355         Define.
29356         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29357         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29358         Define.
29359         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29360         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29361         Define.
29362         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29364         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29365         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29366         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29367         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29368         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29369         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29371         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29372         Handle f2fs.
29374         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29375         Handle f2fs and efivarfs.
29377         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29378         f2fs.
29380         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29381         (EFIVARFS_MAGIC): Add.
29382         (F2FS_LINK_MAX): Add.
29384 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29386         * stdio-common/vfprintf.c: Replace __builtin_expect with
29387         __glibc_unlikely.
29389 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29391         [BZ #13550]
29392         * sysdeps/generic/bp-sym.h: Remove file.
29393         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29394         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29395         <bp-sym.h> and <bp-asm.h>.
29396         (__longjmp): Don't use BP_SYM.
29397         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29398         and <bp-asm.h>.
29399         (memcpy): Don't use BP_SYM.
29400         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29401         <bp-sym.h> and <bp-asm.h>.
29402         (memcpy): Don't use BP_SYM.
29403         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29404         <bp-asm.h>.
29405         (memcpy): Don't use BP_SYM.
29406         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29407         <bp-asm.h>.
29408         (memset): Don't use BP_SYM.
29409         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29410         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29411         (__bzero): Don't use BP_SYM.
29412         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29413         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29414         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29415         <bp-sym.h> and <bp-asm.h>.
29416         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29417         pointers.
29418         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29419         <bp-sym.h> and <bp-asm.h>.
29420         (memcpy): Don't use BP_SYM.
29421         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29422         <bp-sym.h> and <bp-asm.h>.
29423         (memset): Don't use BP_SYM.
29424         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29425         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29426         (__bzero): Don't use BP_SYM.
29427         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29428         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29429         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29430         <bp-sym.h> and <bp-asm.h>.
29431         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29432         pointers.
29433         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29434         <bp-sym.h> and <bp-asm.h>.
29435         (memcpy): Don't use BP_SYM.
29436         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29437         <bp-sym.h> and <bp-asm.h>.
29438         (memset): Don't use BP_SYM.
29439         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29440         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29441         (__bzero): Don't use BP_SYM.
29442         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29443         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29444         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29445         <bp-sym.h> and <bp-asm.h>.
29446         (__memchr): Don't use BP_SYM.
29447         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29448         <bp-sym.h> and <bp-asm.h>.
29449         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29450         pointers.
29451         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29452         <bp-sym.h> and <bp-asm.h>.
29453         (memcpy): Don't use BP_SYM.
29454         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29455         <bp-sym.h> and <bp-asm.h>.
29456         (__mempcpy): Don't use BP_SYM.
29457         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29458         <bp-sym.h> and <bp-asm.h>.
29459         (__memrchr): Don't use BP_SYM.
29460         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29461         <bp-sym.h> and <bp-asm.h>.
29462         (memset): Don't use BP_SYM.
29463         (__bzero): Likewise.
29464         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29465         <bp-sym.h> and <bp-asm.h>.
29466         (__rawmemchr): Don't use BP_SYM.
29467         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29468         <bp-sym.h> and <bp-asm.h>.
29469         (__STRCMP): Don't use BP_SYM.
29470         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29471         <bp-sym.h> and <bp-asm.h>.
29472         (strchr): Don't use BP_SYM.
29473         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29474         <bp-sym.h> and <bp-asm.h>.
29475         (__strchrnul): Don't use BP_SYM.
29476         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29477         <bp-sym.h> and <bp-asm.h>.
29478         (strlen): Don't use BP_SYM.
29479         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29480         <bp-sym.h> and <bp-asm.h>.
29481         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29482         pointers.
29483         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29484         <bp-sym.h> and <bp-asm.h>.
29485         (__strnlen): Don't use BP_SYM.
29486         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29487         <bp-sym.h> and <bp-asm.h>.
29488         (__GI__setjmp): Don't use BP_SYM.
29489         (_setjmp): Likewise.
29490         (__sigsetjmp): Likewise.
29491         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29492         (L(start_addresses)): Don't use BP_SYM.
29493         (_start): Likewise.
29494         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29495         <bp-asm.h>.
29496         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29497         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29498         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29499         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29500         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29501         <bp-asm.h>.
29502         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29503         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29504         about bounded pointers.
29505         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29506         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29507         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29508         <bp-asm.h>.
29509         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29510         about bounded pointers.  Remove GKM FIXME comments.
29511         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29512         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29513         <bp-asm.h>.
29514         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29515         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29516         Remove GKM FIXME comments.
29517         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29518         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29519         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29520         <bp-asm.h>.
29521         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29522         about bounded pointers.  Remove GKM FIXME comment.
29523         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29524         and <bp-asm.h>.
29525         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29526         pointers.
29527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29528         <bp-sym.h> and <bp-asm.h>.
29529         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29531         <bp-sym.h> and <bp-asm.h>.
29532         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29533         comment.
29535 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29537         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29538         call free(NULL).
29540 2013-03-05  David S. Miller  <davem@davemloft.net>
29542         * po/es.po: Update from translation team.
29544 2013-03-05  Andreas Jaeger  <aj@suse.de>
29546         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29547         <bits/mman-linux.h>.
29548         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29549         is fine.
29550         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29551         <bits/mman-linux.h> to end of file.
29552         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29553         is fine.
29554         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29555         <bits/mman-linux.h> to end of file.
29556         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29557         is fine.
29558         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29559         <bits/mman-linux.h> to end of file.
29561         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29562         (MCL_CURRENT, MCL_FUTURE): Define here.
29564 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29566         [BZ #15232]
29567         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29568         attribute_hidden.
29569         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29571 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29573         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29574         fourth parameter needed for rt_sigprocmask syscall.
29575         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29576         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29577         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29578         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29579         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29580         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29582 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29584         [BZ #13550]
29585         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29586         comment about bounded pointers.
29587         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29588         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29590 2013-03-04  Andreas Jaeger  <aj@suse.de>
29592         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29593         common definitions.
29595         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29596         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29597         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29598         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29599         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29600         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29602 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29604         [BZ #15055]
29605         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29606         __ieee754_sqrl instead of __sqrl.
29608 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29610         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29611         * sysdeps/powerpc/fpu_control.h: ... here.
29612         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29613         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29614         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29615         * sysdeps/powerpc/bits/mathinline.h: ... here.
29617 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29619         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29620         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29621         to just [NEED_DL_SYSINFO_DSO].
29622         * elf/dl-support.c: Likewise.
29623         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29624         * elf/rtld.c (dl_main): Likewise.
29625         * elf/setup-vdso.h (setup_vdso): Likewise.
29626         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29627         * sysdeps/unix/sysv/linux/dl-sysdep.c
29628         (_dl_discover_osversion): Likewise.
29630 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29632         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29633         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29635 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29637         * NEWS: Mention libm performance improvements and non-x86 PI
29638         futex support.
29640         * csu/libc-start.c (__pthread_initialize_minimal): Change
29641         function arguments.
29642         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29644 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29646         [BZ #13550]
29647         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29648         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29649         <bp-sym.h> and <bp-asm.h>.
29650         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29651         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29652         and <bp-asm.h>.
29653         (memcpy): Don't use BP_SYM.
29654         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29655         <bp-asm.h>.
29656         (__mpn_add_n): Don't use BP_SYM.
29657         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29658         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29659         and <bp-asm.h>.
29660         (__mpn_addmul_1): Don't use BP_SYM.
29661         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29662         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29663         <bp-sym.h>.
29664         (_setjmp): Don't use BP_SYM.
29665         (__novmx_setjmp): Likewise.
29666         (__GI__setjmp): Likewise.
29667         (__vmx_setjmp): Likewise.
29668         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29669         <bp-sym.h>.
29670         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29671         (__bzero): Don't use BP_SYM.
29672         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29673         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29674         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29675         <bp-sym.h> and <bp-asm.h>.
29676         (memcpy): Don't use BP_SYM.
29677         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29678         <bp-sym.h> and <bp-asm.h>.
29679         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29680         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29681         <bp-sym.h> and <bp-asm.h>.
29682         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29683         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29684         <bp-asm.h>.
29685         (__mpn_lshift): Don't use BP_SYM.
29686         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29687         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29688         <bp-asm.h>.
29689         (memset): Don't use BP_SYM.
29690         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29691         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29692         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29693         <bp-asm.h>.
29694         (__mpn_mul_1): Don't use BP_SYM.
29695         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29696         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29697         <bp-sym.h> and <bp-asm.h>.
29698         (memcmp): Don't use BP_SYM.
29699         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29700         <bp-sym.h> and <bp-asm.h>.
29701         (memcpy): Don't use BP_SYM.
29702         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29703         <bp-sym.h> and <bp-asm.h>.
29704         (memset): Don't use BP_SYM.
29705         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29706         <bp-sym.h> and <bp-asm.h>.
29707         (strncmp): Don't use BP_SYM.
29708         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29709         <bp-sym.h> and <bp-asm.h>.
29710         (memcpy): Don't use BP_SYM.
29711         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29712         <bp-sym.h> and <bp-asm.h>.
29713         (memset): Don't use BP_SYM.
29714         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29715         <bp-sym.h> and <bp-asm.h>.
29716         (__memchr): Don't use BP_SYM.
29717         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29718         <bp-sym.h> and <bp-asm.h>.
29719         (memcmp): Don't use BP_SYM.
29720         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29721         <bp-sym.h> and <bp-asm.h>.
29722         (memcpy): Don't use BP_SYM.
29723         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29724         <bp-sym.h> and <bp-asm.h>.
29725         (__mempcpy): Don't use BP_SYM.
29726         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29727         <bp-sym.h> and <bp-asm.h>.
29728         (__memrchr): Don't use BP_SYM.
29729         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29730         <bp-sym.h> and <bp-asm.h>.
29731         (memset): Don't use BP_SYM.
29732         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29733         <bp-sym.h> and <bp-asm.h>.
29734         (__rawmemchr): Don't use BP_SYM.
29735         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29736         <bp-sym.h> and <bp-asm.h>.
29737         (__STRCMP): Don't use BP_SYM.
29738         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29739         <bp-sym.h> and <bp-asm.h>.
29740         (strchr): Don't use BP_SYM.
29741         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29742         <bp-sym.h> and <bp-asm.h>.
29743         (__strchrnul): Don't use BP_SYM.
29744         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29745         <bp-sym.h> and <bp-asm.h>.
29746         (strlen): Don't use BP_SYM.
29747         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29748         <bp-sym.h> and <bp-asm.h>.
29749         (strncmp): Don't use BP_SYM.
29750         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29751         <bp-sym.h> and <bp-asm.h>.
29752         (__strnlen): Don't use BP_SYM.
29753         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29754         <bp-asm.h>.
29755         (__mpn_rshift): Don't use BP_SYM.
29756         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29757         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29758         <bp-sym.h> and <bp-asm.h>.
29759         (__sigsetjmp): Don't use BP_SYM.
29760         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29761         (L(start_addresses)): Don't use BP_SYM.
29762         (_start): Likewise.
29763         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29764         <bp-asm.h>.
29765         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29766         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29767         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29768         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29769         <bp-asm.h>.
29770         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29771         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29772         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29773         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29774         <bp-asm.h>.
29775         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29776         comments.
29777         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29778         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29779         <bp-asm.h>.
29780         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29781         FIXME comments.
29782         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29783         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29784         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29785         <bp-asm.h>.
29786         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29787         comment.
29788         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29789         and <bp-asm.h>.
29790         (strncmp): Don't use BP_SYM,
29791         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29792         <bp-asm.h>.
29793         (__mpn_sub_n): Don't use BP_SYM.
29794         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29795         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29796         and <bp-asm.h>.
29797         (__mpn_submul_1): Don't use BP_SYM.
29798         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29800         <bp-sym.h> and <bp-asm.h>.
29801         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29803         <bp-sym.h> and <bp-asm.h>.
29804         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29805         comment.
29807 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29809         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29810         Use ZK to minimize writes to Z.
29811         (sub_magnitudes): Simplify code a bit.
29812         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29813         Use ZK to minimize writes to Z.
29814         (sub_magnitudes): Simplify code a bit.
29816 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29818         * csu/gmon-start.c: Add special exception to license text.
29820 2013-02-27  Richard Henderson  <rth@redhat.com>
29822         * scripts/config.guess: Update from config.git.
29823         * scripts/config.sub: Likewise.
29825 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29827         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29829         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29831         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29833         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29835         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29837 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29839         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29840         [$(build-shared = yes].
29842 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29844         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29845         (__mul): Reduce iterations for calculating mantissa.
29847         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29848         MPTWO.
29849         (__mpranred): Likewise.
29851         [BZ #15160]
29852         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29853         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29855 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29857         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29858         Define __attribute__.
29860 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29862         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29863         unused.
29864         * posix/regex_internal.h (__attribute): Remove.
29865         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29866         (re_string_context_at): Likewise.
29867         (bitset_not): Use __attribute__ and mark function as possibly
29868         unused.
29869         (bitset_merge): Likewise.
29870         (bitset_mask): Likewise.
29871         (re_string_char_size_at): Likewise.
29872         (re_string_wchar_at): Likewise.
29873         (re_string_elem_size_at): Likewise.
29875 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29877         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29878         code.
29879         (cc32): Likewise.
29881         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29882         (__acr): Likewise.
29883         (__cpy): Likewise.
29884         (norm): Likewise.
29885         (denorm): Likewise.
29886         (__dbl_mp): Likewise.
29887         (add_magnitudes): Likewise.
29888         (sub_magnitudes): Likewise.
29889         (__mul): Likewise.
29890         (__inv): Likewise.
29892         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29893         style.
29895         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29896         style.
29898         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29899         code.
29901         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29902         up changes with default code.
29903         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29904         Likewise.
29906 2013-02-24  Allan McRae  <allan@archlinux.org>
29908         * manual/socket.texi (The Internet Namespace): Order menu items
29909         to match that in the file.
29911         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29912         node listing of the info page menu.
29914 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29916         [BZ #13550]
29917         * sysdeps/i386/bp-asm.h: Remove file.
29918         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29919         (PARMS): Do not use macros from bp-asm.h.
29920         (S1): Likewise.
29921         (S2): Likewise.
29922         (SIZE): Likewise.
29923         (__mpn_add_n): Do not use BP_SYM
29924         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29925         "bp-asm.h".
29926         (PARMS): Do not use macros from bp-asm.h.
29927         (S1): Likewise.
29928         (SIZE): Likewise.
29929         (__mpn_addmul_1): Do not use BP_SYM
29930         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29931         "bp-asm.h".
29932         (PARMS): Do not use macros from bp-asm.h.
29933         (SIGMSK): Likewise.
29934         (_setjmp): Likewise.  Do not use BP_SYM.
29935         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29936         "bp-asm.h".
29937         (PARMS): Do not use macros from bp-asm.h.
29938         (SIGMSK): Likewise.
29939         (setjmp): Likewise.  Do not use BP_SYM.
29940         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29941         "bp-asm.h".
29942         (PARMS): Do not use macros from bp-asm.h.
29943         (__frexp): Do not use BP_SYM.
29944         (frexp): Likewise.
29945         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29946         "bp-asm.h".
29947         (PARMS): Do not use macros from bp-asm.h.
29948         (__frexpf): Do not use BP_SYM.
29949         (frexpf): Likewise.
29950         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29951         "bp-asm.h".
29952         (PARMS): Do not use macros from bp-asm.h.
29953         (__frexpl): Do not use BP_SYM.
29954         (frexpl): Likewise.
29955         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29956         "bp-asm.h".
29957         (PARMS): Do not use macros from bp-asm.h.
29958         (__remquo): Do not use BP_SYM.
29959         (remquo): Likewise.
29960         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29961         "bp-asm.h".
29962         (PARMS): Do not use macros from bp-asm.h.
29963         (__remquof): Do not use BP_SYM.
29964         (remquof): Likewise.
29965         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29966         "bp-asm.h".
29967         (PARMS): Do not use macros from bp-asm.h.
29968         (__remquol): Do not use BP_SYM.
29969         (remquol): Likewise.
29970         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
29971         "bp-asm.h".
29972         (PARMS): Do not use macros from bp-asm.h.
29973         (DEST): Likewise.
29974         (SRC): Likewise.
29975         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29976         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29977         "bp-asm.h".
29978         (PARMS): Do not use macros from bp-asm.h.
29979         (strlen): Do not use BP_SYM.
29980         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29981         "bp-asm.h".
29982         (PARMS): Do not use macros from bp-asm.h.
29983         (S1): Likewise.
29984         (S2): Likewise.
29985         (SIZE): Likewise.
29986         (__mpn_add_n): Do not use BP_SYM.
29987         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
29988         "bp-asm.h".
29989         (PARMS): Do not use macros from bp-asm.h.
29990         (S1): Likewise.
29991         (SIZE): Likewise.
29992         (__mpn_addmul_1): Do not use BP_SYM.
29993         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29994         weak_alias.
29995         (bzero): Likewise.
29996         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29997         "bp-asm.h".
29998         (PARMS): Do not use macros from bp-asm.h.
29999         (S): Likewise.
30000         (SIZE): Likewise.
30001         (__mpn_lshift): Do not use BP_SYM.
30002         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30003         "bp-asm.h".
30004         (PARMS): Do not use macros from bp-asm.h.
30005         (DEST): Likewise.
30006         (SRC): Likewise.
30007         (LEN): Likewise.
30008         (memcpy): Likewise.  Do not use BP_SYM.
30009         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30010         libc_hidden_def and weak_alias.
30011         (mempcpy): Do not use BP_SYM in weak_alias.
30012         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30013         "bp-asm.h".
30014         (PARMS): Do not use macros from bp-asm.h.
30015         (DEST): Likewise.
30016         (LEN): Likewise.
30017         [!BZERO_P] (CHR): Likewise.
30018         (memset): Likewise.  Do not use BP_SYM.
30019         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30020         "bp-asm.h".
30021         (PARMS): Do not use macros from bp-asm.h.
30022         (S1): Likewise.
30023         (SIZE): Likewise.
30024         (__mpn_mul_1): Do not use BP_SYM.
30025         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30026         "bp-asm.h".
30027         (PARMS): Do not use macros from bp-asm.h.
30028         (S): Likewise.
30029         (SIZE): Likewise.
30030         (__mpn_rshift): Do not use BP_SYM.
30031         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30032         "bp-asm.h".
30033         (PARMS): Do not use macros from bp-asm.h.
30034         (STR): Likewise.
30035         (CHR): Likewise.
30036         (strchr): Likewise.  Do not use BP_SYM.
30037         (index): Do not use BP_SYM in weak_alias.
30038         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30039         "bp-asm.h".
30040         (PARMS): Do not use macros from bp-asm.h.
30041         (DEST): Likewise.
30042         (SRC): Likewise.
30043         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30044         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30045         "bp-asm.h".
30046         (PARMS): Do not use macros from bp-asm.h.
30047         (strlen): Do not use BP_SYM.
30048         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30049         "bp-asm.h".
30050         (PARMS): Do not use macros from bp-asm.h.
30051         (S1): Likewise.
30052         (S2): Likewise.
30053         (SIZE): Likewise.
30054         (__mpn_sub_n): Do not use BP_SYM.
30055         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30056         "bp-asm.h".
30057         (PARMS): Do not use macros from bp-asm.h.
30058         (S1): Likewise.
30059         (SIZE): Likewise.
30060         (__mpn_submul_1): Do not use BP_SYM.
30061         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30062         "bp-asm.h".
30063         (PARMS): Do not use macros from bp-asm.h.
30064         (S1): Likewise.
30065         (S2): Likewise.
30066         (SIZE): Likewise.
30067         (__mpn_add_n): Do not use BP_SYM.
30068         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30069         weak_alias.
30070         (bzero): Likewise.
30071         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30072         "bp-asm.h".
30073         (PARMS): Do not use macros from bp-asm.h.
30074         (BLK2): Likewise.
30075         (LEN): Likewise.
30076         (memcmp): Do not use BP_SYM.
30077         (bcmp): Do not use BP_SYM in weak_alias.
30078         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30079         "bp-asm.h".
30080         (PARMS): Do not use macros from bp-asm.h.
30081         (DEST): Likewise.
30082         (SRC): Likewise.
30083         (LEN): Likewise.
30084         (memcpy): Likewise.  Do not use BP_SYM.
30085         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30086         "bp-asm.h".
30087         (PARMS): Do not use macros from bp-asm.h.
30088         (DEST): Likewise.
30089         (SRC): Likewise.
30090         (LEN): Likewise.
30091         (memmove): Likewise.  Do not use BP_SYM.
30092         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30093         "bp-asm.h".
30094         (PARMS): Do not use macros from bp-asm.h.
30095         (DEST): Likewise.
30096         (SRC): Likewise.
30097         (LEN): Likewise.
30098         (__mempcpy): Likewise.  Do not use BP_SYM.
30099         (mempcpy): Do not use BP_SYM in weak_alias.
30100         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30101         "bp-asm.h".
30102         (PARMS): Do not use macros from bp-asm.h.
30103         (DEST): Likewise.
30104         (LEN): Likewise.
30105         [!BZERO_P] (CHR): Likewise.
30106         (memset): Likewise.  Do not use BP_SYM.
30107         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30108         "bp-asm.h".
30109         (PARMS): Do not use macros from bp-asm.h.
30110         (STR2): Likewise.
30111         (strcmp): Do not use BP_SYM.
30112         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30113         "bp-asm.h".
30114         (PARMS): Do not use macros from bp-asm.h.
30115         (STR): Likewise.
30116         (DELIM): Likewise.
30117         [USE_AS_STRTOK_R] (SAVE): Likewise.
30118         (FUNCTION): Likewise.  Do not use BP_SYM.
30119         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30120         aliases.
30121         (strtok_r): Likewise.
30122         (__GI___strtok_r): Likewise.
30123         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30124         (PARMS): Do not use macros from bp-asm.h.
30125         (S): Likewise.
30126         (SIZE): Likewise.
30127         (__mpn_lshift): Do not use BP_SYM.
30128         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30129         (PARMS): Do not use macros from bp-asm.h.
30130         (STR): Likewise.
30131         (CHR): Likewise.
30132         (__memchr): Do not use BP_SYM.
30133         (memchr): Do not use BP_SYM in weak_alias.
30134         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30135         (PARMS): Do not use macros from bp-asm.h.
30136         (BLK2): Likewise.
30137         (LEN): Likewise.
30138         (memcmp): Do not use BP_SYM.
30139         (bcmp): Do not use BP_SYM in weak_alias.
30140         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30141         (PARMS): Do not use macros from bp-asm.h.
30142         (S1): Likewise.
30143         (SIZE): Likewise.
30144         (__mpn_mul_1): Do not use BP_SYM.
30145         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30146         "bp-asm.h".
30147         (PARMS): Do not use macros from bp-asm.h.
30148         (STR): Likewise.
30149         (CHR): Likewise.
30150         (__rawmemchr): Do not use BP_SYM.
30151         (rawmemchr): Do not use BP_SYM in weak_alias.
30152         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30153         (PARMS): Do not use macros from bp-asm.h.
30154         (S): Likewise.
30155         (SIZE): Likewise.
30156         (__mpn_rshift): Do not use BP_SYM.
30157         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30158         (PARMS): Do not use macros from bp-asm.h.
30159         (SIGMSK): Likewise.
30160         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30161         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30162         (_start): Do not use BP_SYM.
30163         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30164         (PARMS): Do not use macros from bp-asm.h.
30165         (DEST): Likewise.
30166         (SRC): Likewise.
30167         (__stpcpy): Likewise.  Do not use BP_SYM.
30168         (stpcpy): Do not use BP_SYM in weak_alias.
30169         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30170         "bp-asm.h".
30171         (PARMS): Do not use macros from bp-asm.h.
30172         (DEST): Likewise.
30173         (SRC): Likewise.
30174         (LEN): Likewise.
30175         (__stpncpy): Likewise.  Do not use BP_SYM.
30176         (stpncpy): Do not use BP_SYM in weak_alias.
30177         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30178         (PARMS): Do not use macros from bp-asm.h.
30179         (STR): Likewise.
30180         (CHR): Likewise.
30181         (strchr): Likewise.  Do not use BP_SYM.
30182         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30183         "bp-asm.h".
30184         (PARMS): Do not use macros from bp-asm.h.
30185         (STR): Likewise.
30186         (CHR): Likewise.
30187         (__strchrnul): Likewise.  Do not use BP_SYM.
30188         (strchrnul): Do not use BP_SYM in weak_alias.
30189         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30190         "bp-asm.h".
30191         (PARMS): Do not use macros from bp-asm.h.
30192         (STOP): Likewise.
30193         (strcspn): Do not use BP_SYM.
30194         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30195         "bp-asm.h".
30196         (PARMS): Do not use macros from bp-asm.h.
30197         (STR): Likewise.
30198         (STOP): Likewise.
30199         (strpbrk): Likewise.  Do not use BP_SYM.
30200         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30201         "bp-asm.h".
30202         (PARMS): Do not use macros from bp-asm.h.
30203         (STR): Likewise.
30204         (CHR): Likewise.
30205         (strrchr): Likewise.  Do not use BP_SYM.
30206         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30207         (PARMS): Do not use macros from bp-asm.h.
30208         (SKIP): Likewise.
30209         (strspn): Do not use BP_SYM.
30210         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30211         (PARMS): Do not use macros from bp-asm.h.
30212         (STR): Likewise.
30213         (DELIM): Likewise.
30214         (SAVE): Likewise.
30215         (FUNCTION): Likewise.  Do not use BP_SYM.
30216         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30217         aliases.
30218         (strtok_r): Likewise.
30219         (__GI___strtok_r): Likewise.
30220         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30221         (PARMS): Do not use macros from bp-asm.h.
30222         (S1): Likewise.
30223         (S2): Likewise.
30224         (SIZE): Likewise.
30225         (__mpn_sub_n): Do not use BP_SYM.
30226         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30227         "bp-asm.h".
30228         (PARMS): Do not use macros from bp-asm.h.
30229         (S1): Likewise.
30230         (SIZE): Likewise.
30231         (__mpn_submul_1): Do not use BP_SYM.
30232         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30233         <bp-sym.h>.
30234         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30235         and <bp-asm.h>.
30236         (PARMS): Do not use macros from bp-asm.h.
30237         (FLAGS): Likewise.
30238         (PTID): Likewise.
30239         (TLS): Likewise.
30240         (CTID): Likewise.
30241         (__clone): Do not use BP_SYM.
30242         (clone): Do not use BP_SYM in weak_alias.
30243         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30244         and <bp-asm.h>.
30245         (PARMS): Do not use macros from bp-asm.h.
30246         (LEN): Likewise.
30247         (__mmap64): Do not use BP_SYM.
30248         (mmap64): Do not use BP_SYM in weak_alias.
30249         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30250         <bp-sym.h> and <bp-asm.h>.
30251         (PARMS): Do not use macros from bp-asm.h.
30252         (__posix_fadvise64_l64): Do not use BP_SYM.
30253         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30254         (PARMS): Do not use macros from bp-asm.h.
30255         (NSOPS): Likewise.
30256         (semtimedop): Do not use BP_SYM.
30257         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30258         and <bp-asm.h>.
30260 2013-02-21  Allan McRae  <allan@archlinux.org>
30262         * manual/message.texi (Charset conversion in gettext):
30263         Move @end statement to beginning of line.
30265 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30268         static.
30269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30270         Likewise.
30272         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30273         (denorm): Likewise.
30274         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30277 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30279         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30280         tail-call to the resolved function if pltexit isn't needed.
30282 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30284         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30285         or Y being zero as being unlikely.
30286         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30287         Likewise.
30289 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30291         * manual/nss.texi (System Databases and Name Service Switch):
30292         Remove frobnicate @pxref.
30294 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30296         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30297         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30299 2013-02-20  Petr Machata  <pmachata@redhat.com>
30301         * elf/elf.h (R_ARM_TARGET1): New macro.
30302         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30303         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30304         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30305         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30306         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30307         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30308         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30309         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30310         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30311         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30312         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30313         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30314         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30315         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30316         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30317         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30318         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30319         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30320         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30321         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30322         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30323         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30324         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30325         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30326         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30327         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30328         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30329         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30330         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30331         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30332         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30333         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30334         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30335         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30336         (R_ARM_THM_GOT_BREL12): Likewise.
30337         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30338         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30339         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30340         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30341         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30342         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30343         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30344         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30345         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30347 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30349         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30350         __attribute_used__ to __attribute__ ((unused)).
30352 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30354         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30355         powerpc mpa.c.
30356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30357         comment formatting.
30358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30360 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30362         [BZ #13550]
30363         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30364         Remove macro.
30365         (ENTER): Remove both macro definitions.
30366         (LEAVE): Likewise.
30367         (CHECK_BOUNDS_LOW): Likewise.
30368         (CHECK_BOUNDS_HIGH): Likewise.
30369         (CHECK_BOUNDS_BOTH): Likewise.
30370         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30371         (RETURN_BOUNDED_POINTER): Likewise.
30372         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30373         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30374         (POP_ERRNO_LOCATION_RETURN): Likewise.
30375         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30376         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30377         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30378         macros.
30379         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30380         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30381         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30382         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30383         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30384         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30385         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30386         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30387         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30388         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30389         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30390         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30391         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30392         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30393         removed macros.
30394         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30395         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30396         macros.
30397         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30398         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30399         * sysdeps/i386/i586/memset.S (memset): Likewise.
30400         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30401         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30402         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30403         macros.
30404         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30405         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30406         Change uses of L(2) to L(out).
30407         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30408         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30409         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30410         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30411         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30412         removed macros.
30413         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30414         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30415         macros.
30416         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30417         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30418         (RETURN): Do not use macro LEAVE.
30419         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30420         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30421         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30422         * sysdeps/i386/i686/memset.S (memset): Likewise.
30423         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30424         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30425         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30426         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30427         Likewise.
30428         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30429         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30430         L(1_2) and L(1_3) into L(1).
30431         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30432         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30433         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30434         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30435         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30436         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30437         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30438         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30439         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30440         macros.
30441         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30442         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30443         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30444         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30445         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30446         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30447         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30448         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30449         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30450         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30451         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30452         * sysdeps/i386/strspn.S (strspn): Likewise.
30453         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30454         conditional code.
30455         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30456         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30457         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30458         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30459         L(1_3) into L(1_1).
30460         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30461         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30462         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30463         macros.
30464         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30466 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30468         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30469         macro.
30471 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30473         * math/atest-exp.c (exp_mpn): Remove ROUND.
30474         * math/atest-exp2.c (exp_mpn): Likewise.
30475         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30477         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30478         * stdlib/tst-tls-atexit-lib.c: Likewise.
30479         * stdlib/tst-tls-atexit.c: Likewise.
30481 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30483         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30484         and __attribute_alloc_size__.
30486 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30488         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30489         __attribute_alloc_size__.
30490         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30491         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30493 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30495         * include/programs/xmalloc.h: New file.
30496         * catgets/gencat.c: Include it.
30497         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30498         * elf/pldd.c: Likewise.
30499         * iconv/iconv_charmap.c: Likewise.
30500         * iconv/iconvconfig.c: Likewise.
30501         * iconv/strtab.c: Likewise.
30502         * locale/programs/locale.c: Likewise.
30503         * locale/programs/localedef.h: Likewise.
30504         * locale/programs/simple-hash.c: Likewise.
30505         * nscd/nscd.h: Likewise.
30506         * nss/makedb.c: Likewise.
30507         * sysdeps/generic/ldconfig.h: Likewise.
30509 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30511         * Versions.def: Add GLIBC_2.18.
30512         * include/link.h (struct link_map): New member l_tls_dtor_count.
30513         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30514         (__call_tls_dtors): Likewise.
30515         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30516         __cxa_thread_atexit_impl.
30517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30518         Likewise.
30519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30520         Likewise.
30521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30522         Likewise.
30523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30524         Likewise.
30525         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30527         Likewise.
30528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30529         Likewise.
30530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30531         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30532         Likewise.
30533         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30534         (tests): Add test case tst-tls-atexit.
30535         (modules-names): Add shared library for tst-tls-atexit.
30536         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30537         (GLIBC_PRIVATE): Add __call_tls_dtors.
30538         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30539         for libstdc++.
30540         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30541         * stdlib/tst-tls-atexit.c: New test case.
30542         * stdlib/tst-tls-atexit-lib.c: New test case.
30544         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30546         * elf/Versions (ld): Add _dl_find_dso_for_object.
30547         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30548         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30549         (dl_open_worker): Use _dl_find_dso_for_object.
30550         * elf/dl-sym.c (do_sym): Likewise.
30551         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30553 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30555         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30556         Syntactic changes only.
30557         (_dl_runtime_profile): Do a tail-call to the resolved function.
30559 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30561         [BZ #13550]
30562         * sysdeps/x86_64/bp-asm.h: Remove file.
30563         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30564         <bp-sym.h> and <bp-asm.h>.
30565         (__clone): Do not use BP_SYM.
30566         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30567         <bp-sym.h> and <bp-asm.h>.
30568         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30569         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30570         "bp-asm.h".
30571         (_setjmp): Do not use BP_SYM.
30572         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30573         "bp-asm.h".
30574         (setjmp): Do not use BP_SYM.
30575         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30576         libc_hidden_def.
30577         (mempcpy): Do not use BP_SYM in weak_alias.
30578         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30579         "bp-asm.h".
30580         (strchr): Do not use BP_SYM.
30581         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30582         "bp-asm.h".
30583         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30584         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30585         (_start): Do not use BP_SYM.
30586         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30587         "bp-asm.h".
30588         (strcat): Do not use BP_SYM.
30589         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30590         "bp-asm.h".
30591         (STRCMP): Do not use BP_SYM.
30592         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30593         "bp-asm.h".
30594         (STRCPY): Do not use BP_SYM.
30595         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30596         "bp-asm.h".
30597         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30598         "bp-asm.h".
30599         (FUNCTION): Do not use BP_SYM.
30600         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30601         weak_alias.
30602         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30604 2013-02-17  Andreas Jaeger  <aj@suse.de>
30606         * time/Versions: Sort entries.
30607         * string/Versions: Likewise.
30608         * resolv/Versions: Likewise.
30609         * posix/Versions: Likewise.
30610         * iconv/Versions: Likewise.
30611         * elf/Versions: Likewise.
30612         * wcsmbs/Versions: Likewise.
30614 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30616         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30617         loop termination condition.
30619         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30620         variable to calculate EZ.
30621         (__sqr): Likewise.
30623         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30624         the lower precision input.
30626 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30628         [BZ #13550]
30629         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30630         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30631         (run-via-rtld-prefix): Do not handle %-bp tests.
30632         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30633         (all-object-suffixes): Remove .ob.
30634         (bppfx): Remove variable.
30635         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30636         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30637         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30638         [$(build-bounded) = yes] (libtype.ob): Likewise.
30639         * Makerules (elide-routines.ob): Remove variable.
30640         (do-tests-clean): Do not handle *-bp.out.
30641         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30642         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30643         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30644         (tests): Do not include $(tests-bp.out).
30645         (xtests): Do not include $(xtests-bp.out).
30646         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30647         [$(build-bounded) = yes] ($(addprefix
30648         $(objpfx),$(binaries-bounded))): Remove rule.
30649         ($(objpfx)%-bp.out): Remove rule.
30650         * config.make.in (build-bounded): Remove variable.
30651         * crypt/Makefile [$(build-bounded) = yes]
30652         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30653         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30654         append to variable.
30655         [$(build-bounded) = yes] (install-lib): Likewise.
30656         [$(build-bounded) = yes] (generated): Likewise.
30657         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30658         Remove rule.
30659         * intl/Makefile [$(build-bounded) = yes]
30660         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30661         * math/Makefile [$(build-bounded) = yes]
30662         ($(tests:%=$(objpfx)%-bp): Likewise.
30663         * misc/Makefile [$(build-bounded) = yes]
30664         ($(objpfx)tst-tsearch-bp): Likewise.
30665         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30666         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30667         Remove dependency.
30668         * string/Makefile (o-objects.ob): Remove variable.
30669         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30670         (CFLAGS-.ob): Remove variable.
30671         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30672         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30673         both definitions of variable.
30674         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30675         (ASFLAGS-.ob): Remove variable.
30677 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30679         [BZ #13550]
30680         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30681         Remove __BOUNDED_POINTERS__ from condition.
30682         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30683         * string/bits/string2.h [!__NO_STRING_INLINES &&
30684         !__BOUNDED_POINTERS__]: Likewise.
30685         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30686         Likewise.
30687         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30688         Remove conditional code.
30689         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30690         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30691         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30692         condition.
30694         [BZ #13550]
30695         * csu/libc-start.c: Do not include <bp-sym.h>.
30696         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30697         * elf/dl-open.c: Do not include <bp-sym.h>.
30698         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30699         * math/fegetenv.c: Do not include <bp-sym.h>.
30700         (fegetenv): Do not use BP_SYM in versioned symbols.
30701         * nptl/sysdeps/pthread/bits/libc-lockP.h
30702         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30703         <bp-sym.h>.
30704         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30705         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30706         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30707         (__pthread_mutex_destroy): Likewise.
30708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30709         (__pthread_mutex_lock): Likewise.
30710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30711         (__pthread_mutex_trylock): Likewise.
30712         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30713         (__pthread_mutex_unlock): Likewise.
30714         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30715         (__pthread_mutexattr_init): Likewise.
30716         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30717         (__pthread_mutexattr_destroy): Likewise.
30718         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30719         (__pthread_mutexattr_settype): Likewise.
30720         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30721         (__pthread_rwlock_init): Likewise.
30722         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30723         (__pthread_rwlock_destroy): Likewise.
30724         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30725         (__pthread_rwlock_rdlock): Likewise.
30726         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30727         (__pthread_rwlock_tryrdlock): Likewise.
30728         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30729         (__pthread_rwlock_wrlock): Likewise.
30730         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30731         (__pthread_rwlock_trywrlock): Likewise.
30732         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30733         (__pthread_rwlock_unlock): Likewise.
30734         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30735         (__pthread_key_create): Likewise.
30736         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30737         (__pthread_setspecific): Likewise.
30738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30739         (__pthread_getspecific): Likewise.
30740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30741         Likewise.
30742         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30743         (_pthread_cleanup_push_defer): Likewise.
30744         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30745         (_pthread_cleanup_pop_restore): Likewise.
30746         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30747         (pthread_setcancelstate): Likewise.
30748         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30749         <bp-sym.h>.
30750         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30751         (memchr): Do not use BP_SYM in weak_alias.
30752         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30753         (fegetenv): Do not use BP_SYM in versioned symbols.
30754         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30755         (fesetenv): Do not use BP_SYM in versioned symbols.
30756         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30757         (feupdateenv): Do not use BP_SYM in versioned symbols.
30758         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30759         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30760         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30761         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30762         (open64): Do not use BP_SYM in weak_alias.
30763         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30764         (fegetenv): Do not use BP_SYM in versioned symbols.
30765         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30766         (fesetenv): Do not use BP_SYM in versioned symbols.
30767         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30768         (feupdateenv): Do not use BP_SYM in versioned symbols.
30769         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30770         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30771         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30772         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30773         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30774         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30775         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30776         <bp-sym.h>.
30777         (__libc_start_main): Do not use BP_SYM.
30779 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30782         redundant return line.
30783         (norm): Likewise.
30784         (denorm): Likewise.
30785         (dbl_mp): Likewise.
30786         (sub_magnitudes): Likewise.
30787         (__add): Likewise.
30788         (__sub): Likewise.
30789         (__mul): Likewise.
30790         (__inv): Likewise.
30791         (__dvd): Likewise.
30792         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30793         (norm): Likewise.
30794         (denorm): Likewise.
30795         (dbl_mp): Likewise.
30796         (sub_magnitudes): Likewise.
30797         (__add): Likewise.
30798         (__sub): Likewise.
30799         (__mul): Likewise.
30800         (__inv): Likewise.
30801         (__dvd): Likewise.
30803         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30804         instead of __mul.
30805         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30806         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30807         (cc32): Likewise.
30809         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30810         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30811         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30812         of __mul for squares.
30813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30814         function
30815         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30816         Likewise.
30817         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30818         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30820 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30822         [BZ #13550]
30823         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30824         code.
30825         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30826         prototype or function definition.  Rename ubp_* variables and
30827         parameters.  Remove argv definitions conditional on
30828         [__BOUNDED_POINTERS__].
30829         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30830         * elf/dl-runtime.c (_dl_fixup): Likewise.
30831         * include/set-hooks.h (RUN_HOOK): Likewise.
30832         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30833         definition.
30834         * string/strcpy.c (strcpy): Do not use __unbounded.
30835         * sysdeps/generic/frame.h (struct layout): Likewise.
30836         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30837         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30838         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30839         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30840         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30841         (__backtrace): Likewise.
30842         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30843         use __ptrvalue.
30844         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30845         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30846         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30847         Likewise.
30848         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30849         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30850         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30851         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30852         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30853         Do not use __unbounded.
30854         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30855         Rename __unboundedrlimits parameter to rlimits in prototype.
30856         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30857         Do not use __unbounded.
30858         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30859         not use __ptrvalue.
30860         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30861         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30862         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30863         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30864         __ptrvalue or __unbounded.
30865         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30866         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30867         use __unbounded.
30868         (__new_msgctl): Do not use __ptrvalue.
30869         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30870         __unbounded.
30871         (__libc_msgrcv): Do not use __ptrvalue.
30872         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30873         startup_info): Do not use __unbounded.
30874         (__libc_start_main): Likewise.  Rename ubp_* variables and
30875         parameters.  Remove argv definitions conditional on
30876         [__BOUNDED_POINTERS__].
30877         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30878         __ptrvalue.
30879         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30880         use __unbounded.
30881         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30882         or __ptrvalue.
30883         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30884         use __unbounded.
30885         (__new_shmctl): Do not use __ptrvalue.
30886         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30887         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30888         Likewise.
30889         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30890         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30891         (__libc_sigaction): Likewise.
30892         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30893         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30894         Likewise.
30895         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30897 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30899         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30901         * string/mempcpy.c: Implement by calling memcpy.
30903 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30905         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30907         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30908         evaluation.
30910         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30911         values in the mantissa.
30913         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30914         minimize writes to Z.
30915         (sub_magnitudes): Simplify code a bit.
30917 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30919         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30920         from the message.  The linker prefixes all warnings with that already.
30922 2013-02-12  Andreas Schwab  <schwab@suse.de>
30924         [BZ #15078]
30925         * posix/regexec.c (extend_buffers): Add parameter min_len.
30926         (check_matching): Pass minimum needed length.
30927         (clean_state_log_if_needed): Likewise.
30928         (get_subexp): Likewise.
30929         * posix/Makefile (tests): Add bug-regex34.
30930         (bug-regex34-ENV): Define.
30931         * posix/bug-regex34.c: New file.
30933         [BZ #11561]
30934         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30935         elements compare against the byte sequence of it, not its name.
30936         * posix/Makefile (tests): Add bug-regex35.
30937         (bug-regex35-ENV): Define.
30938         * posix/bug-regex35.c: New file.
30940 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30942         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30943         comment.
30944         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30945         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30946         (CHECK_EOL): Add undef.
30948 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30950         * bits/stdlib-bsearch.h: New file.
30951         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30952         * stdlib/stdlib.h: Likewise.
30954 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30956         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30957         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30958         declaration.
30959         * manual/search.texi (Array Search Function): Add missing const in
30960         lfind prototype.
30961         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30962         declaration to use rlim_t.
30963         (Basic Scheduling Functions): Remove erroneous const from
30964         sched_getparam prototype.  Remove erroneous * from
30965         sched_get_priority_max and sched_get_priority_min prototypes.
30966         (Resource Usage): Fix summary @comment on vtimes to refer to
30967         sys/vtimes.h rather than vtimes.h.
30968         Add missing *s in vtimes prototype.
30969         (Limits on Resources): Fix ulimit prototype to return long int.
30970         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30971         prototypes to use long int rather than double.
30972         (BSD Random): Fix initstate and setstate to use char *, not void *.
30973         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30974         prototype to make second argument 'struct aiocb64 *const[]'.
30975         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30976         (Status of AIO Operations): Remove erroneous const in aio_return and
30977         aio_return64 prototypes.
30978         (Synchronizing I/O): Fix sync prototype to return void.
30979         * manual/startup.texi (Suboptions): Remove an erroneous const in
30980         getsubopt prototype.
30981         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30982         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30983         use size_t rather than int.
30984         (Scanning All Users): Likewise for getpwent_r.
30985         (Setting Groups): Add missing const to setgroups prototype.
30986         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30987         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30988         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30989         'const void *' rather than 'const char *'.
30990         (Host Address Functions): Likewise for inet_ntop.
30991         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30992         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30993         ssize_t for return value.
30994         (Sending Data): Likewise for send, sendto, sendmsg.
30995         (Socket Option Functions): Add a missing const in setsockopt prototype.
30996         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30997         use wchar_t for the argument.
30998         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30999         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31000         take no arguments.
31001         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31002         double/float/long double for second argument.
31003         Fix return types of significand, significandf, significandl.
31004         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31005         argument in fchmod prototype.
31006         (File Owner): Use uid_t and gid_t in fchown prototype.
31007         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31008         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31009         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31010         use 'const struct dirent **' as argument types to CMP function pointer
31011         argument.
31012         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31013         (File Times): Fix summary magic @comment for struct utimbuf and utime
31014         to refer to utime.h, not time.h.
31015         * manual/string.texi (Argz Functions): Add missing const in
31016         argz_extract and argz_next prototypes.
31017         (Finding Tokens in a String): Likewise for basename.
31018         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31019         (Copying and Concatenation): Fix typo in wmemmove prototype.
31020         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31021         (Signal Stack): Remove erroneous const in sigstack prototype.
31022         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31023         prototype.
31024         (Simple Calendar Time): Likewise for stime.
31025         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31026         prototype.
31027         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31028         say sys/sysctl.h instead.
31029         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31030         and vsyslog prototypes.
31032 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31034         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31035         Remove.
31037 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31039         * misc/sys/mman.h: Fix typo in mremap comment.
31041 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31043         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31044         the '\0' terminator.
31046 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31048         [BZ #13550]
31049         * debug/segfault.c: Don't include <bp-checks.h>.
31050         * sysdeps/generic/bp-checks.h: Remove file.
31051         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31052         (__GETDENTS): Don't use CHECK_N.
31053         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31054         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31055         (__getgroups): Don't use CHECK_N.
31056         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31057         (setgroups): Don't use CHECK_N.
31058         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31059         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31060         (__libc_msgrcv): Don't use CHECK_N.
31061         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31062         (__libc_msgsnd): Don't use CHECK_N.
31063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31064         <bp-checks.h>.
31065         (__libc_pread): Don't use CHECK_N.
31066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31067         include <bp-checks.h>.
31068         (__libc_pread64): Don't use CHECK_N.
31069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31070         include <bp-checks.h>.
31071         (__libc_pwrite): Don't use CHECK_N.
31072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31073         include <bp-checks.h>.
31074         (__libc_pwrite64): Don't use CHECK_N.
31075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31076         <bp-checks.h>.
31077         (__libc_pread): Don't use CHECK_N.
31078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31079         include <bp-checks.h>.
31080         (__libc_pread64): Don't use CHECK_N.
31081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31082         include <bp-checks.h>.
31083         (__libc_pwrite): Don't use CHECK_N.
31084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31085         include <bp-checks.h>.
31086         (__libc_pwrite64): Don't use CHECK_N.
31087         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31088         (do_pread): Don't use CHECK_N.
31089         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31090         (do_pread64): Don't use CHECK_N.
31091         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31092         (do_pwrite): Don't use CHECK_N.
31093         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31094         (do_pwrite64): Don't use CHECK_N.
31095         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31096         (__libc_readv): Don't use CHECK_N.
31097         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31098         (semop): Don't use CHECK_N.
31099         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31100         <bp-checks.h>.
31101         (semtimedop): Don't use CHECK_N.
31102         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31103         (__libc_pread): Don't use CHECK_N.
31104         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31105         <bp-checks.h>.
31106         (__libc_pread64): Don't use CHECK_N.
31107         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31108         <bp-checks.h>.
31109         (__libc_pwrite): Don't use CHECK_N.
31110         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31111         <bp-checks.h>.
31112         (__libc_pwrite64): Don't use CHECK_N.
31113         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31114         <bp-checks.h>.
31115         (__libc_msgrcv): Don't use CHECK_N.
31116         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31117         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31118         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31119         (__libc_writev): Don't use CHECK_N.
31121 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31123         * string/strcpy.c: Removed unused variable.
31125         * Makeconfig (+sysdep-includes): Define with := rather than =.
31126         Use an existing include/ subdir of each sysdeps dir before it.
31128 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31130         * nscd/connection.c (register_traced_file): Comment function.
31131         [HAVE_INOTIFY] (union __inev): Define.
31132         [HAVE_INOTIFY] (inotify_check_files): New function.
31133         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31134         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31135         clear_db_cache.
31136         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31138 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31140         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31141         loaded if not already and that a failure is permanent.
31143 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31145         [BZ #15006]
31146         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31147         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31149 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31151         [BZ #13550]
31152         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31153         (CHECK_1_NULL_OK): Likewise.
31154         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31155         (__fxstat): Do not use CHECK_1.
31156         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31157         <bp-checks.h>.
31158         (___fxstat64): Do not use CHECK_1.
31159         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31160         <bp-checks.h>.
31161         (__fxstatat): Do not use CHECK_1.
31162         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31163         <bp-checks.h>.
31164         (__fxstatat64): Do not use CHECK_1.
31165         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31166         <bp-checks.h>.
31167         (__fxstat): Do not use CHECK_1.
31168         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31169         <bp-checks.h>.
31170         (__fxstatat): Do not use CHECK_1.
31171         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31172         <bp-checks.h>.
31173         (__getresgid): Do not use CHECK_1.
31174         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31175         <bp-checks.h>.
31176         (__getresuid): Do not use CHECK_1.
31177         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31178         <bp-checks.h>.
31179         (__lxstat): Do not use CHECK_1.
31180         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31181         <bp-checks.h>.
31182         (__old_msgctl): Do not use CHECK_1.
31183         (__new_msgctl): Likewise.
31184         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31185         <bp-checks.h>.
31186         (__new_setrlimit): Do not use CHECK_1.
31187         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31188         <bp-checks.h>.
31189         (__old_shmctl): Do not use CHECK_1.
31190         (__new_shmctl): Likewise.
31191         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31192         <bp-checks.h>.
31193         (__xstat): Do not use CHECK_1.
31194         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31195         (__lxstat): Do not use CHECK_1.
31196         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31197         <bp-checks.h>.
31198         (___lxstat64): Do not use CHECK_1.
31199         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31200         (__old_msgctl): Do not use CHECK_1.
31201         (__new_msgctl): Likewise.
31202         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31203         <bp-checks.h>.
31204         (__gettimeofday): Do not use CHECK_1.
31205         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31206         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31207         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31208         <bp-checks.h>.
31209         (__gettimeofday): Do not use CHECK_1.
31210         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31211         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31212         (__new_shmctl): Do not use CHECK_1.
31213         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31214         <bp-checks.h>.
31215         (do_sigtimedwait): Do not use CHECK_1.
31216         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31217         <bp-checks.h>.
31218         (do_sigwaitinfo): Do not use CHECK_1.
31219         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31220         <bp-checks.h>.
31221         (msgctl): Do not use CHECK_1.
31222         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31223         <bp-checks.h>.
31224         (shmctl): Do not use CHECK_1.
31225         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31226         (ustat): Do not use CHECK_1.
31227         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31228         <bp-checks.h>.
31229         (__fxstat): Do not use CHECK_1.
31230         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31231         <bp-checks.h>.
31232         (__fxstatat): Do not use CHECK_1.
31233         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31234         <bp-checks.h>.
31235         (__lxstat): Do not use CHECK_1.
31236         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31237         <bp-checks.h>.
31238         (__xstat): Do not use CHECK_1.
31239         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31240         (__xstat): Do not use CHECK_1.
31241         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31242         (___xstat64): Do not use CHECK_1.
31244         [BZ #13550]
31245         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31246         definitions.
31247         (CHECK_BOUNDS_HIGH): Likewise.
31248         * string/strcpy.c: Do not include <bp-checks.h>.
31249         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31251 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31253         * nscd/nscd-client.h (__nscd_drop_map_ref):
31254         Add __attribute__ ((unused)).
31255         * nis/nss-nisplus.h (niserr2nss): Likewise.
31257         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31258         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31260         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31261         Remove inline keyword.
31262         * include/rounding-mode.h (round_away): Likewise.
31263         * libio/wfileops.c (adjust_wide_data): Likewise.
31264         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31265         (__m128i_strloadu_tolower): Likewise.
31266         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31267         (__m128i_strloadu_tolower): Likewise.
31268         * time/mktime.c (ydhms_diff): Likewise.
31269         * locale/elem-hash.h (elem_hash): Likewise.
31270         * locale/setlocale.c (setdata): Likewise.
31271         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31272         (re_string_wchar_at): Likewise.
31273         (bitset_not, bitset_merge, bitset_mask): Likewise.
31274         [!(__GNUC__ > 3)] (inline): Remove macro.
31275         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31276         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31277         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31278         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31279         * string/memcmp.c (memcmp_bytes): Likewise.
31280         * locale/programs/locarchive.c (compute_hashval): Likewise.
31281         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31282         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31283         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31284         * nss/getent.c (print_rpc, print_protocols): Likewise.
31285         (print_passwd, print_group, print_aliases): Likewise.
31286         * nis/nss-nisplus.h (niserr2nss): Likewise.
31287         * nscd/connections.c (restart_p): Likewise.
31288         Change return type to bool.
31290 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31292         * Makeconfig (all-Depend-files): Add existing
31293         $(sorted-subdirs:=/Depend) files.
31294         (all-subdirs): Remove nss.
31295         * sysdeps/unix/inet/Subdirs: Add it here instead.
31296         * hesiod/Depend: New file.
31298         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31299         instead of calling alloca.
31301         * io/lseek.c (__lseek): Rename to __libc_lseek.
31302         Define __lseek as an alias.
31304         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31306 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31308         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31309         else clause and remove check for non-standard endianness.
31311 2013-02-04  David S. Miller  <davem@davemloft.net>
31313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31315 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31317         [BZ #13550]
31318         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31319         (__ubp_memchr): Remove prototype.
31320         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31321         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31322         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31323         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31324         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31325         Remove alias.
31326         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31327         (__ubp_memchr): Likewise.
31328         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31329         (__ubp_memchr): Likewise.
31330         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31331         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31332         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31333         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31334         CHECK_STRING.
31335         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31336         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31337         (__getcwd): Do not use CHECK_STRING.
31338         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31339         <bp-checks.h>.
31340         (__real_chown): Do not use CHECK_STRING.
31341         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31342         <bp-checks.h>.
31343         (fchownat): Do not use CHECK_STRING.
31344         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31345         CHECK_STRING.
31346         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31347         <bp-checks.h>.
31348         (__lchown): Do not use CHECK_STRING.
31349         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31350         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31351         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31352         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31354         include <bp-checks.h>.
31355         (truncate64): Do not use CHECK_STRING.
31356         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31357         <bp-checks.h>.
31358         (__real_chown): Do not use CHECK_STRING.
31359         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31360         <bp-checks.h>.
31361         (__lchown): Do not use CHECK_STRING.
31362         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31363         <bp-checks.h>.
31364         (__chown): Do not use CHECK_STRING.
31365         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31366         <bp-checks.h>.
31367         (truncate64): Do not use CHECK_STRING.
31368         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31369         Likewise.
31370         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31371         (__xmknod): Do not use CHECK_STRING.
31372         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31373         <bp-checks.h>.
31374         (__xmknodat): Do not use CHECK_STRING.
31375         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31376         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31378 2013-02-04  Andreas Schwab  <schwab@suse.de>
31380         [BZ #14142]
31381         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31382         * include/netdb.h: Likewise for h_errno.
31383         * elf/tst-stackguard1.c: Include <tls.h>.
31385 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31387         * elf/link.h (struct link_map): Extend the l_addr comment.
31388         * include/link.h (struct link_map): Likewise.
31390 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31392         [BZ #13550]
31393         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31394         (BOUNDED_1): Remove macro.
31395         * debug/backtrace.c: Don't include <bp-checks.h>.
31396         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31397         (__backtrace): Likewise.
31398         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31399         <bp-checks.h>.
31400         (__backtrace): Don't use BOUNDED_1.
31401         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31402         <bp-checks.h>.
31403         (__backtrace): Don't use BOUNDED_1.
31404         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31405         (__backtrace): Don't use BOUNDED_1.
31406         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31407         (shmat): Don't use BOUNDED_N.
31409 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31411         [BZ #13550]
31412         * sysdeps/generic/bp-start.h: Remove file.
31413         * csu/libc-start.c: Don't include <bp-start.h>.
31414         (LIBC_START_MAIN): Set up __environ directly instead of using
31415         INIT_ARGV_and_ENVIRON.
31416         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31417         <bp-start.h>.
31419         [BZ #13550]
31420         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31421         definitions.
31422         (CHECK_FCNTL): Likewise.
31423         (CHECK_N_PAGES): Likewise.
31425         [BZ #13550]
31426         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31427         definitions.
31428         (CHECK_SIGSET_NULL_OK): Likewise.
31429         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31430         <bp-checks.h>.
31431         (sigpending): Don't use CHECK_SIGSET.
31432         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31433         <bp-checks.h>.
31434         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31435         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31436         <bp-checks.h>.
31437         (do_sigsuspend): Don't use CHECK_SIGSET.
31438         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31439         use CHECK_SIGSET.
31440         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31441         (do_sigwait): Don't use CHECK_SIGSET.
31442         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31443         use CHECK_SIGSET.
31444         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31445         include <bp-checks.h>.
31446         (sigpending): Don't use CHECK_SIGSET.
31447         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31448         include <bp-checks.h>.
31449         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31450         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31451         <bp-checks.h>.
31452         (sigpending): Don't use CHECK_SIGSET.
31453         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31454         <bp-checks.h>.
31455         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31457         [BZ #13550]
31458         * sysdeps/generic/bp-semctl.h: Remove file.
31459         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31460         <bp-checks.h> and <bp-semctl.h>.
31461         (__old_semctl): Don't use CHECK_SEMCTL.
31462         (__new_semctl): Likewise.
31463         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31464         and <bp-semctl.h>.
31465         (__old_semctl): Don't use CHECK_SEMCTL.
31466         (__new_semctl): Likewise.
31467         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31468         <bp-checks.h> and <bp-semctl.h>.
31469         (__old_semctl): Don't use CHECK_SEMCTL.
31470         (__new_semctl): Likewise.
31471         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31472         <bp-checks.h> and <bp-semctl.h>.
31473         (semctl): Don't use CHECK_SEMCTL.
31475         [BZ #13550]
31476         * Makerules (elide-bp-thunks): Remove variable.
31477         (elide-routines.oS): Don't use $(elide-bp-thunks).
31478         (elide-routines.os): Likewise.
31479         (elide-routines.o): Likewise.
31480         (elide-routines.op): Likewise.
31481         (elide-routines.og): Likewise.
31482         (objects): Don't use $(bp-thunks).
31483         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31484         include.
31485         (common-generated): Do not add s-proto-bp.d.
31486         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31487         (int): Likewise.
31488         (typ): Likewise.
31489         Do not generate makefile rules for bounded-pointer thunks.
31490         * sysdeps/generic/bp-thunks.h: Remove file.
31491         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31492         * sysdeps/unix/s-proto-bp.S: Likewise.
31494         [BZ #15062]
31495         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31496         parts of result separately when argument is not close to line from
31497         -i to i and one part of argument is small.
31498         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31499         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31500         * math/libm-test.inc (cacos_test): Add more tests.
31501         (casin_test): Likewise.
31502         (casinh_test): Likewise.
31503         * sysdeps/i386/fpu/libm-test-ulps: Update.
31504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31506 2013-01-31  David S. Miller  <davem@davemloft.net>
31508         * po/de.po: Update from translation team.
31510 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31512         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31514 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31516         * configure.in (_AC_PROG_CC_C89): New definition.
31517         * configure: Regenerate.
31519         * configure.in (AC_PROG_CPP): New definition.
31520         * configure: Regenerate.
31522 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31524         * debug/tst-backtrace.h: New file.
31525         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31526         (ret): Remove variable.
31527         (x): Likewise.
31528         (FAIL): Remove macro.
31529         (NO_INLINE): Likewise.
31530         (fn1): Use match function instead of strstr.
31531         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31532         (ret): Remove variable.
31533         (x): Likewise.
31534         (FAIL): Remove macro.
31535         (NO_INLINE): Likewise.
31536         (fn): Use match function instead of strstr.
31537         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31538         (ret): Remove variable.
31539         (x): Likewise.
31540         (FAIL): Remove macro.
31541         (NO_INLINE): Likewise.
31542         (handle_signal): Use match function instead of strstr.
31543         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31544         (ret): Remove variable.
31545         (x): Likewise.
31546         (FAIL): Remove macro.
31547         (NO_INLINE): Likewise.
31548         (handle_signal): Use match function instead of strstr.
31550 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31552         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31554 2013-01-23  David S. Miller  <davem@davemloft.net>
31556         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31557         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31558         argument of CAS if possible.
31559         * sysdeps/sparc/sparc64/bits/atomic.h
31560         (__arch_compare_and_exchange_val_32_acq): Likewise.
31561         (__arch_compare_and_exchange_val_64_acq): Likewise.
31563 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31565         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31566         * sysdeps/posix/ulimit.c: ... this.
31567         Include <limits.h>.
31568         * sysdeps/unix/bsd/ulimit.c: Remove file.
31570 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31572         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31573         (LDFLAGS-tst-array5): Likewise.
31575 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31577         [BZ #15036]
31578         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31579         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31580         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31581         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31583 2013-01-21  David S. Miller  <davem@davemloft.net>
31585         * sysdeps/sparc/backtrace.c: New file.
31586         * sysdeps/sparc/sparc32/backtrace.h: New file.
31587         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31588         * sysdeps/sparc/sparc64/backtrace.h: New file.
31589         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31590         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31591         -funwind-tables.
31593 2013-01-21  Andreas Schwab  <schwab@suse.de>
31595         [BZ #15020]
31596         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31597         closed its stdout.
31599 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31601         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31602         "mpa2.h".
31603         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31605 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31606             Mark Mitchell  <mark@codesourcery.com>
31607             Tom de Vries  <tom@codesourcery.com>
31608             Paul Pluzhnikov  <ppluzhnikov@google.com>
31610         * debug/tst-backtrace2.c: New file.
31611         * debug/tst-backtrace3.c: Likewise.
31612         * debug/tst-backtrace4.c: Likewise.
31613         * debug/tst-backtrace5.c: Likewise.
31614         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31615         (CFLAGS-tst-backtrace3.c): Likewise.
31616         (CFLAGS-tst-backtrace4.c): Likewise.
31617         (CFLAGS-tst-backtrace5.c): Likewise.
31618         (LDFLAGS-tst-backtrace2): Likewise.
31619         (LDFLAGS-tst-backtrace3): Likewise.
31620         (LDFLAGS-tst-backtrace4): Likewise.
31621         (LDFLAGS-tst-backtrace5): Likewise.
31622         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31623         tst-backtrace4 and tst-backtrace5.
31625 2013-01-18  Anton Blanchard  <anton@samba.org>
31626             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31628         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31629         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31630         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31631         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31633         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31634         "+r" and remove output regs list as redundant.  Add explicit inline
31635         asm to specify register of return val to work around compiler codegen
31636         bug.  Remove (int) cast on return value.  Add return type parameter to
31637         use in macro so that this macro does not truncate return value for
31638         64-bit values.
31639         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31640         pass to INTERNAL_VSYSCALL_NCS.
31641         (INLINE_VSYSCALL): Add 'long int' as return type to
31642         INTERNAL_VSYSCALL_NCS macro invocation.
31643         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31644         INTERNAL_VSYSCALL_NCS macro invocation.
31645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31647 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31649         [BZ #14496]
31650         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31651         Fix application of SIMD FP exception mask.
31653         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31654         mp_no from a power of two.
31655         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31656         __mpexp_twomm1.  Use __pow_mp.
31658         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31659         multiplication.
31661 2013-01-17  David S. Miller  <davem@davemloft.net>
31663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31665 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31667         [BZ #15023]
31668         * include/complex.h: Condition contents on [!_COMPLEX_H].
31669         (__kernel_casinhf): New prototype.
31670         (__kernel_casinh): Likewise.
31671         (__kernel_casinhl): Likewise.
31672         * math/Makefile (libm_calls): Add k_casinh.
31673         * math/k_casinh.c: New file.
31674         * math/k_casinhf.c: Likewise.
31675         * math/k_casinhl.c: Likewise.
31676         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31677         finite nonzero arguments.
31678         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31679         finite nonzero arguments.
31680         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31681         finite nonzero arguments.
31682         * math/s_casinh.c: Do not include <float.h>.
31683         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31684         * math/s_casinhf.c: Do not include <float.h>.
31685         (__casinhf): Move code for finite nonzero arguments to
31686         k_casinhf.c.
31687         * math/s_casinhl.c: Do not include <float.h>.
31688         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31689         redefine.
31690         (__casinhl): Move code for finite nonzero arguments to
31691         k_casinhl.c.
31692         * math/libm-test.inc (cacos_test): Add more tests.
31693         * sysdeps/i386/fpu/libm-test-ulps: Update.
31694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31696 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31698         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31699         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31700         [!HAVE_MREMAP]: Remove [defined linux] case.
31701         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31703 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31705         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31707 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31709         * elf/elf.h (R_386_SIZE32): New relocation.
31710         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31711         R_386_SIZE32.
31712         (elf_machine_rela): Likewise.
31713         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31714         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31716 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31718         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31719         (FP_FAST_FMA): Do not define.
31720         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31721         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31722         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31723         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31724         !_SOFT_FLOAT]: Likewise.
31725         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31726         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31727         value.
31728         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31729         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31730         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31731         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31732         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31733         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31734         file.
31736 2013-01-16  Andreas Schwab  <schwab@suse.de>
31738         [BZ #14327]
31739         * include/stdlib.h (__mktemp): Add declaration.
31740         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31741         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31743 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31745         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31746         definitions.
31747         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31748         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31749         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31750         definitions here.
31751         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31752         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31753         definitions.
31754         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31755         and ONE.
31756         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31757         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31758         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31759         definitions.
31760         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31761         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31762         definitions.
31763         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31765         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31767 2013-01-15  David S. Miller  <davem@davemloft.net>
31769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31770         trunc{,f} to libm-sysdep_routes.
31771         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31773         file.
31774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31776         file.
31777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31778         file.
31779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31781         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31782         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31783         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31784         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31785         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31786         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31789         nearbyint{,f} to libm-sysdep_routes.
31790         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31792         New file.
31793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31794         file.
31795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31796         New file.
31797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31798         file.
31799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31800         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31801         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31802         file.
31803         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31804         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31805         file.
31806         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31807         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31808         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31810         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31811         libc_feholdexcept and libc_fesetenv.
31813 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31815         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31817 2013-01-14  David S. Miller  <davem@davemloft.net>
31819         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31820         (SPARC_ASM_VIS2_IFUNC): Likewise.
31821         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31823         use of 'siam' instruction.
31824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31825         Likewise.
31826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31827         Likewise.
31828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31829         Likewise.
31830         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31831         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31832         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31833         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31835         file.
31836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31837         file.
31838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31839         file.
31840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31841         file.
31842         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31843         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31844         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31845         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31847         new VIS2 routines.
31848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31851         Likewise.
31852         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31853         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31854         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31855         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31857         routines to libm-sysdep_routines.
31858         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31861         fdim/fdimf to libm-sysdep_routines.
31862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31863         file.
31864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31866         file.
31867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31870         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31871         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31872         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31873         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31875 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31877         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31878         to optimize copies.
31880         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31881         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31882         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31884         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31885         local variable MPTWO.
31886         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31887         Likewise.
31889 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31891         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31892         GLOB_NOESCAPE.
31894 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31896         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31898 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31900         * manual/pattern.texi (glob_t): Document gl_flags.
31901         (glob64_t): Likewise.
31903 2013-01-11  David S. Miller  <davem@davemloft.net>
31905         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31906         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31907         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31908         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31909         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31910         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31911         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31912         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31913         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31914         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31915         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31916         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31917         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31919         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31920         sparc V9 rather than using V8 code.
31921         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31922         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31924         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31925         Move to...
31926         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31927         Here.
31929 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31931         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31932         not in the main loop.
31933         * configure: Regenerated.
31935 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31937         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31938         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31939         to just #else.
31940         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31941         [!__GLIBC_HAVE_LONG_LONG] case.
31942         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31943         condition to just #else.
31944         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31945         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31946         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31947         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31948         unconditional.
31949         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31950         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31951         #elif condition to just #else.
31952         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31953         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31954         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31955         #elif condition to just #else.
31957 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31959         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31960         (EF_MIPS_ARCH_64): Fix value.
31961         (EF_MIPS_ARCH_32R2): New.
31962         (EF_MIPS_ARCH_64R2): New.
31964 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31966         * Makeconfig (+link-pie-before-libc): New.
31967         (+link-pie-after-libc): Likewise.
31968         (+link-pie-tests): Likewise.
31969         (+link-pie): Rewritten.
31970         (link-before-libc): Remove $(config-LDFLAGS).
31971         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31972         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31973         (config-LDFLAGS): Renamed to ...
31974         (rtld-LDFLAGS): This.
31975         (rtld-tests-LDFLAGS): New macro.
31976         (link-libc-rpath-link): Likewise.
31977         (link-libc-tests-rpath-link): Likewise.
31978         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31979         (link-libc): Prepand $(link-libc-rpath-link).
31980         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31981         (test-program-prefix): New macro.
31982         (test-via-rtld-prefix): Likewise.
31983         (test-program-cmd): Likewise.
31984         (host-test-program-cmd): Likewise.
31985         * Makefile ($(common-objpfx)testrun.sh): Replace
31986         $(run-program-prefix) with $(test-program-prefix).
31987         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31988         $(rtld-LDFLAGS).
31989         ($(common-objpfx)shlib.lds): Likewise.
31990         (build-module-helper): Likewise.
31991         ($(common-objpfx)format.lds): Likewise.
31992         * Rules (binaries-pie-tests): New.
31993         (binaries-pie-notests): Likewise.
31994         (binaries-pie): Rewritten.
31995         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31996         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31997         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31998         (make-test-out): Replace $(host-built-program-cmd) with
31999         $(host-test-program-cmd).
32000         * config.make.in (build-hardcoded-path-in-tests): New variable.
32001         * configure.in (--enable-hardcoded-path-in-tests): New configure
32002         option.
32003         (hardcoded_path_in_tests): New AC_SUBST.
32004         * configure: Regenerated.
32005         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32006         $(built-program-cmd) with $(test-program-cmd).
32007         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32008         (test_program_cmd): This.
32009         * elf/Makefile ($(objpfx)order.out): Run test with
32010         $(test-program-prefix).
32011         ($(objpfx)order2.out): Likewise.
32012         ($(objpfx)tst-initorder.out): Likewise.
32013         ($(objpfx)tst-initorder2.out): Likewise.
32014         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32015         $(test-program-cmd).
32016         ($(objpfx)tst-array1-static.out): Likewise.
32017         ($(objpfx)tst-array2.out): Likewise.
32018         ($(objpfx)tst-array3.out): Likewise.
32019         ($(objpfx)tst-array4.out): Likewise.
32020         ($(objpfx)tst-array5.out): Likewise.
32021         ($(objpfx)tst-array5-static.out): Likewise.
32022         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32023         $(test-program-cmd).
32024         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32025         $(run-program-prefix) with $(test-program-prefix).
32026         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32027         (test_program_prefix): This.
32028         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32029         $(run-program-prefix) with $(test-program-prefix).
32030         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32031         (test_program_prefix): This.
32032         * iconvdata/tst-tables.sh: Likewise.
32033         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32034         $(run-program-prefix) with $(test-program-prefix).
32035         ($(objpfx)tst-translit.out): Likewise.
32036         ($(objpfx)tst-gettext2.out): Likewise.
32037         ($(objpfx)tst-gettext4.out): Likewise.
32038         ($(objpfx)tst-gettext6.out): Likewise.
32039         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32040         (test_program_prefix): This.
32041         * intl/tst-gettext2.sh: Likewise.
32042         * intl/tst-gettext4.sh  Likewise.
32043         * intl/tst-gettext6.sh: Likewise.
32044         * intl/tst-translit.sh: Likewise.
32045         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32046         with $(test-program-cmd).
32047         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32048         $(run-program-prefix) with $(test-program-prefix).
32049         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32050         (test_program_prefix): This.
32051         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32052         $(run-program-prefix) with $(test-program-prefix).
32053         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32054         (test_program_prefix): This.
32055         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32056         * posix/Makefile ($(objpfx)globtest.out): Replace
32057         $(run-via-rtld-prefix) and $(test-wrapper) with
32058         $(test-program-prefix) and $(test-via-rtld-prefix).
32059         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32060         $(test-program-prefix).
32061         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32062         $(host-test-program-cmd).
32063         (tst-spawn-ARGS): Likewise.
32064         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32065         $(test-program-prefix).
32066         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32067         (test_via_rtld_prefix): This.
32068         (test_wrapper): Renamed to ...
32069         (test_program_prefix): This.
32070         (run_program_prefix): Replaced by test_program_prefix.
32071         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32072         (test_program_prefix): This.
32073         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32074         with $(host-test-program-cmd).
32075         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32076         $(run-program-prefix) with $(test-program-prefix).
32077         ($(objpfx)tst-printf.out): Likewise.
32078         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32079         $(test-program-cmd).
32080         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32081         (test_program_prefix): This.
32082         * stdio-common/tst-unbputc.sh: Likewise.
32083         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32084         $(run-program-prefix) with $(test-program-prefix).
32085         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32086         (test_program_prefix): This.
32087         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32088         $(built-program-cmd) with $(test-program-cmd).
32090 2013-01-11  Andreas Jaeger  <aj@suse.de>
32092         [BZ #15003]
32093         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32094         value. Sync with Linux 3.7.
32096 2013-01-10  David S. Miller  <davem@davemloft.net>
32098         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32099         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32100         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32102 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32104         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32105         never set.
32106         * configure: Regenerated.
32108 2013-01-10  David S. Miller  <davem@davemloft.net>
32110         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32111         sparc V9 rather than using V8 code.
32112         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32113         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32115 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32117         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32118         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32119         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32120         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32121         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32122         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32123         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32124         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32125         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32126         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32127         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32128         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32129         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32130         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32131         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32132         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32133         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32134         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32135         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32136         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32137         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32138         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32139         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32140         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32141         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32142         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32143         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32145 2013-01-10  David S. Miller  <davem@davemloft.net>
32147         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32149 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32151         * posix/Makefile (tests-static): New variable.
32152         (tests): Add $(tests-static).
32153         (tst-exec-static-ARGS): New variable.
32154         (tst-spawn-static-ARGS): Likewise.
32155         * posix/tst-exec-static.c: New file.
32156         * posix/tst-spawn-static.c: Likewise.
32157         * posix/tst-exec.c: Support run directly.
32158         * posix/tst-spawn.c: Likewise.
32160 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32162         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32163         long.
32164         * math/bits/mathcalls.h (llrint): Likewise.
32165         (llround): Likewise.
32166         * stdlib/stdlib.h (struct drand48_data): Likewise.
32167         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32168         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32169         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32170         Likewise.
32171         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32172         Likewise.
32173         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32174         (elf_greg_t): Likewise.
32175         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32176         (__jmp_buf): Likewise.
32177         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32178         definitions.
32179         (llrint): Likewise, for all definitions.
32180         (llrintl): Likewise.
32182         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32183         Remove [__GNUC__] condition.
32184         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32185         condition to just [__USE_ISOC99].
32186         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32188 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32190         [BZ #14200]
32191         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32192         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32193         defined.
32194         (_POSIX_V6_ILP32_OFF32): Likewise.
32195         (_XBS5_ILP32_OFF32): Likewise.
32196         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32197         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32199 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32201         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32203         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32204         doubles __mpexp_twomm1.  Adjust usage.
32205         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32206         Remove.
32208 2013-01-10  Andreas Schwab  <schwab@suse.de>
32210         [BZ #14964]
32211         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32212         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32214 2013-01-09  David S. Miller  <davem@davemloft.net>
32216         [BZ #15003]
32217         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32218         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32219         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32220         (TCP_FASTOPEN): Define.
32221         (tcp_repair_opt): New structure.
32222         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32223         enum values.
32224         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32225         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32226         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32227         (tcp_cookie_transactions): New structure.
32229 2013-01-09  Anton Blanchard  <anton@samba.org>
32231         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32232         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32233         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32234         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32236 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32238         * include/features.h (__USE_ANSI): Remove.
32240 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32242         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32244         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32246 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32248         * sysdeps/s390/fpu/libm-test-ulps: Update.
32250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32252         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32253         (__acr): Likewise.
32254         (__cpy): Likewise.
32255         (norm): Likewise.
32256         (denorm): Likewise.
32257         (__mp_dbl): Likewise.
32258         (__dbl_mp): Likewise.
32259         (add_magnitudes): Likewise.
32260         (sub_magnitudes): Likewise.
32261         (__add): Likewise.
32262         (__sub): Likewise.
32263         (__mul): Likewise.
32264         (__inv): Likewise.
32265         (__dvd): Likewise.
32266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32267         (__acr): Likewise.
32268         (__cpy): Likewise.
32269         (norm): Likewise.
32270         (denorm): Likewise.
32271         (__mp_dbl): Likewise.
32272         (__dbl_mp): Likewise.
32273         (add_magnitudes): Likewise.
32274         (sub_magnitudes): Likewise.
32275         (__add): Likewise.
32276         (__sub): Likewise.
32277         (__mul): Likewise.
32278         (__inv): Likewise.
32279         (__dvd): Likewise.
32280         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32281         (__acr): Likewise.
32282         (__cpy): Likewise.
32283         (norm): Likewise.
32284         (denorm): Likewise.
32285         (__mp_dbl): Likewise.
32286         (__dbl_mp): Likewise.
32287         (add_magnitudes): Likewise.
32288         (sub_magnitudes): Likewise.
32289         (__add): Likewise.
32290         (__sub): Likewise.
32291         (__mul): Likewise.
32292         (__inv): Likewise.
32293         (__dvd): Likewise.
32295 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32297         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32298         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32299         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32300         2 && __USE_EXTERN_INLINES]: Likewise.
32302 2013-01-08  Andreas Jaeger  <aj@suse.de>
32304         [BZ# 14985]
32305         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32306         Remove.
32307         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32308         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32310 2013-01-07  Anton Blanchard  <anton@samba.org>
32312         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32313         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32314         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32315         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32316         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32317         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32318         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32319         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32321         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32322         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32323         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32324         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32325         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32326         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32327         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32328         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32329         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32330         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32331         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32332         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32333         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32334         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32335         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32336         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32337         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32338         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32339         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32340         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32341         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32342         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32343         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32344         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32345         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32346         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32347         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32348         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32349         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32350         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32351         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32352         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32353         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32354         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32356 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32358         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32359         (__MALLOC_PMT): Likewise.
32360         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32361         [__GNUC__], only on [_LIBC].
32362         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32363         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32364         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32365         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32366         forward declaration.
32367         (realloc_hook_ini): Likewise.
32368         (memalign_hook_ini): Likewise.
32369         (__libc_memalign): Do not use __MALLOC_PMT in variable
32370         declaration.
32371         (__libc_valloc): Likewise.
32372         (__libc_pvalloc): Likewise.
32373         (__libc_calloc): Likewise.
32374         (__posix_memalign): Likewise.
32376         [BZ #14996]
32377         * math/s_casinh.c: Include <float.h>.
32378         (__casinh): Do not do computation with squaring and square root
32379         for large arguments.
32380         * math/s_casinhf.c: Include <float.h>.
32381         (__casinhf): Do not do computation with squaring and square root
32382         for large arguments.
32383         * math/s_casinhl.c: Include <float.h>.
32384         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32385         (__casinhl): Do not do computation with squaring and square root
32386         for large arguments.
32387         * math/libm-test.inc (casin_test): Add more tests.
32388         (casinh_test): Likewise.
32389         * sysdeps/i386/fpu/libm-test-ulps: Update.
32390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32392 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32394         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32395         (__x86_64_raw_data_cache_size): Likewise.
32396         (__x86_64_data_cache_size_half): Likewise.
32397         (__x86_64_raw_data_cache_size_half): Likewise.
32398         (__x86_64_shared_cache_size): Likewise.
32399         (__x86_64_raw_shared_cache_size): Likewise.
32400         (__x86_64_shared_cache_size_half): Likewise.
32401         (__x86_64_raw_shared_cache_size_half): Likewise.
32402         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32403         to ...
32404         (__x86_data_cache_size): This.
32405         (__x86_64_raw_data_cache_size): Renamed to ...
32406         (__x86_raw_data_cache_size): This.
32407         (__x86_64_data_cache_size_half): Renamed to ...
32408         (__x86_data_cache_size_half): This.
32409         (__x86_64_raw_data_cache_size_half): Renamed to ...
32410         (__x86_raw_data_cache_size_half): This.
32411         (__x86_64_shared_cache_size): Renamed to ...
32412         (__x86_shared_cache_size): This.
32413         (__x86_64_raw_shared_cache_size): Renamed to ...
32414         (__x86_raw_shared_cache_size): This.
32415         (__x86_64_shared_cache_size_half): Renamed to ...
32416         (__x86_shared_cache_size_half): This.
32417         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32418         (__x86_raw_shared_cache_size_half): This.
32419         * sysdeps/x86_64/memcpy.S: Updated.
32420         * sysdeps/x86_64/memset.S: Likewise.
32421         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32422         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32423         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32425 2013-01-04  David S. Miller  <davem@davemloft.net>
32427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32429 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32431         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32432         1 to avoid redefinition warning.
32433         (__USE_GNU): Don't define.
32434         (init_signaling_nan): Protoize.
32436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32438 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32440         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32442         (__cpymn): Likewise.
32443         (norm): Remove commented code.
32444         (denorm): Likewise.
32445         (__mp_dbl): Likewise.
32446         (__inv): Likewise.
32447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32448         (__cpymn): Likewise.
32449         (norm): Remove commented code.
32450         (denorm): Likewise.
32451         (__mp_dbl): Likewise.
32452         (__inv): Likewise.
32454         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32455         mp_no value for 1.0 and 2.0.
32456         (norm): Use RADIXI instead of radixi.d.
32457         (denorm): Likewise.
32458         (__mul): Use 0.0 instead of zero.d.
32459         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32460         mp_no value for 1.0 and 2.0.
32461         (norm): Use RADIXI instead of radixi.d.
32462         (denorm): Likewise.
32463         (__mul): Use 0.0 instead of zero.d.
32465 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32467         [BZ #14994]
32468         * math/s_casinh.c (__casinh): Reduce finite argument to first
32469         quadrant then set signs of results at the end.
32470         * math/s_casinhf.c (__casinhf): Likewise.
32471         * math/s_casinhl.c (__casinhl): Likewise.
32472         * math/libm-test.inc (casin_test): Add more tests.
32473         (casinh_test): Likewise.
32474         * sysdeps/i386/fpu/libm-test-ulps: Update.
32475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32477 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32479         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32481         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32483         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32484         declarations.
32485         (denorm): Likewise.
32486         (__mp_dbl): Likewise.
32487         (__inv): Likewise.
32489         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32490         and adjust the header comment.
32492         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32493         variable name from declaration.
32495 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32497         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32498         Initialize COMMON_CPUID_INDEX_7 element.
32499         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32500         (CPUID_RTM): Likewise.
32501         (HAS_RTM): Likewise.
32502         (COMMON_CPUID_INDEX_7): New enum.
32504 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32506         [BZ #14981]
32507         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32508         size is zero, record memory as freed.
32510 2013-01-03  Andreas Jaeger  <aj@suse.de>
32512         * po/ia.po: Add new Interlingua translation.
32514 2012-01-03  Allan McRae  <allan@archlinux.org>
32516         * locale/programs/localedef.c: Fix description of '--posix' flag.
32518 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32520         * NEWS: Update dates in second copyright notice.
32521         * README: Update copyright dates in example.
32522         * manual/libc.texinfo: Update copyright dates.
32523         * scripts/test-installation.pl: Update copyright date in --version
32524         output.
32526         * hurd/ctty-input.c: Fix copyright notice formatting.
32527         * hurd/ctty-output.c: Likewise.
32528         * hurd/dtable.c: Likewise.
32529         * hurd/hurd-raise.c: Likewise.
32530         * hurd/hurdprio.c: Likewise.
32531         * hurd/msgportdemux.c: Likewise.
32532         * misc/sys/file.h: Likewise.
32533         * misc/sys/ioctl.h: Likewise.
32534         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32535         * sysdeps/mach/hurd/chdir.c: Likewise.
32536         * sysdeps/mach/hurd/fchdir.c: Likewise.
32537         * sysdeps/mach/hurd/rename.c: Likewise.
32538         * sysdeps/mach/hurd/rmdir.c: Likewise.
32539         * sysdeps/mach/hurd/seekdir.c: Likewise.
32540         * sysdeps/mach/hurd/setsid.c: Likewise.
32541         * sysdeps/posix/wait3.c: Likewise.
32543         * All files with FSF copyright notices: Update copyright dates
32544         using scripts/update-copyrights.
32545         * intl/plural.c: Regenerated.
32546         * locale/programs/charmap-kw.h: Likewise.
32547         * locale/programs/locfile-kw.h: Likewise.
32549 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32551         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32552         four values.
32554         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32555         calculation loop and add branch prediction.
32557         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32558         check access beyond bounds of m1np.
32560         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32561         MPTWO.
32562         (__inv): Remove local variable MPTWO to use the global
32563         constant.
32564         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32565         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32566         variable MPTWO.
32567         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32568         MP3HALFS static const.
32570 2013-01-01  David S. Miller  <davem@davemloft.net>
32572         * po/ca.po: Update from translation team.
32574 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32576         * scripts/update-copyrights: New file.
32577         * Makeconfig: Reformat copyright notice.
32578         * ctype/ctype.h: Likewise.
32579         * debug/swprintf_chk.c: Likewise.
32580         * elf/dl-cache.c: Likewise.
32581         * elf/dl-debug.c: Likewise.
32582         * elf/dl-object.c: Likewise.
32583         * grp/initgroups.c: Likewise.
32584         * hurd/Makefile: Likewise.
32585         * hurd/hurd/signal.h: Likewise.
32586         * hurd/hurdfault.c: Likewise.
32587         * hurd/hurdioctl.c: Likewise.
32588         * hurd/hurdlookup.c: Likewise.
32589         * hurd/intr-msg.c: Likewise.
32590         * iconv/gconv_open.c: Likewise.
32591         * libio/swprintf.c: Likewise.
32592         * locale/lc-ctype.c: Likewise.
32593         * locale/nl_langinfo.c: Likewise.
32594         * mach/Machrules: Likewise.
32595         * mach/Makefile: Likewise.
32596         * malloc/obstack.h: Likewise.
32597         * manual/Makefile: Likewise.
32598         * manual/tsort.awk: Likewise.
32599         * misc/bits/stab.def: Likewise.
32600         * nis/nis_print_group_entry.c: Likewise.
32601         * nis/nis_table.c: Likewise.
32602         * nis/nss_compat/compat-pwd.c: Likewise.
32603         * nis/nss_compat/compat-spwd.c: Likewise.
32604         * po/Makefile: Likewise.
32605         * posix/fnmatch.c: Likewise.
32606         * posix/regex.h: Likewise.
32607         * resolv/Makefile: Likewise.
32608         * resolv/nss_dns/dns-network.c: Likewise.
32609         * resolv/res_hconf.c: Likewise.
32610         * scripts/gen-sorted.awk: Likewise.
32611         * soft-fp/soft-fp.h: Likewise.
32612         * stdio-common/printf.h: Likewise.
32613         * stdlib/monetary.h: Likewise.
32614         * stdlib/random.c: Likewise.
32615         * stdlib/random_r.c: Likewise.
32616         * sysdeps/generic/Makefile: Likewise.
32617         * sysdeps/gnu/Makefile: Likewise.
32618         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32619         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32620         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32621         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32622         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32623         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32624         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32625         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32626         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32627         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32628         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32629         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32630         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32631         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32632         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32633         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32634         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32635         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32636         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32637         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32638         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32639         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32640         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32641         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32642         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32643         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32644         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32645         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32646         * sysdeps/mach/hurd/errnos.awk: Likewise.
32647         * sysdeps/mach/hurd/fork.c: Likewise.
32648         * sysdeps/mach/hurd/getcwd.c: Likewise.
32649         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32650         * sysdeps/mach/hurd/mmap.c: Likewise.
32651         * sysdeps/mach/hurd/utimes.c: Likewise.
32652         * sysdeps/mach/hurd/xmknod.c: Likewise.
32653         * sysdeps/posix/profil.c: Likewise.
32654         * sysdeps/posix/readdir_r.c: Likewise.
32655         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32656         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32657         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32658         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32659         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32660         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32661         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32662         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32664         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32665         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32666         * sysdeps/pthread/lio_listio.c: Likewise.
32667         * sysdeps/sparc/dl-procinfo.h: Likewise.
32668         * sysdeps/unix/i386/sysdep.S: Likewise.
32669         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32670         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32671         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32672         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32674         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32675         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32676         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32677         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32678         * sysdeps/wordsize-32/divdi3.c: Likewise.
32679         * time/sys/time.h: Likewise.
32680         * wcsmbs/Makefile: Likewise.
32682 2013-01-01  David S. Miller  <davem@davemloft.net>
32684         * po/fr.po: Update from translation team.
32686         * catgets/gencat.c: Update copyright year.
32687         * csu/version.c: Likewise.
32688         * debug/catchsegv.sh: Likewise.
32689         * debug/pcprofiledump.c: Likewise.
32690         * debug/xtrace.sh: Likewise.
32691         * elf/ldconfig.c: Likewise.
32692         * elf/ldd.bash.in: Likewise.
32693         * elf/pldd.c: Likewise.
32694         * elf/sotruss.ksh: Likewise.
32695         * elf/sprof.c: Likewise.
32696         * iconv/iconv_prog.c: Likewise.
32697         * iconv/iconvconfig.c: Likewise.
32698         * locale/programs/locale.c: Likewise.
32699         * locale/programs/localedef.c: Likewise.
32700         * login/programs/pt_chown.c: Likewise.
32701         * malloc/memusage.sh: Likewise.
32702         * malloc/memusagestat.c: Likewise.
32703         * malloc/mtrace.pl: Likewise.
32704         * nscd/nscd.c: Likewise.
32705         * nss/getent.c: Likewise.
32706         * nss/makedb.c: Likewise.
32707         * posix/getconf.c: Likewise.
32709 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32711         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32712         numbers.
32714 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32716         * math/bits/mathcalls.h (modf): Use __nonnull.
32718 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32720         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32721         (split): Use macro CN instead of the bare value.
32722         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32723         could be used.
32724         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32725         instead of the bare value.
32726         (power1): Likewise.
32728 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32730         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32731         __ATAN_TWOM.
32732         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32734         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32735         their values.
32736         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32737         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32738         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32739         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32741 2012-12-28  Andreas Jaeger  <aj@suse.de>
32743         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32744         values are from Linux 3.7.
32746         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32747         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32749 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32751         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32752         TRUE case.
32754         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32755         (norm): Likewise.
32756         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32757         variables with preprocessor constants.
32758         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32759         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32760         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32762 2012-12-27  Bruno Haible  <bruno@clisp.org>
32764         [BZ #14317]
32765         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32766         only if needed.
32768 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32770         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32771         and use variable directly.
32772         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32774         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32775         MPONE.
32776         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32777         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32778         variable MPONE.
32779         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32780         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32781         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32782         include directive.  Remove local variable MPONE.
32783         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32784         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32785         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32787 2012-12-25  David S. Miller  <davem@davemloft.net>
32789         * version.h (RELEASE): Set to "development".
32790         (VERSION): Set to "2.17.90".
32791         * NEWS: Add 2.18 section.
32793 2012-12-21  David S. Miller  <davem@davemloft.net>
32795         * po/hr.po: Update from translation team.
32797 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32799         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32801 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32803         * NEWS:  Mention new memcpy for MIPS.
32805 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32807         * manual/contrib.texi (Contributors): Spelling correction.
32809 2012-12-15  David S. Miller  <davem@davemloft.net>
32811         * po/ru.po: Update from translation team.
32813 2012-12-13  David S. Miller  <davem@davemloft.net>
32815         * NEWS: Mention IFUNC testsuite enhancements.
32817         * po/pl.po: Update from translation team.
32818         * po/bg.po: Likewise.
32820         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32821         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32823 2012-12-11  David S. Miller  <davem@davemloft.net>
32825         * po/sv.po: Update from translation team.
32827         * po/vi.po: Update from translation team.
32829         * po/cs.po: Update from translation team.
32831         * po/de.po: Update from translation team.
32832         * po/eo.po: Likewise.
32833         * po/nl.po: Likewise.
32835 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32837         [BZ #14246]
32838         * manual/argp.texi (Argp Helper Functions): Move node to follow
32839         Argp Parsing State.
32841         [BZ #14872]
32842         * manual/conf.texi (Limits on File System Capacity): Mention if
32843         terminating null is included in the max size.
32845 2012-12-10  Andreas Jaeger  <aj@suse.de>
32847         * po/cs.po: Update from translation team.
32849 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32851         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32852         void pointer and cast to uintptr_t.
32853         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32854         path.
32855         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32856         * sysdeps/s390/s390-64/memset.S: Likewise.
32858 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32860         [BZ #14833]
32861         * menual/message.texi (Message Translation): Fix typos.
32862         (Helper programs for gettext): Likewise.
32864 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32866         [BZ #14898]
32867         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32868         Change to -1.
32870 2012-12-07  David S. Miller  <davem@davemloft.net>
32872         * po/libc.pot: Update.
32874 2012-12-07  Richard Henderson  <rth@redhat.com>
32876         [BZ #10114]
32877         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32878         normal/normal case to before the switch.
32879         (_FP_DIV): Likewise.
32881 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32882             Mike Frysinger  <vapier@gentoo.org>
32884         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32885         check for __NR_fadvise64_64.
32887 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32889         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32890         0, not just to plain "0" as a statement.
32891         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32892         with cw.
32894 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32896         * NEWS: Use sourceware.org in Bugzilla URL.
32898 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32901         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32903         * stdio-common/tst-put-error.c (do_test): Add newline to the
32904         padded test to ensure flush.
32906 2012-12-05  Jeff Law  <law@redhat.com>
32908         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32910 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32912         * README: Don't refer to ports add-on as distributed separately.
32913         Mention AArch64 in list of systems supported in the ports add-on.
32915         * LICENSES: Add more non-FSF copyright and license notices.
32917         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32918         ((unused)).
32920         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32922         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32923         10000 as width of padded output.
32925 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32927         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32929         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32930         variable LX with __attribute__ ((unused)).
32931         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32932         Likewise.
32933         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32934         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32935         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32936         with __attribute__ ((unused)).
32938 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32940         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32942 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32944         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32945         (CFLAGS-nldbl-acos.c): New variable.
32946         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32947         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32948         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32949         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32950         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32951         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32952         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32953         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32954         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32955         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32956         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32957         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32958         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32959         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32960         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32961         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32962         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32963         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32964         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32965         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32966         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32967         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32968         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32969         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32970         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32971         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32972         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32973         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32974         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32975         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32976         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32977         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32978         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32979         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32980         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32981         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32982         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32984         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32985         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32986         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32987         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32988         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32989         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32990         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32991         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32992         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32993         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32994         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32995         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32996         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32997         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32998         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32999         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33000         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33001         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33002         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33003         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33004         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33005         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33006         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33007         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33008         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33009         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33010         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33011         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33012         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33013         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33014         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33015         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33016         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33017         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33018         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33019         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33020         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33021         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33022         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33023         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33024         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33025         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33026         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33027         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33028         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33029         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33030         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33031         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33032         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33033         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33034         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33035         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33036         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33037         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33038         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33039         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33040         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33041         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33042         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33045         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33047         [BZ #14914]
33048         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33049         whole low double instead of just low 47 bits when splitting values
33050         into two parts.
33052 2012-12-03  Allan McRae  <allan@archlinux.org>
33054         * manual/stdio.texi (Predefined Printf Handlers): Remove
33055         @hsep and @vsep usage.
33057 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33059         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33060         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33062 2012-12-03  Jeff Law  <law@redhat.com>
33064         * time/sys/time.h (settimeofday): Do not mark TV argument
33065         as __nonnull.
33067 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33069         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33070         when currently writing and seek to current position when not.
33071         * libio/Makefile (tests): Remove bug-fclose1.
33072         * libio/bug-fclose1.c: Delete.
33074 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33076         * manual/arith.texi (feenableexcept): Fix typo.
33077         (fedisableexcept): Likewise.
33079 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33081         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33082         second, differently-typed declaration, rather than a cast.
33084 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33086         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33087         * include/rpc/svc.h: ... here.
33089 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33091         [BZ #13013]
33092         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33093         depending n and resplen2 to catch cases where answer
33094         equals answerp2.
33096 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33098         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33099         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33101 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33103         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33105 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33107         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33109 2012-11-28  Jeff Law  <law@redhat.com>
33111         [BZ #13761]
33112         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33113         dataset_temporary.  Track alloca usage into alloca_used.
33114         If dataset is large allocate and release it via malloc/free.
33116 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33118         [BZ #14197]
33119         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33121 2012-11-28  David S. Miller  <davem@davemloft.net>
33123         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33125 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33127         [BZ #14803]
33128         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33129         of pi/2 rounded to nearest to 64 bits.
33130         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33131         nearest to 64 bits.
33132         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33133         bits.
33135 2012-11-28  Jeff Law <law@redhat.com>
33136             Martin Osvald <mosvald@redhat.com>
33138         [BZ #14889]
33139         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33140         * sunrpc/svc.c: Include time.h.
33141         (__svc_accept_failed): New function.
33142         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33143         any reason other than EINTR, call __svc_accept_failed.
33144         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33145         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33147 2012-11-28  Andreas Schwab  <schwab@suse.de>
33149         * scripts/abilist.awk: Also handle indirect functions in .opd
33150         section.
33152 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33154         [BZ #13881]
33155         * sysdeps/x86/fpu/powl_helper.c: New file.
33156         * sysdeps/x86/fpu/Makefile: Likewise.
33157         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33158         (p3): New object.
33159         (__ieee754_powl): Use __powl_helper for finite arguments except
33160         integer exponents below 8.
33161         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33162         (p3): New object.
33163         (__ieee754_powl): Use __powl_helper for finite arguments except
33164         integer exponents below 8.
33165         * math/libm-test.inc (pow_test): Add more tests and enable some
33166         previously disabled tests.
33167         * sysdeps/i386/fpu/libm-test-ulps: Update.
33168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33170 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33171             Carlos O'Donell  <carlos_odonell@mentor.com>
33173         * nss/makedb.c (is_prime): Assert that input is odd and greater
33174         than 4.  Note that fact in a comment too.
33175         (next_prime): Add 4 to input.
33177 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33179         [BZ #11741]
33180         * libio/Makefile (tests): Add test case tst-fwrite-error.
33181         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33182         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33183         * libio/tst-fwrite-error.c: New test case.
33185 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33187         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33188         before casting to void *.
33189         * include/libc-internal.h (__pointer_type): New macro.
33190         (__integer_if_pointer_type_sub): Likewise.
33191         (__integer_if_pointer_type): Likewise.
33192         (cast_to_integer): Likewise.
33193         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33194         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33195         before casting to atomic64_t.
33196         (atomic_exchange_acq): Likewise.
33197         (__arch_exchange_and_add_body): Likewise.
33198         (__arch_add_body): Likewise.
33199         (atomic_add_negative): Likewise.
33200         (atomic_add_zero): Likewise.
33202 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33204         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33205         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33206         (add_fdes): Likewise.
33207         (linear_search_fdes): Likewise.
33208         (binary_search_unencoded_fdes): Likewise.
33210 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33212         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33214 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33216         * configure.in: Autodetect C++ header directories.
33217         * configure: Regenerated.
33219 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33221         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33223 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33227 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33229         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33230         LDBL_MANT_DIG == 106]: Disable some tests.
33231         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33232         Likewise.
33233         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33234         Likewise.
33236         [BZ #14871]
33237         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33238         input for small inputs.  Return +/- pi/2 for large inputs.
33239         * math/libm-test.inc (atan_test): Add more tests.
33241         * sysdeps/generic/unwind-dw2-fde-glibc.c
33242         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33243         __attribute__ ((unused)).
33245         [BZ #14645]
33246         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33247         x * y if x and y are nonzero and z is zero.
33249         [BZ #14811]
33250         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33251         nonzero exponents with absolute value below 0x1p-117 to +/-
33252         0x1p-117.
33254         [BZ #14869]
33255         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33256         up arguments below 2**-450, not just those below 2**-500.
33257         * math/libm-test.inc (hypot_test): Add another test.
33259         [BZ #14868]
33260         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33261         Return a+b for ratio over 2**120, not 2**60.
33262         * math/libm-test.inc (hypot_test): Add another test.
33264         * math/libm-test.inc (clog_test): Use
33265         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33266         (clog10_test): Likewise.
33268         [BZ #6778]
33269         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33271 2012-11-22  Andreas Schwab  <schwab@suse.de>
33273         * sysdeps/i386/fpu/libm-test-ulps: Update.
33275 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33277         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33278         printf output with newline.
33280 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33282         [BZ #14865]
33283         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33284         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33285         -z nodlopen, -z initfirst and -z execstack support.
33286         * configure: Regenerated.
33288         * elf/elf.h (DF_1_NODIRECT): New macro.
33289         (DF_1_IGNMULDEF): Likewise.
33290         (DF_1_NOKSYMS): Likewise.
33291         (DF_1_NOHDR): Likewise.
33292         (DF_1_EDITED): Likewise.
33293         (DF_1_NORELOC): Likewise.
33294         (DF_1_SYMINTPOSE): Likewise.
33295         (DF_1_GLOBAUDIT): Likewise.
33296         (DF_1_SINGLETON): Likewise.
33297         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33298         DT_1_SUPPORTED_MASK bits.
33299         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33301 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33303         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33305 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33307         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33308         macro.
33310         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33311         (sendmmsg): Move declarations...
33312         * socket/sys/socket.h: ... here.
33313         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33314         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33315         include it from...
33316         * socket/recvmmsg.c: ... this new file.
33317         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33318         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33319         definition of __sendmmsg hidden.
33320         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33321         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33322         Move ENOSYS stub into and include it from...
33323         * socket/sendmmsg.c: ... this new file.
33324         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33325         (sysdep_routines): Move recvmmsg and sendmmsg...
33326         * socket/Makefile (routines): ... here.
33327         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33328         (GLIBC_PRIVATE): Add __sendmmsg.
33329         * include/sys/socket.h (__sendmmsg): Add declarations.
33330         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33331         sendmmsg.
33333 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33335         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33336         variable I1 with __attribute__ ((unused)).
33337         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33339 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33341         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33342         DUMMY variables with __attribute__ ((unused)).
33344         * bits/byteswap.h: Include <bits/types.h>.
33345         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33347 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33349         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33350         string_t.  Do not manually set errno.
33351         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33352         length with __strnlen.  Make sure to both set errno and return it on
33353         failure.
33355 2012-11-19  David S. Miller  <davem@davemloft.net>
33357         With help from Joseph Myers.
33358         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33359         very large arguments properly.
33360         * math/libm-test.inc (atan_test): New tests.
33361         (atan2_test): New tests.
33362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33365 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33367         [BZ #14856]
33368         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33369         Define to 3.
33371         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33372         [POSIX] (EADDRNOTAVAIL): Likewise.
33373         [POSIX] (EAFNOSUPPORT): Likewise.
33374         [POSIX] (EALREADY): Likewise.
33375         [POSIX] (ECONNABORTED): Likewise.
33376         [POSIX] (ECONNREFUSED): Likewise.
33377         [POSIX] (ECONNRESET): Likewise.
33378         [POSIX] (EDESTADDRREQ): Likewise.
33379         [POSIX] (EDQUOT): Likewise.
33380         [POSIX] (EHOSTUNREACH): Likewise.
33381         [POSIX] (EIDRM): Likewise.
33382         [POSIX] (EISCONN): Likewise.
33383         [POSIX] (ELOOP): Likewise.
33384         [POSIX] (EMULTIHOP): Likewise.
33385         [POSIX] (ENETDOWN): Likewise.
33386         [POSIX] (ENETUNREACH): Likewise.
33387         [POSIX] (ENOBUFS): Likewise.
33388         [POSIX] (ENODATA): Likewise.
33389         [POSIX] (ENOLINK): Likewise.
33390         [POSIX] (ENOMSG): Likewise.
33391         [POSIX] (ENOPROTOOPT): Likewise.
33392         [POSIX] (ENOSR): Likewise.
33393         [POSIX] (ENOSTR): Likewise.
33394         [POSIX] (ENOTCONN): Likewise.
33395         [POSIX] (ENOTSOCK): Likewise.
33396         [POSIX] (EOPNOTSUPP): Likewise.
33397         [POSIX] (EOVERFLOW): Likewise.
33398         [POSIX] (EPROTO): Likewise.
33399         [POSIX] (EPROTONOSUPPORT): Likewise.
33400         [POSIX] (EPROTOTYPE): Likewise.
33401         [POSIX] (ESTALE): Likewise.
33402         [POSIX] (ETIME): Likewise.
33403         [POSIX] (ETXTBSY): Likewise.
33404         [POSIX] (EWOULDBLOCK): Likewise.
33405         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33406         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33407         [POSIX] (SEEK_CUR): Likewise.
33408         [POSIX] (SEEK_END): Likewise.
33409         [POSIX || UNIX98] (mode_t): Do not require.
33410         [POSIX] (off_t): Likewise.
33411         [POSIX] (pid_t): Likewise.
33412         [POSIX] (sys/stat.h): Do not allow header.
33413         [POSIX] (unistd.h): Likewise.
33414         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33415         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33416         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33417         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33418         require.
33419         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33420         sigevent): Specify elements.
33421         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33422         entry.
33423         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33424         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33426         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33427         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33428         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33429         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33430         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33431         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33432         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33433         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33434         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33435         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33436         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33437         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33438         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33439         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33440         Likewise.
33441         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33442         Likewise.
33443         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33444         Likewise.
33445         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33446         Likewise.
33447         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33448         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33449         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33450         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33451         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33452         Specify lower bound on value.
33453         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33454         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33455         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33456         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33457         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33458         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33459         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33460         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33461         value.
33462         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33463         as optional.
33464         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33465         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33466         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33467         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33468         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33469         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33470         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33471         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33472         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33473         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33474         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33475         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33476         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33477         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33478         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33479         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33480         entry.
33481         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33482         optional.
33483         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33484         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33485         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33486         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33487         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33488         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33489         Likewise.
33490         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33491         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33492         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33493         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33494         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33495         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33496         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33497         as optional.
33498         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33499         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33500         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33501         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33502         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33503         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33504         specify as optional.
33505         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33506         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33507         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33508         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33509         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33510         [XPG3] (NL_LANGMAX): Likewise.
33511         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33512         [POSIX || XPG3] (NL_NMAX): Likewise.
33513         [POSIX || XPG3] (NL_SETMAX): Likewise.
33514         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33515         [XPG3] (NZERO): Likewise.
33516         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33517         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33518         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33519         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33520         (REG_ERANGE): Expect.
33521         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33522         optional-constant.
33523         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33524         Use (void) in prototype.
33525         [POSIX] (*_t): Allow.
33526         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33527         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33528         (WRDE_BADVAL): Expect.
33530         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33531         expect.
33532         [XPG3 || XPG4] (O_RSYNC): Likewise.
33533         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33534         Likewise.
33535         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33536         [XPG3 || XPG4] (sigqueue): Likewise.
33537         [XPG3 || XPG4] (sigtimedwait): Likewise.
33538         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33539         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33540         [XPG3 || XPG4] (vsnprintf): Likewise.
33541         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33542         Likewise.
33543         [XPG3 || XPG4] (blksize_t): Likewise.
33544         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33545         Likewise.
33546         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33547         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33548         [XPG3 || XPG4] (struct itimerspec): Likewise.
33549         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33550         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33551         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33552         [XPG3 || XPG4] (clockid_t): Likewise.
33553         [XPG3 || XPG4] (timer_t): Likewise.
33554         [XPG3 || XPG4] (clock_getres): Likewise.
33555         [XPG3 || XPG4] (clock_gettime): Likewise.
33556         [XPG3 || XPG4] (clock_settime): Likewise.
33557         [XPG3 || XPG4] (nanosleep): Likewise.
33558         [XPG3 || XPG4] (timer_create): Likewise.
33559         [XPG3 || XPG4] (timer_delete): Likewise.
33560         [XPG3 || XPG4] (timer_gettime): Likewise.
33561         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33562         [XPG3 || XPG4] (timer_settime): Likewise.
33563         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33564         [XPG3 || XPG4] (getlogin_r): Likewise.
33565         [XPG3 || XPG4] (pread): Likewise.
33566         [XPG3 || XPG4] (pthread_atfork): Likewise.
33567         [XPG3 || XPG4] (pwrite): Likewise.
33569         [BZ #14835]
33570         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33571         <bits/siginfo.h>.
33573 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33575         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33576         finalizing MALLSTREAM.
33578         * sysdeps/mach/hurd/syncfs.c: New file.
33580 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33582         [BZ #14719]
33583         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33584         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33585         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33586         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33587         (_nss_dns_gethostbyname4_r): Likewise.
33588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33589         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33591 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33593         [BZ #13763]
33594         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33596 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33598         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33599         * elf/cache.c (print_entry): Print ",AArch64" for
33600         FLAG_AARCH64_LIB64
33602         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33603         * elf/cache.c (print_entry): Print ",hard-float" for
33604         FLAG_ARM_LIBHF.
33606 2012-11-18  David S. Miller  <davem@davemloft.net>
33608         With help from Joseph Myers.
33609         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33610         cutoff to 2**-13.
33611         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33612         cutoff to 2**-25.
33613         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33614         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33615         small.
33616         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33617         * math/libm-test.inc (y0_test): New tests.
33618         (y1_test): New tests.
33619         * sysdeps/i386/fpu/libm-test-ulps: Update.
33620         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33623 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33625         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33626         64-bit targets.
33627         * configure: Regenerated.
33629 2012-11-17  David S. Miller  <davem@davemloft.net>
33631         [BZ #14811]
33632         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33633         nonzero exponents with absolute value below 0x1p-128 to +/-
33634         0x1p-128.
33636 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33638         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33640         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33642         * posix/getconf-speclist.c: New file.
33643         * posix/posix-envs.def: Likewise.
33644         * posix/confstr.c (START_ENV_GROUP): New macro.
33645         (END_ENV_GROUP): Likewise.
33646         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33647         (KNOWN_PRESENT_ENV_STRING): Likewise.
33648         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33649         (UNKNOWN_ENVIRONMENT): Likewise.
33650         (confstr): Include posix-envs.def instead of handling
33651         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33652         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33653         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33654         (END_ENV_GROUP): Likewise.
33655         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33656         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33657         (UNKNOWN_ENVIRONMENT): Likewise.
33658         (__sysconf): Include posix-envs.def instead of handling associated
33659         cases directly here.
33660         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33661         preprocessing getconf-speclist.c rather than running getconf or
33662         generating empty file.
33664 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33666         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33668 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33670         [BZ #14672]
33671         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33673 2012-11-16  David S. Miller  <davem@davemloft.net>
33675         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33676         smaller than LDBL_EPSILON/2.0L, just return xm1.
33678 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33680         * elf/tst-array1.c (init): Set constructor priority to 1000.
33681         (fini): Set destructor priority to 1000.
33682         * elf/tst-array2dep.c: Likewise.
33684 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33686         [BZ #11741]
33687         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33688         (_IO_new_file_xsputn): Also return EOF if none of the input
33689         data was written when overflow failed.
33690         * libio/iopadn.c (_IO_padn): Likewise.
33691         * libio/iowpadn.c (_IO_wpadn): Likewise.
33692         * stdio-common/tst-put-error.c: Add copyright notice.
33693         (do_test): Add case for printing padded string.
33694         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33695         _IO_padn returned error.
33696         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33697         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33698         return EOF.
33700 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33702         * libio/libioP.h: Add comment note that the references to C++
33703         bits are now obsolete.
33705 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33707         * math/libm-test.inc (check_complex): Use asprintf.
33709 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33711         * debug/pcprofiledump.c (print_version): Update copyright year.
33712         * malloc/memusagestat.c (print_version): Likewise.
33714 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33716         [BZ #14831]
33717         * elf/Makefile (tests): Add tst-audit8.
33718         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33719         ($(objpfx)tst-audit8.out): New target.
33720         (tst-audit8-ENV): New variable.
33721         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33722         audit if l_reloc_result is NULL.
33723         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33724         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33725         * elf/tst-audit8.c: New file.
33727 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33729         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33730         * misc/Makefile (CFLAGS-select.c): Define.
33731         * posix/Makefile (CFLAGS-pause.c): Define.
33733 2012-11-13  David S. Miller  <davem@davemloft.net>
33735         * crypt/Makefile: Move test targets after toplevel Rules
33736         inclusion.  Grab any necessary sysdep routines when linking.
33737         * crypt/md5.c (md5_process_block): Remove define, we will always
33738         name it __md5_process_block.
33739         (md5_finish_ctx): Update md5_process_block call.
33740         (md5_stream): Likewise.
33741         (md5_process_bytes): Likewise.
33742         (md5_process_block): Rename to __md5_process_block and move to ...
33743         * crypt/md5-block.c: ... here.
33744         * crypt/sha256.c (sha256_process_block): Move to ...
33745         * crypt/sha256-block.c: ... here.
33746         * crypt/sha512.c (sha512_process_block): Move to ...
33747         * crypt/sha512-block.c: ... here.
33748         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33749         path.
33750         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33751         * sysdeps/sparc/sparc64/multiarch/Makefile
33752         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33753         crypt subdir.
33754         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33755         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33756         multiarch changes.
33757         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33758         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33759         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33760         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33761         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33762         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33763         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33764         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33765         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33766         file.
33767         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33768         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33769         file.
33770         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33772 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33774         * timezone/tzselect.ksh: Update from tzcode git revision
33775         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33776         * timezone/zdump.c: Likewise.
33777         * timezone/zic.c: Likewise.
33778         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33779         in TZVERSION setting, not $(PKGVERSION).
33780         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33781         REPORT_BUGS_TO settings.
33783         [BZ #14838]
33784         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33785         macro.
33787 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33789         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33790         detection to immediately after _FP_ROUND().
33791         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33792         bits are 0.
33794 2012-11-11  David S. Miller  <davem@davemloft.net>
33796         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33797         inttypes.h
33798         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33799         __close rather than their public counterparts.
33801 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33803         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33804         file.
33805         [UNIX98] (sem_timedwait): Do not expect.
33806         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33807         [XPG4 || UNIX98] (sockatmark): Do not expect.
33808         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33809         (clock_getcpuclockid): Do not expect.
33810         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33811         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33812         Do not expect.
33813         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33814         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33815         [UNIX98] (vwscanf): Likewise.
33816         [UNIX98] (vswscanf): Likewise.
33818 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33820         * timezone/version.h: Remove file.
33821         * timezone/README: Do not refer to version.h.
33822         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33823         $(objpfx)version.h.
33824         ($(objpfx)zdump.o): Likewise.
33825         ($(objpfx)version.h): New target.
33827         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33828         2012i.
33829         * timezone/README: Don't mention modification to tzselect.ksh.
33830         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33831         work on unmodified tzselect.ksh.  Substitute version numbers in
33832         tzselect.ksh.
33834         * Makefile (format-me): Remove.
33835         (INSTALL): Adjust indentation.  Use commands directly instead of
33836         using $(format-me).
33838         * aclocal.m4 (ACX_PKGVERSION): New macro.
33839         (ACX_BUGURL): Likewise.
33840         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33841         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33842         (REPORT_BUGS_TO): Likewise.
33843         * configure: Regenerated.
33844         * config.h.in (PKGVERSION): New macro.
33845         (REPORT_BUGS_TO): Likewise.
33846         * config.make.in (PKGVERSION): New variable.
33847         (PKGVERSION_TEXI): Likewise.
33848         (REPORT_BUGS_TO): Likewise.
33849         (REPORT_BUGS_TEXI): Likewise.
33850         * Makefile (format-me): Use -I$(common-objpfx)manual.
33851         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33852         ($(common-objpfx)manual/%): New target.
33853         (manual/%): Remove target.
33854         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33855         (print_version): Use PKGVERSION.
33856         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33857         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33858         and REPORT_BUGS_TO.
33859         ($(objpfx)xtrace): Likewise.
33860         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33861         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33862         (print_version): Use PKGVERSION.
33863         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33864         (do_version): Use PKGVERSION.
33865         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33866         REPORT_BUGS_TO.
33867         (common-ldd-rewrite): Likewise.
33868         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33869         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33870         (print_version): Use PKGVERSION.
33871         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33872         * elf/pldd.c (argp_program_bug_address): Remove variable.
33873         (more_help): New function.
33874         (argp): Use more_help.
33875         (print_version): Use PKGVERSION.
33876         * elf/sln.c (main): Use PKGVERSION.
33877         (usage): Use REPORT_BUGS_TO.
33878         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33879         (top level): Use PKGVERSION.
33880         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33881         (print_version): Use PKGVERSION.
33882         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33883         (print_version): Use PKGVERSION.
33884         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33885         (print_version): Use PKGVERSION.
33886         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33887         (print_version): Use PKGVERSION.
33888         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33889         (print_version): Use PKGVERSION.
33890         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33891         (print_version): Use PKGVERSION.
33892         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33893         and BUGURL.
33894         ($(objpfx)memusage): Likewise.
33895         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33896         (do_version): Use PKGVERSION.
33897         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33898         (print_version): Use PKGVERSION.
33899         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33900         ($PKGVERSION): New variable.
33901         ($REPORT_BUGS_TO): Likewise.
33902         (usage): Use $REPORT_BUGS_TO.
33903         (top level): Use $PKGVERSION.
33904         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33905         ($(objpfx)pkgvers.texi): New rule.
33906         ($(objpfx)stamp-pkgvers): Likewise.
33907         * manual/install.texi: Include pkgvers.texi.
33908         (--with-pkgversion): Document new configure option.
33909         (--with-bugurl): Likewise.
33910         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33911         than necessarily for this particular distribution.  Use
33912         REPORT_BUGS_TO for where to report bugs.
33913         * INSTALL: Regenerated.
33914         * manual/libc.texinfo: Include pkgvers.texi.
33915         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33916         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33917         (print_version): Use PKGVERSION.
33918         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33919         (print_version): Use PKGVERSION.
33920         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33921         (print_version): Use PKGVERSION.
33922         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33923         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33924         macro.
33925         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33926         (print_version): Use PKGVERSION.
33927         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33928         (print_version): Use PKGVERSION.
33929         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33930         and PKGVERSION.
33932         * timezone/checktab.awk: Update from tzcode 2012i.
33933         * timezone/ialloc.c: Likewise.
33934         * timezone/private.h: Likewise.
33935         * timezone/scheck.c: Likewise.
33936         * timezone/tzfile.h: Likewise.
33937         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33938         (TZVERSION): Hardcode tzcode version number.
33939         * timezone/zdump.c: Update from tzcode 2012i.
33940         * timezone/zic.c: Likewise.
33941         * timezone/version.h: New file.
33942         * timezone/README: Describe version.h.  Update upstream location.
33944         [BZ #14824]
33945         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33946         (mktemp): Enable declaration.
33947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33948         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33949         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33950         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33951         Likewise.
33952         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33953         Likewise.
33954         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33955         Likewise.
33956         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33957         Likewise.
33958         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33959         Likewise.
33960         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33961         Likewise.
33963         [BZ #14821]
33964         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33965         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33966         for copies of such integer values.
33967         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33968         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33970 2012-11-09  Andreas Jaeger  <aj@suse.de>
33972         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33973         definitions and declarations that are provided by
33974         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33976 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33978         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33979         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33980         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33981         definition.
33983 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33985         * elf/elf.h: Update comment before AArch64 relocations.
33987 2012-11-07  David S. Miller  <davem@davemloft.net>
33989         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33990         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33991         (__start_context): Declare.
33992         (__makecontext_ret): Delete.
33993         (__makecontext): Hook up __start_context instead of
33994         __makecontext_ret.
33995         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33996         (sysdep_routines): Add __start_context when in stdlib.
33998 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34000         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34001         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34002         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34003         hardcoded "nm".
34004         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34005         (READELF): New variable.  Use it instead of hardcoded "readelf".
34007 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34009         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34010         * sysdeps/x86/Makefile: Here.
34011         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34012         * sysdeps/x86/tst-xmmymm.sh: This.
34014 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34016         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34017         expectations.
34018         [UNIX98] (pthread_barrier_t): Do not expect.
34019         [UNIX98] (pthread_barrierattr_t): Likewise.
34020         [UNIX98] (pthread_spinlock_t): Likewise.
34021         [UNIX98] (pthread_barrier_destroy): Likewise.
34022         [UNIX98] (pthread_barrier_init): Likewise.
34023         [UNIX98] (pthread_barrier_wait): Likewise.
34024         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34025         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34026         [UNIX98] (pthread_barrierattr_init): Likewise.
34027         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34028         [UNIX98] (pthread_getcpuclockid): Likewise.
34029         [UNIX98] (pthread_mutex_timedlock): Likewise.
34030         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34031         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34032         [UNIX98] (pthread_sigmask): Likewise.
34033         [UNIX98] (pthread_spin_destroy): Likewise.
34034         [UNIX98] (pthread_spin_init): Likewise.
34035         [UNIX98] (pthread_spin_lock): Likewise.
34036         [UNIX98] (pthread_spin_trylock): Likewise.
34037         [UNIX98] (pthread_spin_unlock): Likewise.
34038         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34039         Do not expect.
34040         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34041         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34042         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34043         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34044         [XPG3 || XPG4] (pthread_key_t): Likewise.
34045         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34046         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34047         [XPG3 || XPG4] (pthread_once_t): Likewise.
34048         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34049         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34050         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34051         [XPG3 || XPG4] (pthread_t): Likewise.
34053         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34054         not expect.
34055         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34057         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34058         Change function return type to int.
34060         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34061         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34062         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34063         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34064         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34065         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34066         [!POSIX] (posix_madvise): Likewise.
34067         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34068         && !UNIX98].
34069         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34070         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34071         (mode_t): Likewise.
34072         (posix_mem_offset): Likewise.
34073         (posix_typed_mem_get_info): Likewise.
34074         (posix_typed_mem_open): Likewise.
34076         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34077         Change condition to [XOPEN2K8].
34079         * conform/conformtest.pl: Preprocess allow-header data with -x c
34080         instead of from stdin.
34081         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34082         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34083         [C99-based standards] (cerfc): Likewise.
34084         [C99-based standards] (cexp2): Likewise.
34085         [C99-based standards] (cexpm1): Likewise.
34086         [C99-based standards] (clog10): Likewise.
34087         [C99-based standards] (clog1p): Likewise.
34088         [C99-based standards] (clog2): Likewise.
34089         [C99-based standards] (clgamma): Likewise.
34090         [C99-based standards] (ctgamma): Likewise.
34091         [C99-based standards] (cerff): Likewise.
34092         [C99-based standards] (cerfcf): Likewise.
34093         [C99-based standards] (cexp2f): Likewise.
34094         [C99-based standards] (cexpm1f): Likewise.
34095         [C99-based standards] (clog10f): Likewise.
34096         [C99-based standards] (clog1pf): Likewise.
34097         [C99-based standards] (clog2f): Likewise.
34098         [C99-based standards] (clgammaf): Likewise.
34099         [C99-based standards] (ctgammaf): Likewise.
34100         [C99-based standards] (cerfl): Likewise.
34101         [C99-based standards] (cerfcl): Likewise.
34102         [C99-based standards] (cexp2l): Likewise.
34103         [C99-based standards] (cexpm1l): Likewise.
34104         [C99-based standards] (clog10l): Likewise.
34105         [C99-based standards] (clog1pl): Likewise.
34106         [C99-based standards] (clog2l): Likewise.
34107         [C99-based standards] (clgammal): Likewise.
34108         [C99-based standards] (ctgammal): Likewise.
34109         * conform/data/inttypes.h-data [C99-based standards]: Include
34110         stdint.h-data.  Remove all expectations for stdint.h contents.
34111         [C99-based standards] (PRI*): Do not allow.
34112         [C99-based standards] (SCN*): Likewise.
34113         [C99-based standards] (*_t): Likewise.
34114         [C99-based-standards] (PRId8): Expect macro.
34115         [C99-based-standards] (PRIi8): Likewise.
34116         [C99-based-standards] (PRIo8): Likewise.
34117         [C99-based-standards] (PRIu8): Likewise.
34118         [C99-based-standards] (PRIx8): Likewise.
34119         [C99-based-standards] (PRIX8): Likewise.
34120         [C99-based-standards] (SCNd8): Likewise.
34121         [C99-based-standards] (SCNi8): Likewise.
34122         [C99-based-standards] (SCNo8): Likewise.
34123         [C99-based-standards] (SCNu8): Likewise.
34124         [C99-based-standards] (SCNx8): Likewise.
34125         [C99-based-standards] (PRIdLEAST8): Likewise.
34126         [C99-based-standards] (PRIiLEAST8): Likewise.
34127         [C99-based-standards] (PRIoLEAST8): Likewise.
34128         [C99-based-standards] (PRIuLEAST8): Likewise.
34129         [C99-based-standards] (PRIxLEAST8): Likewise.
34130         [C99-based-standards] (PRIXLEAST8): Likewise.
34131         [C99-based-standards] (SCNdLEAST8): Likewise.
34132         [C99-based-standards] (SCNiLEAST8): Likewise.
34133         [C99-based-standards] (SCNoLEAST8): Likewise.
34134         [C99-based-standards] (SCNuLEAST8): Likewise.
34135         [C99-based-standards] (SCNxLEAST8): Likewise.
34136         [C99-based-standards] (PRIdFAST8): Likewise.
34137         [C99-based-standards] (PRIiFAST8): Likewise.
34138         [C99-based-standards] (PRIoFAST8): Likewise.
34139         [C99-based-standards] (PRIuFAST8): Likewise.
34140         [C99-based-standards] (PRIxFAST8): Likewise.
34141         [C99-based-standards] (PRIXFAST8): Likewise.
34142         [C99-based-standards] (SCNdFAST8): Likewise.
34143         [C99-based-standards] (SCNiFAST8): Likewise.
34144         [C99-based-standards] (SCNoFAST8): Likewise.
34145         [C99-based-standards] (SCNuFAST8): Likewise.
34146         [C99-based-standards] (SCNxFAST8): Likewise.
34147         [C99-based-standards] (PRId16): Likewise.
34148         [C99-based-standards] (PRIi16): Likewise.
34149         [C99-based-standards] (PRIo16): Likewise.
34150         [C99-based-standards] (PRIu16): Likewise.
34151         [C99-based-standards] (PRIx16): Likewise.
34152         [C99-based-standards] (PRIX16): Likewise.
34153         [C99-based-standards] (SCNd16): Likewise.
34154         [C99-based-standards] (SCNi16): Likewise.
34155         [C99-based-standards] (SCNo16): Likewise.
34156         [C99-based-standards] (SCNu16): Likewise.
34157         [C99-based-standards] (SCNx16): Likewise.
34158         [C99-based-standards] (PRIdLEAST16): Likewise.
34159         [C99-based-standards] (PRIiLEAST16): Likewise.
34160         [C99-based-standards] (PRIoLEAST16): Likewise.
34161         [C99-based-standards] (PRIuLEAST16): Likewise.
34162         [C99-based-standards] (PRIxLEAST16): Likewise.
34163         [C99-based-standards] (PRIXLEAST16): Likewise.
34164         [C99-based-standards] (SCNdLEAST16): Likewise.
34165         [C99-based-standards] (SCNiLEAST16): Likewise.
34166         [C99-based-standards] (SCNoLEAST16): Likewise.
34167         [C99-based-standards] (SCNuLEAST16): Likewise.
34168         [C99-based-standards] (SCNxLEAST16): Likewise.
34169         [C99-based-standards] (PRIdFAST16): Likewise.
34170         [C99-based-standards] (PRIiFAST16): Likewise.
34171         [C99-based-standards] (PRIoFAST16): Likewise.
34172         [C99-based-standards] (PRIuFAST16): Likewise.
34173         [C99-based-standards] (PRIxFAST16): Likewise.
34174         [C99-based-standards] (PRIXFAST16): Likewise.
34175         [C99-based-standards] (SCNdFAST16): Likewise.
34176         [C99-based-standards] (SCNiFAST16): Likewise.
34177         [C99-based-standards] (SCNoFAST16): Likewise.
34178         [C99-based-standards] (SCNuFAST16): Likewise.
34179         [C99-based-standards] (SCNxFAST16): Likewise.
34180         [C99-based-standards] (PRId32): Likewise.
34181         [C99-based-standards] (PRIi32): Likewise.
34182         [C99-based-standards] (PRIo32): Likewise.
34183         [C99-based-standards] (PRIu32): Likewise.
34184         [C99-based-standards] (PRIx32): Likewise.
34185         [C99-based-standards] (PRIX32): Likewise.
34186         [C99-based-standards] (SCNd32): Likewise.
34187         [C99-based-standards] (SCNi32): Likewise.
34188         [C99-based-standards] (SCNo32): Likewise.
34189         [C99-based-standards] (SCNu32): Likewise.
34190         [C99-based-standards] (SCNx32): Likewise.
34191         [C99-based-standards] (PRIdLEAST32): Likewise.
34192         [C99-based-standards] (PRIiLEAST32): Likewise.
34193         [C99-based-standards] (PRIoLEAST32): Likewise.
34194         [C99-based-standards] (PRIuLEAST32): Likewise.
34195         [C99-based-standards] (PRIxLEAST32): Likewise.
34196         [C99-based-standards] (PRIXLEAST32): Likewise.
34197         [C99-based-standards] (SCNdLEAST32): Likewise.
34198         [C99-based-standards] (SCNiLEAST32): Likewise.
34199         [C99-based-standards] (SCNoLEAST32): Likewise.
34200         [C99-based-standards] (SCNuLEAST32): Likewise.
34201         [C99-based-standards] (SCNxLEAST32): Likewise.
34202         [C99-based-standards] (PRIdFAST32): Likewise.
34203         [C99-based-standards] (PRIiFAST32): Likewise.
34204         [C99-based-standards] (PRIoFAST32): Likewise.
34205         [C99-based-standards] (PRIuFAST32): Likewise.
34206         [C99-based-standards] (PRIxFAST32): Likewise.
34207         [C99-based-standards] (PRIXFAST32): Likewise.
34208         [C99-based-standards] (SCNdFAST32): Likewise.
34209         [C99-based-standards] (SCNiFAST32): Likewise.
34210         [C99-based-standards] (SCNoFAST32): Likewise.
34211         [C99-based-standards] (SCNuFAST32): Likewise.
34212         [C99-based-standards] (SCNxFAST32): Likewise.
34213         [C99-based-standards] (PRId64): Likewise.
34214         [C99-based-standards] (PRIi64): Likewise.
34215         [C99-based-standards] (PRIo64): Likewise.
34216         [C99-based-standards] (PRIu64): Likewise.
34217         [C99-based-standards] (PRIx64): Likewise.
34218         [C99-based-standards] (PRIX64): Likewise.
34219         [C99-based-standards] (SCNd64): Likewise.
34220         [C99-based-standards] (SCNi64): Likewise.
34221         [C99-based-standards] (SCNo64): Likewise.
34222         [C99-based-standards] (SCNu64): Likewise.
34223         [C99-based-standards] (SCNx64): Likewise.
34224         [C99-based-standards] (PRIdLEAST64): Likewise.
34225         [C99-based-standards] (PRIiLEAST64): Likewise.
34226         [C99-based-standards] (PRIoLEAST64): Likewise.
34227         [C99-based-standards] (PRIuLEAST64): Likewise.
34228         [C99-based-standards] (PRIxLEAST64): Likewise.
34229         [C99-based-standards] (PRIXLEAST64): Likewise.
34230         [C99-based-standards] (SCNdLEAST64): Likewise.
34231         [C99-based-standards] (SCNiLEAST64): Likewise.
34232         [C99-based-standards] (SCNoLEAST64): Likewise.
34233         [C99-based-standards] (SCNuLEAST64): Likewise.
34234         [C99-based-standards] (SCNxLEAST64): Likewise.
34235         [C99-based-standards] (PRIdFAST64): Likewise.
34236         [C99-based-standards] (PRIiFAST64): Likewise.
34237         [C99-based-standards] (PRIoFAST64): Likewise.
34238         [C99-based-standards] (PRIuFAST64): Likewise.
34239         [C99-based-standards] (PRIxFAST64): Likewise.
34240         [C99-based-standards] (PRIXFAST64): Likewise.
34241         [C99-based-standards] (SCNdFAST64): Likewise.
34242         [C99-based-standards] (SCNiFAST64): Likewise.
34243         [C99-based-standards] (SCNoFAST64): Likewise.
34244         [C99-based-standards] (SCNuFAST64): Likewise.
34245         [C99-based-standards] (SCNxFAST64): Likewise.
34246         [C99-based-standards] (PRIdMAX): Likewise.
34247         [C99-based-standards] (PRIiMAX): Likewise.
34248         [C99-based-standards] (PRIoMAX): Likewise.
34249         [C99-based-standards] (PRIuMAX): Likewise.
34250         [C99-based-standards] (PRIxMAX): Likewise.
34251         [C99-based-standards] (PRIXMAX): Likewise.
34252         [C99-based-standards] (SCNdMAX): Likewise.
34253         [C99-based-standards] (SCNiMAX): Likewise.
34254         [C99-based-standards] (SCNoMAX): Likewise.
34255         [C99-based-standards] (SCNuMAX): Likewise.
34256         [C99-based-standards] (SCNxMAX): Likewise.
34257         [C99-based-standards] (PRIdPTR): Likewise.
34258         [C99-based-standards] (PRIiPTR): Likewise.
34259         [C99-based-standards] (PRIoPTR): Likewise.
34260         [C99-based-standards] (PRIuPTR): Likewise.
34261         [C99-based-standards] (PRIxPTR): Likewise.
34262         [C99-based-standards] (PRIXPTR): Likewise.
34263         [C99-based-standards] (SCNdPTR): Likewise.
34264         [C99-based-standards] (SCNiPTR): Likewise.
34265         [C99-based-standards] (SCNoPTR): Likewise.
34266         [C99-based-standards] (SCNuPTR): Likewise.
34267         [C99-based-standards] (SCNxPTR): Likewise.
34268         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34269         allow.
34270         * conform/data/stdint.h-data: Update comments to clarify
34271         requirements.
34272         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34273         type.
34274         [C99-based standards] (INT8_MAX): Likewise.
34275         [C99-based standards] (INT16_MIN): Likewise.
34276         [C99-based standards] (INT16_MAX): Likewise.
34277         [C99-based standards] (INT32_MIN): Likewise.
34278         [C99-based standards] (INT32_MAX): Likewise.
34279         [C99-based standards] (INT64_MIN): Likewise.
34280         [C99-based standards] (INT64_MAX): Likewise.
34281         [C99-based standards] (UINT8_MAX): Likewise.
34282         [C99-based standards] (UINT16_MAX): Likewise.
34283         [C99-based standards] (UINT32_MAX): Likewise.
34284         [C99-based standards] (UINT64_MAX): Likewise.
34285         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34286         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34287         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34288         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34289         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34290         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34291         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34292         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34293         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34294         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34295         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34296         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34297         [C99-based standards] (INT_FAST8_MIN): Likewise.
34298         [C99-based standards] (INT_FAST8_MAX): Likewise.
34299         [C99-based standards] (INT_FAST16_MIN): Likewise.
34300         [C99-based standards] (INT_FAST16_MAX): Likewise.
34301         [C99-based standards] (INT_FAST32_MIN): Likewise.
34302         [C99-based standards] (INT_FAST32_MAX): Likewise.
34303         [C99-based standards] (INT_FAST64_MIN): Likewise.
34304         [C99-based standards] (INT_FAST64_MAX): Likewise.
34305         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34306         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34307         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34308         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34309         [C99-based standards] (INTPTR_MIN): Likewise.
34310         [C99-based standards] (INTPTR_MAX): Likewise.
34311         [C99-based standards] (UINTPTR_MAX): Likewise.
34312         [C99-based standards] (INTMAX_MIN): Likewise.
34313         [C99-based standards] (INTMAX_MAX): Likewise.
34314         [C99-based standards] (UINTMAX_MAX): Likewise.
34315         [C99-based standards] (PTRDIFF_MIN): Likewise.
34316         [C99-based standards] (PTRDIFF_MAX): Likewise.
34317         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34318         [C99-based standards] (SIZE_MAX): Likewise.
34319         [C99-based standards] (WCHAR_MAX): Likewise.
34320         [C99-based standards] (WINT_MAX): Likewise.
34321         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34322         constraint on value.
34323         [C99-based standards] (WCHAR_MIN): Likewise.
34324         [C99-based standards] (WINT_MIN): Likewise.
34325         [C99-based standards] (*_t): Allow.
34326         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34327         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34328         Include math.h-data and complex.h-data.  Remove all expectations
34329         of math.h and complex.h contents.
34330         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34331         at end of line.
34332         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34333         (struct tm): Expect tag.
34334         [C99-based-standards] (wcstof): Expect function.
34335         [C99-based-standards] (wcstold): Likewise.
34336         [C99-based-standards] (wcstoll): Likewise.
34337         [C99-based-standards] (wcstoull): Likewise.
34338         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34339         macro-int-constant.  Specify type.
34340         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34341         constraint on value.
34342         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34343         Specify type.
34344         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34345         Specify value.
34346         [ISO C standards]: Do not allow headers.
34347         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34348         wcs[abcdefghijklmnopqrstuvwxyz]*.
34349         [ISO C standards] (*_t): Do not allow.
34350         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34351         Expect function.
34352         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34353         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34354         Specify type.
34355         [ISO C standards]: Do not allow headers.
34356         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34357         is[abcdefghijklmnopqrstuvwxyz]*.
34358         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34359         to[abcdefghijklmnopqrstuvwxyz]*.
34360         [ISO C standards] (*_t): Do not allow.
34361         * conform/data/stdalign.h-data: New file.
34362         * conform/data/stdbool.h-data: Likewise.
34363         * conform/data/stdnoreturn.h-data: Likewise.
34365 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34367         [BZ #14815]
34368         * manual/filesys.texi (Directory Entries): Typo fix.
34369         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34371 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34373         * elf/elf.h (EM_AARCH64): New macro.
34374         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34375         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34376         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34377         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34378         (R_AARCH64_TLSDESC): Likewise.
34379         (NT_ARM_TLS): Likewise.
34380         (NT_ARM_HW_BREAK): Likewise.
34381         (NT_ARM_HW_WATCH): Likewise.
34383 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34385         [BZ #14811]
34386         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34387         (__ieee754_powl): Saturate nonzero exponents with absolute value
34388         below 0x1p-79 to +/- 0x1p-79.
34389         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34390         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34391         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34392         nonzero exponents with absolute value below 0x1p-32 to +/-
34393         0x1p-32.
34394         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34395         (__ieee754_powl): Saturate nonzero exponents with absolute value
34396         below 0x1p-79 to +/- 0x1p-79.
34397         * math/libm-test.inc (pow_test): Add more tests.
34399 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34401         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34402         _dl_s390_cap_flags with kernel. Increase string length.
34403         (_dl_s390_platforms): Add z196 and zEC12.
34405 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34407         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34408         Change XOPEN21K to XOPEN2K.
34410 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34412         * string/memmove.c: Use memcpy when possible.
34414 2012-11-06  Andreas Jaeger  <aj@suse.de>
34416         * po/eo.po: Update from translation team.
34418 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34420         [BZ #14793]
34421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34422         exponent and small x and y exponents, scale x or y up.  Increase
34423         by 2 the exponent used in scaling up.
34424         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34425         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34426         * math/libm-test.inc (fma_test): Add more tests.
34427         (fma_test_towardzero): Likewise.
34428         (fma_test_downward): Likewise.
34429         (fma_test_upward): Likewise.
34431 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34433         [BZ #14805]
34434         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34435         fenv_t *.
34437         [BZ #14801]
34438         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34439         namespace for names of struct fields.
34440         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34441         fenv_t fields.
34442         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34443         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34445 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34447         [BZ #3665]
34448         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34450 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34452         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34453         PTR_DEMANGLE.
34455         [BZ #5246]
34456         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34457         PTR_DEMANGLE.
34459 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34461         [BZ #14797]
34462         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34463         definitely overflow as x * y not x * y + z.
34464         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34465         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34466         * math/libm-test.inc (fma_test): Add more tests.
34467         (fma_test_towardzero): Likewise.
34468         (fma_test_downward): Likewise.
34469         (fma_test_upward): Likewise.
34471 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34473         [BZ #157]
34475         * include/stub-tag.h: Remove file.
34476         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34477         '#include' of it.
34478         * manual/maint.texi (Porting): Don't reference it.
34479         * Makerules ($(objpfx)stubs): Likewise.
34480         * dirent/closedir.c: Don't include <stub-tag.h>.
34481         * dirent/dirfd.c: Likewise.
34482         * dirent/fdopendir.c: Likewise.
34483         * dirent/getdents.c: Likewise.
34484         * dirent/getdents64.c: Likewise.
34485         * dirent/opendir.c: Likewise.
34486         * dirent/readdir.c: Likewise.
34487         * dirent/readdir64.c: Likewise.
34488         * dirent/readdir64_r.c: Likewise.
34489         * dirent/readdir_r.c: Likewise.
34490         * dirent/rewinddir.c: Likewise.
34491         * dirent/seekdir.c: Likewise.
34492         * dirent/telldir.c: Likewise.
34493         * gmon/profil.c: Likewise.
34494         * grp/setgroups.c: Likewise.
34495         * inet/if_index.c: Likewise.
34496         * io/access.c: Likewise.
34497         * io/chdir.c: Likewise.
34498         * io/chmod.c: Likewise.
34499         * io/chown.c: Likewise.
34500         * io/close.c: Likewise.
34501         * io/dup.c: Likewise.
34502         * io/dup2.c: Likewise.
34503         * io/dup3.c: Likewise.
34504         * io/euidaccess.c: Likewise.
34505         * io/faccessat.c: Likewise.
34506         * io/fchdir.c: Likewise.
34507         * io/fchmod.c: Likewise.
34508         * io/fchmodat.c: Likewise.
34509         * io/fchown.c: Likewise.
34510         * io/fchownat.c: Likewise.
34511         * io/fcntl.c: Likewise.
34512         * io/flock.c: Likewise.
34513         * io/fstatfs.c: Likewise.
34514         * io/fstatfs64.c: Likewise.
34515         * io/fstatvfs.c: Likewise.
34516         * io/fstatvfs64.c: Likewise.
34517         * io/futimens.c: Likewise.
34518         * io/fxstat.c: Likewise.
34519         * io/fxstat64.c: Likewise.
34520         * io/fxstatat.c: Likewise.
34521         * io/fxstatat64.c: Likewise.
34522         * io/getcwd.c: Likewise.
34523         * io/isatty.c: Likewise.
34524         * io/lchmod.c: Likewise.
34525         * io/lchown.c: Likewise.
34526         * io/link.c: Likewise.
34527         * io/linkat.c: Likewise.
34528         * io/lseek.c: Likewise.
34529         * io/lseek64.c: Likewise.
34530         * io/lxstat64.c: Likewise.
34531         * io/mkdir.c: Likewise.
34532         * io/mkdirat.c: Likewise.
34533         * io/mkfifo.c: Likewise.
34534         * io/mkfifoat.c: Likewise.
34535         * io/open.c: Likewise.
34536         * io/open64.c: Likewise.
34537         * io/openat.c: Likewise.
34538         * io/openat64.c: Likewise.
34539         * io/pipe.c: Likewise.
34540         * io/pipe2.c: Likewise.
34541         * io/poll.c: Likewise.
34542         * io/posix_fadvise.c: Likewise.
34543         * io/posix_fadvise64.c: Likewise.
34544         * io/posix_fallocate.c: Likewise.
34545         * io/posix_fallocate64.c: Likewise.
34546         * io/read.c: Likewise.
34547         * io/readlink.c: Likewise.
34548         * io/readlinkat.c: Likewise.
34549         * io/rmdir.c: Likewise.
34550         * io/sendfile.c: Likewise.
34551         * io/sendfile64.c: Likewise.
34552         * io/statfs.c: Likewise.
34553         * io/statfs64.c: Likewise.
34554         * io/statvfs.c: Likewise.
34555         * io/statvfs64.c: Likewise.
34556         * io/symlink.c: Likewise.
34557         * io/symlinkat.c: Likewise.
34558         * io/ttyname.c: Likewise.
34559         * io/ttyname_r.c: Likewise.
34560         * io/umask.c: Likewise.
34561         * io/unlink.c: Likewise.
34562         * io/unlinkat.c: Likewise.
34563         * io/utime.c: Likewise.
34564         * io/utimensat.c: Likewise.
34565         * io/write.c: Likewise.
34566         * io/xmknod.c: Likewise.
34567         * io/xmknodat.c: Likewise.
34568         * io/xstat.c: Likewise.
34569         * io/xstat64.c: Likewise.
34570         * login/getpt.c: Likewise.
34571         * login/grantpt.c: Likewise.
34572         * login/unlockpt.c: Likewise.
34573         * math/e_acoshl.c: Likewise.
34574         * math/e_acosl.c: Likewise.
34575         * math/e_asinl.c: Likewise.
34576         * math/e_atan2l.c: Likewise.
34577         * math/e_atanhl.c: Likewise.
34578         * math/e_coshl.c: Likewise.
34579         * math/e_expl.c: Likewise.
34580         * math/e_fmodl.c: Likewise.
34581         * math/e_gammal_r.c: Likewise.
34582         * math/e_hypotl.c: Likewise.
34583         * math/e_j0l.c: Likewise.
34584         * math/e_j1l.c: Likewise.
34585         * math/e_jnl.c: Likewise.
34586         * math/e_lgammal_r.c: Likewise.
34587         * math/e_log10l.c: Likewise.
34588         * math/e_log2l.c: Likewise.
34589         * math/e_logl.c: Likewise.
34590         * math/e_powl.c: Likewise.
34591         * math/e_rem_pio2l.c: Likewise.
34592         * math/e_sinhl.c: Likewise.
34593         * math/e_sqrtl.c: Likewise.
34594         * math/fclrexcpt.c: Likewise.
34595         * math/fedisblxcpt.c: Likewise.
34596         * math/feenablxcpt.c: Likewise.
34597         * math/fegetenv.c: Likewise.
34598         * math/fegetexcept.c: Likewise.
34599         * math/fegetround.c: Likewise.
34600         * math/feholdexcpt.c: Likewise.
34601         * math/fesetenv.c: Likewise.
34602         * math/fesetround.c: Likewise.
34603         * math/feupdateenv.c: Likewise.
34604         * math/fgetexcptflg.c: Likewise.
34605         * math/fraiseexcpt.c: Likewise.
34606         * math/fsetexcptflg.c: Likewise.
34607         * math/ftestexcept.c: Likewise.
34608         * math/k_cosl.c: Likewise.
34609         * math/k_rem_pio2l.c: Likewise.
34610         * math/k_sinl.c: Likewise.
34611         * math/k_tanl.c: Likewise.
34612         * math/s_asinhl.c: Likewise.
34613         * math/s_atanl.c: Likewise.
34614         * math/s_cbrtl.c: Likewise.
34615         * math/s_erfl.c: Likewise.
34616         * math/s_expm1l.c: Likewise.
34617         * math/s_log1pl.c: Likewise.
34618         * math/s_tanhl.c: Likewise.
34619         * misc/acct.c: Likewise.
34620         * misc/brk.c: Likewise.
34621         * misc/chflags.c: Likewise.
34622         * misc/chroot.c: Likewise.
34623         * misc/fchflags.c: Likewise.
34624         * misc/fgetxattr.c: Likewise.
34625         * misc/flistxattr.c: Likewise.
34626         * misc/fremovexattr.c: Likewise.
34627         * misc/fsetxattr.c: Likewise.
34628         * misc/fsync.c: Likewise.
34629         * misc/ftruncate.c: Likewise.
34630         * misc/futimes.c: Likewise.
34631         * misc/futimesat.c: Likewise.
34632         * misc/getdomain.c: Likewise.
34633         * misc/getdtsz.c: Likewise.
34634         * misc/gethostid.c: Likewise.
34635         * misc/gethostname.c: Likewise.
34636         * misc/getloadavg.c: Likewise.
34637         * misc/getpagesize.c: Likewise.
34638         * misc/getsysstats.c: Likewise.
34639         * misc/getxattr.c: Likewise.
34640         * misc/gtty.c: Likewise.
34641         * misc/ioctl.c: Likewise.
34642         * misc/lgetxattr.c: Likewise.
34643         * misc/listxattr.c: Likewise.
34644         * misc/llistxattr.c: Likewise.
34645         * misc/lremovexattr.c: Likewise.
34646         * misc/lsetxattr.c: Likewise.
34647         * misc/lutimes.c: Likewise.
34648         * misc/madvise.c: Likewise.
34649         * misc/mincore.c: Likewise.
34650         * misc/mlock.c: Likewise.
34651         * misc/mlockall.c: Likewise.
34652         * misc/mmap.c: Likewise.
34653         * misc/mprotect.c: Likewise.
34654         * misc/msync.c: Likewise.
34655         * misc/munlock.c: Likewise.
34656         * misc/munlockall.c: Likewise.
34657         * misc/munmap.c: Likewise.
34658         * misc/preadv.c: Likewise.
34659         * misc/preadv64.c: Likewise.
34660         * misc/ptrace.c: Likewise.
34661         * misc/pwritev.c: Likewise.
34662         * misc/pwritev64.c: Likewise.
34663         * misc/readv.c: Likewise.
34664         * misc/reboot.c: Likewise.
34665         * misc/remap_file_pages.c: Likewise.
34666         * misc/removexattr.c: Likewise.
34667         * misc/revoke.c: Likewise.
34668         * misc/select.c: Likewise.
34669         * misc/setdomain.c: Likewise.
34670         * misc/setegid.c: Likewise.
34671         * misc/seteuid.c: Likewise.
34672         * misc/sethostid.c: Likewise.
34673         * misc/sethostname.c: Likewise.
34674         * misc/setregid.c: Likewise.
34675         * misc/setreuid.c: Likewise.
34676         * misc/setxattr.c: Likewise.
34677         * misc/sstk.c: Likewise.
34678         * misc/stty.c: Likewise.
34679         * misc/swapoff.c: Likewise.
34680         * misc/swapon.c: Likewise.
34681         * misc/sync.c: Likewise.
34682         * misc/syncfs.c: Likewise.
34683         * misc/syscall.c: Likewise.
34684         * misc/truncate.c: Likewise.
34685         * misc/ualarm.c: Likewise.
34686         * misc/usleep.c: Likewise.
34687         * misc/ustat.c: Likewise.
34688         * misc/utimes.c: Likewise.
34689         * misc/vhangup.c: Likewise.
34690         * misc/writev.c: Likewise.
34691         * posix/_exit.c: Likewise.
34692         * posix/alarm.c: Likewise.
34693         * posix/execve.c: Likewise.
34694         * posix/fexecve.c: Likewise.
34695         * posix/fork.c: Likewise.
34696         * posix/fpathconf.c: Likewise.
34697         * posix/getaddrinfo.c: Likewise.
34698         * posix/getegid.c: Likewise.
34699         * posix/geteuid.c: Likewise.
34700         * posix/getgid.c: Likewise.
34701         * posix/getgroups.c: Likewise.
34702         * posix/getlogin.c: Likewise.
34703         * posix/getlogin_r.c: Likewise.
34704         * posix/getpgid.c: Likewise.
34705         * posix/getpid.c: Likewise.
34706         * posix/getppid.c: Likewise.
34707         * posix/getresgid.c: Likewise.
34708         * posix/getresuid.c: Likewise.
34709         * posix/getsid.c: Likewise.
34710         * posix/getuid.c: Likewise.
34711         * posix/glob64.c: Likewise.
34712         * posix/nanosleep.c: Likewise.
34713         * posix/pathconf.c: Likewise.
34714         * posix/pause.c: Likewise.
34715         * posix/posix_madvise.c: Likewise.
34716         * posix/pread.c: Likewise.
34717         * posix/pread64.c: Likewise.
34718         * posix/pwrite.c: Likewise.
34719         * posix/pwrite64.c: Likewise.
34720         * posix/sched_getaffinity.c: Likewise.
34721         * posix/sched_getp.c: Likewise.
34722         * posix/sched_gets.c: Likewise.
34723         * posix/sched_primax.c: Likewise.
34724         * posix/sched_primin.c: Likewise.
34725         * posix/sched_rr_gi.c: Likewise.
34726         * posix/sched_setaffinity.c: Likewise.
34727         * posix/sched_setp.c: Likewise.
34728         * posix/sched_sets.c: Likewise.
34729         * posix/sched_yield.c: Likewise.
34730         * posix/setgid.c: Likewise.
34731         * posix/setlogin.c: Likewise.
34732         * posix/setpgid.c: Likewise.
34733         * posix/setresgid.c: Likewise.
34734         * posix/setresuid.c: Likewise.
34735         * posix/setsid.c: Likewise.
34736         * posix/setuid.c: Likewise.
34737         * posix/sleep.c: Likewise.
34738         * posix/spawni.c: Likewise.
34739         * posix/sysconf.c: Likewise.
34740         * posix/times.c: Likewise.
34741         * posix/wait.c: Likewise.
34742         * posix/wait3.c: Likewise.
34743         * posix/wait4.c: Likewise.
34744         * posix/waitpid.c: Likewise.
34745         * resolv/gai_sigqueue.c: Likewise.
34746         * resource/getpriority.c: Likewise.
34747         * resource/getrlimit.c: Likewise.
34748         * resource/getrusage.c: Likewise.
34749         * resource/nice.c: Likewise.
34750         * resource/setpriority.c: Likewise.
34751         * resource/setrlimit.c: Likewise.
34752         * resource/ulimit.c: Likewise.
34753         * rt/aio_cancel.c: Likewise.
34754         * rt/aio_fsync.c: Likewise.
34755         * rt/aio_read.c: Likewise.
34756         * rt/aio_sigqueue.c: Likewise.
34757         * rt/aio_suspend.c: Likewise.
34758         * rt/aio_write.c: Likewise.
34759         * rt/clock_getres.c: Likewise.
34760         * rt/clock_gettime.c: Likewise.
34761         * rt/clock_nanosleep.c: Likewise.
34762         * rt/clock_settime.c: Likewise.
34763         * rt/lio_listio.c: Likewise.
34764         * rt/mq_close.c: Likewise.
34765         * rt/mq_getattr.c: Likewise.
34766         * rt/mq_notify.c: Likewise.
34767         * rt/mq_open.c: Likewise.
34768         * rt/mq_receive.c: Likewise.
34769         * rt/mq_send.c: Likewise.
34770         * rt/mq_setattr.c: Likewise.
34771         * rt/mq_timedreceive.c: Likewise.
34772         * rt/mq_timedsend.c: Likewise.
34773         * rt/mq_unlink.c: Likewise.
34774         * rt/shm_open.c: Likewise.
34775         * rt/shm_unlink.c: Likewise.
34776         * rt/timer_create.c: Likewise.
34777         * rt/timer_delete.c: Likewise.
34778         * rt/timer_getoverr.c: Likewise.
34779         * rt/timer_gettime.c: Likewise.
34780         * rt/timer_settime.c: Likewise.
34781         * setjmp/__longjmp.c: Likewise.
34782         * setjmp/setjmp.c: Likewise.
34783         * signal/kill.c: Likewise.
34784         * signal/killpg.c: Likewise.
34785         * signal/raise.c: Likewise.
34786         * signal/sigaction.c: Likewise.
34787         * signal/sigaltstack.c: Likewise.
34788         * signal/sigblock.c: Likewise.
34789         * signal/sigignore.c: Likewise.
34790         * signal/sigintr.c: Likewise.
34791         * signal/signal.c: Likewise.
34792         * signal/sigpause.c: Likewise.
34793         * signal/sigpending.c: Likewise.
34794         * signal/sigqueue.c: Likewise.
34795         * signal/sigreturn.c: Likewise.
34796         * signal/sigset.c: Likewise.
34797         * signal/sigsetmask.c: Likewise.
34798         * signal/sigstack.c: Likewise.
34799         * signal/sigsuspend.c: Likewise.
34800         * signal/sigtimedwait.c: Likewise.
34801         * signal/sigvec.c: Likewise.
34802         * signal/sigwait.c: Likewise.
34803         * signal/sigwaitinfo.c: Likewise.
34804         * signal/sysv_signal.c: Likewise.
34805         * socket/accept.c: Likewise.
34806         * socket/accept4.c: Likewise.
34807         * socket/bind.c: Likewise.
34808         * socket/connect.c: Likewise.
34809         * socket/getpeername.c: Likewise.
34810         * socket/getsockname.c: Likewise.
34811         * socket/getsockopt.c: Likewise.
34812         * socket/isfdtype.c: Likewise.
34813         * socket/listen.c: Likewise.
34814         * socket/recv.c: Likewise.
34815         * socket/recvfrom.c: Likewise.
34816         * socket/recvmsg.c: Likewise.
34817         * socket/send.c: Likewise.
34818         * socket/sendmsg.c: Likewise.
34819         * socket/sendto.c: Likewise.
34820         * socket/setsockopt.c: Likewise.
34821         * socket/shutdown.c: Likewise.
34822         * socket/sockatmark.c: Likewise.
34823         * socket/socket.c: Likewise.
34824         * socket/socketpair.c: Likewise.
34825         * stdio-common/ctermid.c: Likewise.
34826         * stdio-common/cuserid.c: Likewise.
34827         * stdio-common/remove.c: Likewise.
34828         * stdio-common/rename.c: Likewise.
34829         * stdio-common/renameat.c: Likewise.
34830         * stdio-common/tempname.c: Likewise.
34831         * stdlib/getcontext.c: Likewise.
34832         * stdlib/makecontext.c: Likewise.
34833         * stdlib/setcontext.c: Likewise.
34834         * stdlib/swapcontext.c: Likewise.
34835         * stdlib/system.c: Likewise.
34836         * streams/fattach.c: Likewise.
34837         * streams/fdetach.c: Likewise.
34838         * streams/getmsg.c: Likewise.
34839         * streams/getpmsg.c: Likewise.
34840         * streams/putmsg.c: Likewise.
34841         * streams/putpmsg.c: Likewise.
34842         * sysdeps/unix/bsd/getpt.c: Likewise.
34843         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34844         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34845         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34847         Likewise.
34848         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34849         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34850         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34851         * sysvipc/msgctl.c: Likewise.
34852         * sysvipc/msgget.c: Likewise.
34853         * sysvipc/msgrcv.c: Likewise.
34854         * sysvipc/msgsnd.c: Likewise.
34855         * sysvipc/semctl.c: Likewise.
34856         * sysvipc/semget.c: Likewise.
34857         * sysvipc/semop.c: Likewise.
34858         * sysvipc/semtimedop.c: Likewise.
34859         * sysvipc/shmat.c: Likewise.
34860         * sysvipc/shmctl.c: Likewise.
34861         * sysvipc/shmdt.c: Likewise.
34862         * sysvipc/shmget.c: Likewise.
34863         * termios/tcdrain.c: Likewise.
34864         * termios/tcflow.c: Likewise.
34865         * termios/tcflush.c: Likewise.
34866         * termios/tcgetattr.c: Likewise.
34867         * termios/tcgetpgrp.c: Likewise.
34868         * termios/tcsendbrk.c: Likewise.
34869         * termios/tcsetattr.c: Likewise.
34870         * termios/tcsetpgrp.c: Likewise.
34871         * time/adjtime.c: Likewise.
34872         * time/clock.c: Likewise.
34873         * time/getitimer.c: Likewise.
34874         * time/gettimeofday.c: Likewise.
34875         * time/setitimer.c: Likewise.
34876         * time/settimeofday.c: Likewise.
34877         * time/stime.c: Likewise.
34878         * time/time.c: Likewise.
34880 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34882         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34883         /usr/old/bin.
34885         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34886         instead of spaces.
34887         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34889 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34891         [BZ #14796]
34892         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34893         FE_TONEAREST before applying Dekker multiplication and Knuth
34894         addition.  Clear inexact exceptions and check for exact zero
34895         results afterwards.
34896         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34897         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34898         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34899         * math/libm-test.inc (fma_test): Add more tests.
34900         (fma_test_towardzero): Likewise.
34901         (fma_test_downward): Likewise.
34902         (fma_test_upward): Likewise.
34903         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34904         function.
34905         (libc_fesetround): New macro.
34906         (libc_fesetroundf): Likewise.
34907         (libc_fesetroundl): Likewise.
34908         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34909         function.
34910         (libc_fesetround_387): Likewise.
34911         (libc_fesetroundf): New macro.
34912         (libc_fesetround): Likewise.
34913         (libc_fesetroundl): Likewise.
34914         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34915         function.
34916         (libc_fesetroundf): New macro.
34917         (libc_fesetround): Likewise.
34918         (libc_fesetroundl): Likewise.
34919         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34920         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34921         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34922         libm_hidden_ver.
34923         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34924         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34925         libm_hidden_def.
34926         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34927         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34928         libm_hidden_ver.
34929         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34930         libm_hidden_def.
34932         [BZ #3439]
34933         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34934         integer constant usable in #if and use that to give value to enum
34935         constant.
34936         (FE_DIVBYZERO): Likewise.
34937         (FE_UNDERFLOW): Likewise.
34938         (FE_OVERFLOW): Likewise.
34939         (FE_INVALID): Likewise.
34940         (FE_INVALID_SNAN): Likewise.
34941         (FE_INVALID_ISI): Likewise.
34942         (FE_INVALID_IDI): Likewise.
34943         (FE_INVALID_ZDZ): Likewise.
34944         (FE_INVALID_IMZ): Likewise.
34945         (FE_INVALID_COMPARE): Likewise.
34946         (FE_INVALID_SOFTWARE): Likewise.
34947         (FE_INVALID_SQRT): Likewise.
34948         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34949         (FE_TONEAREST): Likewise.
34950         (FE_TOWARDZERO): Likewise.
34951         (FE_UPWARD): Likewise.
34952         (FE_DOWNWARD): Likewise.
34953         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34954         (FE_DIVBYZERO): Likewise.
34955         (FE_OVERFLOW): Likewise.
34956         (FE_UNDERFLOW): Likewise.
34957         (FE_INEXACT): Likewise.
34958         (FE_TONEAREST): Likewise.
34959         (FE_DOWNWARD): Likewise.
34960         (FE_UPWARD): Likewise.
34961         (FE_TOWARDZERO): Likewise.
34962         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34963         (FE_UNDERFLOW): Likewise.
34964         (FE_OVERFLOW): Likewise.
34965         (FE_DIVBYZERO): Likewise.
34966         (FE_INVALID): Likewise.
34967         (FE_TONEAREST): Likewise.
34968         (FE_TOWARDZERO): Likewise.
34969         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34970         (FE_OVERFLOW): Likewise.
34971         (FE_UNDERFLOW): Likewise.
34972         (FE_DIVBYZERO): Likewise.
34973         (FE_INEXACT): Likewise.
34974         (FE_TONEAREST): Likewise.
34975         (FE_TOWARDZERO): Likewise.
34976         (FE_UPWARD): Likewise.
34977         (FE_DOWNWARD): Likewise.
34978         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34979         (FE_DIVBYZERO): Likewise.
34980         (FE_OVERFLOW): Likewise.
34981         (FE_UNDERFLOW): Likewise.
34982         (FE_INEXACT): Likewise.
34983         (FE_TONEAREST): Likewise.
34984         (FE_DOWNWARD): Likewise.
34985         (FE_UPWARD): Likewise.
34986         (FE_TOWARDZERO): Likewise.
34988 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34990         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34992 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34994         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34995         commands.  Quote $PWD.
34996         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34997         -x" by "export".
34998         (remove_newlines): Remove.
35000 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35002         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35003         * stdlib/stdlib.h (atof): Moved to ...
35004         * include/bits/stdlib-float.h: Here.  New file.
35005         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35006         * stdlib/bits/stdlib-float.h: New file.
35007         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35008         -mno-sse -mno-mmx.
35009         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35010         <xmmintrin.h>.
35012 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35014         * conform/conformtest.pl (@headers): Add fenv.h.
35015         * conform/data/fenv.h-data: New file.
35016         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35017         include of <math/fenv.h>.
35019         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35020         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35021         && !UNIX98].  Enables tests for XOPEN2K8.
35022         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35023         POSIX2008]: Likewise.
35025         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35026         (struct rusage): Do not expect type or its members.
35028         [BZ #3439]
35029         * math/math.h (FP_NAN): Define macro to integer constant usable in
35030         #if and use that to give value to enum constant.
35031         (FP_INFINITE): Likewise.
35032         (FP_ZERO): Likewise.
35033         (FP_SUBNORMAL): Likewise.
35034         (FP_NORMAL): Likewise.
35036 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35038         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35039         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35040         arguments.
35042 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35044         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35045         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35046         autoconf-time if not.
35047         * configure.in: Remove AC_PREREQ.
35049 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35051         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35052         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35053         of the internal implementation.
35055 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35057         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35058         except include of <misc/sys/syslog.h>.
35060 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35063         function returns with a NULL context exit with zero.
35065 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35067         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35069 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35071         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35072         (run_program_cmd): This.
35073         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35074         (tst_langinfo): New variable.  Use it.
35076 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35078         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35079         floating point opcodes.
35081 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35083         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35084         variable.
35086         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35088         * sysdeps/mach/hurd/powerpc: Remove directory.
35089         * sysdeps/mach/powerpc: Likewise.
35091 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35093         * scripts/check-local-headers.sh: Ignore c++ headers.
35095 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35097         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35098         __libc_cleanup_region_start argument.
35100 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35102         [BZ #14784]
35103         [BZ #14785]
35104         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35105         x * y using scaling, not as x * y + z.
35106         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35107         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35108         * math/libm-test.inc (fma_test): Add more tests.
35109         (fma_test_towardzero): Likewise.
35110         (fma_test_downward): Likewise.
35111         (fma_test_upward): Likewise.
35113 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35115         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35117 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35119         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35120         New variable.
35122 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35124         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35126 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35129         Fix sort order.
35130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35131         Likewise.
35133 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35136         Fix the order of the list for glibc 2.17.
35137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35138         Likewise.
35140 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35144 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35146         [BZ #14610]
35147         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35148         for low part of x being zero before using __atanl (y).
35149         * math/libm-test.inc (atan2_test): Add another test.
35151         * manual/install.texi (Configuring and compiling): Document
35152         general use of test-wrapper and test-wrapper-env.
35153         * INSTALL: Regenerated.
35155         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35156         (__fma): Do not extract and scale down low bits on after-rounding
35157         systems when result rounded to normal precision would have normal
35158         exponent.
35159         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35160         (__fmal): Do not extract and scale down low bits on after-rounding
35161         systems when result rounded to normal precision would have normal
35162         exponent.
35163         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35164         (__fmal): Do not extract and scale down low bits on after-rounding
35165         systems when result rounded to normal precision would have normal
35166         exponent.
35167         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35168         macro.
35169         (fma_test): Add more tests.
35170         (fma_test_towardzero): Likewise.
35171         (fma_test_downward): Likewise.
35172         (fma_test_upward): Likewise.
35174 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35176         * sysdeps/i386/tininess.h: Renamed to ...
35177         * sysdeps/x86/tininess.h: This.
35178         * sysdeps/x86_64/tininess.h: Removed.
35180 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35182         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35183         input.  Use $(build-program-cmd).
35184         ($(objpfx)tst-array1-static.out): Likewise.
35185         ($(objpfx)tst-array2.out): Likewise.
35186         ($(objpfx)tst-array3.out): Likewise.
35187         ($(objpfx)tst-array4.out): Likewise.
35188         ($(objpfx)tst-array5.out): Likewise.
35189         ($(objpfx)tst-array5-static.out): Likewise.
35191 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35193         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35194         if defined.
35196         * nss/nsswitch.h (nss_interface_function): Provide new
35197         macro for use with NSS functions.
35198         * grp/initgroups.c: Use new macro.
35199         * nss/getXXbyYY.c: Likewise.
35200         * nss/getXXbyYY_r.c: Likewise.
35201         * nss/getXXent.c: Likewise.
35202         * nss/getXXent_r.c: Likewise.
35203         * sysdeps/posix/getaddrinfo.c: Likewise.
35205 2012-10-30  Andreas Jaeger  <aj@suse.de>
35207         * po/ru.po: Update Russion translation from translation project.
35209 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35211         [BZ #14152]
35212         [BZ #14783]
35213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35214         result and shift together with sticky bit instead of replicating
35215         round-to-nearest rounding.
35216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35217         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35218         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35219         missing underflow exceptions.
35220         (fma_test_towardzero): Add more tests.
35221         (fma_test_downward): Likewise.
35222         (fma_test_upward): Likewise.
35224         [BZ #14047]
35225         * sysdeps/generic/tininess.h: New file.
35226         * sysdeps/i386/tininess.h: Likewise.
35227         * sysdeps/sh/tininess.h: Likewise.
35228         * sysdeps/x86_64/tininess.h: Likewise.
35229         * stdlib/tst-strtod-underflow.c: Likewise.
35230         * stdlib/tst-tininess.c: Likewise.
35231         * stdlib/strtod_l.c: Include <tininess.h>.
35232         (round_and_return): Do not set errno for exact underflow cases.
35233         Force an underflow exception when setting errno for underflow.
35234         Determine underflow based on rounding to normal precision if
35235         TININESS_AFTER_ROUNDING.
35236         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35237         ERANGE for exact underflow cases.
35238         * stdlib/Makefile (tests): Add tst-tininess and
35239         tst-strtod-underflow.
35240         ($(objpfx)tst-tininess): Use $(link-libm).
35241         ($(objpfx)tst-strtod-underflow): Likewise.
35243 2012-10-30  Andreas Jaeger  <aj@suse.de>
35245         [BZ#14767]
35246         * elf/Makefile (tests): Remove conditional for have-initfini-array
35247         since this is now always required and the variable does not exist
35248         anymore.
35249         (tests-static): Likewise.
35250         (modules-names): Likewise.
35252         * po/eo.po: Add Esperanto translation from translation project.
35254         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35255         merged with constructor/destructor.
35256         (init_array): Likewise.
35257         * elf/tst-array2dep.c (fini_array): Likewise.
35258         (init_array): Likewise.
35260 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35262         * manual/message.texi: Delete @cartouche tags.
35264 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35266         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35267         EOPNOTSUPP.
35268         * sysdeps/mach/hurd/fsync.c: Likewise.
35270         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35271         [_POSIX_REALTIME_SIGNALS]: Change condition to
35272         [_POSIX_REALTIME_SIGNALS > 0].
35274 2012-10-27  Andreas Jaeger  <aj@suse.de>
35276         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35277         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35278         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35279         [__WORDSIZE != 64]: Likewise.
35281 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35283         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35284         *  iconvdata/tst-tables.sh: Likewise.
35286 2012-10-25  David S. Miller  <davem@davemloft.net>
35288         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35289         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35290         of strtoull.
35292         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35293         ifunc-impl-list.c
35294         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35295         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35296         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35297         file.
35299 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35301         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35302         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35303         __getdirentries.
35305 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35306             Jim Blandy  <jimb@codesourcery.com>
35308         * scripts/cross-test-ssh.sh: New file.
35309         * manual/install.texi (Configuring and compiling): Document use of
35310         cross-test-ssh.sh.
35311         * INSTALL: Regenerated.
35313 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35315         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35316         EOPNOTSUPP.
35318 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35320         * Makeconfig (run-program-prefix): Fix comment.
35322 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35323             Jim Blandy  <jimb@codesourcery.com>
35325         * Makeconfig (test-wrapper): New variable,
35326         (test-wrapper-env): Likewise.
35327         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35328         (run-built-tests): Define to yes.
35329         (run-program-prefix): Use $(test-wrapper).
35330         (built-program-cmd): Likewise.
35331         * Rules (make-test-out): Use $(test-wrapper-env) and
35332         $(host-built-program-cmd).
35333         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35334         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35335         tst-pathopt.sh.
35336         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35337         $(test-wrapper-env) to tst-rtld-load-self.sh.
35338         ($(objpfx)order2.out): Use $(test-wrapper).
35339         ($(objpfx)tst-initorder.out): Likewise.
35340         ($(objpfx)tst-initorder2.out): Likewise.
35341         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35342         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35343         (test_wrapper_env): New variable.  Use it to run ld.so.
35344         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35345         Use it to run ld.so.
35346         (test_wrapper_env): Likewise.
35347         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35348         $(test-wrapper) to run-iconv-test.sh.
35349         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35350         (ICONV): Use $test_wrapper.
35351         * posix/Makefile ($(objpfx)globtest.out): Pass
35352         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35353         globtest.sh, not $(run-program-prefix).
35354         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35355         (test_wrapper): Likewise.
35356         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35357         set together with run_via_rtld_prefix.
35358         (run_program_prefix): Define in terms of test_wrapper and
35359         run_via_rtld_prefix.
35361 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35363         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35364         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35365         Targets removed.
35367         [BZ #14743]
35368         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35369         Declare __clock_getres, __clock_gettime, __clock_settime,
35370         __clock_nanosleep, and __clock_getcpuclockid.
35371         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35372         Remove librt_hidden_def (clock_gettime).
35373         * sysdeps/unix/clock_gettime.c: Likewise.
35374         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35375         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35376         * rt/clock_getres.c: Define __clock_getres as an alias.
35377         * sysdeps/posix/clock_getres.c: Likewise.
35378         * rt/clock_settime.c: Define __clock_settime as an alias.
35379         * sysdeps/unix/clock_settime.c: Likewise.
35380         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35381         * sysdeps/unix/clock_nanosleep.c: Likewise.
35382         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35383         * rt/clock-compat.c: New file.
35384         * rt/Makefile (librt-routines): Add clock-compat and move
35385         $(clock-routines) to ...
35386         (routines): ... here, new variable.
35387         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35388         Don't add get_clockfreq here.
35389         * rt/Versions (libc: GLIBC_2.17): New version set.
35390         Add clock_* symbols here.
35391         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35392         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35393         (GLIBC_2.17): Add clock_* symbols.
35394         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35396         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35398         Likewise.
35399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35400         Likewise.
35401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35402         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35405         * NEWS: Mention the move.
35407         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35408         Use __open, __read, __close rather than their public counterparts.
35409         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35410         (__get_clockfreq_via_cpuinfo): Likewise.
35411         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35412         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35414         * config.h.in (HAVE_IFUNC): New #undef.
35415         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35416         was successful.
35417         * configure: Regenerated.
35419 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35421         * configure.in: Move READELF check to start of file.
35422         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35423         libc_cv_asm_gnu_indirect_function in the process.
35424         * configure: Regenerated.
35426 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35428         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35429         send the output to /dev/null.
35430         (libc_cv_cc_with_libunwind): Likewise.
35431         (libc_cv_as_noexecstack): Likewise.
35432         * configure: Regenerate.
35434 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35436         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35438         * posix/globtest.sh (TMPDIR): Do not set.
35439         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35440         (testout): Likewise.
35442 2012-10-24  Andreas Jaeger  <aj@suse.de>
35444         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35445         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35446         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35447         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35448         posix_fadvise64, posix_fallocate64.
35450         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35451         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35452         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35453         Likewise.
35454         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35455         Likewise.
35456         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35458         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35459         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35460         <bits/fcntl-linux.h>.
35461         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35463         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35464         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35465         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35466         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35467         [__WORDSIZE != 64]: Likewise.
35469 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35471         * Makeconfig (run-built-tests): New variable.
35472         * Rules [$(cross-compiling) = yes]: Change condition to
35473         [$(run-built-tests) = no].
35474         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35475         to [$(run-built-tests) = yes].
35476         * elf/Makefile [$(cross-compiling) = no]: Likewise
35477         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35478         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35479         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35480         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35481         * io/Makefile [$(cross-compiling) = no]: Likewise.
35482         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35483         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35484         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35485         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35486         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35487         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35488         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35489         * string/Makefile [$(cross-compiling) = no]: Likewise.
35491         * posix/Makefile ($(objpfx)globtest.out): Pass
35492         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35493         $(rtld-installed-name).
35494         * posix/globtest.sh (elf_objpfx): Remove variable.
35495         (rtld_installed_name): Likewise.
35496         (library_path): Likewise.
35497         (run_program_prefix): New variable.  Use for running globtest
35498         binary.
35500 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35501             Joseph Myers  <joseph@codesourcery.com>
35503         * Makeconfig (host-built-program-cmd): New variable.
35504         * elf/Makefile (tst-stackguard1-ARGS): Use
35505         $(host-built-program-cmd).
35506         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35507         (tst-spawn-ARGS): Likewise.
35508         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35510 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35511             Jim Blandy  <jimb@codesourcery.com>
35513         * Makeconfig (run-via-rtld-prefix): New variable.
35514         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35515         (built-program-cmd): Likewise.
35517 2012-10-22  Andreas Jaeger  <aj@suse.de>
35519         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35520         __O_RSYNC if it exists, otherwise to O_SYNC.
35522 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35523             Joseph Myers  <joseph@codesourcery.com>
35525         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35526         /dev/null.
35527         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35528         from /dev/null
35529         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35530         /dev/null.
35532 2012-10-22  Andreas Jaeger  <aj@suse.de>
35534         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35535         Define always.
35536         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35538         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35539         bits/fcntl-linux.h.
35541         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35542         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35544         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35545         to __O_LARGEFILE.
35546         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35547         to __O_LARGEFILE.
35549 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35550             Joseph Myers  <joseph@codesourcery.com>
35552         * config.make.in (NM): New variable.
35554 2012-10-21  Andreas Jaeger  <aj@suse.de>
35556         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35557         definitions and declarations that are provided by
35558         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35560 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35562         [BZ #14683]
35563         * elf/Makefile (tests-static): Add tst-leaks1-static.
35564         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35565         ($(objpfx)tst-leaks1-static): New rule.
35566         ($(objpfx)tst-leaks1-static-mem): Likewise.
35567         (tst-leaks1-static-ENV): New macro.
35568         * elf/dl-open.c (dl_open_worker): Check the main application
35569         only if SHARED is defined.
35570         * elf/tst-leaks1-static.c: New file.
35572 2012-10-20  Andreas Jaeger  <aj@suse.de>
35574         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35575         generic values for Linux.
35576         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35577         and declarations that are provided by <bits/fcntl-linux.h> and
35578         include <bits/fcntl-linux.h>.
35579         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35580         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35582 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35584         * io/fcntl.h: Move include of <bits/types.h> to the top and
35585         include it unconditionally.
35587 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35589         * wcsmbs/Makefile (tests-ifunc): New variable.
35590         (tests): Add $(tests-ifunc).
35591         * wcsmbs/test-wcschr-ifunc.c: New file.
35592         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35593         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35594         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35595         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35596         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35598         * string/Makefile (tests-ifunc): New variable.
35599         (tests): Add $(tests-ifunc).
35600         * string/test-memccpy.c (TEST_NAME): New macro.
35601         * string/test-memchr.c (TEST_NAME): Likewise.
35602         * string/test-memcmp.c (TEST_NAME): Likewise.
35603         * string/test-memcpy.c (TEST_NAME): Likewise.
35604         * string/test-memmem.c (TEST_NAME): Likewise.
35605         * string/test-memmove.c (TEST_NAME): Likewise.
35606         * string/test-memset.c (TEST_NAME): Likewise.
35607         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35608         * string/test-stpcpy.c (TEST_NAME): Likewise.
35609         * string/test-stpncpy.c (TEST_NAME): Likewise.
35610         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35611         * string/test-strcasestr.c (TEST_NAME): Likewise.
35612         * string/test-strcat.c (TEST_NAME): Likewise.
35613         * string/test-strchr.c (TEST_NAME): Likewise.
35614         * string/test-strcmp.c(TEST_NAME): Likewise.
35615         * string/test-strcpy.c (TEST_NAME): Likewise.
35616         * string/test-strcspn.c (TEST_NAME): Likewise.
35617         * string/test-strlen.c (TEST_NAME): Likewise.
35618         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35619         * string/test-strncmp.c (TEST_NAME): Likewise.
35620         * string/test-strncpy.c (TEST_NAME): Likewise.
35621         * string/test-strnlen.c (TEST_NAME): Likewise.
35622         * string/test-strpbrk.c (TEST_NAME): Likewise.
35623         * string/test-strrchr.c (TEST_NAME): Likewise.
35624         * string/test-strspn.c (TEST_NAME): Likewise.
35625         * string/test-strstr.c (TEST_NAME): Likewise.
35626         * string/test-bcopy-ifunc.c: New file.
35627         * string/test-bzero-ifunc.c: Likewise.
35628         * string/test-memccpy-ifunc.c: Likewise.
35629         * string/test-memchr-ifunc.c: Likewise.
35630         * string/test-memcmp-ifunc.c: Likewise.
35631         * string/test-memcpy-ifunc.c: Likewise.
35632         * string/test-memmem-ifunc.c: Likewise.
35633         * string/test-memmove-ifunc.c: Likewise.
35634         * string/test-mempcpy-ifunc.c: Likewise.
35635         * string/test-memset-ifunc.c: Likewise.
35636         * string/test-rawmemchr-ifunc.c: Likewise.
35637         * string/test-stpcpy-ifunc.c: Likewise.
35638         * string/test-stpncpy-ifunc.c: Likewise.
35639         * string/test-strcasecmp-ifunc.c: Likewise.
35640         * string/test-strcasestr-ifunc.c: Likewise.
35641         * string/test-strcat-ifunc.c: Likewise.
35642         * string/test-strchr-ifunc.c: Likewise.
35643         * string/test-strchrnul-ifunc.c: Likewise.
35644         * string/test-strcmp-ifunc.c: Likewise.
35645         * string/test-strcpy-ifunc.c: Likewise.
35646         * string/test-strcspn-ifunc.c: Likewise.
35647         * string/test-strlen-ifunc.c: Likewise.
35648         * string/test-strncasecmp-ifunc.c: Likewise.
35649         * string/test-strncat-ifunc.c: Likewise.
35650         * string/test-strncmp-ifunc.c: Likewise.
35651         * string/test-strncpy-ifunc.c: Likewise.
35652         * string/test-strnlen-ifunc.c: Likewise.
35653         * string/test-strpbrk-ifunc.c: Likewise.
35654         * string/test-strrchr-ifunc.c: Likewise.
35655         * string/test-strspn-ifunc.c: Likewise.
35656         * string/test-strstr-ifunc.c: Likewise.
35658         * debug/Makefile (tests-ifunc): New variable.
35659         (tests): Add $(tests-ifunc).
35660         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35661         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35662         * debug/test-stpcpy_chk-ifunc.c: New file.
35663         * debug/test-strcpy_chk-ifunc.c: Likewise.
35665 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35667         [BZ #13601]
35668         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35669         header is not read in.
35671 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35673         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35674         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35675         directly.  Pass built executable to script as
35676         $(built-program-cmd).
35677         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35678         $testprogram without using LD_LIBRARY_PATH and $ldso.
35680         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35681         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35682         $(rtld-installed-name).
35683         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35684         (rtld_installed_name): Likewise.
35685         (library_path): Likewise.
35686         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35687         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35688         $(run-program-prefix) to tst-tables.sh.
35689         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35690         it to run tst-table-from and tst-table-to.
35691         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35692         Pass it to tst-table.sh.
35693         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35694         $(run-program-prefix) to tst-gettext.sh.
35695         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35696         tst-translit.sh.
35697         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35698         tst-gettext2.sh.
35699         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35700         to run tst-gettext.
35701         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35702         to run tst-gettext2.
35703         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35704         to run tst-translit.
35705         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35706         $(run-program-prefix) to tst-mtrace.sh.
35707         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35708         to run tst-mtrace.
35709         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35710         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35711         $(rtld-installed-name).
35712         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35713         (rtld_installed_name): Likewise.
35714         (run_program_prefix): New variable.  Use it to run wordexp-test.
35716         * Makeconfig (ARCH): Remove all definitions.
35717         (machine): Likewise.
35718         [ARCH]: Remove conditional code.
35719         [!objdir]: Give error.
35720         [!objdir] (objpfx): Remove.
35721         [!objdir] (common-objpfx): Likewise.
35722         [!objdir] (common-objdir): Likewise.
35723         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35724         AC_CONFIG_FILES call.
35725         * configure: Regenerated.
35727         [BZ #13888]
35728         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35729         or TMPDIR.
35730         (testout): Likewise.
35732         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35733         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35734         $(rtld-installed-name).
35735         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35736         (rtld_installed_name): Likwise.
35737         (runit): Remove function.
35738         (run_getconf): New variable,  Use it for running getconf binary.
35740 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35742         [BZ #14716]
35743         * string/test-memmem.c (check_result): New function.
35744         (do_one_test): Use it.
35745         (check1): New function.
35746         (test_main): Use it.
35748 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35750         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35752 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35754         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35755         (_G_LSEEK64): Likewise.
35756         (_G_MMAP64): Likewise.
35757         (_G_FSTAT64): Likewise.
35758         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35759         (_G_LSEEK64): Likewise.
35760         (_G_MMAP64): Likewise.
35761         (_G_FSTAT64): Likewise.
35762         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35763         unconditional.  Call __mmap64 directly.
35764         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35765         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35766         __lseek64 directly.
35767         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35768         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35769         __mmap64 directly.
35770         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35771         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35772         __lseek64 directly.
35773         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35774         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35775         __lseek64 directly.
35776         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35777         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35778         __lseek64 directly.
35779         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35780         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35781         __fxstat64 directly.
35782         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35783         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35784         unconditional.
35785         (freopen64) [!_G_OPEN64]: Remove conditional code.
35786         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35787         unconditional.
35788         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35789         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35790         unconditional.
35791         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35792         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35793         unconditional.
35794         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35795         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35796         unconditional.
35797         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35798         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35799         unconditional.
35800         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35801         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35802         unconditional.
35803         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35804         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35805         unconditional.
35806         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35808 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35810         [BZ #12140]
35811         * manual/memory.texi (Malloc Tunable Parameters): Add note
35812         about free list pointers overwriting some perturb bytes.
35813         Wording suggested by Roland McGrath.
35815 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35817         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35818         (lgamma_test): Likewise.
35819         (tgamma_test): Likewise.
35821 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35823         [BZ #14700]
35824         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35825         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35827 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35829         * NEWS: Mention BZ #14716.
35830         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35831         when removing AVAILABLE1_USES_J macro.
35833 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35835         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35836         (__bswap_64): __uint64_t for unsigned 64-bit int.
35838 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35840         * include/string.h (memmem): Declare libc hidden alias.
35841         * string/memmem.c (memmem): Define libc hidden alias.
35842         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35843         __read, __close instead of open, read, close.
35845 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35848         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35849         global and hidden.
35850         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35851         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35852         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35853         Likewise.
35854         (__rawmemchr_sse2): Likewise.
35855         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35856         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35857         (__strchr_sse2): Likewise.
35858         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35859         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35860         (__strcasecmp_sse2): Likewise.
35861         (__strncasecmp_sse2): Likewise.
35862         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35863         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35864         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35865         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35866         (__strrchr_sse2): Likewise.
35867         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35868         ifunc-impl-list.c.
35869         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35870         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35871         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35872         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35873         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35874         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35875         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35876         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35877         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35878         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35879         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35880         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35881         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35882         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35883         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35884         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35885         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35886         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35887         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35888         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35889         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35890         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35891         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35892         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35893         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35894         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35895         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35896         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35897         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35898         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35900         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35901         global and hidden.
35902         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35903         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35904         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35905         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35906         Likewise.
35907         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35908         Likewise.
35909         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35910         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35911         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35912         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35913         ifunc-impl-list.c.
35914         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35915         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35916         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35917         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35918         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35919         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35920         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35921         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35922         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35923         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35924         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35925         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35926         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35927         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35928         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35929         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35930         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35931         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35932         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35933         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35934         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35935         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35936         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35937         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35938         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35939         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35940         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35941         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35942         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35943         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35944         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35945         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35946         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35947         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35948         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35949         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35950         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35951         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35952         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35953         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35954         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35956         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35957         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35958         * include/ifunc-impl-list.h: New file.
35959         * misc/ifunc-impl-list.c: Likewise.
35960         * misc/Makefile (routines): Add ifunc-impl-list.
35961         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35962         * string/test-string.h: Include <ifunc-impl-list.h>.
35963         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35964         TEST_NAME]: New variables.
35965         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35966         are defined.
35967         (test_init): Call __libc_ifunc_impl_list to initialize
35968         func_list if TEST_IFUNC and TEST_NAME are defined.
35970         * string/Makefile (strop-tests): Add bcopy and bzero.
35971         * string/test-bcopy.c: New file.
35972         * string/test-bzero.c: Likewise.
35973         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35974         defined.
35975         * string/test-memset.c: Support bzero test if TEST_BZERO is
35976         defined.
35977         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35978         __libc_memmove.
35979         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35980         __libc_memset.
35981         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35982         of memset.
35984 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35986         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35987         * configure: Regenerated.
35989         * Makeconfig (+link-static-before-libc): Don't include
35990         $(link-static-libc).
35992         * libio/libio.h (_IO_pos_t): Remove.
35994 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35996         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35997         McGrath.
35999 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36001         * crypt/crypt-entry.c: Include fips-private.h.
36002         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36003         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36004         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36005         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36007 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36009         * crypt/crypt-private.h: Include stdbool.h.
36010         (_ufc_setup_salt_r): Return bool.
36011         * crypt/crypt-entry.c: Include errno.h.
36012         (__crypt_r): Return NULL with EINVAL for bad salt.
36013         * crypt/crypt_util.c (bad_for_salt): New.
36014         (_ufc_setup_salt_r): Check that salt is long enough and within
36015         the specified alphabet.
36016         * crypt/badsalttest.c: New file.
36017         * crypt/Makefile (tests): Add it.
36018         ($(objpfx)badsalttest): New.
36020 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36022         * NEWS: Add entry for BZ #14602.
36024 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36026         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36027         type-generic.
36028         * math/libm-test.inc: Update comment listing what functions and
36029         macros are tested.
36030         (isgreater_test): New function.
36031         (isgreaterequal_test): Likewise.
36032         (isless_test): Likewise.
36033         (islessequal_test): Likewise.
36034         (islessgreater_test): Likewise.
36035         (isunordered_test): Likewise.
36036         (main): Call the new functions.
36038 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36040         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36041         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36042         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36043         * sysdeps/i386/configure: Regenerated.
36044         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36045         * sysdeps/mach/configure: Regenerated.
36046         * sysdeps/mach/hurd/configure: Regenerated.
36047         * sysdeps/powerpc/configure: Regenerated.
36048         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36049         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36050         * sysdeps/s390/s390-32/configure: Regenerated.
36051         * sysdeps/s390/s390-64/configure: Regenerated.
36052         * sysdeps/sh/configure: Regenerated.
36053         * sysdeps/sparc/configure: Regenerated.
36054         * sysdeps/unix/sysv/linux/configure: Regenerated.
36055         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36056         * sysdeps/x86_64/configure: Regenerated.
36058         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36059         defined.  Don't check if MAP is NULL.
36061 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36063         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36064         (_G_stat64): Likewise.
36065         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36066         (_G_stat64): Likewise.
36067         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36068         instead of struct _G_stat64.
36069         * libio/fileops.c (mmap_remap_check): Likewise.
36070         (decide_maybe_mmap): Likewise.
36071         (_IO_new_file_seekoff): Likewise.
36072         (_IO_file_stat): Likewise.
36073         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36074         _G_off64_t.
36075         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36076         instead of struct _G_stat64.
36077         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36079 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36081         [BZ #14602]
36082         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36083         Replace with ...
36084         (CHECK_EOL): New macro.
36085         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36086         CHECK_EOL.
36087         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36088         Replace with CHECK_EOL.
36089         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36090         Replace with CHECK_EOL.
36092 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36094         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36095         type-generic.
36096         * math/libm-test.inc: Update comment listing what functions and
36097         macros are tested.
36098         (finite_test): New function.
36099         (isinf_test): Likewise.
36100         (isnan_test): Likewise.
36101         (fpclassify_test): Test subnormal input.
36102         (isfinite_test): Likewise.
36103         (isnormal_test): Likewise.
36104         (main): Call the new functions.
36106 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36108         [BZ #14660]
36109         * Makerules (%.dynsym): Force C locale when running
36110         $(OBJDUMP) --dynamic-syms.
36112 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36114         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36115         <stdint.h>.
36117 2012-10-06  David S. Miller  <davem@davemloft.net>
36119         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36120         upper 32-bits of the length value in %o2 since we use branch-on-register
36121         tests which consider the entire 64-bit register.
36123 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36125         * string/test-strstr.c (check2): Add a test for page boundary.
36127 2012-10-05  David S. Miller  <davem@davemloft.net>
36129         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36130         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36131         file.
36132         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36133         sysdep_routines.
36134         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36135         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36136         and bzero when HWCAP_SPARC_CRYPTO is present.
36138 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36140         [BZ #14602]
36141         * string/test-strstr.c (check2): New function.
36142         (test_main): Call check2.
36144         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36145         and bug-strchr1.
36146         * string/bug-strcasestr1.c (do_test): Moved to ...
36147         * string/test-strcasestr.c (check1): Here.  New function.
36148         (do_one_test): Break out result checking code into ...
36149         (check_result): This.  New function.
36150         (do_one_test): Call check_result.
36151         (test_main): Call check1.
36152         * string/bug-strchr1.c (do_test): Moved to ...
36153         * string/test-strchr.c (check1): Here.  New function.
36154         (do_one_test): Break out result checking code into ...
36155         (check_result): This.  New function.
36156         (do_one_test): Call check_result.
36157         (test_main): Call check1.
36158         * string/bug-strstr1.c (main): Moved to ...
36159         * string/test-strstr.c (check1): Here.  New function.
36160         (do_one_test): Break out result checking code into ...
36161         (check_result): This.  New function.
36162         (do_one_test): Call check_result.
36163         (test_main): Call check1.
36164         * string/bug-strcasestr1.c: Removed.
36165         * string/bug-strchr1.c: Likewise.
36166         * string/bug-strstr1.c: Likewise.
36168         * elf/Makefile (dl-routines): Add hwcaps.
36169         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36170         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36171         (_dl_important_hwcaps): Moved to ...
36172         * elf/dl-hwcaps.c: Here.  New file.
36173         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36175         [BZ #14557]
36176         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36177         if IS_IN_rtld isn't defined.
36179         * elf/dl-support.c (_dl_sysinfo_map): New.
36180         Include "get-dynamic-info.h" and "setup-vdso.h".
36181         (_dl_non_dynamic_init): Call setup_vdso.
36182         * elf/dynamic-link.h: Don't include <assert.h>.
36183         (elf_get_dynamic_info): Moved to ...
36184         * elf/get-dynamic-info.h: Here.  New file.
36185         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36186         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36187         * elf/setup-vdso.h: Here.  New file.
36188         * elf/rtld.c: Include "setup-vdso.h".
36189         (dl_main): Call setup_vdso.
36191 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36193         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36194         creal in comment listing functions tested.  List finite, isinf,
36195         isnan, isless, islessequal, isgreater, isgreaterequal,
36196         islessgreater, isunordered, lgamma_r and pow10 as functions and
36197         macros not tested.  Mention which functions not tested are aliases
36198         for other functions.  Fix typo.  Note that signs of NaNs are not
36199         tested.
36201         * scripts/config.guess: Update from config.git.
36202         * scripts/config.sub: Likewise.
36204 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36206         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36207         * misc/madvise.c (madvise): Renamed to __madvise.
36208         Make madvise a weak alias.
36209         * include/sys/mman.h: Declare __madvise.
36210         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36211         * sysdeps/unix/syscalls.list
36212         (madvise): Make __madvise the strong name, and madvise a weak alias.
36213         * sysdeps/unix/sysv/linux/syscalls.list
36214         (madvise, mmap): Remove redundant entries.
36215         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36216         * malloc/malloc.c (mtrim): Likewise.
36217         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36219 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36221         * sysdeps/mach/hurd/dl-cache.c: File removed.
36222         * config.h.in (USE_LDCONFIG): New #undef.
36223         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36224         * configure: Regenerated.
36225         * elf/Makefile (dl-routines): Add dl-cache only under
36226         [$(use-ldconfig) = yes].
36227         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36228         cache on [USE_LDCONFIG].
36229         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36230         [USE_LDCONFIG].
36231         * elf/rtld.c (dl_main): Likewise.
36233 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36235         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36236         _SC_LEVEL4_CACHE_LINESIZE.
36238 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36240         * sysdeps/unix/bsd/confstr.h: File removed.
36242 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36244         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36245         sys/sdt-config.h.
36247 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36249         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36250         Make 'mapoff' field ElfW(Off) rather than off_t.
36252 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36254         * nscd/Makefile: Remove nscd-cflags and all its users.
36255         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36256         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36258         [BZ #10631]
36259         * malloc.c (malloc_printerr): Clarify error message.
36261 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36263         [BZ #14648]
36264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36265         Set bit_FMA_Usable if FMA is supported.
36266         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36267         macro.
36268         (bit_FMA4_Usable): Updated.
36269         (index_FMA_Usable): New macro.
36270         (CPUID_FMA): Likewise
36271         (HAS_FMA): Defined with bit_FMA_Usable.
36273 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36275         * bits/types.h (__swblk_t): Type removed.
36276         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36277         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36278         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36279         (__SWBLK_T_TYPE): Likewise.
36280         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36281         (__SWBLK_T_TYPE): Likewise.
36282         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36283         (__SWBLK_T_TYPE): Likewise.
36284         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36285         (__SWBLK_T_TYPE): Likewise.
36287 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36288             Honza Horak <hhorak@redhat.com>
36290         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36291         (xdr_mapname): Use YPMAXMAP as maxsize.
36292         (xdr_peername): Use YPMAXPEER as maxsize.
36293         (xdr_keydat): Use YPAXRECORD as maxsize.
36294         (xdr_valdat): Use YPMAXRECORD as maxsize.
36296 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36298         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36300         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36301         * csu/init-first.c: ... here.
36302         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36303         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36304         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36305         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36306         * sysdeps/i386/init-first.c: File removed.
36307         * sysdeps/sh/init-first.c: File removed.
36309 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36311         [BZ #14645]
36312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36313         if x * y might underflow to zero and z is zero.
36314         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36315         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36316         * math/libm-test.inc (min_subnorm_value): New variable.
36317         (fma_test): Add more tests.
36318         (fma_test_towardzero): Likewise.
36319         (fma_test_downward): Likewise
36320         (fma_test_upward): Likewise.
36321         (initialize): Set min_subnorm_value.
36323 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36325         [BZ #14638]
36326         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36327         0 + 0.
36328         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36329         mode for addition resulting in exact zero.
36330         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36331         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36332         exact 0 + 0.
36333         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36334         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36335         * math/libm-test.inc (fma_test): Add more tests.
36336         (fma_test_towardzero): New function.
36337         (fma_test_downward): Likewise.
36338         (fma_test_upward): Likewise.
36339         (main): Call the new functions.
36341 2012-09-28  David S. Miller  <davem@davemloft.net>
36343         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36345 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36347         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36348         instead of SIGALRM.
36350         * sysdeps/gnu/_G_config.h: Moved to ...
36351         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36352         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36353         * sysdeps/generic/_G_config.h: ... here.
36355         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36357         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36359         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36360         Conditionalize target on [libnss_test1.so-version].
36362         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36364         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36365         (elfobjdir): Move out of conditionals.
36367         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36368         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36369         (__nss_lookup_function): Conditionalize label remove_from_tree on
36370         [!DO_STATIC_NSS || SHARED], matching its only use.
36372 2012-09-28  David S. Miller  <davem@davemloft.net>
36374         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36375         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36376         file.
36377         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36378         sysdep_routines.
36379         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36380         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36381         when HWCAP_SPARC_CRYPTO is present.
36383 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36385         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36387 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36389         [BZ #6530]
36390         * stdio-common/vfprintf.c (process_string_arg): Revert
36391         2000-07-22 change.
36393 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36395         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36396         for testcase.
36397         * stdio-common/tst-sprintf.c: Include <locale.h>
36398         (main): Test sprintf's handling of incomplete multibyte
36399         characters.
36401 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36403         * elf/dl-runtime.c (VERSYMIDX): Removed.
36404         * elf/dl-version.c (VERSYMIDX): Likewise.
36405         * elf/do-rel.h (VERSYMIDX): Likewise.
36406         (VALIDX): Likewise.
36407         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36408         * elf/rtld.c (VALIDX): Likewise.
36409         (ADDRIDX): Likewise.
36410         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36411         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36412         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36413         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36414         (VALIDX): Likewise.
36415         (ADDRIDX): Likewise.
36417 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36419         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36421 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36423         [BZ #11438]
36424         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36425         to global scope.
36426         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36427         addresses are in the same scope as 192.0.2/24.
36428         * posix/gai.conf: Document new scope table defaults.
36430 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36432         [BZ #5298]
36433         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36434         for ftell.  Compute offsets from write pointers instead.
36435         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36437 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36439         [BZ #14543]
36440         * libio/Makefile (tests): New test case tst-fseek.
36441         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36442         combination works in wide mode.
36443         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36444         state when the external buffer state changes.
36446 2012-09-27  David S. Miller  <davem@davemloft.net>
36448         [BZ #14376]
36449         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36450         pass reloc->r_addend in as the 'high' argument to
36451         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36455 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36457         * rt/tst-aio2.c: Include <pthread.h>.
36458         * rt/tst-aio3.c: Likewise.
36460 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36462         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36464 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36466         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36467         contents on [SHARED].
36469 2012-09-26  Marek Polacek  <polacek@redhat.com>
36471         [BZ #14530]
36472         [BZ #13741]
36473         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36474         for C++ and GCC <4.3 as well as for non GCC compilers.
36476 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36478         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36480 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36482         * Makefile.in (all, install): Declare with .PHONY.
36483         Reported by Michael Hope <michael.hope@linaro.org>.
36485 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36487         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36488         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36489         system header.
36490         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36491         Likewise.
36492         (sydep_routines): Add the new and the internal functions.
36493         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36494         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36496         (GLIBC_2.17): Add the new function.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36498         (GLIBC_2.17): Likewise.
36499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36500         (GLIBC_2.17): Likewise.
36501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36502         (GLIBC_2.17): Likewise.
36503         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36505 2012-09-25  Alan Modra  <amodra@gmail.com>
36507         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36508         Add release barrier before setting once_control to say
36509         initialisation is done.  Add hints on lwarx.  Use macro in
36510         place of isync.
36511         (clear_once_control): Add release barrier.
36513 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36515         [BZ #13629]
36516         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36517         specially.
36518         * math/s_clog10.c (__clog10): Likewise.
36519         * math/s_clog10f.c (__clog10f): Likewise.
36520         * math/s_clog10l.c (__clog10l): Likewise.
36521         * math/s_clogf.c (__clogf): Likewise.
36522         * math/s_clogl.c (__clogl): Likewise.
36523         * math/Makefile (libm-calls): Add x2y2m1.
36524         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36525         (__x2y2m1): Likewise.
36526         (__x2y2m1l): Likewise.
36527         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36528         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36529         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36530         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36531         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36532         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36533         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36534         * sysdeps/i386/fpu/libm-test-ulps: Update.
36535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36537         [BZ #14621]
36538         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36539         int as type of variable DEPTH.
36540         (glob): Use size_t instead of int as type of variables NEWCOUNT
36541         and OLD_PATHC.
36543 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36545         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36546         Add s_sincosf-sse2.
36547         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36548         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36549         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36550         macros for using routine as __sincosf_ia32.
36551         Use macro for function declaration and weak_alias.
36552         * sysdeps/i386/fpu/libm-test-ulps: Update.
36554         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36555         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36557         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36558         subnormal argument.
36559         * math/s_cexpf.c (__cexpf): Likewise.
36560         * math/s_csinf.c (__csinf): Likewise.
36561         * math/s_csinhf.c (__csinhf): Likewise.
36562         * math/s_ctanf.c (__ctanf): Likewise.
36563         * math/s_ctanhf.c (__ctanhf): Likewise.
36564         * math/s_ccosh.c (__ccoshf): Likewise.
36565         * math/s_cexp.c (__cexpl): Likewise.
36566         * math/s_csin.c (__csin): Likewise.
36567         * math/s_csinh.c (__csinh): Likewise.
36568         * math/s_ctan.c (__ctan): Likewise.
36569         * math/s_ctanh.c (ctanh): Likewise.
36570         * math/s_ccoshl.c (__ccoshl): Likewise.
36571         * math/s_cexpl.c (__cexpl): Likewise.
36572         * math/s_csinl.c (__csinl): Likewise.
36573         * math/s_csinhl.c (__csinhl): Likewise.
36574         * math/s_ctanl.c (__ctanl): Likewise.
36575         * math/s_ctanhl.c (__ctanhl): Likewise.
36577 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36579         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36580         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36581         (_IO_off_t): Define to __off_t, not _G_off_t.
36582         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36583         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36584         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36585         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36586         type of __dummy and __dummy2 fields.
36587         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36588         (_G_ssize_t): Likewise.
36589         (_G_off_t): Likewise.
36590         (_G_pid_t): Likewise.
36591         (_G_uid_t): Likewise.
36592         (_G_wchar_t): Likewise.
36593         (_G_wint_t): Likewise.
36594         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36595         (_G_ssize_t): Likewise.
36596         (_G_off_t): Likewise.
36597         (_G_pid_t): Likewise.
36598         (_G_uid_t): Likewise.
36599         (_G_wchar_t): Likewise.
36600         (_G_wint_t): Likewise.
36601         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36602         (_G_ssize_t): Likewise.
36603         (_G_off_t): Likewise.
36604         (_G_pid_t): Likewise.
36605         (_G_uid_t): Likewise.
36606         (_G_wchar_t): Likewise.
36607         (_G_wint_t): Likewise.
36609 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36611         * malloc/arena.c: Include malloc-sysdep.h.
36612         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36613         is sufficient to shrink the heap or an unmap is needed.
36614         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36615         new function check_may_shrink_heap.
36616         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36617         new function check_may_shrink_heap.
36619 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36621         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36622         comments.
36624 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36626         * catgets/test-gencat.sh: Add "set -e".
36627         * elf/tst-pathopt.sh: Likewise.
36628         * grp/tst_fgetgrent.sh: Likewise.
36629         * iconvdata/run-iconv-test.sh: Likewise.
36630         * intl/tst-gettext.sh: Likewise.
36631         * intl/tst-gettext2.sh: Likewise.
36632         * intl/tst-gettext4.sh: Likewise.
36633         * intl/tst-gettext6.sh: Likewise.
36634         * intl/tst-translit.sh: Likewise.
36635         * io/ftwtest-sh: Likewise.
36636         * libio/test-freopen.sh: Likewise.
36637         * malloc/tst-mtrace.sh: Likewise.
36638         * posix/globtest.sh: Likewise.
36639         * posix/tst-getconf.sh: Likewise.
36640         * posix/wordexp-tst.sh: Likewise.
36641         * stdio-common/tst-printf.sh: Likewise.
36642         * stdio-common/tst-unbputc.sh: Likewise.
36643         * stdlib/tst-fmtmsg.sh: Likewise.
36644         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36645         * catgets/Makefile: Do not specify -e option when running
36646         testsuite shell scripts.
36647         * elf/Makefile: Likewise.
36648         * grp/Makefile: Likewise.
36649         * iconvdata/Makefile: Likewise.
36650         * intl/Makefile: Likewise.
36651         * io/Makefile: Likewise.
36652         * libio/Makefile: Likewise.
36653         * malloc/Makefile: Likewise.
36654         * posix/Makefile: Likewise.
36655         * stdio-common/Makefile: Likewise.
36656         * stdlib/Makefile: Likewise.
36657         * sysdeps/x86_64/Makefile: Likewise.
36659         * io/ftwtest-sh: Add copyright header.
36660         * posix/globtest.sh: Likewise.
36661         * posix/tst-getconf.sh: Likewise.
36662         * posix/wordexp-tst.sh: Likewise.
36663         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36665 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36667         [BZ #13679]
36668         * Makeconfig (+link): Defined as $(+link-static) if
36669         $(build-shared) isn't yes.
36670         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36671         isn't yes.
36672         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36674         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36676         [BZ #14562]
36677         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36678         new chunk size with MALLOC_ALIGN_MASK.
36680 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36682         [BZ #5044]
36683         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36684         <rounding-mode.h>.
36685         (__printf_fphex): Determine rounding using get_rounding_mode and
36686         round_away.
36687         * stdio-common/tst-printf-round.c (struct hex_test): New
36688         structure.
36689         (hex_tests): New variable.
36690         (test_hex_in_one_mode): New function.
36691         (do_test): Also run tests for hex float output.
36693 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36695         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36696         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36697         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36698         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36699         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36700         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36701         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36702         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36704 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36706         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36707         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36708         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36709         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36711 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36713         [BZ #14579]
36714         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36715         mode only.
36716         * elf/tst-rtld-load-self.sh: New test.
36717         * elf/Makefile: Run it.
36719 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36721         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36722         (tst-writev-ENV): Remove.
36723         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36725 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36727         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36729 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36731         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36732         unconditional.
36733         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36734         Likewise.
36735         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36736         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36737         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36738         Likewise.
36740 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36742         [BZ #14587]
36743         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36744         * config.make.in (have-cpp-asm-debuginfo): Removed.
36745         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36746         * configure: Regenerated.
36748 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36750         [BZ #5044]
36751         * stdio-common/printf_fp.c: Include <stdbool.h> and
36752         <rounding-mode.h>.
36753         (___printf_fp): Determine rounding using get_rounding_mode and
36754         round_away.
36755         * stdio-common/tst-printf-round.c: New file.
36756         * stdio-common/Makefile (tests): Add tst-printf-round.
36757         (link-libm): New variable.
36758         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36760 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36762         [BZ #14576]
36763         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36764         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36765         Likewise.
36766         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36767         Likewise.
36769 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36771         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36772         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36773         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36774         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36776 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36778         [BZ #14518]
36779         * include/rounding-mode.h: New file.
36780         * sysdeps/generic/get-rounding-mode.h: Likewise.
36781         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36782         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36783         (MAX_VALUE): New macro.
36784         (MIN_VALUE): Likewise.
36785         (overflow_value): New function.
36786         (underflow_value): Likewise.
36787         (round_and_return): Use overflow_value and underflow_value to
36788         determine return values in overflow and underflow cases.  Use
36789         round_away to determine rounding depending on rounding mode.
36790         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36791         determine return values in overflow and underflow cases.
36792         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36793         (struct test_results): New structure.
36794         (struct test): Use struct test_results to store expected results
36795         for all rounding modes.
36796         (TEST): Include expected results for all rounding modes.
36797         (test_in_one_mode): New function.
36798         (do_test): Use test_in_one_mode to compute and check results.
36799         Check results for all rounding modes.
36800         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36801         $(link-libm).
36803 2012-12-09  Allan McRae  <allan@archlinux.org>
36805         * sysdeps/i386/fpu/libm-test-ulps: Update
36807 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36809         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36810         (_G_int32_t): Likewise.
36811         (_G_uint16_t): Likewise.
36812         (_G_uint32_t): Likewise.
36813         (_G_HAVE_BOOL): Likewise.
36814         (_G_HAVE_ATEXIT): Likewise.
36815         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36816         (_G_HAVE_IO_FILE_OPEN): Likewise.
36817         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36818         (_G_int32_t): Likewise.
36819         (_G_uint16_t): Likewise.
36820         (_G_uint32_t): Likewise.
36821         (_G_HAVE_BOOL): Likewise.
36822         (_G_HAVE_ATEXIT): Likewise.
36823         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36824         (_G_HAVE_IO_FILE_OPEN): Likewise.
36825         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36826         (_G_int32_t): Likewise.
36827         (_G_uint16_t): Likewise.
36828         (_G_uint32_t): Likewise.
36829         (_G_HAVE_BOOL): Likewise.
36830         (_G_HAVE_ATEXIT): Likewise.
36831         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36832         (_G_HAVE_IO_FILE_OPEN): Likewise.
36834 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36836         * csu/libc-tls.c: Update copyright years.
36838 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36840         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36841         [!_G_USING_THUNKS]: Remove conditional code.
36842         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36843         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36845         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36846         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36847         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36848         (_G_VTABLE_LABEL_PREFIX): Likewise.
36849         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36850         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36851         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36852         (_G_VTABLE_LABEL_PREFIX): Likewise.
36853         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36854         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36855         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36856         (_G_VTABLE_LABEL_PREFIX): Likewise.
36857         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36859 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36861         * libio/Makefile: Include ../Makeconfig before tests.
36862         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36863         only if $(build-shared) is yes.
36865         * iconv/gconv_db.c: Update copyright years.
36867 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36869         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36870         unwind info if defined PIC. Fix special cases description.
36871         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36873         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36874         DP_HI_MASK entry.
36875         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36877 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36879         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36881         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36882         is NULL.
36884         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36885         (LDLIBS-tst-chk4): This.
36886         (LDFLAGS-tst-chk5): Renamed to ...
36887         (LDLIBS-tst-chk5): This.
36888         (LDFLAGS-tst-chk6): Renamed to ...
36889         (LDLIBS-tst-chk6): This.
36890         (LDFLAGS-tst-lfschk4): Renamed to ...
36891         (LDLIBS-tst-lfschk4): This.
36892         (LDFLAGS-tst-lfschk5): Renamed to ...
36893         (LDLIBS-tst-lfschk5): This.
36894         (LDFLAGS-tst-lfschk6): Renamed to ...
36895         (LDLIBS-tst-lfschk6): This.
36897         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36898         on $(common-objpfx)soversions.mk.
36900 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36902         [BZ #10014]
36903         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36904         example host name.
36906 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36908         * malloc/arena.c (arena_get_retry): New function that gets
36909         another arena for the caller to try its request on.
36910         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36911         current arena cannot fulfill the request.
36912         (__libc_memalign): Likewise.
36913         (__libc_memalign): Likewise.
36914         (__libc_pvalloc): Likewise.
36915         (__libc_calloc): Likewise.
36917 2012-09-05  John Tobey  <john.tobey@gmail.com>
36919         [BZ #13542]
36920         * manual/arith.texi (Operations on Complex): Fix description
36921         of carg branch cut.
36923 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36925         [BZ #10014]
36926         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36927         host name.
36929         [BZ #10038]
36930         * manual/memory.texi (Memory): Make order of menu items match
36931         order of sections.
36933 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36935         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36936         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36937         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36939 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36941         * csu/libc-tls.c (static_dtv): Renamed to ...
36942         (_dl_static_dtv): This.  Make it global.
36943         (_dl_initial_dtv): Removed.
36944         (__libc_setup_tls): Updated.
36945         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36946         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36947         DL_INITIAL_DTV.
36949 2012-09-06  Petr Machata  <pmachata@redhat.com>
36951         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36952         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36953         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36954         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36956 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36958         [BZ #14545]
36959         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36960         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36961         freeing dtv[-1].
36963 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36965         [BZ #14544]
36966         * Makeconfig (link-static-before-libc): Replace $(+prector)
36967         with $(+prectorT).
36968         (link-static-after-libc): Replace $(+postctor) with
36969         $(+postctorT).
36970         (link-bounded): Replace $(+prector)/$(+postctor) with
36971         $(+prectorT)/$(+postctorT).
36972         (+prectorT): New macro.
36973         (+postctorT): Likewise.
36975 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36977         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36978         (round_str): Handle values above the maximum for IBM long double
36979         as inexact.
36980         * stdlib/tst-strtod-round.c (tests): Regenerated.
36982 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36984         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36985         assembler flag.
36986         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36987         zarch_nohighgprs around the zarch optimized routines.
36988         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36989         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36990         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36991         for zarch.
36993 2012-09-05  David S. Miller  <davem@davemloft.net>
36995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36997         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36998         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36999         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37000         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37001         entries.
37003 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37005         * malloc/arena.c: Fold copyright years.
37006         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37008 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37010         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37012 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37014         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37016 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37018         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37019         change internal state upon failure.
37021 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37023         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37024         * malloc/memusage.c (mmap): Likewise.
37025         (mmap64, mremap): Likewise.  Adjust name in comment.
37027 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37029         * libio/fileops.c: Fix typos in comments.
37030         * libio/oldfileops.c: Likewise.
37031         * libio/wfileops.c: Likewise.
37033 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37035         [BZ #1349]
37036         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37037         (tst-malloc-usable-ENV): Set environment for test case.
37038         * malloc/hooks.c (malloc_check_get_size): New function to get
37039         requested size.
37040         * malloc/malloc.c (musable): Use malloc_check_get_size.
37041         * malloc/tst-malloc-usable.c: New test case.
37043 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37045         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37047 2012-09-05  Allan McRae  <allan@archlinux.org>
37049         [BZ #13966]
37050         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37051         determine header location.
37052         * configure: Regenerated.
37054 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37056         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37057         float format.
37058         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37059         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37060         format.
37061         (test): Regenerate.
37063 2012-09-04  David S. Miller  <davem@davemloft.net>
37065         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37066         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37067         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37069 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37071         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37072         failures.
37074         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37076 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37078         [BZ #9914]
37079         * libio/iogetdelim.c: Include <limits.h>.
37080         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37081         + len + 1 would overflow.
37083 2012-09-03  Andreas Jaeger  <aj@suse.de>
37085         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37086         * sysdeps/i386/fpu/libm-test-ulps: Update.
37088 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37090         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37091         Add s_sinf-sse2, s_conf-sse2.
37093         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37094         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37095         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37096         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37098         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37099         for using routine as __sinf_ia32.
37100         Use macro for function declaration and weak_alias.
37101         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37102         for using routine as __cosf_ia32.
37103         Use macro for function declaration and weak_alias.
37105         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37106         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37108         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37109         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37112         * math/libm-test.inc (cos_test): Add more test cases.
37113         (sin_test): Likewise.
37114         (sincos_test): Likewise.
37116 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37118         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37119         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37120         hidden.
37121         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37123 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37125         [BZ #14538]
37126         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37127         first element of the GOT.
37128         (elf_machine_load_address): Return the difference between
37129         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37131 2012-09-01  Allan McRae  <allan@archlinux.org>
37133         [BZ #13412]
37134         * configure.in (AWK): Require gawk version 3.0 or later.
37135         * configure: Regenerated.
37137 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37139         * sysdeps/unix/sysv/linux/kernel-features.h
37140         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37141         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37142         [__NR_clock_getres]: Make code unconditional.
37143         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37144         (clock_getcpuclockid): Remove code left unreachable by removal of
37145         conditionals.
37146         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37147         code unconditional.
37148         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37149         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37150         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37151         Make code unconditional.
37152         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37153         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37154         * sysdeps/unix/sysv/linux/clock_settime.c
37155         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37156         conditional code.
37157         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37158         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37160 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37162         [BZ #14476]
37163         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37164         scripts/test-installation.pl.
37166         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37167         and $ld_so_version if it is set.
37169 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37171         [BZ #14516]
37172         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37173         failure if reading from procfs failed.
37174         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37176 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37178         * sysdeps/unix/sysv/linux/kernel-features.h
37179         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37180         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37181         Remove conditional code.
37182         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37183         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37184         Remove conditional code.
37185         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37186         * sysdeps/unix/sysv/linux/i386/fxstat.c
37187         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37188         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37189         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37190         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37191         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37192         * sysdeps/unix/sysv/linux/i386/lxstat.c
37193         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37194         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37195         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37196         Remove conditional code.
37197         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37198         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37199         Remove conditional code.
37200         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37201         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37202         <kernel-features.h>.
37203         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37204         Remove.
37205         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37206         Remove conditional code.
37207         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37208         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37209         Remove conditional.
37211 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37213         [BZ #5400]
37214         * NEWS: Add fixed bug number.
37216 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37218         [BZ #14519]
37219         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37220         underflowing exponent in case of negative sign.
37221         * stdlib/tst-strtod-round-data: Add more tests.
37222         * stdlib/tst-strtod-round.c (tests): Regenerated.
37224         [BZ #3479]
37225         * stdlib/strtod_l.c (NDIG): Remove.
37226         (HEXNDIG): Likewise.
37227         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37228         smallest representable value.
37229         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37230         lie within an exact representation of 1/2 ulp of the result.
37231         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37232         unconditionally.
37233         (TENS_P9_IDX): Define unconditionally.
37234         (TENS_P9_SIZE): Likewise.
37235         (TENS_P10_IDX): Likewise.
37236         (TENS_P10_SIZE): Likewise.
37237         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37238         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37239         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37240         entries for 10^2^13 and 10^2^14.
37241         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37242         (TENS_P13_IDX): Define.
37243         (TENS_P13_SIZE): Likewise.
37244         (TENS_P14_IDX): Likewise.
37245         (TENS_P14_SIZE): Likewise.
37246         (_fpioconst_pow10): Change array size to
37247         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37248         unconditional.
37249         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37250         1024]: Add entries for 10^2^13 and 10^2^14.
37251         [LAST_POW10 > _LAST_POW10]: Remove #error.
37252         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37253         (_fpioconst_pow10): Change array size to
37254         FPIOCONST_POW10_ARRAY_SIZE.
37255         * stdlib/gen-fpioconst.c: New file.
37256         * stdlib/gen-tst-strtod-round.c: Likewise.
37257         * stdlib/tst-strtod-round-data: Likewise.
37258         * stdlib/tst-strtod-round.c: Likewise.
37259         * stdlib/Makefile (tests): Add tst-strtod-round.
37261         [BZ #14459]
37262         * stdlib/strtod_l.c: Include <stdint.h>.
37263         (NDEBUG): Do not define.
37264         (round_and_return): Change EXPONENT parameter to type intmax_t.
37265         Rearrange calculations to avoid internal overflow possibilities.
37266         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37267         Rearrange calculations to avoid internal overflow possibilities.
37268         Assert that number fits inside MPNSIZE limbs.
37269         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37270         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37271         calculations and add assertions to avoid internal overflow
37272         possibilities.  Add casts to avoid signed/unsigned operations.
37273         * stdlib/tst-strtod-overflow.c: New file.
37274         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37276 2012-08-25  Marek Polacek  <polacek@redhat.com>
37278         * time/time.h: Fix some typos in comments.
37280 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37282         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37283         * posix/tst-rfc3484-2.c: Likewise.
37284         * posix/tst-rfc3484-3.c: Likewise.
37286 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37288         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37289         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37291 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37293         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37294         #include of fxstatat64.c.
37296 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37298         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37299         * shadow/getspent_r.c: Likewise.
37300         * shadow/getspnam.c: Likewise.
37301         * shadow/getspnam_r.c: Likewise.
37302         * gshadow/getsgent.c: Likewise.
37303         * gshadow/getsgent_r.c: Likewise.
37304         * gshadow/getsgnam.c: Likewise.
37305         * gshadow/getsgnam_r.c: Likewise.
37306         * inet/getnetbyad.c: Likewise.
37307         * inet/getnetbyad_r.c: Likewise.
37308         * inet/getnetbynm.c: Likewise.
37309         * inet/getnetbynm_r.c: Likewise.
37310         * inet/getnetent.c: Likewise.
37311         * inet/getnetent_r.c: Likewise.
37312         * inet/getproto.c: Likewise.
37313         * inet/getproto_r.c: Likewise.
37314         * inet/getprtent.c: Likewise.
37315         * inet/getprtent_r.c: Likewise.
37316         * inet/getprtname.c: Likewise.
37317         * inet/getprtname_r.c: Likewise.
37318         * inet/getrpcbyname.c: Likewise.
37319         * inet/getrpcbyname_r.c: Likewise.
37320         * inet/getrpcbynumber.c: Likewise.
37321         * inet/getrpcbynumber_r.c: Likewise.
37322         * inet/getrpcent.c: Likewise.
37323         * inet/getrpcent_r.c: Likewise.
37324         * inet/getaliasent.c: Likewise.
37325         * inet/getaliasent_r.c: Likewise.
37326         * inet/getaliasname.c: Likewise.
37327         * inet/getaliasname_r.c: Likewise.
37328         * nscd/getgrgid_r.c: Likewise.
37329         * nscd/getgrnam_r.c: Likewise.
37330         * nscd/gethstbyad_r.c: Likewise.
37331         * nscd/gethstbynm3_r.c: Likewise.
37332         * nscd/getpwnam_r.c: Likewise.
37333         * nscd/getpwuid_r.c: Likewise.
37334         * nscd/getsrvbynm_r.c: Likewise.
37335         * nscd/getsrvbypt_r.c: Likewise.
37336         * nscd/gai.c: Likewise.
37338         * configure.in (build_nscd): New substituted variable, set
37339         by --disable-build-nscd and defaults to $use_nscd.
37340         * configure: Regenerated.
37341         * config.make.in (build-nscd): New substituted variable.
37342         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37343         Change conditional to require [$(build-nscd) = yes] as well.
37344         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37346         [BZ# 13696]
37347         * configure.in (use_nscd): New substituted variable, set by
37348         --disable-nscd.  If enabled, define USE_NSCD.
37349         * configure: Regenerated.
37350         * config.h.in: Add USE_NSCD.
37351         * config.make.in (use-nscd): New substituted variable.
37352         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37353         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37354         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37355         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37356         (CFLAGS-getgrnam_r.c): Likewise.
37357         (CFLAGS-initgroups.c): Likewise.
37358         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37359         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37360         Variables removed.
37361         * inet/getnetgrent_r.c
37362         (nscd_setnetgrent): New function, broken out of ...
37363         (setnetgrent): ... here.  Call it.
37364         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37365         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37366         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37367         * nscd/Makefile (routines, aux): Move definitions after include of
37368         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37369         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37370         Conditionalize on [USE_NSCD].
37371         (is_nscd, nscd_init_cb): Likewise.
37372         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37373         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37374         * nss/nss_db/db-init.c: Likewise.
37375         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37376         [USE_NSCD].
37377         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37378         (make_request): Use it.
37379         (cache_valid_p): New function.
37380         (__check_pf): Use it.
37381         * NEWS: Add item for --disable-nscd.
37383 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37385         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37386         to support sed >= 4.2.1-20-ga9bf076.
37387         * configure: Regenerated.
37389 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37391         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37392         Conditionalize whole body on [IREL].
37394 2012-08-22  Jeff Law <law@redhat.com>
37396         [BZ #14505]
37397         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37398         if the family is PF_UNSPEC.
37400 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37402         * Makerules (lib-version): Rename from V.
37403         (install-lib-nosubdir): Change V to lib-version.
37405 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37407         [BZ #14252]
37408         * powerpc32/power6/wcschr.c: New file.
37409         * powerpc32/power6/wcscpy.c: New file.
37410         * powerpc32/power6/wcsrchr.c: New file.
37411         * powerpc64/power6/wcschr.c: New file.
37412         * powerpc64/power6/wcscpy.c: New file.
37413         * powerpc64/power6/wcsrchr.c: New file.
37415 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37417         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37418         (two_way_short_needle): Use it.
37419         * string/strstr.c (AVAILABLE1_USES_J): Define.
37420         * string/strcasestr.c: Likewise.
37422         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37423         array references.
37424         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37426         [BZ #11607]
37427         * NEWS: Add an entry.
37428         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37429         define their defaults.
37430         (two_way_short_needle): Detect end-of-string on-the-fly.
37431         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37432         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37433         * string/bug-strcasestr1.c: New test.
37434         * string/Makefile: Run it.
37436 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37438         [BZ #11607]
37439         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37440         the first character.
37442 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37444         * csu/elf-init.c (__libc_csu_irel): Function removed.
37445         * csu/libc-start.c (apply_irel): New function.
37446         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37448 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37450         * sysdeps/unix/sysv/linux/kernel-features.h
37451         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37452         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37453         <kernel-features.h>.
37454         [__NR_fadvise64_64]: Make code unconditional.
37455         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37456         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37457         !__NR_fadvise64_64)]: Likewise.
37458         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37459         !__NR_fadvise64_64))]: Likewise.
37460         [__NR_fadvise64]: Make code unconditional.
37461         [!__NR_fadvise64]: Remove conditional code.
37462         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37463         <kernel-features.h>.
37464         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37465         unconditional.
37466         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37467         conditional code.
37468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37469         not include <kernel-features.h>.
37470         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37471         unconditional.
37472         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37473         conditional code.
37474         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37475         include <kernel-features.h>.
37476         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37477         unconditional.
37478         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37479         conditional code.
37481 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37483         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37484         slight instruction rearrangements per scrollpipe analysis.
37485         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37487 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37489         * manual/syslog.texi (syslog; vsyslog, closelog):
37490         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37491         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37493         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37494         DSOCAPS to match condition on defining it.
37496 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37498         * sysdeps/unix/sysv/linux/kernel-features.h
37499         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37501         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37502         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37504         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37505         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37507         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37508         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37510         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37511         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37513         * sysdeps/unix/sysv/linux/kernel-features.h
37514         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37515         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37516         unconditional.
37517         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37518         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37519         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37520         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37521         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37522         Make code unconditional.
37523         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37524         (__mmap64) [!__NR_mmap2]: Likewise.
37525         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37526         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37527         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37528         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37529         [__NR_mmap2]: Make code unconditional.
37530         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37531         (__mmap64) [!__NR_mmap2]: Likewise.
37533 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37535         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37537 2012-08-18  Andreas Jaeger  <aj@suse.de>
37539         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37541 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37543         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37544         * include/unistd.h (__have_sock_cloexec): Likewise.
37545         (__have_pipe2): Likewise.
37546         (__have_dup3): Likewise.
37548 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37550         [BZ #9685]
37551         * include/unistd.h (__have_pipe2): Change define into an extern int.
37552         (__have_dup3): Likewise.
37553         * socket/have_sock_cloexec.c: Include fcntl.h.
37554         (__have_pipe2): New variable.
37555         (__have_dup3): Likewise.
37557 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37559         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37561 2012-08-17  Marek Polacek  <polacek@redhat.com>
37563         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37564         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37566 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37568         * configure.in: Add AC_SUBST for sysheaders.
37569         * configure: Regenerated.
37570         * config.make.in (sysheaders): New substituted variable.
37572         * sysdeps/unix/mkfifo.c: Moved ...
37573         * sysdeps/posix/mkfifo.c: ... here.
37574         * sysdeps/unix/mkfifoat.c: Moved ...
37575         * sysdeps/posix/mkfifoat.c: ... here.
37577         * sysdeps/unix/utime.c: Moved ...
37578         * sysdeps/posix/utime.c: ... here.
37580         * sysdeps/unix/time.c: Moved ...
37581         * sysdeps/posix/time.c: ... here.
37582         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37583         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37585         * sysdeps/unix/nice.c: Moved ...
37586         * sysdeps/posix/nice.c: ... here.
37588         * sysdeps/unix/alarm.c: Moved ...
37589         * sysdeps/posix/alarm.c: ... here.
37591         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37593 2012-08-17  Jeff Law <law@redhat.com>
37595         * intl/Makefile (codeset_mo): New variable.
37596         ($(codeset_mo)): New target.
37597         (tst-codeset.out): Depend on that.  Remove explicit rule.
37598         (tst-gettext3.out, tst-gettext5.out): Likewise.
37599         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37600         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37601         * intl/tst-codeset.sh: Remove.
37602         * intl/tst-gettext3.sh: Likewise.
37603         * intl/tst-gettext5.sh: Likewise.
37605 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37607         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37608         * sysdeps/unix/syscalls.list: ... here.
37610         * sysdeps/posix/getaddrinfo.c
37611         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37612         (gaiconf_init, gaiconf_reload): Use them.
37613         [!_STATBUF_ST_NSEC]
37614         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37615         Define using time_t rather than struct timespec.
37617         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37618         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37619         Macros removed.
37620         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37621         [!NO_THREADS].
37622         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37623         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37624         Likewise.
37626         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37627         __libc_cleanup_push argument.
37629         * bits/param.h: New file.
37630         * misc/sys/param.h: New file.
37631         * include/sys/param.h: New file.
37632         * misc/Makefile (headers): Add bits/param.h.
37633         * sysdeps/generic/sys/param.h: File removed.
37634         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37635         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37636         * sysdeps/mach/hurd/bits/param.h: New file.
37637         * sysdeps/mach/hurd/sys/param.h: File removed.
37639         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37640         last change.
37642         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37643         [_IO_MTSAFE_IO].
37644         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37645         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37646         New macros.
37648         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37649         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37650         rather than -D_IO_MTSAFE_IO conditionally.
37651         * stdio-common/Makefile (CPPFLAGS): Likewise.
37652         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37653         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37654         Use $(libio-mtsafe).
37655         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37656         of -D_IO_MTSAFE_IO.
37657         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37658         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37659         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37660         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37661         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37662         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37663         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37664         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37665         (CFLAGS-fread_u_chk.c): Likewise.
37666         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37667         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37668         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37669         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37670         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37671         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37672         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37673         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37674         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37676         * libio/Makefile: Test [$(libc-reentrant) = yes]
37677         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37679         * Makeconfig
37680         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37681         * sysdeps/pthread/configure: File removed.
37682         * sysdeps/pthread/Makeconfig: New file.
37683         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37684         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37686 2012-08-16  Gary Benson  <gbenson@redhat.com>
37688         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37689         unmapping the first object in a namespace.
37691 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37693         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37694         (__internal_setnetgrent): ... this.  Add internal_function to
37695         definition.  Add libc_hidden_def.
37696         (setnetgrent): Update caller.
37697         (internal_endnetgrent): Renamed to ...
37698         (__internal_endnetgrent): ... this.  Add internal_function to
37699         definition.  Add libc_hidden_def.
37700         (endnetgrent): Update caller.
37701         (internal_getnetgrent_r): Renamed to ...
37702         (__internal_getnetgrent_r): ... this.  Add internal_function to
37703         definition.  Add libc_hidden_def.
37704         (__getnetgrent_r): Update caller.
37705         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37707 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37709         * stdlib/longlong.h: Update from GCC.
37711 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37713         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37714         on _QL, which is set by umul_ppmm but never used.
37715         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37716         variables, which are set by GMP macros but never used.
37717         * stdio-common/_itowa.c (_itowa): Likewise.
37718         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37719         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37721 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37723         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37724         struct La_sh_regs is not constant.
37725         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37726         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37727         and struct La_sparc64_regs are not constant.
37729 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37731         * sysdeps/unix/sysv/linux/kernel-features.h
37732         (__ASSUME_POSIX_TIMERS): Remove.
37733         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37734         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37735         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37736         Make code unconditional.
37737         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37738         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37739         Make code unconditional.
37740         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37741         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37742         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37743         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37744         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37745         Make code unconditional.
37746         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37747         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37748         (__libc_missing_posix_timers): Remove.
37750 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37752         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37753         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37755         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37757         * elf/dl-sym.c: Include <stdlib.h>.
37759         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37760         constants, which avoids warnings in 32-bit builds.
37762         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37763         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37765         * misc/lseek.c: File moved to ...
37766         * io/lseek.c: ... here.
37768         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37770         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37771         shifting LEN more than 31 bits at once.
37773 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37775         [BZ #14195]
37776         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37777         segmentation fault for a case of two empty input strings.
37778         * string/test-strncasecmp.c (check1): Renamed to...
37779         (bz12205): ...this.
37780         (bz14195): Add new testcase for two empty input strings and N > 0.
37781         (test_main): Call new testcase, adapt for renamed function.
37783 2012-08-15  Andreas Jaeger  <aj@suse.de>
37785         [BZ #14090]
37786         * crypt/md5test2.c: New test, based on test supplied by Serge
37787         Belyshev <belyshev@depni.sinp.msu.ru>.
37788         * crypt/Makefile (xtests): Add md5test-giant..
37789         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37791 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37793         [BZ #14090]
37794         * crypt/md5.c (md5_process_block): Don't assume the buffer
37795         length is less than 2**32.
37796         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37797         length is less than 2**64.
37799 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37801         * string/str-two-way.h: Include <sys/param.h>.
37802         (MAX): Macro removed.
37804         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37805         Move #define and #undef of memmove to just before and after
37806         including <string.h>.
37808         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37809         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37810         and after including <string.h>.  Move declarations of
37811         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37812         to before #include "string/memmove.c".
37814         * include/dirent.h: Declare __getdirentries.
37816         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37817         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37819 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37821         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37822         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37823         * sysdeps/i386/configure: Regenerated.
37824         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37825         STABS_CURRENT_FILE, and STABS_FUN.
37826         (END): Remove call to STABS_FUN_END.
37827         (STABS_CURRENT_FILE1): Delete.
37828         (STABS_CURRENT_FILE): Likewise.
37829         (STABS_FUN): Likewise.
37830         (STABS_FUN_END): Likewise.
37831         (STABS_FUN2): Likewise.
37832         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37833         * sysdeps/x86_64/configure: Regenerated.
37835 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37837         * elf/dl-open.c: Include <atomic.h>.
37838         * elf/dl-lookup.c: Likewise.
37840 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37842         * sysdeps/unix/sysv/linux/kernel-features.h
37843         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37844         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37845         unconditionally.
37846         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37847         unconditionally.
37848         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37849         condition on __ASSUME_CLONE_THREAD_FLAGS.
37851 2012-08-14  Andreas Jaeger  <aj@suse.de>
37853         * sysdeps/i386/fpu/libm-test-ulps: Update.
37855 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37857         * include/atomic.h (atomic_exchange_and_add): Split into ...
37858         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37859         New atomic macros.
37861 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37865 2012-08-13  Jeff Law <law@redhat.com>
37867         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37868         null byte in the output string.
37870 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37872         * sysdeps/unix/sysv/linux/kernel-features.h
37873         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37874         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37875         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37876         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37877         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37878         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37879         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37881 2012-08-09  Jeff Law <law@redhat.com>
37883         [BZ #13939]
37884         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37885         When avoid_arena is set, don't retry in the that arena.  Pick the
37886         next one, whatever it might be.
37887         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37888         (arena_lock): Pass in new parameter to arena_get2.
37889         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37890         arena_get2.
37891         (__libc_malloc): Unify retrying after main arena failure with
37892         __libc_memalign version.
37893         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37895 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37897         [BZ #14166]
37898         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37899         to __redirect_strstr.
37900         (__strstr_sse42): Use typeof __redirect_strstr.
37901         (__strstr_ia32): Likewise.
37902         (__libc_strstr): New prototype.
37903         (strstr): Renamed to ...
37904         (__libc_strstr): This.
37905         (strstr): New strong alias of __libc_strstr.
37906         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37907         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37908         __redirect_time.
37909         Include <time.h>.
37910         (__libc_time): New prototype.
37911         (time_ifunc): Replace time with __libc_time.
37912         (time): New strong alias and hidden definition of __libc_time.
37913         (__GI_time): Remove strong alias.
37914         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37915         Include <stddef.h>.
37916         (memmove): Redefined to __redirect_memmove.
37917         (__memmove_sse2): Use typeof __redirect_memmove.
37918         (__memmove_ssse3): Likewise.
37919         (__memmove_ssse3_back): Likewise.
37920         (__libc_memmove): New prototype.
37921         (memmove): Renamed to ...
37922         (__libc_memmove): This.
37923         (memmove): New strong alias of __libc_memmove.
37925 2012-08-08  Mark Salter  <msalter@redhat.com>
37927         * elf/elf.h
37928         (R_MN10300_TLS_GD): Define.
37929         (R_MN10300_TLS_LD): Likewise.
37930         (R_MN10300_TLS_LDO): Likewise.
37931         (R_MN10300_TLS_GOTIE): Likewise.
37932         (R_MN10300_TLS_IE): Likewise.
37933         (R_MN10300_TLS_LE): Likewise.
37934         (R_MN10300_TLS_DTPMOD): Likewise.
37935         (R_MN10300_TLS_DTPOFF): Likewise.
37936         (R_MN10300_TLS_TPOFF): Likewise.
37937         (R_MN10300_SYM_DIFF): Likewise.
37938         (R_MN10300_ALIGN): Likewise.
37939         (R_MN10300_NUM): Update.
37941 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37943         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37944         Remove.
37946 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37948         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37950         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37951         sysdeps/unix -> sysdeps/posix move.
37952         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37954 2012-08-07      Allan McRae     <allan@archlinux.org>
37956         [BZ #14303]
37957         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37958         (SUNOS_CPP): Likewise.
37959         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37960         not found.
37961         (open_input): Call CPP using execvp.
37963 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37965         * sysdeps/unix/sysv/linux/kernel-features.h
37966         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37967         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37968         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37969         (__ASSUME_WAITID_SYSCALL): Likewise.
37970         * sysdeps/unix/sysv/linux/dl-execstack.c
37971         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37972         code unconditional.
37973         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37974         conditional code.
37975         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37976         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37977         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37978         code.
37979         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37980         unconditional.
37981         [__ASSUME_WAITID_SYSCALL]: Likewise.
37982         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37984 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37986         * sysdeps/unix/closedir.c: Renamed to ...
37987         * sysdeps/posix/closedir.c: ... here.
37988         * sysdeps/unix/dirfd.c: Renamed to ...
37989         * sysdeps/posix/dirfd.c: ... here.
37990         * sysdeps/unix/dirstream.h: Renamed to ...
37991         * sysdeps/posix/dirstream.h: ... here.
37992         * sysdeps/unix/fdopendir.c: Renamed to ...
37993         * sysdeps/posix/fdopendir.c: ... here.
37994         * sysdeps/unix/opendir.c: Renamed to ...
37995         * sysdeps/posix/opendir.c: ... here.
37996         * sysdeps/unix/readdir.c: Renamed to ...
37997         * sysdeps/posix/readdir.c: ... here.
37998         * sysdeps/unix/readdir_r.c: Renamed to ...
37999         * sysdeps/posix/readdir_r.c: ... here.
38000         * sysdeps/unix/rewinddir.c: Renamed to ...
38001         * sysdeps/posix/rewinddir.c: ... here.
38002         * sysdeps/unix/seekdir.c: Renamed to ...
38003         * sysdeps/posix/seekdir.c: ... here.
38004         * sysdeps/unix/telldir.c: Renamed to ...
38005         * sysdeps/posix/telldir.c: ... here.
38006         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38007         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38008         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38009         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38011         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38012         * bits/fcntl.h: ... here.
38014         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38015         not 0.
38016         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38017         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38018         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38019         (struct flock): Move l_start, l_len to the beginning.
38020         Use __pid_t for l_pid.
38021         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38022         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38023         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38024         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38025         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38026         [__USE_LARGEFILE64] (struct flock64): New type.
38027         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38029         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38030         * bits/dirent.h: ... here.
38032         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38033         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38035 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38037         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38038         Change from 2.6.0 to 2.6.16.
38039         * sysdeps/unix/sysv/linux/configure: Regenerated.
38040         * sysdeps/unix/sysv/linux/kernel-features.h
38041         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38042         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38043         version.
38044         (__ASSUME_UTIMES): Likewise.
38045         (__ASSUME_CLONE_STOPPED): Remove.
38046         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38047         architectures, not kernel version.
38048         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38049         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38050         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38051         (__ASSUME_WAITID_SYSCALL): Likewise.
38052         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38053         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38054         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38055         refer to older versions.
38057 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38059         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38060         Define alphasort64 as an alias.
38061         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38062         Define versionsort64 as an alias.
38063         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38064         Define scandir64 as an alias.
38065         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38066         Define scandirat64 as an alias.
38067         * dirent/alphasort64.c (alphasort64):
38068         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38069         * dirent/versionsort64.c: Likewise.
38070         * dirent/scandir64.c: Likewise.
38071         * dirent/scandirat64.c: Likewise.
38072         * sysdeps/wordsize-64/alphasort.c: File removed.
38073         * sysdeps/wordsize-64/alphasort64.c: File removed.
38074         * sysdeps/wordsize-64/scandir.c: File removed.
38075         * sysdeps/wordsize-64/scandir64.c: File removed.
38076         * sysdeps/wordsize-64/scandirat.c: File removed.
38077         * sysdeps/wordsize-64/scandirat64.c: File removed.
38078         * sysdeps/wordsize-64/versionsort.c: File removed.
38079         * sysdeps/wordsize-64/versionsort64.c: File removed.
38080         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38081         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38082         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38083         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38084         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38085         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38086         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38087         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38089         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38090         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38091         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38092         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38093         [defined __arch64__ || defined __sparcv9]
38094         (__INO_T_MATCHES_INO64_T): New macro.
38095         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38096         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38097         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38098         * sysdeps/unix/sysv/linux/bits/dirent.h
38099         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38100         (_DIRENT_MATCHES_DIRENT64): New macro.
38102         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38103         Define lockf64 as an alias.
38104         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38105         Define fseeko64 as an alias.
38106         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38107         Define ftello64 as an alias.
38108         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38109         Define _IO_fgetpos64 and fgetpos64 as aliases.
38110         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38111         Define _IO_fsetpos64 and fsetpos64 as aliases.
38112         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38113         Conditionalize body on this.
38114         * libio/fseeko64.c: Likewise.
38115         * libio/ftello64.c: Likewise.
38116         * libio/iofgetpos64.c: Likewise.
38117         * libio/iofsetpos64.c: Likewise.
38118         * sysdeps/wordsize-64/lockf.c: File removed.
38119         * sysdeps/wordsize-64/lockf64.c: File removed.
38120         * sysdeps/wordsize-64/fseeko.c: File removed.
38121         * sysdeps/wordsize-64/fseeko64.c: File removed.
38122         * sysdeps/wordsize-64/ftello.c: File removed.
38123         * sysdeps/wordsize-64/ftello64.c: File removed.
38124         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38125         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38126         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38127         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38128         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38129         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38130         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38131         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38132         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38133         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38134         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38135         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38136         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38137         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38139         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38140         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38141         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38142         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38143         [defined __arch64__ || defined __sparcv9]
38144         (__OFF_T_MATCHES_OFF64_T): New macro.
38145         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38146         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38147         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38148         (__OFF_T_MATCHES_OFF64_T): New macro.
38150 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38152         * stdlib/secure-getenv.c (__secure_getenv): Replace
38153         GLIBC_2_16 with GLIBC_2_17.
38155 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38157         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38158         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38160 2012-08-03  David S. Miller  <davem@davemloft.net>
38162         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38164 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38166         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38167         Remove.
38168         (__ASSUME_CORRECT_SI_PID): Likewise.
38169         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38170         (__ASSUME_TMPFS_NAME): Likewise.
38171         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38172         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38173         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38174         (HAVE_AUX_SECURE): Make definition unconditional.
38175         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38176         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38178 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38180         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38181         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38182         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38183         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38184         __eloop_threshold instead of SYMLOOP_MAX.
38186         * sysdeps/generic/eloop-threshold.h: New file.
38187         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38188         of MAXSYMLINKS.
38189         * elf/chroot_canon.c (chroot_canon): Likewise.
38191 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38193         [BZ #13717]
38194         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38195         Change to 2.6.0 everywhere.
38196         * sysdeps/unix/sysv/linux/configure: Regenerated.
38197         * sysdeps/unix/sysv/linux/kernel-features.h
38198         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38199         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38200         kernel versions.
38201         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38202         (__ASSUME_FUTEX_REQUEUE): Remove.
38203         (__ASSUME_STATFS64): Define unconditionally.
38204         (__ASSUME_AT_SECURE): Likewise.
38205         (__ASSUME_CORRECT_SI_PID): Likewise.
38206         (__ASSUME_TGKILL): Define without depending on kernel version for
38207         i386.
38208         (__ASSUME_UTIMES): Likewise.
38209         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38210         kernel version.
38211         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38212         (__ASSUME_TMPFS_NAME): Likewise.
38213         * README: Update reference to Linux kernel versions.
38215 2012-08-02  Marek Polacek  <polacek@redhat.com>
38217         [BZ# 14150]
38218         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38219         libc_cv_asm_type_prefix with %.
38220         * configure: Regenerated.
38221         * include/libc-symbols.h: Remove comment about
38222         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38223         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38224         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38225         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38226         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38227         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38228         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38229         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38230         * elf/tst-unique2mod1.c: Likewise.
38231         * elf/tst-unique1mod2.c: Likewise.
38232         * elf/tst-unique1mod1.c: Likewise.
38233         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38234         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38235         Replace ASM_TYPE_DIRECTIVE with .type.
38236         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38237         * sysdeps/i386/sysdep.h: Likewise.
38238         * sysdeps/x86_64/sysdep.h: Likewise.
38239         * sysdeps/sh/sysdep.h: Likewise.
38240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38241         Do not define ASM_TYPE_DIRECTIVE.
38242         * sysdeps/powerpc/sysdep.h: Likewise.
38243         * sysdeps/powerpc/powerpc32/sysdep.h:
38244         Replace ASM_TYPE_DIRECTIVE with .type.
38245         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38246         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38247         * sysdeps/i386/fpu/e_powf.S: Likewise.
38248         * sysdeps/i386/fpu/e_expl.S: Likewise.
38249         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38250         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38251         * sysdeps/i386/fpu/e_pow.S: Likewise.
38252         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38253         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38254         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38255         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38256         * sysdeps/i386/fpu/e_log2.S: Likewise.
38257         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38258         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38259         * sysdeps/i386/fpu/e_powl.S: Likewise.
38260         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38261         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38262         * sysdeps/i386/fpu/e_logl.S: Likewise.
38263         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38264         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38265         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38266         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38267         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38268         * sysdeps/i386/fpu/e_log.S: Likewise.
38269         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38270         * sysdeps/i386/fpu/e_logf.S: Likewise.
38271         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38272         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38273         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38274         * sysdeps/i386/fpu/e_log10.S: Likewise.
38275         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38276         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38277         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38278         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38279         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38280         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38281         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38282         * sysdeps/i386/i686/strtok.S: Likewise.
38283         * sysdeps/i386/i386-mcount.S: Likewise.
38284         * sysdeps/i386/strtok.S: Likewise.
38285         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38286         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38287         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38288         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38289         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38290         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38291         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38292         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38293         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38294         * sysdeps/x86_64/_mcount.S: Likewise.
38295         * sysdeps/x86_64/strtok.S: Likewise.
38296         * sysdeps/sh/_mcount.S: Likewise.
38298 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38300         * libio/iofopen.c: Include <fcntl.h>.
38301         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38302         (_IO_fopen64, fopen64): Define as aliases.
38303         * libio/iofopen64.c: Include <fcntl.h>.
38304         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38305         Conditionalize body on this.
38306         * sysdeps/wordsize-64/iofopen.c: File removed.
38307         * sysdeps/wordsize-64/iofopen64.c: File removed.
38309 2012-08-01  Marek Polacek  <polacek@redhat.com>
38311         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38312         Use dlfcn directly instead of a variable.
38313         (binfmt-subdir): Do not define.
38314         (dlfcn): Likewise.
38316 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38318         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38319         Remove all definitions.
38320         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38321         <kernel-features.h>.
38322         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38323         (miss_F_GETOWN_EX): Remove all definitions.
38324         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38325         macro definition.
38326         [!__ASSUME_FCNTL64]: Remove conditional code.
38327         [__ASSUME_FCNTL64]: Make code unconditional.
38328         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38329         <kernel-features.h>.
38330         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38331         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38332         (lockf64) [__NR_fcntl64]: Make code unconditional.
38333         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38335         * sysdeps/unix/sysv/linux/kernel-features.h
38336         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38337         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38338         Make code unconditional.
38339         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38340         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38342         [__NR_vfork]: Make code unconditional.
38343         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38344         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38346         [__NR_vfork]: Make code unconditional.
38347         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38348         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38350 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38352         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38353         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38355         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38356         Define mkstemp64 as an alias.
38357         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38358         Define mkstemps64 as an alias.
38359         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38360         Define mkostemp64 as an alias.
38361         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38362         Define mkostemps64 as an alias.
38363         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38364         Conditionalize body on this.
38365         * misc/mkostemp64.c: Likewise.
38366         * misc/mkostemps64.c: Likewise.
38367         * misc/mkstemps64.c: Likewise.
38368         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38369         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38370         * sysdeps/wordsize-64/mkostemp.c: File removed.
38371         * sysdeps/wordsize-64/mkstemp.c: File removed.
38372         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38373         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38374         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38375         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38377         [BZ #14138]
38378         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38379         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38380         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38381         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38383         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38384         compat_symbol macros from <shlib-compat.h> rather than the underlying
38385         default_symbol_version and symbol_version macros, so that DEFAULT
38386         lines in shlib-versions are respected.
38387         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38389 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38391         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38392         Declare with warn_unused_result.
38393         (setgid, setregid, setegid, setresgid): Likewise.
38394         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38395         Likewise.
38396         * WUR-REPORT: Remove set*id functions.
38398 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38400         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38402 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38404         [BZ #10191]
38405         * include/sys/socket.h (__libc_accept, __libc_accept4):
38406         Add attribute_hidden.
38407         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38409         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38410         use of PTR_MANGLE.
38411         * inet/getnetgrent_r.c (setup): Likewise.
38413         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38415 2012-07-31  David S. Miller  <davem@davemloft.net>
38417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38419 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38421         [BZ #13629]
38422         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38423         value between 1.0 and 2.0 and smaller part has absolute value less
38424         than 1.0.
38425         * math/s_clog10.c (__clog10): Likewise.
38426         * math/s_clog10f.c (__clog10f): Likewise.
38427         * math/s_clog10l.c (__clog10l): Likewise.
38428         * math/s_clogf.c (__clogf): Likewise.
38429         * math/s_clogl.c (__clogl): Likewise.
38430         * math/libm-test.inc (clog_test): Add more tests.
38431         (clog10_test): Likewise.
38432         * sysdeps/i386/fpu/libm-test-ulps: Update.
38433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38435 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38437         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38438         Exit with zero in case no suitable GID is found, and write a
38439         message to standard error.
38441 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38443         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38444         rather than to 1.
38445         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38446         (MAXPATHLEN): Removed.
38447         (NOGROUP, NODEV): New macros.
38448         (setbit, clrbit, isset, isclr): New macros.
38449         (howmany, roundup, powerof2): New macros.
38450         (DEV_BSIZE): New macro.
38452         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38453         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38455         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38456         definition on [!__NO_LONG_DOUBLE_MATH].
38458         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38459         PTR_MANGLE and PTR_DEMANGLE.
38461         * socket/accept4.c (accept4): Rename to __libc_accept4.
38462         Define accept4 as a weak alias.
38464         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38465         on [_DIRENT_HAVE_D_TYPE].
38466         * io/ftw.c (ftw_dir): Likewise.
38468         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38470         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38472         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38473         Use the BSD numbers rather than the arbitrary ones we had.
38474         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38475         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38476         (SIGXCPU, SIGXFSZ): New macros.
38477         (_NSIG): Now 32.
38479         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38480         initializer on [_LIBC_REENTRANT].
38482         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38483         definitions inside [_POSIX_MAPPED_FILES].
38485         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38487         * dirent/opendir.c: Include <fcntl.h>.
38489         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38490         (__libc_getspecific): Likewise.
38491         (__libc_key_create): Likewise.
38493         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38494         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38495         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38496         (tmpfile64): Define as alias.
38497         * sysdeps/wordsize-64/tmpfile.c: File removed.
38498         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38499         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38500         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38502         * stdio-common/vfscanf.c: Include <stdbool.h>.
38503         * nss/makedb.c: Likewise.
38504         * stdio-common/_i18n_number.h: Likewise.
38505         * argp/argp-help.c: Likewise.
38506         * posix/wordexp.c: Likewise.
38507         * sysdeps/posix/spawni.c: Likewise.
38508         * nss/nss_files/files-initgroups.c: Likewise.
38509         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38510         * nss/nss_files/files-initgroups.c: Likewise.
38511         * nss/nss_db/db-netgrp.c: Likewise.
38512         * nss/nss_db/db-initgroups.c: Likewise.
38513         * io/fchmodat.c: Include <sys/stat.h>.
38515         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38516         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38518         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38519         [HAVE_MMAP].
38521         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38522         Add multiple inclusion protection.
38524 2012-07-27  David S. Miller  <davem@davemloft.net>
38526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38528 2012-07-27  Gary Benson  <gbenson@redhat.com>
38530         [BZ #14298]
38531         * elf/rtld.c: Include <stap-probe.h>.
38532         (dl_main): Added static probes "init_start" and "init_complete".
38533         * elf/dl-load.c: Include <stap-probe.h>.
38534         (lose): Take new parameter "nsid".
38535         Added static probe "map_failed".
38536         (_dl_map_object_from_fd): Pass namespace id to lose.
38537         Added static probe "map_start".
38538         (open_verify): Pass namespace id to lose.
38539         * elf/dl-open.c: Include <stap-probe.h>.
38540         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38541         and "reloc_complete".
38542         * elf/dl-close.c: Include <stap-probe.h>.
38543         (_dl_close_worker): Added static probes "unmap_start" and
38544         "unmap_complete".
38545         * elf/rtld-debugger-interface.txt: New file documenting the above.
38547 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38549         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38550         rather than a string variable.
38551         * sunrpc/rpc_main.c (h_output): Likewise.
38552         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38554 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38556         * inet/check_native.c: New file.
38558 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38560         [BZ #13629]
38561         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38562         if larger part has absolute value 1.0.
38563         * math/s_clog10.c (__clog10): Likewise.
38564         * math/s_clog10f.c (__clog10f): Likewise.
38565         * math/s_clog10l.c (__clog10l): Likewise.
38566         * math/s_clogf.c (__clogf): Likewise.
38567         * math/s_clogl.c (__clogl): Likewise.
38568         * math/libm-test.inc (clog_test): Add more tests.
38569         (clog10_test): Likewise.
38570         * sysdeps/i386/fpu/libm-test-ulps: Update.
38571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38573         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38574         (pltexit): Likewise.
38575         (La_regs): Likewise.
38576         (La_retval): Likewise.
38577         (int_retval): Likewise.
38578         Update #error for removed macros to refer only to definitions in
38579         tst-audit.h.
38580         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38581         macro.
38582         (pltexit): Likewise.
38583         (La_regs): Likewise.
38584         (La_retval): Likewise.
38585         (int_retval): Likewise.
38586         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38587         macro.
38588         (pltexit): Likewise.
38589         (La_regs): Likewise.
38590         (La_retval): Likewise.
38591         (int_retval): Likewise.
38592         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38593         macro.
38594         (pltexit): Likewise.
38595         (La_regs): Likewise.
38596         (La_retval): Likewise.
38597         (int_retval): Likewise.
38598         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38599         macro.
38600         (pltexit): Likewise.
38601         (La_regs): Likewise.
38602         (La_retval): Likewise.
38603         (int_retval): Likewise.
38604         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38605         macro.
38606         (pltexit): Likewise.
38607         (La_regs): Likewise.
38608         (La_retval): Likewise.
38609         (int_retval): Likewise.
38610         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38611         macro.
38612         (pltexit): Likewise.
38613         (La_regs): Likewise.
38614         (La_retval): Likewise.
38615         (int_retval): Likewise.
38616         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38617         macro definitions in tst-audit.h.
38618         * sysdeps/i386/tst-audit.h: New file.
38619         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38620         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38621         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38622         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38623         * sysdeps/sh/tst-audit.h: Likewise.
38624         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38625         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38626         * sysdeps/x86_64/tst-audit.h: Likewise.
38628 2012-07-26  Andreas Jaeger  <aj@suse.de>
38630         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38631         ptrace.
38633         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38634         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38635         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38636         PTRACE_O_MASK.
38637         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38638         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38639         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38641         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38642         value.
38644         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38645         _sigsys.
38646         (si_call_addr, si_syscall, si_arch): Define new macro.
38647         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38648         _sigsys.
38649         (si_call_addr, si_syscall, si_arch): Define new marcro.
38650         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38651         _sigsys.
38652         (si_call_addr, si_syscall, si_arch): Define new macro.
38653         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38654         _sigsys.
38655         (si_call_addr, si_syscall, si_arch): Define new macro.
38657 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38659         [BZ #13717]
38660         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38661         Change to 2.4.21 where previously 2.4.1.
38662         * sysdeps/unix/sysv/linux/configure: Regenerated.
38663         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38664         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38665         Linux kernel version.
38666         (__ASSUME_STD_AUXV): Remove.
38667         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38668         kernel version.
38669         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38670         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38671         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38672         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38673         (__ASSUME_NETLINK_SUPPORT): Likewise.
38674         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38675         (__no_netlink_support): Remove conditional definition.
38676         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38677         Remove.
38678         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38679         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38680         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38681         (if_nameindex_ioctl): Remove.
38682         (if_nameindex_netlink): Do not handle __no_netlink_support.
38683         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38684         code.
38685         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38686         Remove conditional code.
38687         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38688         code.
38689         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38690         unconditional.
38691         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38692         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38693         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38694         Remove.
38695         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38696         [!__ASSUME_STD_AUXV]: Remove conditional code.
38697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38698         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38699         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38701         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38702         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38703         code.
38704         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38706         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38707         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38708         conditional code.
38709         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38711         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38712         code.
38713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38714         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38715         conditional code.
38716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38717         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38718         code unconditional.
38719         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38720         conditional code.
38721         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38722         unconditional.
38723         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38724         conditional code.
38725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38726         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38727         unconditional.
38728         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38729         conditional code.
38730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38731         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38732         code unconditional.
38733         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38734         conditional code.
38735         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38736         unconditional.
38737         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38738         conditional code.
38739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38740         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38741         code unconditional.
38742         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38743         conditional code.
38744         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38745         unconditional.
38746         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38747         conditional code.
38749 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38751         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38752         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38753         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38754         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38755         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38756         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38757         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38758         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38759         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38760         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38761         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38762         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38763         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38764         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38765         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38766         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38767         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38768         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38769         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38770         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38771         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38772         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38773         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38775 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38777         * Versions.def: Add GLIBC_2.17.
38778         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38779         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38780         Introduce __libc_secure_getenv.
38781         * stdlib/Versions (2.17): Add secure_getenv
38782         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38783         * stdlib/secure-getenv.c: Rename __secure_getenv to
38784         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38785         symbol __secure_getenv for GLIBC_2.0.
38786         * stdlib/tst-secure-getenv.c: New.
38787         * stdlib/Makefile (tests): Add testcase.
38788         * manual/startup.texi (Environment Access): Document
38789         secure_getenv.
38790         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38791         __libc_secure_getenv.
38792         * inet/ruserpass.c (ruserpass): Likewise.
38793         * malloc/mtrace.c (mtrace): Likewise.
38794         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38795         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38796         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38797         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38798         HAVE_SECURE_GETENV.
38799         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38800         __secure_getenv to __libc_secure_getenv.
38801         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38803         Likewise.
38804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38805         Likewise.
38806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38807         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38808         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38814 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38816         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38817         (struct La_i86_retval): Likewise.
38818         (struct La_x86_64_regs): Likewise.
38819         (struct La_x86_64_retval): Likewise.
38820         (struct La_x32_regs): Likewise.
38821         (struct La_x32_retval): Likewise.
38822         (struct La_ppc32_regs): Likewise.
38823         (struct La_ppc32_retval): Likewise.
38824         (struct La_ppc64_regs): Likewise.
38825         (struct La_ppc64_retval): Likewise.
38826         (struct La_sh_regs): Likewise.
38827         (struct La_sh_retval): Likewise.
38828         (struct La_s390_32_regs): Likewise.
38829         (struct La_s390_32_retval): Likewise.
38830         (struct La_s390_64_regs): Likewise.
38831         (struct La_s390_64_retval): Likewise.
38832         (struct La_sparc32_regs): Likewise.
38833         (struct La_sparc32_retval): Likewise.
38834         (struct La_sparc64_regs): Likewise.
38835         (struct La_sparc64_retval): Likewise.
38836         (struct audit_ifaces): Remove architecture-specific pltenter and
38837         pltexit members.
38838         * sysdeps/i386/ldsodefs.h: New file.
38839         * sysdeps/powerpc/ldsodefs.h: Likewise.
38840         * sysdeps/s390/ldsodefs.h: Likewise.
38841         * sysdeps/sh/ldsodefs.h: Likewise.
38842         * sysdeps/sparc/ldsodefs.h: Likewise.
38843         * sysdeps/x86_64/ldsodefs.h: Likewise.
38845 2012-07-25  Marek Polacek  <polacek@redhat.com>
38847         [BZ #6808]
38848         * math/libm-test.inc (yn_test): Add another test.
38849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38850         to ERANGE when the result is +-Inf.
38851         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38852         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38853         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38854         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38856 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38858         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38859         equal to 0.
38860         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38861         clock_t.
38862         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38864 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38866         * configure.in <sysdeps resolving>: Correct printing
38867         Implies_before.
38868         * configure: Regenerate.
38870 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38872         * math/w_ilogb.c: Include <limits.h>.
38873         * math/w_ilogbl.c: Likewise.
38875 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38877         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38878         va_copy.  Document allowing for unavailable va_copy only as
38879         pre-C99 compatibility.
38880         * manual/string.texi (Copying and Concatenation): Use va_copy
38881         instead of __va_copy in concat example.
38883 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38885         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38886         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38887         it if not null.
38889         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38890         with O_NOLINK passed to __file_name_lookup.
38892         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38893         with O_NOLINK passed to __file_name_lookup.
38895         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38896         negative N or less than NGIDS.
38898         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38899         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38900         enough.  Use memcpy instead of strncpy.
38902 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38904         * elf/Makefile (check-data): Remove.
38905         (localplt.data): New vpath directive.
38906         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38907         instead of $(check-data).
38908         * scripts/data/localplt-generic.data: Move to ...
38909         * sysdeps/generic/localplt.data: ... here.
38910         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38911         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38912         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38914         ... here.
38915         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38917         ... here.
38918         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38919         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38920         ... here.
38921         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38923         ... here.
38924         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38926         ... here.
38927         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38929         ... here.
38931 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38933         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38934         PPC32 and PPC64 files.
38935         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38936         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38938 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38940         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38941         __makecontext_ret to ...
38942         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38943         ... here and call exit if uc_link is NULL.  New file.
38944         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38945         __makecontext_ret.S.
38946         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38947         __makecontext_ret to ...
38948         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38949         ... here and call exit if uc_link is NULL.  New file.
38950         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38951         __makecontext_ret.S.
38953 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38955         * elf/elf.h (R_390_IRELATIVE): New definition.
38956         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38957         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38958         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38959         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38960         (elf_machine_lazy_rel): Likewise.
38961         * sysdeps/s390/dl-irel.h: New file.
38962         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38963         * sysdeps/s390/s390-64/memset.S: New asm code.
38964         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38965         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38966         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38967         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38968         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38969         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38970         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38971         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38972         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38973         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38974         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38975         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38976         * sysdeps/s390/s390-32/memset.S: New asm code.
38977         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38979 2012-07-17  Marek Polacek  <polacek@redhat.com>
38981         [BZ #14349]
38982         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38983         * sysdeps/s390/s390-64/configure.in: Likewise.
38984         * sysdeps/sparc/configure.in: Likewise.
38985         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38986         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38987         * sysdeps/i386/configure.in: Likewise.
38988         * sysdeps/x86_64/configure.in: Likewise.
38989         * sysdeps/sh/configure.in: Likewise.
38990         * sysdeps/s390/s390-32/configure: Regenerated.
38991         * sysdeps/s390/s390-64/configure: Likewise.
38992         * sysdeps/x86_64/configure: Likewise.
38993         * sysdeps/sh/configure: Likewise.
38994         * sysdeps/powerpc/powerpc64/configure: Likewise.
38995         * sysdeps/powerpc/powerpc32/configure: Likewise.
38996         * sysdeps/sparc/configure: Likwise.
38997         * sysdeps/i386/configure: Likewise.
38999         * elf/dl-open.c: Comment fixes.
39001 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39003         * Makefile [CXX] (check-data): Remove.
39004         [CXX] (c++-types.data): New vpath directive.
39005         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39006         vpath.  Do not allow for C++ type data being missing.
39007         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39008         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39009         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39010         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39011         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39012         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39013         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39015         ... here.
39016         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39018         ... here.
39019         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39020         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39021         ... here.
39022         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39024         ... here.
39025         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39027         ... here.
39028         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39030         ... here.
39031         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39033         ... here.
39034         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39035         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39037         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39038         definitions to architecture-specific files.
39039         (TLS_IE): Likewise.
39040         (TLS_LD): Likewise.
39041         (TLS_GD): Likewise.
39042         * sysdeps/i386/tls-macros.h: New file.
39043         * sysdeps/powerpc/tls-macros.h: Likewise.
39044         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39045         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39046         * sysdeps/sh/tls-macros.h: Likewise.
39047         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39048         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39049         * sysdeps/x86_64/tls-macros.h: Likewise.
39051 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39053         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39054         zero value for regular exit case.
39056         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39057         (__start_context): Preserve zero value for regular exit case.
39059 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39060             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39062         * manual/setjmp.texi (setcontext): Clarify normal process
39063         termination when uc_link is the null pointer.
39064         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39065         exit call.
39067 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39069         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39070         preprocessor.  Test for each exception mask separately.
39072 2012-07-16  Andreas Jaeger  <aj@suse.de>
39074         * po/ru.po: Update from translation team.
39076 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39078         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39079         equal to 0.
39080         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39081         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39082         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39083         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39084         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39086 2012-07-13  Andreas Jaeger  <aj@suse.de>
39088         * po/fr.po: Update from translation team.
39090 2012-07-12  Marek Polacek  <polacek@redhat.com>
39092         [BZ #14173]
39093         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39094         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39095         loop condition.
39097 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39099         [BZ #13717]
39100         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39101         Change to 2.4.1 where previously 2.4.0.
39102         * sysdeps/unix/sysv/linux/configure: Regenerated.
39103         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39104         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39105         version.
39106         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39107         (__ASSUME_AT_CLKTCK): Remove.
39108         (__ASSUME_AT_PAGESIZE): Likewise.
39109         (__ASSUME_AT_XID): Likewise.
39110         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39111         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39112         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39113         unconditionally.
39114         (HAVE_AUX_PAGESIZE): Likewise.
39115         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39116         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39117         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39119 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39121         [BZ #14307]
39122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39123         the temporary buffer used to invoke __gethostbyname2_r,
39124         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39125         host_data / struct gaih_addrtuple.
39126         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39127         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39128         header file nss/nsswitch.h.
39129         * nss/nsswitch.h (global scope): Add definition of implementation
39130         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39131         resolv/nss_dns/dns-host.c).
39133 2012-07-11  Andreas Jaeger  <aj@suse.de>
39135         * po/fr.po: Update from translation team.
39137         * po/sv.po: Update from translation team
39138         * po/fr.po: Another update from translation team.
39140 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39142         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39143         for subnormals or multiply small sinh result by itself.
39144         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39147 2012-07-11  David S. Miller  <davem@davemloft.net>
39149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39151 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39153         [BZ #14347]
39154         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39155         (INTERNAL_MARK): Shift it here.
39157 2012-07-10  Marek Polacek  <polacek@redhat.com>
39159         [BZ #14151]
39160         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39161         libc_cv_asm_global_directive with .globl.
39162         * configure: Regenerated.
39163         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39164         with .globl.
39165         * sysdeps/i386/configure: Regenerated.
39166         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39167         with .globl.
39168         * sysdeps/x86_64/configure: Regenerated.
39169         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39170         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39171         * elf/tst-unique2mod2.c: Likewise.
39172         * elf/tst-unique2mod1.c: Likewise.
39173         * elf/tst-unique1mod2.c: Likewise.
39174         * elf/tst-unique1mod1.c: Likewise.
39175         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39176         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39177         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39178         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39179         * sysdeps/mach/sysdep.h: Likewise.
39180         * sysdeps/i386/sysdep.h: Likewise.
39181         * sysdeps/i386/i386-mcount.S: Likewise.
39182         * sysdeps/x86_64/_mcount.S: Likewise.
39183         * sysdeps/x86_64/sysdep.h: Likewise.
39184         * sysdeps/sh/_mcount.S: Likewise.
39185         * sysdeps/sh/sysdep.h: Likewise.
39186         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39187         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39188         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39189         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39190         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39191         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39192         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39193         * locale/localeinfo.h: Likewise.
39194         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39195         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39197 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39199         [BZ #14336]
39200         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39201         system".
39202         * manual/message.texi (The Uniforum approach): Likewise.
39203         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39204         (glibc iconv Implementation): Likewise.
39206 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39208         [BZ #14337]
39209         * math/s_clog.c (__clog): Avoid scaling a value down where that
39210         could result in underflow.
39211         * math/s_clog10.c (__clog10): Likewise.
39212         * math/s_clog10f.c (__clog10f): Likewise.
39213         * math/s_clog10l.c (__clog10l): Likewise.
39214         * math/s_clogf.c (__clogf): Likewise.
39215         * math/s_clogl.c (__clogl): Likewise.
39216         * math/libm-test.inc (clog_test): Add more tests.
39217         (clog10_test): Likewise.
39218         * sysdeps/i386/fpu/libm-test-ulps: Update.
39219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39221 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39223         [BZ #14283]
39224         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39225         by 7 not 8 to examine high bit of fractional part.
39227         [BZ #14042]
39228         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39229         for call to __mcount_internal.
39230         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39231         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39232         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39234 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39236         [BZ #14154]
39237         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39238         approximation for values within 0x1p-13f of an odd multiple of
39239         pi/4.
39240         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39241         exception.  Add more tests.
39242         * sysdeps/i386/fpu/libm-test-ulps: Update.
39244         [BZ #6778]
39245         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39246         inputs and return -1 for them.  Do not check for +Inf in case not
39247         reachable for +Inf.
39248         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39249         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39250         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39251         and return -1 for them.  Do not check for +Inf in case not
39252         reachable for +Inf.
39253         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39254         define.
39255         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39256         and return -1 for them.  Do not check for +Inf in case not
39257         reachable for +Inf.
39258         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39259         spurious underflow.
39260         * sysdeps/i386/fpu/libm-test-ulps: Update.
39261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39263 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39265         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39267 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39269         [BZ #14157]
39270         [BZ #14331]
39271         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39272         could result in spurious underflow.  Scale down values above
39273         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39274         * math/s_csqrtf.c (__csqrtf): Likewise.
39275         * math/s_csqrtl.c (__csqrtl): Likewise.
39276         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39277         spurious underflow.
39278         * sysdeps/i386/fpu/libm-test-ulps: Update.
39279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39281 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39283         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39284         xopen-msg.sed.
39285         * catgets/xopen-msg.awk: New file.
39286         * catgets/xopen-msg.sed: Removed.
39288         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39289         po2text.sed.
39290         * intl/po2test.awk: New file.
39291         * intl/po2test.sed: Removed.
39293 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39295         [BZ #14328]
39296         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39297         or multiply small sinh result by itself.
39298         * math/s_ctanf.c (__ctanf): Likewise.
39299         * math/s_ctanh.c (__ctanh): Likewise.
39300         * math/s_ctanhf.c (__ctanhf): Likewise.
39301         * math/s_ctanhl.c (__ctanhl): Likewise.
39302         * math/s_ctanl.c (__ctanl): Likewise.
39303         * math/libm-test.inc (ctan_test_tonearest): New function.
39304         (ctan_test_towardzero): Likewise.
39305         (ctan_test_downward): Likewise.
39306         (ctan_test_upward): Likewise.
39307         (ctanh_test_tonearest): Likewise.
39308         (ctanh_test_towardzero): Likewise.
39309         (ctanh_test_downward): Likewise.
39310         (ctanh_test_upward): Likewise.
39311         (main): Call these new functions.
39312         * sysdeps/i386/fpu/libm-test-ulps: Update.
39313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39315 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39317         * .gitignore: Delete /ports entry.
39319 2012-07-03  Andreas Jaeger  <aj@suse.de>
39321         * po/bg.po: Update from translation team.
39322         * po/cs.po: Likewise.
39323         * po/de.po: Likewise.
39324         * po/hr.po: Likewise.
39325         * po/nl.pl: Likewise.
39326         * po/pl.po: Likewise.
39327         * po/vi.po: Likewise.
39329 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39331         * Makeconfig [!+link] (+link-before-libc): New variable.
39332         [!+link] (+link-after-libc): Likewise.
39333         [!+link] (+link-tests): Likewise.
39334         [!+link] (+link): Define in terms of $(+link-before-libc) and
39335         $(+link-after-libc).
39336         [!+link-static] (+link-static-before-libc): New variable.
39337         [!+link-static] (+link-static-after-libc): Likewise.
39338         [!+link-static] (+link-static-tests): Likewise.
39339         [!+link-static] (+link-static): Define in terms of
39340         $(+link-static-before-libc) and $(+link-static-after-libc).
39341         [build-shared] (link-libc-before-gnulib): New variable.
39342         [build-shared] (link-libc-tests): Likewise.
39343         [build-shared] (link-libc): Define in terms of
39344         $(link-libc-before-gnulib).
39345         [!build-shared] (link-libc-tests): New variable.
39346         (link-libc-static-tests): New variable.
39347         [!gnulib] (gnulib-arch): New variable.
39348         [!gnulib] (gnulib-tests): Likewise.
39349         [!gnulib] (static-gnulib-arch): Likewise.
39350         [!gnulib] (static-gnulib-tests): Likewise.
39351         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39352         Define with "=" instead of ":=".
39353         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39354         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39355         * Rules (binaries-all-notests): New variable.
39356         (binaries-all-tests): Likewise.
39357         (binaries-static-notests): Likewise.
39358         (binaries-static-tests): Likewise.
39359         (binaries-all): Define using $(binaries-all-notests) and
39360         $(binaries-all-tests).
39361         (binaries-static): Define using $(binaries-static-notests) and
39362         $(binaries-static-tests).
39363         (binaries-shared-tests): New variable.
39364         (binaries-shared-notests): Likewise.
39365         (binaries-shared): Remove variable.
39366         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39367         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39368         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39369         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39370         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39371         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39372         * elf/Makefile (sln-modules): New variable.
39373         (extra-objs): Add $(sln-modules:=.o).
39374         (ldconfig-modules): Add static-stubs.
39375         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39376         * elf/static-stubs.c: New file.
39378         [BZ #14283]
39379         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39380         by 7 not 8 to examine high bit of fractional part.  Use volatile
39381         variables when splitting into final array of floats if
39382         __FLT_EVAL_METHOD__ != 0.
39383         * math/libm-test.inc (cos_test): Add another test.
39384         (sin_test): Likewise.
39385         * sysdeps/i386/fpu/libm-test-ulps: Update.
39387         [BZ #14273]
39388         * math/libm-test.inc (cosh_test): Add more tests.
39390         * version.h (RELEASE): Set to "development".
39391         (VERSION): Set to "2.16.90".
39393 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39395         * NEWS: Update copyright. Remove last-updated date.
39396         Mention math library bug fixes and timezone data changes.
39397         * README: Mention GNU/Hurd, x32, and HPPA support status.
39399 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39401         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39403 2012-06-27  Andreas Jaeger  <aj@suse.de>
39405         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39407 2012-06-25  Andreas Jaeger  <aj@suse.de>
39409         * sysdeps/s390/fpu/libm-test-ulps: Update.
39411 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39412             Thomas Schwinge  <thomas@codesourcery.com>
39414         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39415         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39416         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39417         fanotify_mark.
39419 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39421         * sysdeps/mach/start.c: Remove file.
39422         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39423         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39424         * sysdeps/sh/init-first.c: Likewise.
39426         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39427         registers for frame unwinding purposes, add CFI directives.
39428         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39429         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39430         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39431         Likewise.
39433         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39434         __fortify_fail returning.
39435         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39437         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39438         sysdeps/sh/____longjmp_chk.S.
39439         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39440         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39441         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39442         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39444         * sysdeps/sh/abort-instr.h: New file.
39445         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39446         process in case exit returns.
39448         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39449         initialize the GOT register before use.
39451         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39452         calculation of ARGC > 4.
39454         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39455         meaningful names to some local labels.
39457 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39458             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39460         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39461         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39462         (__arch_compare_and_exchange_val_16_acq): Likewise.
39463         (__arch_compare_and_exchange_val_32_acq): Likewise.
39464         (atomic_exchange_and_add): Fix gUSA sequence.
39465         (atomic_add): Likewise.
39466         (atomic_add_negative): Likewise.
39467         (atomic_add_zero): Likewise.
39468         (atomic_bit_test_set): Likewise.
39470 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39472         [BZ #13579]
39473         * include/link.h (struct link_map): Add l_free_initfini.
39474         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39475         l_initfini.
39476         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39477         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39478         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39479         set.
39481 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39483         * configure.in: Use AC_LANG_SOURCE.
39484         * configure: Regenerate.
39486 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39488         * configure.in (libc_cv_localstatedir): New substituted variable.
39489         * configure: Regenerated.
39490         * config.make.in (localstatedir): New variable, substituted from
39491         libc_cv_localstatedir.
39492         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39493         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39494         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39495         * sysdeps/gnu/configure: Regenerated.
39497 2012-06-21  Jeff Law  <law@redhat.com>
39499         [BZ #14277]
39500         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39501         free.  Simplify list management for _LIBC case.
39503 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39505         [BZ #14273]
39506         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39507         Clear sign bit of 64-bit integer value before comparing against
39508         overflow value.
39510         * sysdeps/mach/configure: Regenerated.
39512 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39514         [BZ #14278]
39515         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39517 2012-06-21  Jeff Law  <law@redhat.com>
39519         [BZ #13882]
39520         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39521         uint16_t for elements in the "seen" array to avoid char overflows.
39522         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39523         * elf/dl-open.c (dl_open_worker): Likewise.
39525 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39527         * scripts/list-sources.sh: Scan PORTS for translations.
39528         * po/libc.pot: Regenerated.
39530 2012-06-21  Andreas Jaeger  <aj@suse.de>
39532         [BZ #12194]
39533         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39534         warning.
39535         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39536         * bits/byteswap-16.h (__bswap_16): Likewise.
39537         * bits/byteswap.h (__bswap_constant_16): Likewise.
39539 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39541         [BZ #14117]
39542         * sysdeps/i386/fpu_control.h: Removed.
39543         * sysdeps/x86_64/fpu_control.h: Moved to ...
39544         * sysdeps/x86/fpu_control.h: Here.
39546         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39547         (_FPU_SETCW): Likewise.
39549 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39551         [BZ #14117]
39552         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39553         * sysdeps/x86/fpu/bits/mathinline.h: This.
39554         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39556         [BZ #14050]
39557         [BZ #14117]
39558         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39559         functions if __x86_64__ is defined.
39561 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39563         * string/endian.h: Add !__ASSEMBLER__ condition for including
39564         conversion interfaces.
39566 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39568         [BZ #14241]
39569         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39570         of ABS(x) in calculating zero to negative powers other than odd
39571         integers.
39572         * math/libm-test.inc (pow_test): Add more tests.
39574 2012-06-15  Andreas Jaeger  <aj@suse.de>
39576         * manual/contrib.texi (Contributors): Update entry of Liubov
39577         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39578         Machado Filho.
39580 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39582         * string/string.h: Add __wur to GNU version of strerror_r.
39584 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39586         [BZ #14229]
39587         * string/Makefile (tests): Add tst-strtok_r.
39588         * string/tst-strtok_r.c: New file.
39589         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39590         RAX_LP/RDX_LP on SAVE_PTR.
39592 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39594         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39596 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39598         * libm_test.inc (csqrt_test): Allow more spurious underflow
39599         exceptions.
39600         (j0_test): Likewise.
39601         (j1_test): Likewise.
39602         (y0_test): Likewise.
39603         (y1_test): Likewise.
39605 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39607         * po/Makefile (libc.pot): Use UTF-8 charset.
39609 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39611         [BZ #14210]
39612         Suppress sign-conversion warning from FD_SET.
39613         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39614         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39615         not unsigned long int.
39616         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39618 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39620         [BZ #14050]
39621         [BZ #14117]
39622         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39623         __extern_always_inline instead of __extern_inline.
39624         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39625         (__signbit): Likewise.
39626         (__signbitl): Support C++ namespace.
39627         (lrintf): New inline function.
39628         (lrint): Likewise.
39629         (llrintf): Likewise.
39630         (llrint): Likewise.
39631         (fmaxf): Likewise.
39632         (fmax): Likewise.
39633         (fminf): Likewise.
39634         (fmin): Likewise.
39635         (rint): Likewise.
39636         (rintf): Likewise.
39637         (ceil): Likewise.
39638         (ceilf): Likewise.
39639         (floor): Likewise.
39640         (floorf): Likewise.
39641         (nearbyint): Likewise.
39642         (nearbyintf): Likewise.
39644 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39646         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39647         non-default versions.
39649 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39651         [BZ #14218]
39652         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39654 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39656         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39657         (FE_UPWARD, FE_DOWNWARD): Don't define.
39658         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39659         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39661         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39662         reading it.
39663         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39664         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39666 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39668         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39670         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39671         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39673 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39675         [BZ #14117]
39676         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39677         * sysdeps/i386/fpu/Implies: New file.
39678         * sysdeps/x86_64/fpu/Implies: Likewise.
39679         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39680         * sysdeps/x86/fpu/bits/fenv.h: This.
39682         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39683         __SSE_MATH__.
39685 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39687         [BZ #14134]
39688         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39689         character 0xffff that matches the last element of the
39690         conversion table.
39692 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39694         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39695         fmodl commit.
39697 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39699         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39700         values higher than 25.6283.
39702 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39704         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39705         subnormal exponent extraction and add some __builtin_expect.
39706         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39707         Fix for subnormal mantissa calculation.
39709 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39711         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39712         cpu2 is -1 and errno is not ENOSYS.
39714 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39716         [BZ #14117]
39717         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39718         * sysdeps/x86/bits/string.h: This.
39719         * sysdeps/x86_64/bits/string.h: Removed.
39721         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39722         if not compiling for x86-64, but compiling for >= i486.
39724         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39725         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39727         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39728         New macro from Linux kernel 3.4.0.
39729         (FP_XSTATE_MAGIC2): Likewise.
39730         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39731         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39732         (struct _fpx_sw_bytes): New struct.
39733         (struct _xsave_hdr): Likewise.
39734         (struct _ymmh_state): Likewise.
39735         (struct _xstate): Likewise.
39737         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39738         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39739         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39740         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39741         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39742         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39744         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39745         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39746         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39747         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39748         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39749         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39751 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39753         [BZ #13743]
39754         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39755         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39756         (sysdep_headers): Include sys/platform/ppc.h.
39757         * sysdeps/powerpc/test-gettimebase.c: Test for
39758         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39759         * manual/Makefile (appendices): Include platform.texi.
39760         * manual/contrib.texi (Contributors): Update @node pointers.
39761         * manual/maint.texi (Maintenance): Likewise.
39762         (Platform): New node.
39763         * manual/platform.texi: New file.  Document the new features.
39765 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39766             Jakub Jelinek  <jakub@redhat.com>
39768         [BZ #14188]
39769         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39770         where __builtin_expect is unavailable.
39772 2012-06-03  David S. Miller  <davem@davemloft.net>
39774         * stdlib/longlong.h: Updated from GCC.
39776 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39778         [BZ #14042]
39779         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39780         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39781         __mcount_internal.
39782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39783         (GLIBC_2.16): Likewise.
39785 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39787         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39789 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39792         (default-abi): New variable.
39793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39794         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39795         variable.
39796         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39797         Likewise.
39798         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39799         Likewise.
39800         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39801         Likewise.
39803         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39804         definition.  Document in comment.
39806 2012-06-01  David S. Miller  <davem@davemloft.net>
39808         * stdlib/longlong.h: Updated from GCC.
39810 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39812         [BZ #14117]
39813         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39814         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39815         sys/debugreg.h sys/io.h here.
39816         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39817         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39818         sys/io.h.
39819         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39820         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39821         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39822         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39823         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39824         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39826         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39827         Define only if __x86_64__ is defined.
39829 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39831         [BZ #14048]
39832         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39833         Use int64_t for variable i.
39834         * math/libm-test.inc (fmod_test): Add more tests.
39836         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39837         z computation is not scheduled after fetestexcept.
39838         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39839         Use math_force_eval instead of asm to ensure calculation scheduled
39840         before exception test.
39841         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39842         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39844 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39846         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39847         computation is not scheduled after fetestexcept.
39849 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39851         [BZ #14117]
39852         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39853         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39855 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39857         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39858         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39860 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39862         [BZ #14117]
39863         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39864         <bits/wordsize.h>.
39865         (__WCHAR_MIN): Support __WORDSIZE == 64.
39866         (__WCHAR_MAX): Likewise.
39868         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39869         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39871         [BZ #14183]
39872         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39873         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39875         [BZ #14117]
39876         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39877         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39879         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39880         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39882         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39883         Defined to 1 if __x86_64__ isn't defined.
39884         (_STAT_VER_LINUX_OLD): New.
39885         (st_atime): Remove duplicate.
39886         (st_mtime): Likewise.
39887         (st_ctime): Likewise.
39889 2012-05-31  David S. Miller  <davem@davemloft.net>
39891         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39892         entries.
39894 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39896         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39897         gen-libm-test.pl.
39899         [BZ #14132]
39900         * elf/dl-reloc.c: Include <_itoa.h>.
39901         (_dl_reloc_bad_type): Remove use of INTUSE.
39902         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39903         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39904         * stdio-common/psiginfo.c (psiginfo): Likewise.
39905         * stdio-common/psignal.c (psignal): Likewise.
39906         * string/strsignal.c (strsignal): Likewise.
39907         * include/signal.h (_sys_siglist): Declare hidden proto.
39908         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39909         INTVARDEF with libc_hidden_data_def.
39910         * stdio-common/itoa-udigits.c: Likewise.
39911         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39912         (_itoa_lower_digits_internal): Remove declaration.
39913         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39914         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39915         (_sys_sigabbrev_internal): Remove aliases.
39916         (_sys_siglist): Define hidden alias.
39918 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39920         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39921         bits/sysctl.h.
39923 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39925         [BZ #14117]
39926         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39927         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39929         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39930         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39931         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39932         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39933         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39934         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39936         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39937         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39938         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39940         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39941         with __addr.
39942         (insw): Likewise.
39943         (insl): Likewise.
39944         (outsb): Likewise.
39945         (outsw): Likewise.
39946         (outsl): Likewise.
39948         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39949         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39950         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39952         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39953         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39954         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39955         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39956         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39957         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39959         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39960         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39962         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39963         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39965         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39966         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39967         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39969         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39970         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39971         to ...
39972         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39974         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39975         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39976         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39978         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39979         for x86-64.
39980         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39982 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39984         * math/math.h (M_El): Use two more decimal places.
39985         (M_LOG2El): Likewise.
39986         (M_LOG10El): Likewise.
39987         (M_LN2l): Likewise.
39988         (M_LN10l): Likewise.
39989         (M_PIl): Likewise.
39990         (M_PI_2l): Likewise.
39991         (M_PI_4l): Likewise.
39992         (M_1_PIl): Likewise.
39993         (M_2_PIl): Likewise.
39994         (M_2_SQRTPIl): Likewise.
39995         (M_SQRT2l): Likewise.
39996         (M_SQRT1_2l): Likewise.
39998 2012-05-31  David S. Miller  <davem@davemloft.net>
40000         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40001         values between float registers.
40002         * sysdeps/sparc/sparc64/memset.S: Likewise.
40003         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40005 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40007         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40008         -D_FORTIFY_SOURCE=1.
40009         (CPPFLAGS-tst-longjmp_chk.c): Define.
40010         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40011         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40012         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40013         CFLAGS-tst-wchar-h.c.
40015 2012-05-31  Marek Polacek  <polacek@redhat.com>
40017         [BZ #14132]
40018         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40019         __endmntent_internal): Remove declaration.
40020         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40021         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40022         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40024 2012-05-30  David S. Miller  <davem@davemloft.net>
40026         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40027         (___Q_simulate_exceptions): Use real FP ops rather than writing
40028         into the %fsr.
40029         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40030         Likewise.
40032 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40034         [BZ #14117]
40035         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40036         * sysdeps/x86/bits/xtitypes.h: This.
40038         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40039         * sysdeps/x86/bits/wordsize.h: This.
40041         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40042         * sysdeps/x86/bits/huge_vall.h: This.
40044         * sysdeps/i386/bits/select.h: Removed.
40045         * sysdeps/x86_64/bits/select.h: Renamed to ...
40046         * sysdeps/x86/bits/select.h: This.
40048         * sysdeps/i386/bits/setjmp.h: Removed.
40049         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40050         * sysdeps/x86/bits/setjmp.h: This.
40052         * sysdeps/i386/bits/mathdef.h: Removed.
40053         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40054         * sysdeps/x86/bits/mathdef.h: This.
40056 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40058         [BZ #14132]
40059         * include/sys/socket.h (__connect_internal)
40060         (__libc_sa_len_internal): Remove declaration.
40061         (__connect, __libc_sa_len): Declare hidden_proto.
40062         (SA_LEN): Remove use of INTUSE.
40063         * socket/connect.c: Add libc_hidden_def.
40064         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40065         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40066         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40067         alias.
40068         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40069         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40070         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40071         of adding _internal alias.
40073 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40075         [BZ #14117]
40076         * sysdeps/i386/bits/link.h: Removed.
40077         * sysdeps/i386/bits/linkmap.h: Likewise.
40078         * sysdeps/x86_64/bits/link.h: Renamed to ...
40079         * sysdeps/x86/bits/link.h: This.
40080         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40081         * sysdeps/x86/bits/linkmap.h: This.
40083         * sysdeps/i386/bits/endian.h: Removed.
40084         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40085         * sysdeps/x86/bits/endian.h: This.
40087         * sysdeps/i386/bits/byteswap.h: Removed.
40088         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40089         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40090         * sysdeps/x86/bits/byteswap.h: This.
40091         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40092         * sysdeps/x86/bits/byteswap-16.h: This.
40093         * sysdeps/i386/Implies: Add x86.
40094         * sysdeps/x86_64/Implies: Likewise.
40096 2012-05-30  David S. Miller  <davem@davemloft.net>
40098         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40099         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40100         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40101         (FP_TRAPPING_EXCEPTIONS): Define.
40102         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40103         (FP_TRAPPING_EXCEPTIONS): Define.
40104         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40105         subnormals only when inexact has been signalled or underflow
40106         exceptions are enabled.
40107         (_FP_PACK_CANONICAL): Likewise.
40109 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40111         [BZ #14183]
40112         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40113         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40115 2012-05-30  Richard Henderson  <rth@twiddle.net>
40117         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40118         with #ifndef NOT_IN_libc.
40120         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40121         marked to avoid plt entry.
40123 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40125         [BZ #14112]
40126         * Makeconfig (default-abi): New macro.
40127         (abi-includes): Likewise.
40128         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40129         $(abi-$(default-abi)-lib-soname) for soname if defined.
40130         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40131         abi-variants.
40132         * Makefile (installed-stubs): Likewise.
40133         * include/stubs-biarch.h: Removed.
40134         * scripts/lib-names.awk: Only handle one library at a time.
40135         * scripts/soversions.awk: Remove WORDSIZE support.
40136         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40137         entries.
40138         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40139         Removed.
40140         (syscall-list-default-condition): Likewise.
40141         (syscall-list-default-condition): Likewise.
40142         (syscall-list-includes): Likewise.
40143         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40144         syscall-list-* with abi-*.  Handle undefined abi-variants.
40145         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40146         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40147         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40148         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40149         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40150         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40151         Removed.
40152         (syscall-list-32-options): Likewise.
40153         (syscall-list-32-condition): Likewise.
40154         (syscall-list-64-options): Likewise.
40155         (syscall-list-64-condition): Likewise.
40156         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40157         macro.
40158         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40159         Renamed to ...
40160         (abi-*): This.
40161         (abi-64-ld-soname): New macro.
40162         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40163         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40164         Renamed to ...
40165         (abi-*): This.
40166         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40167         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40169 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40171         * sysdeps/unix/sysv/linux/kernel-features.h
40172         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40173         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40174         include <kernel-features.h>.
40175         [!__NR_ftruncate64]: Remove conditional code.
40176         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40177         [__NR_ftruncate64]: Make code unconditional.
40178         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40179         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40180         include <kernel-features.h>.
40181         [!__NR_ftruncate64]: Remove conditional code.
40182         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40183         [__NR_ftruncate64]: Make code unconditional.
40184         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40186         include <kernel-features.h>.
40187         [!__NR_ftruncate64]: Remove conditional code.
40188         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40189         [__NR_ftruncate64]: Make code unconditional.
40190         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40192         include <kernel-features.h>.
40193         [!__NR_ftruncate64]: Remove conditional code.
40194         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40195         [__NR_ftruncate64]: Make code unconditional.
40196         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40198         * configure.in (libc_cv_fpie): Weaken to a compile test using
40199         LIBC_TRY_CC_OPTION.
40200         * configure: Regenerated.
40202 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40208         Refreshed.
40209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40215         Refreshed.
40217 2012-05-27  David S. Miller  <davem@davemloft.net>
40219         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40220         (___Q_zero): New.
40221         (__Q_simulate_exceptions): Return void.  Change to simulate
40222         exceptions by writing into the %fsr.
40223         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40224         (__Qp_handle_exceptions): Likewise.
40225         (numbers): Delete.
40226         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40227         __Qp_handle_exceptions.
40228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40229         __Qp_handle_exceptions.
40230         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40231         as unused and give dummy FP_RND_NEAREST initializer.
40232         (FP_INHIBIT_RESULTS): Define.
40233         (___Q_simulate_exceptions): Update declaration.
40234         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40235         formatting.
40236         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40237         as unused and give dummy FP_RND_NEAREST initializer.
40238         (__Qp_handle_exceptions): Update declaration.
40239         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40240         formatting.
40242 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40244         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40245         the temporary FPU control word.
40246         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40247         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40248         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40249         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40250         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40251         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40252         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40253         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40254         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40255         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40256         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40258 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40260         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40261         fields.
40263 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40265         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40266         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40267         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40268         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40269         Likewise.
40270         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40271         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40272         Likewise.
40274 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40276         * po/h.po: Update from translation team.
40278 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40280         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40282         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40283         handling of denormals.
40284         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40285         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40286         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40287         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40288         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40289         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40290         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40291         Likewise.
40293 2012-05-26  Marek Polacek  <polacek@redhat.com>
40295         [BZ #14152]
40296         * math/libm-test.inc (fma_test): Don't always expect underflow
40297         exception.
40299 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40301         [BZ #12416]
40302         * elf/tst-execstack.c: Include stackinfo.h.
40303         (do_test): Adjust test case to ensure that pthread_getattr_np
40304         behaviour remains the same after marking stack executable.
40306 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40308         * sysdeps/unix/sysv/linux/kernel-features.h
40309         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40310         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40311         kernel-features.h.
40312         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40313         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40314         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40315         kernel-features.h.
40316         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40317         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40319 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40321         * configure.in: Define the default includes to being none.
40322         * configure: Regenerated.
40324 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40326         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40327         * sysdeps/x86_64/setjmp.S: Likewise.
40328         * sysdeps/i386/bsd-setjmp.S: Likewise.
40329         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40330         * sysdeps/i386/setjmp.S: Likewise.
40331         * sysdeps/i386/__longjmp.S: Likewise.
40332         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40333         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40335         * include/stap-probe.h: New file.
40336         * configure.in: Handle --enable-systemtap.
40337         * configure: Regenerated.
40338         * config.h.in (USE_STAP_PROBE): New #undef.
40339         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40340         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40341         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40343 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40345         [BZ #13717]
40346         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40347         to 2.4.0 where earlier.
40348         * sysdeps/unix/sysv/linux/configure: Regenerated.
40349         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
40358         [__ASSUME_32BITUIDS]: Make code unconditional.
40359         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40360         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40361         <kernel-features.h>.
40362         [__ASSUME_32BITUIDS]: Make code unconditional.
40363         [!__ASSUME_32BITUIDS]: Remove conditional code.
40364         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40365         <kernel-features.h>.
40366         [__ASSUME_32BITUIDS]: Make code unconditional.
40367         [!__ASSUME_32BITUIDS]: Remove conditional code.
40368         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40369         <kernel-features.h>.
40370         [__ASSUME_32BITUIDS]: Make code unconditional.
40371         [!__ASSUME_32BITUIDS]: Remove conditional code.
40372         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40373         <kernel-features.h>.
40374         [__ASSUME_32BITUIDS]: Make code unconditional.
40375         [!__ASSUME_32BITUIDS]: Remove conditional code.
40376         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40377         <kernel-features.h>.
40378         [__ASSUME_32BITUIDS]: Make code unconditional.
40379         [!__ASSUME_32BITUIDS]: Remove conditional code.
40380         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40381         <kernel-features.h>.
40382         [__ASSUME_32BITUIDS]: Make code unconditional.
40383         [!__ASSUME_32BITUIDS]: Remove conditional code.
40384         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40385         <kernel-features.h>.
40386         [__ASSUME_32BITUIDS]: Make code unconditional.
40387         [!__ASSUME_32BITUIDS]: Remove conditional code.
40388         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40389         <kernel-features.h>.
40390         [__ASSUME_32BITUIDS]: Make code unconditional.
40391         [!__ASSUME_32BITUIDS]: Remove conditional code.
40392         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40393         <kernel-features.h>.
40394         [__ASSUME_32BITUIDS]: Make code unconditional.
40395         [!__ASSUME_32BITUIDS]: Remove conditional code.
40396         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40397         <kernel-features.h>.
40398         [__ASSUME_32BITUIDS]: Make code unconditional.
40399         [!__ASSUME_32BITUIDS]: Remove conditional code.
40400         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40401         <kernel-features.h>.
40402         [__NR_setresgid] (__setresgid): Do not declare.
40403         [__ASSUME_32BITUIDS]: Make code unconditional.
40404         [!__ASSUME_32BITUIDS]: Remove conditional code.
40405         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40406         <kernel-features.h>.
40407         [__NR_setresuid] (__setresuid): Do not declare.
40408         [__ASSUME_32BITUIDS]: Make code unconditional.
40409         [!__ASSUME_32BITUIDS]: Remove conditional code.
40410         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40411         <kernel-features.h>.
40412         [__ASSUME_32BITUIDS]: Make code unconditional.
40413         [!__ASSUME_32BITUIDS]: Remove conditional code.
40414         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40415         <kernel-features.h>.
40416         [__ASSUME_32BITUIDS]: Make code unconditional.
40417         [!__ASSUME_32BITUIDS]: Remove conditional code.
40418         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40419         <kernel-features.h>.
40420         [__ASSUME_32BITUIDS]: Make code unconditional.
40421         [!__ASSUME_32BITUIDS]: Remove conditional code.
40422         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40423         <kernel-features.h>.
40424         [__ASSUME_32BITUIDS]: Make code unconditional.
40425         [!__ASSUME_32BITUIDS]: Remove conditional code.
40426         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40427         <kernel-features.h>.
40428         [__ASSUME_32BITUIDS]: Make code unconditional.
40429         [!__ASSUME_32BITUIDS]: Remove conditional code.
40430         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40431         <kernel-features.h>.
40432         [__ASSUME_32BITUIDS]: Make code unconditional.
40433         [!__ASSUME_32BITUIDS]: Remove conditional code.
40434         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40435         <kernel-features.h>.
40436         [__ASSUME_32BITUIDS]: Make code unconditional.
40437         [!__ASSUME_32BITUIDS]: Remove conditional code.
40438         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40439         <kernel-features.h>.
40440         [__ASSUME_32BITUIDS]: Make code unconditional.
40441         [!__ASSUME_32BITUIDS]: Remove conditional code.
40442         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40443         <kernel-features.h>.
40444         [__ASSUME_32BITUIDS]: Make code unconditional.
40445         [!__ASSUME_32BITUIDS]: Remove conditional code.
40446         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40447         <kernel-features.h>.
40448         [__ASSUME_32BITUIDS]: Make code unconditional.
40449         [!__ASSUME_32BITUIDS]: Remove conditional code.
40450         * sysdeps/unix/sysv/linux/kernel-features.h
40451         (__ASSUME_SETRESUID_SYSCALL): Remove.
40452         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40453         (__ASSUME_32BITUIDS): Likewise.
40454         (__ASSUME_LDT_WORKS): Likewise.
40455         (__ASSUME_O_DIRECTORY): Likewise.
40456         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40457         architecture but not kernel version.
40458         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40459         (__ASSUME_MMAP2_SYSCALL): Likewise.
40460         (__ASSUME_STAT64_SYSCALL): Likewise.
40461         (__ASSUME_IPC64): Likewise.
40462         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40463         <kernel-features.h>.
40464         [__ASSUME_32BITUIDS]: Make code unconditional.
40465         [!__ASSUME_32BITUIDS]: Remove conditional code.
40466         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40467         <kernel-features.h>.
40468         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40469         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40470         132096]: Remove conditional code.
40471         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40472         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40473         <kernel-features.h>.
40474         [__ASSUME_32BITUIDS]: Make code unconditional.
40475         [!__ASSUME_32BITUIDS]: Remove conditional code.
40476         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40477         <kernel-features.h>.
40478         [__ASSUME_32BITUIDS]: Make code unconditional.
40479         [!__ASSUME_32BITUIDS]: Remove conditional code.
40480         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40481         <kernel-features.h>.
40482         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40483         unconditional.
40484         (__setresgid): Do not declare.
40485         [__ASSUME_32BITUIDS]: Make code unconditional.
40486         [!__ASSUME_32BITUIDS]: Remove conditional code.
40487         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40488         <kernel-features.h>.
40489         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40490         unconditional.
40491         (__setresuid): Do not declare.
40492         [__ASSUME_32BITUIDS]: Make code unconditional.
40493         [!__ASSUME_32BITUIDS]: Remove conditional code.
40494         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40495         <kernel-features.h>.
40496         [__ASSUME_32BITUIDS]: Make code unconditional.
40497         [!__ASSUME_32BITUIDS]: Remove conditional code.
40498         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40499         <kernel-features.h>.
40500         [__ASSUME_32BITUIDS]: Make code unconditional.
40501         [!__ASSUME_32BITUIDS]: Remove conditional code.
40503 2012-05-25  Richard Henderson  <rth@twiddle.net>
40505         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40506         dl_hwcap to ifunc resolver.
40507         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40508         elf_ifunc_invoke.
40509         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40510         dl_hwcap to ifunc resolver.
40511         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40513 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40515         [BZ #14153]
40516         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40517         for |x| <= 2**-26, not 2**-57.
40518         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40519         exception.
40521 2012-05-24  Jeff Law  <law@redhat.com>
40523         * stdio-common/Makefile (tests): Add bug25.
40524         * stdio-common/bug25.c: New test.
40526 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40528         [BZ #13576]
40529         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40530         multiple of MALLOC_ALIGNMENT in size.
40531         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40533 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40535         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40536         Require >= 256.
40537         (FILENAME_MAX): Use macro-int-constant.
40538         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40539         (_IOFBF): Use macro-int-constant.
40540         (_IOLBF): Likewise.
40541         (_IONBF): Likewise.
40542         (SEEK_CUR): Likewise.
40543         (SEEK_END): Likewise.
40544         (SEEK_SET): Likewise.
40545         (TMP_MAX): Likewise.
40546         (EOF): Use macro-int-constant.  Require < 0.
40547         (NULL): Use macro-constant.  Require == 0.
40548         (stdin): Require type to be FILE *.
40549         (stdout): Likewise.
40550         (stderr): Likewise.
40551         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40552         macro-int-constant.
40553         (EXIT_SUCCESS): Likewise.
40554         (NULL): Use macro-constant.  Require == 0.
40555         (RAND_MAX): Use macro-int-constant.
40556         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40557         [C99-based standards] (strtof): Require function.
40558         [C99-based standards] (strtold): Likewise.
40559         [C99-based standards] (strtoll): Likewise.
40560         [C99-based standards] (strtoull): Likewise.
40561         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40562         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40563         [ISO || ISO99 || ISO11] (math.h): Likewise.
40564         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40565         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40568 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40570         [BZ #14132]
40571         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40572         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40573         * intl/dgettext.c (DCGETTEXT): Likewise.
40574         * intl/gettext.c (DCGETTEXT): Likewise.
40575         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40576         * posix/regex_internal.h (gettext): Likewise.
40577         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40578         Remove declaration.
40579         * include/argz.h (__argz_count_internal)
40580         (__argz_stringify_internal): Remove declaration.
40581         (__argz_count, __argz_stringify): Declare hidden proto.
40582         * intl/dcgettext.c: Remove use of INTDEF.
40583         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40584         * string/argz-stringify.c: Likewise.
40585         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40586         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40587         Declare hidden proto.
40588         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40589         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40590         Declare hidden proto.
40591         * include/stdio.h (__asprintf_internal): Don't declare.
40592         (__asprintf): Don't define as macro.  Declare hidden proto.
40593         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40594         (__fsetlocking): Declare hidden proto.
40595         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40596         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40597         hidden proto.
40598         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40599         (_IO_setlinebuf): Remove use of INTUSE.
40600         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40601         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40602         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40603         Remove declaration.
40604         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40605         (_IO_do_flush): Remove use of INTUSE.
40606         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40607         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40608         (_IO_adjust_column, _IO_least_wmarker)
40609         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40610         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40611         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40612         (_IO_default_doallocate, _IO_wdefault_doallocate)
40613         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40614         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40615         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40616         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40617         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40618         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40619         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40620         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40621         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40622         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40623         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40624         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40625         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40626         proto.
40627         (_IO_flush_all_internal, _IO_adjust_column_internal)
40628         (_IO_default_uflow_internal, _IO_default_finish_internal)
40629         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40630         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40631         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40632         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40633         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40634         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40635         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40636         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40637         (_IO_file_close_internal, _IO_file_close_it_internal)
40638         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40639         (_IO_file_init_internal, _IO_file_attach_internal)
40640         (_IO_file_fopen_internal, _IO_file_read_internal)
40641         (_IO_file_sync_internal, _IO_file_seek_internal)
40642         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40643         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40644         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40645         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40646         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40647         (_IO_list_all_internal, _IO_link_in_internal)
40648         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40649         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40650         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40651         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40652         (_IO_do_write_internal, _IO_padn_internal)
40653         (_IO_getline_info_internal, _IO_getline_internal)
40654         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40655         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40656         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40657         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40658         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40659         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40660         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40661         with libc_hidden_ver, remove use of INTUSE.
40662         * libio/genops.c: Likewise.
40663         * libio/freopen.c: Likewise.
40664         * libio/freopen64.c: Likewise.
40665         * libio/iofclose.c: Likewise.
40666         * libio/iofdopen.c: Likewise.
40667         * libio/iofflush.c: Likewise.
40668         * libio/iofflush_u.c: Likewise.
40669         * libio/iofgets.c: Likewise.
40670         * libio/iofgets_u.c: Likewise.
40671         * libio/iofopen.c: Likewise.
40672         * libio/iofopncook.c: Likewise.
40673         * libio/iofread.c: Likewise.
40674         * libio/iofread_u.c: Likewise.
40675         * libio/ioftell.c: Likewise.
40676         * libio/iofwrite.c: Likewise.
40677         * libio/iogetline.c: Likewise.
40678         * libio/iogets.c: Likewise.
40679         * libio/iogetwline.c: Likewise.
40680         * libio/iopadn.c: Likewise.
40681         * libio/iopopen.c: Likewise.
40682         * libio/ioseekoff.c: Likewise.
40683         * libio/ioseekpos.c: Likewise.
40684         * libio/iosetbuffer.c: Likewise.
40685         * libio/iosetvbuf.c: Likewise.
40686         * libio/ioungetc.c: Likewise.
40687         * libio/ioungetwc.c: Likewise.
40688         * libio/iovdprintf.c: Likewise.
40689         * libio/iovsprintf.c: Likewise.
40690         * libio/iovsscanf.c: Likewise.
40691         * libio/memstream.c: Likewise.
40692         * libio/obprintf.c: Likewise.
40693         * libio/oldfileops.c: Likewise.
40694         * libio/oldiofclose.c: Likewise.
40695         * libio/oldiofdopen.c: Likewise.
40696         * libio/oldiofopen.c: Likewise.
40697         * libio/oldiopopen.c: Likewise.
40698         * libio/oldstdfiles.c: Likewise.
40699         * libio/putc.c: Likewise.
40700         * libio/setbuf.c: Likewise.
40701         * libio/setlinebuf.c: Likewise.
40702         * libio/stdfiles.c: Likewise.
40703         * libio/strops.c: Likewise.
40704         * libio/vasprintf.c: Likewise.
40705         * libio/vscanf.c: Likewise.
40706         * libio/vsnprintf.c: Likewise.
40707         * libio/vswprintf.c: Likewise.
40708         * libio/wfiledoalloc.c: Likewise.
40709         * libio/wfileops.c: Likewise.
40710         * libio/wgenops.c: Likewise.
40711         * libio/wmemstream.c: Likewise.
40712         * libio/wstrops.c: Likewise.
40713         * libio/__fpurge.c: Likewise.
40714         * libio/__fsetlocking.c: Likewise.
40715         * assert/assert.c: Likewise.
40716         * debug/fgets_chk.c: Likewise.
40717         * debug/fgets_u_chk.c: Likewise.
40718         * debug/fread_chk.c: Likewise.
40719         * debug/fread_u_chk.c: Likewise.
40720         * debug/gets_chk.c: Likewise.
40721         * debug/obprintf_chk.c: Likewise.
40722         * debug/vasprintf_chk.c: Likewise.
40723         * debug/vdprintf_chk.c: Likewise.
40724         * debug/vsnprintf_chk.c: Likewise.
40725         * debug/vsprintf_chk.c: Likewise.
40726         * malloc/mtrace.c: Likewise.
40727         * misc/error.c: Likewise.
40728         * misc/syslog.c: Likewise.
40729         * stdio-common/asprintf.c: Likewise.
40730         * stdio-common/fxprintf.c: Likewise.
40731         * stdio-common/getw.c: Likewise.
40732         * stdio-common/isoc99_fscanf.c: Likewise.
40733         * stdio-common/isoc99_scanf.c: Likewise.
40734         * stdio-common/isoc99_vfscanf.c: Likewise.
40735         * stdio-common/isoc99_vscanf.c: Likewise.
40736         * stdio-common/isoc99_vsscanf.c: Likewise.
40737         * stdio-common/printf-prs.c: Likewise.
40738         * stdio-common/printf_fp.c: Likewise.
40739         * stdio-common/printf_fphex.c: Likewise.
40740         * stdio-common/printf_size.c: Likewise.
40741         * stdio-common/putw.c: Likewise.
40742         * stdio-common/scanf.c: Likewise.
40743         * stdio-common/sprintf.c: Likewise.
40744         * stdio-common/tmpfile.c: Likewise.
40745         * stdio-common/vfprintf.c: Likewise.
40746         * stdio-common/vfscanf.c: Likewise.
40747         * stdlib/strfmon_l.c: Likewise.
40748         * sunrpc/openchild.c: Likewise.
40749         * sunrpc/xdr_stdio.c: Likewise.
40750         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40751         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40753 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40755         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40757         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40758         in the third column, to generate for the shared library an IFUNC
40759         that uses _dl_vdso_vsym.
40760         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40761         * Makeconfig (object-suffixes-noshared): New variable.
40763         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40764         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40765         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40766         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40768         [BZ #14132]
40769         * include/sys/time.h (__gettimeofday): Remove macro.
40770         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40771         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40772         Remove INTDEF.
40773         (__gettimeofday): Add libc_hidden_def.
40774         (gettimeofday): Add libc_hidden_weak.
40775         * sysdeps/mach/gettimeofday.c: Likewise.
40776         * sysdeps/posix/gettimeofday.c: Likewise.
40777         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40778         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40779         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40780         (__gettimeofday_internal): Remove strong_alias.
40781         (__gettimeofday): Add libc_hidden_def.
40782         (gettimeofday): Add libc_hidden_weak.
40783         * sysdeps/unix/syscalls.list (gettimeofday):
40784         Remove __gettimeofday_internal alias.
40786 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40787             H.J. Lu  <hongjiu.lu@intel.com>
40789         [BZ #12495]
40790         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40791         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40792         (largebin_index_32_big): New.
40793         (largebin_index): Use it for 16-byte alignment.
40794         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40795         correction with front_misalign.
40797 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40800         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40801         Likewise.
40802         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40803         Likewise.
40804         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40805         Likewise.
40806         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40807         Likewise.
40808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40809         Likewise.
40810         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40811         Likewise.
40812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40813         Likewise.
40814         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40815         Likewise.
40816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40817         Likewise.
40818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40819         Likewise.
40820         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40821         Likewise.
40822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40823         Likewise.
40825         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40826         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40828 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40830         [BZ #10846]
40831         [BZ #14036]
40832         * math/libm-test.inc (exp_test): Add test from bug 14036.
40833         (pow_test): Add test from bug 10846.
40835         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40836         and other flags.
40837         (special_function): Do not include flags in test name.
40838         (parse_args): Likewise.
40839         * sysdeps/i386/fpu/libm-test-ulps: Update.
40840         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40841         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40842         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40845         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40846         exceptions.
40847         * math/libm-test.inc ("Philosophy"): Update comment about
40848         exception testing.
40849         (UNDERFLOW_EXCEPTION): New macro.
40850         (UNDERFLOW_EXCEPTION_OK): Likewise.
40851         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40852         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40853         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40854         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40855         (INVALID_EXCEPTION_OK): Update value.
40856         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40857         (OVERFLOW_EXCEPTION_OK): Likewise.
40858         (IGNORE_ZERO_INF_SIGN): Likewise.
40859         (test_exceptions): Handle underflow exceptions.
40860         (acos_test): Update for underflow exception expectations.
40861         (cexp_test): Likewise.
40862         (clog_test): Likewise.
40863         (clog10_test): Likewise.
40864         (csqrt_test): Likewise.
40865         (ctan_test): Likewise.
40866         (ctanh_test): Likewise.
40867         (exp_test): Likewise.
40868         (exp10_test): Likewise.
40869         (exp2_test): Likewise.
40870         (expm1_test): Likewise.
40871         (fma_test): Likewise.
40872         (j0_test): Likewise.
40873         (jn_test): Likewise.
40874         (nexttoward_test): Likewise.
40875         (pow_test): Likewise.
40876         (scalbn_test): Likewise.
40877         (scalbln_test): Likewise.
40878         (tan_test): Likewise.
40879         (y1_test): Likewise.
40880         * sysdeps/i386/fpu/libm-test-ulps: Update.
40881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40883 2012-05-23  David S. Miller  <davem@davemloft.net>
40885         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40886         (__libc_sigaction): Remove unused local variables.
40888 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40890         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40892 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40894         mktime: avoid signed integer overflow
40895         * time/mktime.c (__mktime_internal): Do not mishandle the case
40896         where diff == INT_MIN.
40898         mktime: simplify computation of average
40899         * time/mktime.c (ranged_convert): Use new time_t_avg function
40900         instead of rolling our own (probably-slower) code.
40902         mktime: do not assume signed right shift propagates sign bit
40903         * time/mktime.c (isdst_differ): New static function.
40904         (__mktime_internal): No need to normalize tm_isdst now.
40905         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40906         tm_isdst values.
40908         mktime: merge another wrapv change from gnulib
40909         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40910         from some compilers.
40912         mktime: remove incorrect attempt at unusual arithmetics
40913         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40914         The code didn't really work on such machines anyway.
40915         (TYPE_MINIMUM): Assume two's complement.
40916         (twos_complement_arithmetic): Verify that long_int and time_t
40917         are two's complement (or unsigned, in the latter case).
40919         mktime: check signed shifts on long_int and time_t, too
40920         * time/mktime.c (SHR): Check that shifts work as desired
40921         on the types long_int and time_t too, as SHR is used on
40922         such types.
40924         mktime: do not assume 'long' is wide enough
40925         * time/mktime.c (verify): Move decl up.
40926         (long_int): New type.
40927         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40928         to remove assumption in the code that 'long' is wide enough to
40929         store year values.  This assumption is not true on x32 and on
40930         some non-glibc platforms.
40932         mktime: merge wrapv change from gnulib
40933         * time/mktime.c (WRAPV): New macro.
40934         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40935         (guess_time_tm, __mktime_internal): Do not assume that signed
40936         integer overflow wraps around; modern compilers generate code
40937         where this assumption is no longer valid.
40939 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40941         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40942         Replace "jmp L(pseudo_end)" with "ret".
40943         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40944         Likewise.
40946 2012-05-23  Andreas Jaeger  <aj@suse.de>
40948         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40949         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40951 2012-05-23  Andreas Jaeger  <aj@suse.de>
40952             Maximilian Attems  <max@stro.at>
40954         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40955         New macros.
40957 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40959         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40960         code so that pseudo_end is just ret and the stack pointer is
40961         correct also for static library in error case.
40963 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40965         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40966         move to syscalls.list.
40967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40972         * manual/install.texi (Running make install): Do not mention Linux
40973         kernel version for which pt_chown is not needed.
40974         (Linux): Do not mention problems with nscd with 2.0 kernels.
40975         * INSTALL: Regenerated.
40977 2012-05-23  Andreas Jaeger  <aj@suse.de>
40979         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40980         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40981         macro.
40982         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40983         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40984         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40985         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40986         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40987         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40988         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40989         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40990         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40991         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40992         * sysdeps/unix/sysv/linux/bits/in.h
40993         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40995 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40997         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40998         (PREPARE_VERSION): Just use assert instead, it will be elided
40999         under [NDEBUG] anyway.
41001 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41003         * sysdeps/unix/sysv/linux/Makefile: Include
41004         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41005         (sysdep_routines): Remove sysctl.
41006         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41007         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41008         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41009         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41010         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41012 2012-05-22  Andreas Jaeger  <aj@suse.de>
41014         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41015         that pseudo_end is just ret and the stack pointer is correct also
41016         for static library in error case.
41018 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41020         [BZ #14122]
41021         * nss/nsswitch.c (defconfig_entries): New variable.
41022         (__nss_database_lookup): Don't leak defconfig entries.
41023         (nss_parse_service_list): Don't leak on error paths.
41024         (free_database_entries): New function.
41025         (free_defconfig): New function.
41026         (free_mem): Move common code to free_database_entries.
41028 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41030         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41031         Add arch_prctl.
41032         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41034         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41035         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41037         New macro.
41038         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41039         (INTERNAL_SYSCALL_TYPES): Likewise.
41040         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41041         (LOAD_REGS_TYPES_[1-6]): Likewise.
41042         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41043         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41045 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41047         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41048         copysignl for GLIBC_2_0.
41049         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41050         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41052         logbl for GLIBC_2_0.
41053         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41054         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41056 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41058         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41059         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41061         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41062         Use "neg %eax".
41064         * time/mktime.c: Update copyright years.
41066 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41068         mktime: merge comment-quoting-style change from gnulib
41069         * time/mktime.c: Quote 'like this' in comments.
41070         The GNU coding standards suggest that we no longer quote `like this',
41071         as "`" and "'" are typically rendered asymmetrically nowadays.
41072         The typical gnulib style is to quote 'like this' when quoting
41073         code, and "like this" when quoting English.
41075         * time/mktime.c (compile-command): Add "-I.".
41077         mktime: merge mktime-internal.h change from gnulib
41078         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41080         mktime: merge time_r change from gnulib
41081         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41083         mktime: merge DEBUG change from gnulib
41084         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41085         case system <time.h> has a #define.
41087         mktime: merge <sys/types.h> change from gnulib
41088         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41089         since <time.t> is now guaranteed to define time_t.
41091         mktime: merge HAVE_CONFIG_H change from gnulib
41092         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41094 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41096         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41097         Use "neg %eax".
41099         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41100         __rlim_t cast.
41101         (struct rusage): Use anonymous union to pad each field to
41102         __syscall_slong_t.
41104 2012-05-21  David S. Miller  <davem@davemloft.net>
41106         * Makefules (o-iterator): Remove .s cases.
41107         (compile-command.s): Delete.
41108         (COMPILE.s): Delete.
41109         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41111 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41113         * configure.in (libc_cv_predef_stack_protector): Only consider
41114         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41115         * configure: Regenerated.
41117 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41119         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41120         New macro.  Use R*LP on int and pointer.
41121         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41122         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41123         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41124         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41126         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41127         [__WORDSIZE_TIME64_COMPAT32] instead of
41128         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41129         (struct utmp): Likewise.
41130         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41131         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41132         Renamed to ...
41133         (__WORDSIZE_TIME64_COMPAT32): This.
41134         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41135         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41136         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41137         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41138         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41139         (__WORDSIZE_TIME64_COMPAT32): New macro.
41141 2012-05-21  Andreas Jaeger  <aj@suse.de>
41143         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41144         only if [SHARED]. Add prototype for __wcschr_ia32.
41146 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41148         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41149         of %rbp unmolested in the jmp_buf while mangling the low bits.
41150         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41151         unmolested high bits of %rbp while demangling the low bits.
41152         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41154 2012-05-21  Andreas Jaeger  <aj@suse.de>
41156         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41157         * sunrpc/svc_simple.c: Use it for registerrpc.
41158         * sunrpc/xcrypt.c: Use it for passwd2des.
41160         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41162 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41164         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41165         Don't define if [__SYSCALL_WORDSIZE != 32].
41166         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41167         New macro.
41169 2012-05-21  Bruno Haible  <bruno@clisp.org>
41170             Andreas Jaeger  <aj@suse.de>
41172         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41173         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41174         inptr and inend for must_buffer_ch.
41175         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41176         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41177         * stdio-common/Makefile (tests): Remove bug15.
41178         (bug15-ENV): Remove macro.
41179         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41180         anymore.
41182 2012-05-19  Andreas Jaeger  <aj@suse.de>
41183             Roland McGrath  <roland@hack.frob.com>
41185         * manual/contrib.texi: Completely rewritten. It contains now an
41186         alphabetical list of contributors and their contributions.
41188 2012-05-21  Richard Henderson  <rth@twiddle.net>
41190         * misc/getauxval.c (__getauxval): Use unsigned long int.
41191         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41192         (getauxval): Use unsigned long int.
41194 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41196         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41198 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41200         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41201         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41202         __alignof__ (long double).
41204 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41208 2012-05-20  Richard Henderson  <rth@twiddle.net>
41210         * misc/getauxval.c: New file.
41211         * misc/sys/auxv.h: New file.
41212         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41213         (routines): Add getauxval.
41214         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41215         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41216         * elf/dl-sysdep.c (_dl_auxv): Remove.
41217         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41218         * elf/dl-support.c (_dl_auxv): New variable.
41219         (_dl_aux_init): Initialize it.
41220         * manual/startup.texi (Auxiliary Vector): New node.
41221         * sysdeps/generic/bits/hwcap.h: New file.
41222         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41223         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41224         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41225         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41226         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41227         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41229         Update.
41230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41232         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41233         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41239 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41243 2012-05-19  David S. Miller  <davem@davemloft.net>
41245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41247 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41249         [BZ #14123]
41250         * math/s_ccosh.c: Include <float.h>
41251         (__ccosh): Avoid internal overflow calculating sinh and cosh
41252         values before multiplying by sin and cos values.
41253         * math/s_ccoshf.c: Likewise.
41254         * math/s_ccoshl.c: Likewise.
41255         * math/s_csin.c: Likewise.
41256         * math/s_csinf.c: Likewise.
41257         * math/s_csinl.c: Likewise.
41258         * math/s_csinh.c: Likewise.
41259         * math/s_csinhf.c: Likewise.
41260         * math/s_csinhl.c: Likewise.
41261         * math/libm-test.inc (ccos_test): Add more tests.
41262         (ccosh_test): Likewise.
41263         (csin_test): Likewise.
41264         (csinh_test): Likewise.
41265         * sysdeps/i386/fpu/libm-test-ulps: Update.
41266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41268 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41270         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41271         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41273         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41275 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41277         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41278         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41279         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41280         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41281         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41282         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41283         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41284         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41285         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41286         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41287         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41288         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41289         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41290         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41291         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41292         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41293         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41294         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41295         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41296         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41297         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41298         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41299         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41300         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41301         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41302         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41303         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41304         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41305         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41306         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41307         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41309 2012-05-18  Andreas Jaeger  <aj@suse.de>
41311         * csu/.gitignore: Delete.
41313 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41315         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41316         (timex): Use __syscall_slong_t.
41318 2012-05-18  Andreas Jaeger  <aj@suse.de>
41319             Carlos O'Donell  <carlos_odonell@mentor.com>
41321         * manual/install.texi (Configuring and compiling): Update
41322         description about files modified in the source directory.
41323         * INSTALL: Regenerated.
41325 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41327         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41328         value.  Use "or" to set return value to -1.
41329         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41330         negate return value.
41332 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41334         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41335         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41336         failure if the compiler has Graphite support disabled.
41337         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41338         Likewise.
41339         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41340         (CFLAGS-memmove.c): Likewise.
41341         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41342         Likewise.
41344 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41346         * sysdeps/x86_64/x32/_itoa.h: New file.
41348         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41349         getdents system call only if kernel and user dirents have the
41350         same d_ino and d_off.
41352         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41353         LLONG_MAX != LONG_MAX.
41354         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41355         (_fitoa_word): Likewise.
41357         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41358         years.
41359         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41360         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41361         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41363         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41364         include <bits/wordsize.h>.  Check __x86_64__ instead of
41365         __WORDSIZE.
41366         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41367         if __x86_64__ is defined.  Use anonymous union on fpstate.
41369         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41370         anonymous union.
41372 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41374         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41375         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41376         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41377         Refer to _rtld_local_ro instead of _rtld_global_ro.
41378         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41379         Likewise.
41380         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41381         Likewise.
41382         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41383         Likewise.
41384         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41385         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41386         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41388         * sysdeps/powerpc/powerpc32/dl-machine.c
41389         (__elf_machine_runtime_setup) [PROF]: Don't reference
41390         _dl_prof_resolve.
41392 2012-05-18  Andreas Jaeger  <aj@suse.de>
41394         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41395         function only available for GCCs before 3.4 since GCC 3.4
41396         introduced a builtin.
41397         (lrint): Likewise.
41398         (llrintf): Likewise.
41399         (llrint): Likewise.
41400         (fmaxf): Likewise.
41401         (fmax): Likewise.
41402         (fminf): Likewise.
41403         (fmin): Likewise.
41404         (rint): Likewise.
41405         (rintf): Likewise.
41406         (nearbyint): Likewise.
41407         (nearbyintf): Likewise.
41408         (ceil): Likewise.
41409         (ceilf): Likewise.
41410         (floor): Likewise.
41411         (floorf): Likewise.
41413 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41415         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41416         on both fields and cast pointer to __syscall_ulong_t.
41418         * bits/types.h (__fsword_t): New type.
41419         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41420         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41421         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41422         (__FSWORD_T_TYPE): Likewise.
41423         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41424         (__FSWORD_T_TYPE): Likewise.
41425         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41426         (__FSWORD_T_TYPE): Likewise.
41427         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41428         (__FSWORD_T_TYPE): Likewise.
41429         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41430         __SWORD_TYPE with __fsword_t.
41431         (statfs64): Likewise.
41433 2012-05-17  David S. Miller  <davem@davemloft.net>
41435         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41437 2012-05-17  Andreas Jaeger  <aj@suse.de>
41439         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41440         warning.
41442 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41444         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41446 2012-05-17  Andreas Jaeger  <aj@suse.de>
41448         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41449         when it is used.
41451 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41453         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41455 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41457         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41458         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41460 2012-05-17  Andreas Jaeger  <aj@suse.de>
41461             Carlos O'Donell  <carlos_odonell@mentor.com>
41463         [BZ #14059]
41464         * sysdeps/x86_64/multiarch/init-arch.h
41465         (bit_YMM_Usable): Rename to...
41466         (bit_AVX_Usable): ... this.
41467         (bit_FMA4_Usable): New macro.
41468         (bit_XMM_state): New macro.
41469         (bit_YMM_state): New macro.
41470         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41471         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41472         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41473         (CPUID_OSXSAVE): New macro.
41474         (CPUID_AVX): New macro.
41475         (CPUID_FMA4): New macro.
41476         (index_YMM_Usable): Rename to...
41477         (index_AVX_Usable): ... this.
41478         (HAS_AVX): Use HAS_ARCH_FEATURE.
41479         (HAS_FMA4): Likewise.
41480         (HAS_YMM_USABLE): Remove.
41481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41482         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41483         are present.
41484         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41485         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41486         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41487         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41488         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41490 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41492         * math/libm-test.c: Support platforms without multiple rounding modes.
41493         * math/bug-nextafter.c: Support platforms without FP exceptions.
41494         * math/bug-nexttoward.c: Likewise.
41495         * math/test-fenv.c: Likewise.
41496         * math/test-misc.c: Likewise.
41497         * stdlib/bug-getcontext.c: Likewise.
41499 2012-05-17  Andreas Jaeger  <aj@suse.de>
41501         * manual/examples/search.c (critter_cmp): Change signature to
41502         avoid warnings.
41503         * manual/string.texi (Collation Functions): Likewise.
41505 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41507         * bits/types.h: Fold copyright years.
41508         * bits/typesizes.h: Likewise.
41509         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41510         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41511         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41512         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41513         * time/time.h: Likewise.
41515 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41517         [BZ #208]
41518         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41519         in instead of returning them.  Return void.
41520         (__libc_mallinfo): Accumulate over all arenas.
41521         (__malloc_stats): Adjust for change in int_mallinfo interface.
41523 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41525         [BZ #10375]
41526         * configure.in (NM): Add AC_CHECK_TOOL for it.
41527         (libc_extra_cflags): New substituted variable.
41528         Check for -fstack-protector being used implicitly.
41529         * configure: Regenerated.
41530         * config.make.in (config-extra-cflags): New variable,
41531         gets @libc_extra_cflags@.
41532         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41534         [BZ #10375]
41535         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41536         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41537         * configure: Regenerated.
41538         * config.make.in (CPPUNDEFS): New substituted variable.
41539         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41540         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41541         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41543 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41545         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41546         (mq_attr): Use __syscall_slong_t.
41548 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41550         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41551         Check __x86_64__ instead of __WORDSIZE.
41552         (_STAT_VER_LINUX): Likewise.
41553         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41554         __syscall_ulong_t and __syscall_slong_t.
41555         (stat64): Likewise.
41557 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41559         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41561 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41563         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41565 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41567         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41568         __syscall_ulong_t.
41570         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41571         include <bits/wordsize.h>.  Check __x86_64__ instead of
41572         __WORDSIZE.
41573         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41574         defined.
41575         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41577         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41578         include <bits/wordsize.h>.  Check __x86_64__ instead of
41579         __WORDSIZE.
41580         (user_regs_struct): Use "__extension__ unsigned long long"
41581         instead of "unsigned long" if __x86_64__ is defined.
41582         (user): Likewise.  Pad after pointer field if __ILP32__ is
41583         defined.
41585 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41587         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41588         versions 5 to 9.
41589         * configure: Regenerated.
41590         * manual/install.texi (texinfo): Increase version requirement to
41591         4.5 or later.
41592         * INSTALL: Regenerated.
41594         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41596 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41598         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41600         * sysdeps/x86_64/x32/ffs.c: New file.
41602         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41603         __syscall_ulong_t.
41604         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41605         defined.  Use __syscall_ulong_t.
41606         (shminfo): Use __syscall_ulong_t.
41607         (shm_info): Likewise.
41609         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41610         __syscall_ulong_t.
41612         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41613         <bits/wordsize.h>.
41614         (msgqnum_t): Use __syscall_ulong_t.
41615         (msglen_t): Likewise.
41616         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41617         __syscall_ulong_t.
41619         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41620         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41622         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41624         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41625         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41627         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41628         __syscall_slong_t.
41630         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41631         include <bits/wordsize.h>.  Check __x86_64__ instead of
41632         __WORDSIZE.
41634         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41635         "unsigned long long int" if __x86_64__ is defined.
41636         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41638         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41639         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41640         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41642         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41643         <stdint.h>.
41644         (GET_PC): Cast to uintptr_t first.
41645         (GET_FRAME): Likewise.
41646         (GET_STACK): Likewise.
41648         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41649         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41650         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41651         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41652         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41653         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41654         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41655         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41656         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41657         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41658         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41659         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41660         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41661         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41662         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41663         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41664         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41665         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41666         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41667         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41668         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41669         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41670         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41671         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41672         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41673         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41674         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41675         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41676         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41678 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41680         * Makerules (+depfiles): Also collect depfiles from .oS in
41681         $(extra-objs).
41682         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41683         .oS, $(libnldbl-routines)).
41685         * Makerules (native-compile-mkdep-flags): Define.
41686         * sunrpc/Makefile (extra-objs): Add $(addprefix
41687         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41688         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41689         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41690         calling $(make-target-directory).
41692 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41694         * bits/types.h (__snseconds_t): Removed.
41695         * time/time.h (struct timespec): Replace __snseconds_t with
41696         __syscall_slong_t.
41697         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41698         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41699         Likewise.
41700         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41701         (__SNSECONDS_T_TYPE): Likewise.
41702         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41703         (__SNSECONDS_T_TYPE): Likewise.
41704         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41705         (__SNSECONDS_T_TYPE): Likewise.
41707 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41709         * sysdeps/mach/hurd/bits/typesizes.h
41710         (__SYSCALL_SLONG_TYPE): New macro.
41711         (__SYSCALL_ULONG_TYPE): Likewise.
41713 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41715         * bits/types.h (__syscall_slong_t): New type.
41716         (__syscall_ulong_t): Likewise.
41718         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41719         (__SYSCALL_ULONG_TYPE): Likewise.
41720         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41721         (__SYSCALL_SLONG_TYPE): Likewise.
41722         (__SYSCALL_ULONG_TYPE): Likewise.
41723         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41724         (__SYSCALL_SLONG_TYPE): Likewise.
41725         (__SYSCALL_ULONG_TYPE): Likewise.
41726         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41727         (__SYSCALL_SLONG_TYPE): Likewise.
41728         (__SYSCALL_ULONG_TYPE): Likewise.
41730 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41732         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41733         Add sigaltstack-offsets.sym.
41734         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41735         <sigaltstack-offsets.h>.
41736         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41737         longjmp_msg pointer.
41738         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41739         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41740         signal stack.
41741         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41743 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41745         * elf/stackguard-macros.h: Remove file.
41746         * sysdeps/generic/stackguard-macros.h: New file.
41747         * sysdeps/i386/stackguard-macros.h: Likewise.
41748         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41749         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41750         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41751         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41752         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41753         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41754         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41755         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41756         <elf/stackguard-macros.h>.
41758         [BZ #14109]
41759         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41760         __aligned__ in attribute.
41761         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41762         (gregset_t): Likewise.
41764 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41766         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41767         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41768         * sysdeps/x86_64/x32/Implies-after: New file.
41770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41772         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41773         and access return value for _dl_profile_fixup.  Use R10_LP to
41774         load frame size.
41776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41778         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41780 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41782         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41783         * sysdeps/x86_64/x32/sysdep.h: New file.
41785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41787         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41788         * sysdeps/x86_64/setjmp.S: Likewise.
41790 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41792         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41793         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41794         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41795         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41796         remove unused global constant.
41798 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41800         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41801         include of <not-cancel.h>.
41803 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41805         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41807 2012-05-15  Jeff Law  <law@redhat.com>
41808             Andreas Jaeger  <aj@suse.de>
41810         [BZ #13594]
41811         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41812         out from...
41813         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41814         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41815         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41816         code changing __hst_map_handle.map.
41818 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41820         * configure.in (sysnames): Look for Implies-before and Implies-after
41821         files.
41822         * configure: Regenerated.
41824 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41826         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41827         8-byte data alignment with LP_SIZE alignment.
41829 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41831         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41832         into R10_LP.
41834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41836         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41838 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41840         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41841         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41842         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41843         Likewise.
41844         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41846 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41848         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41849         (stackinfo_sub_sp): Likewise.
41851 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41853         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41854         RAX_LP.
41856 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41858         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41859         into R*_LP.
41861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41863         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41864         sizes into R*_LP.
41866 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41868         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41870 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41872         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41873         into R11_LP and load __x86_64_shared_cache_size_half into
41874         R8_LP.
41876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41878         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41879         R8_LP.
41881 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41883         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41884         logb for POWER7.
41885         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41886         logbf for POWER7.
41887         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41888         logbl for POWER7.
41889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41890         powerpc32/power7/fpu/s_logb.c via #include.
41891         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41892         powerpc32/power7/fpu/s_logbf.c via #include.
41893         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41894         powerpc32/power7/fpu/s_logbl.c via #include.
41896 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41898         * README.libm: Remove file.
41900 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41902         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41903         count for x32.  Use R*_LP and omit operand-size suffix.
41905 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41907         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41908         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41909         * sysdeps/x86_64/x32/shlib-versions: New file.
41911 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41913         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41914         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41915         Use _dl_fatal_printf instead.
41917 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41919         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41920         set if not set by the user.  Do not allow for being unset.
41921         * sysdeps/unix/sysv/linux/configure: Regenerated.
41923 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41925         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41926         the `q' suffix from lea and replace .quad with ASM_ADDR.
41928 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41930         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41931         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41932         instead of $17.
41933         (PTR_DEMANGLE): Likewise.
41935 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41937         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41938         (LP_OP): Likewise.
41939         (ASM_ADDR): Likewise.
41940         (RAX_LP): Likewise.
41941         (RBP_LP): Likewise.
41942         (RBX_LP): Likewise.
41943         (RCX_LP): Likewise.
41944         (RDI_LP): Likewise.
41945         (RSI_LP): Likewise.
41946         (RSP_LP): Likewise.
41947         (R8_LP): Likewise.
41948         (R9_LP): Likewise.
41949         (R10_LP): Likewise.
41950         (R10_LP): Likewise.
41951         (R11_LP): Likewise.
41952         (R12_LP): Likewise.
41953         (R13_LP): Likewise.
41954         (R14_LP): Likewise.
41955         (R15_LP): Likewise.
41957 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41959         * sysdeps/x86_64/x32/dl-machine.h: New file.
41961 2012-05-14  Andreas Jaeger  <aj@suse.de>
41963         * manual/Makefile (subdir): Remove export of subdir.
41964         (all): Remove target.
41965         (.PHONY): Remove all from list.
41966         (mkinstalldirs): Remove.
41967         (.PHONY): Remove installdirs from list.
41968         ($(inst_infodir)/libc.info): Use make-target-directory.
41969         (installdirs): Remove.
41970         (subdir_%): Remove.
41971         (glibc-targets): Remove.
41972         (lib): Remove.
41973         (stubs): Remove.
41974         ($(objpfx)stubs ../po/manual.pot): Remove.
41975         ($(objpfx)stamp%): Remove.
41976         (make-target-directory): Remove.
41977         (subdir_install): Remove.
41978         (routines): Remove.
41979         (aux): Remove.
41980         (sources): Remove.
41981         (objects): Remove.
41982         (headers): Remove.
41984         [BZ #13750]
41985         * manual/.gitignore: Remove, it's not needed anymore.
41986         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41987         all files in it.
41988         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41989         directory.
41990         (texis): Renamed to $(objpfx)texis.
41991         (texis-path): New, contains path to generated files.
41992         (chapters.%): Use texis-path for complete path, add extra argument
41993         libc-texinfo.sh.
41994         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41995         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41996         (summary,texi, stamp-summary): Use complete path of
41997         files. Generate files in build dir.
41998         (dir-add.texi): Build in build dir.
41999         (libm-err.texi,stamp-libm-err): Likewise.
42000         (version.texi, stamp-version): Likewise.
42001         (.%c.texi): Likewise.
42002         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42003         (mostlyclean): Remove target.
42004         (realclean): Remove target.
42005         (generated): Add new variable with contents from mostlyclean and
42006         realclean, remove entries duplicated in common-mostlyclean, add
42007         stamp-libm-err and stamp-version.
42008         (generated-dirs): Add libc directory.
42009         ($(inst_infodir)/libc.info): Install files from build dir.
42011         * manual/install.texi (Configuring and compiling): Adjust since
42012         the info files are not part of the tar ball anymore.
42014 2012-05-14  Andreas Jaeger  <aj@suse.de>
42016         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42017         variable.
42019 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42021         [BZ #13717]
42022         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42023         to 2.2.0 where earlier.
42024         * sysdeps/unix/sysv/linux/configure: Regenerated.
42025         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42026         Remove conditional code.
42027         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42028         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42029         Remove conditional code.
42030         [!__NR_lchown]: Likewise.
42031         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42032         [__NR_lchown]: Likewise.
42033         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42034         comment referencing __ASSUME_LCHOWN_SYSCALL.
42035         * sysdeps/unix/sysv/linux/i386/sigaction.c
42036         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42037         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42038         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42039         Remove conditional code.
42040         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42041         (__protocol_available): Remove #if 0 code.
42042         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42043         conditional code.
42044         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42045         * sysdeps/unix/sysv/linux/kernel-features.h
42046         (__ASSUME_GETCWD_SYSCALL): Don't define.
42047         (__ASSUME_REALTIME_SIGNALS): Likewise.
42048         (__ASSUME_PREAD_SYSCALL): Likewise.
42049         (__ASSUME_PWRITE_SYSCALL): Likewise.
42050         (__ASSUME_POLL_SYSCALL): Likewise.
42051         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42052         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42053         non-SPARC.
42054         (__ASSUME_SIOCGIFNAME): Don't define.
42055         (__ASSUME_MSG_NOSIGNAL): Likewise.
42056         (__ASSUME_SENDFILE): Define unconditionally.
42057         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42058         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42059         conditional code.
42060         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42061         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42062         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42063         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42064         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42065         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42066         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42068         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42069         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42071         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42072         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42074         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42075         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42077         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42078         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42080         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42081         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42083         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42084         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42086         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42087         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42089         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42090         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42091         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42092         Remove conditional code.
42093         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42094         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42095         Remove conditional code.
42096         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42097         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42098         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42099         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42100         Remove conditional code.
42101         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42102         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42103         Remove conditional code.
42104         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42105         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42106         Remove conditional code.
42107         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42108         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42109         Remove conditional code.
42110         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42111         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42112         Remove conditional code.
42113         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42114         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42115         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42116         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42117         * sysdeps/unix/sysv/linux/sigaction.c
42118         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42119         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42120         * sysdeps/unix/sysv/linux/sigpending.c
42121         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42122         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42123         * sysdeps/unix/sysv/linux/sigprocmask.c
42124         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42125         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42126         * sysdeps/unix/sysv/linux/sigsuspend.c
42127         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42128         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42129         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42130         (__libc_missing_rt_sigs): Remove.
42131         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42132         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42133         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42134         Remove conditional code.
42135         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42136         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42137         return 1.
42138         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42139         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42140         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42141         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42143 2012-05-14  Andreas Jaeger  <aj@suse.de>
42145         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42146         it's not used in glibc.
42147         (__coshm1): Likewise.
42148         (__acosh1p): Likewise.
42149         (__sgn): Likewise.
42151         * manual/string.texi (Copying and Concatenation): Add missing
42152         variable in concat example.
42153         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42155 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42157         [BZ #14103]
42158         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42159         __builtin_clzl with __builtin_clzll.
42161 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42163         [BZ #14104]
42164         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42165         libc_freeres_ptr.
42167 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42169         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42170         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42171         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42172         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42174 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42176         * NEWS: Update ia64 info.
42178 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42180         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42181         used as bcopy.
42183 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42185         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42186         * sysdeps/unix/syscalls.list (dup3): Likewise.
42187         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42188         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42190 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42192         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42193         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42195 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42197         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42198         thread pointer.
42199         (TLS_IE): Use mov/add instead of movq/addq to load thread
42200         pointer.
42201         (TLS_GD_PREFIX): New.
42202         (TLS_GD): Use it.
42204 2012-05-11  David S. Miller  <davem@davemloft.net>
42206         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42207         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42208         (_FPU_SETCW): Likewise.
42210 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42212         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42213         is 32-byte aligned.
42215 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42217         [BZ #11837]
42218         * iconvdata/gb18030.c: Update tables.
42219         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42220         characters specially.
42221         (BODY for TO_LOOP): Add encoding of missing ranges.
42223 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42225         [BZ #13673]
42226         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42227         * sysdeps/mach/hurd/dup3.c: Likewise.
42228         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42229         * sysdeps/powerpc/memmove.c:: Likewise.
42231 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42233         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42234         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42236 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42238         * elf/elf.h (R_X86_64_RELATIVE64): New.
42239         (R_X86_64_NUM): Updated.
42240         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42241         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42242         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42243         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42244         tst-quad1pie tst-quad2pie
42245         (modules-names): Add tst-quadmod1 tst-quadmod2.
42246         ($(objpfx)tst-quad1): New dependency.
42247         ($(objpfx)tst-quad2): Likewise.
42248         ($(objpfx)tst-quad1pie): Likewise.
42249         ($(objpfx)tst-quad2pie): Likewise.
42250         * sysdeps/x86_64/tst-quad1.c: New file.
42251         * sysdeps/x86_64/tst-quad1pie.c: New file.
42252         * sysdeps/x86_64/tst-quad2.c: Likewise.
42253         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42254         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42255         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42256         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42257         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42259 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42261         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42262         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42263         * streams/stropts.h (t_scalar_t): Define type.
42265         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42266         (_PATH_PRESERVE): Set to "/var/lib".
42267         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42269         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42270         instead of int.
42272         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42273         if __dir_mkfile succeeded.
42275         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42276         checking for _hurd_dtablesize.  Unlock it right after having
42277         finished _hurd_dtable allocation.
42279 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42281         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42282         * sysdeps/mach/hurd/configure: Regenerated.
42283         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42284         special-casing to...
42285         * sysdeps/gnu/configure.in: ... this new file.
42286         * sysdeps/unix/sysv/linux/configure: Regenerated.
42287         * sysdeps/gnu/configure: New generated file.
42289         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42290         for Linux: use nsec instead of usec, as well as:
42291         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42292         members of type struct timespec.
42293         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42294         New macros.
42295         (struct stat64): Likewise.
42296         (_STATBUF_ST_NSEC): New macro.
42297         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42299         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42300         __strtoul_internal rather than strtoul.
42302 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42304         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42305         and reject them.
42307 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42309         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42310         which preserves existing values.
42311         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42313 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42315         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42316         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42317         greater than FD_SETSIZE.
42319 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42321         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42322         allocated, call __vm_protect to finish enabling the existing space, and
42323         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42324         allocate the remainder.
42326 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42328         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42329         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42331 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42333         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42334         sysdeps/mach/hurd/readlink.c.
42336         * posix/tst-sysconf.c (posix_options): Only use
42337         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42338         _POSIX_SYNCHRONIZED_IO when they are defined
42339         * sysdeps/mach/hurd/bits/posix_opt.h:
42340         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42341         (_XOPEN_REALTIME): Undefine macro.
42342         (_XOPEN_REALTIME_THREADS): Undefine macro.
42343         (_XOPEN_SHM): Undefine macro.
42344         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42345         macro to -1.
42346         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42347         macro to -1.
42348         (_POSIX_ASYNC_IO): Undefine macro.
42349         (_POSIX_PRIORITIZED_IO): Undefine macro.
42350         (_POSIX_SPIN_LOCKS): Define macro to -1.
42352         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42353         SA_NODEFER, SA_RESETHAND.
42354         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42355         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42356         F_DUPFD_CLOEXEC.
42358 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42360         * elf/Makefile (pldd-modules): Define unconditionally.
42362 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42364         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42366 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42368         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42369         Return ENOENT when name is empty.
42370         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42372 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42374         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42376         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42378 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42380         Fix mlock in all cases except non-readable pages.
42381         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42382         instead of VM_PROT_ALL as parameter to __vm_wire function.
42384         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42385         (__mkdir): When path is `/', just fail with EEXIST.
42386         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42388 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42390         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42391         <sys/uio.h> (for writev).
42392         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42393         and <sys/param.h> (for MIN).
42395 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42397         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42398         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42399         if interrupted.
42401 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42403         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42404         Depend on against $(link-rpcuserlibs).
42406 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42408         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42409         (__libc_stack_end): Do not use attribute_relro.
42410         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42411         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42412         to libthread-provided value.
42413         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42414         attribute_relro.
42416 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42418         [BZ #3748]
42419         * bits/libc-lock.h (__libc_once_get): New macro.
42420         * sysdeps/mach/bits/libc-lock.h: Likewise.
42421         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42422         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42423         instead of using implementation details.
42425         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42426         * libio/freopen.c: Likewise.
42427         * libio/freopen64.c: Likewise.
42428         * misc/syslog.c: Likewise.
42429         * nscd/connections.c: Likewise.
42430         * nscd/netgroupcache.c: Likewise.
42431         * sysdeps/posix/getcwd.c: Likewise.
42433 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42435         * math/w_ilogbf.c: Add #include <limits.h>.
42437 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42439         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42440         path instead of returning without unlocking.
42442         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42443         immediate-write ioctls.
42444         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42446 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42448         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42449         __builtin_frame_address instead of making assumptions about the
42450         location of the return address relative to DATA.  Force early load of
42451         the return address.
42452         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42453         __builtin_frame_address.
42455         dup3 for GNU Hurd.
42456         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42457         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42458         implement dup3 and do some further code clean-ups.
42459         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42460         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42462 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42464         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42466         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42467         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42468         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42469         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42470         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42471         d->port.lock.
42473         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42474         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42475         when handler == SIG_ERR, not when handler != SIG_ERR.
42477 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42479         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42480         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42481         definitions.
42483         accept4 for GNU Hurd.
42484         * include/sys/socket.h (__libc_accept4): New prototype.
42485         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42486         to implement __libc_accept4.
42487         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42488         __libc_accept4.
42489         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42491         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42492         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42493         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42494         signal-defines.sym.
42496 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42498         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42500 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42502         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42503         assertion on O_CLOEXEC flag.
42504         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42505         * hurd/intern-fd.c: Likewise.
42506         * hurd/port2fd.c: Likewise.
42508 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42510         [BZ #3906]
42511         * bits/in.h (IPV6_PKTINFO): Define new macro.
42512         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42514 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42516         [BZ #13954]
42517         [BZ #13955]
42518         [BZ #13956]
42519         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42520         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42521         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42522         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42523         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42524         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42525         * math/libm-test.inc (logb_test) : Additional logb tests.
42527 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42528             Andreas Jaeger  <aj@suse.de>
42530         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42531         * configure: Regenerated.
42532         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42533         * config.make.in (link-obsolete-rpc): New substituted variable.
42534         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42535         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42536         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42537         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42538         so that libc.a contains the symbols.
42539         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42540         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42541         * sunrpc/auth_none.c: Likewise.
42542         * sunrpc/auth_unix.c: Likewise.
42543         * sunrpc/authdes_prot.c: Likewise.
42544         * sunrpc/authuxprot.c: Likewise.
42545         * sunrpc/clnt_gen.c: Likewise.
42546         * sunrpc/clnt_perr.c: Likewise.
42547         * sunrpc/clnt_raw.c: Likewise.
42548         * sunrpc/clnt_simp.c: Likewise.
42549         * sunrpc/clnt_tcp.c: Likewise.
42550         * sunrpc/clnt_udp.c: Likewise.
42551         * sunrpc/clnt_unix.c: Likewise.
42552         * sunrpc/des_crypt.c: Likewise.
42553         * sunrpc/des_soft.c: Likewise.
42554         * sunrpc/get_myaddr.c: Likewise.
42555         * sunrpc/key_call.c: Likewise.
42556         * sunrpc/key_prot.c: Likewise.
42557         * sunrpc/netname.c: Likewise.
42558         * sunrpc/pm_getmaps.c: Likewise.
42559         * sunrpc/pm_getport.c: Likewise.
42560         * sunrpc/pmap_clnt.c: Likewise.
42561         * sunrpc/pmap_prot.c: Likewise.
42562         * sunrpc/pmap_prot2.c: Likewise.
42563         * sunrpc/pmap_rmt.c: Likewise.
42564         * sunrpc/publickey.c: Likewise.
42565         * sunrpc/rpc_cmsg.c: Likewise.
42566         * sunrpc/rpc_common.c: Likewise.
42567         * sunrpc/rpc_dtable.c: Likewise.
42568         * sunrpc/rpc_prot.c: Likewise.
42569         * sunrpc/rpc_thread.c: Likewise.
42570         * sunrpc/rtime.c: Likewise.
42571         * sunrpc/svc.c: Likewise.
42572         * sunrpc/svc_auth.c: Likewise.
42573         * sunrpc/svc_raw.c: Likewise.
42574         * sunrpc/svc_run.c: Likewise.
42575         * sunrpc/svc_tcp.c: Likewise.
42576         * sunrpc/svc_udp.c: Likewise.
42577         * sunrpc/svc_unix.c: Likewise.
42578         * sunrpc/svcauth_des.c: Likewise.
42579         * sunrpc/xcrypt.c: Likewise.
42580         * sunrpc/xdr.c: Likewise.
42581         * sunrpc/xdr_array.c: Likewise.
42582         * sunrpc/xdr_float.c: Likewise.
42583         * sunrpc/xdr_intXX_t.c: Likewise.
42584         * sunrpc/xdr_mem.c: Likewise.
42585         * sunrpc/xdr_rec.c: Likewise.
42586         * sunrpc/xdr_ref.c: Likewise.
42587         * sunrpc/xdr_sizeof.c: Likewise.
42588         * sunrpc/xdr_stdio.c: Likewise.
42590 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42592         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42593         change.  Update copyright years.
42595 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42597         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42599 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42600             Joseph Myers  <joseph@codesourcery.com>
42601             Paul Pluzhnikov  <ppluzhnikov@google.com>
42603         [BZ #14012]
42604         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42605         requiring rpcgen.
42606         [cross-compiling] (extra-libs): Likewise.
42607         [cross-compiling] (extra-libs-others): Likewise.
42608         [cross-compiling] (librpcsvc-routines): Likewise.
42609         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42610         [cross-compiling] (omit-deps): Likewise.
42611         (sunrpc-CPPFLAGS): New variable.
42612         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42613         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42614         (cross-rpcgen-objs): New variable.
42615         (extra-objs): Append $(cross-rpcgen-objs).
42616         ($(cross-rpcgen-objs)): New rule.
42617         ($(objpfx)cross-rpcgen): Likewise.
42618         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42619         comment.
42620         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42621         ($(objpfx)x%.stmp): Likewise.
42622         * sunrpc/proto.h [IS_IN_build] (_): Define.
42623         [IS_IN_build] (_libc_intl_domainname): Likewise.
42625 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42627         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42628         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42629         and R_X86_64_TPOFF64.
42631 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42633         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42634         sysdeps/unix/sysv/syscalls.list.
42635         (stime): Likewise.
42636         (utime): Likewise.
42637         * sysdeps/unix/sysv/syscalls.list: Remove file.
42639 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42641         [BZ #3440]
42642         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42643         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42644         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42645         (__LC_IDENTIFICATION): Make these macros useful in #if
42646         expressions, as required by C99.
42648 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42650         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42651         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42652         after this.
42654 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42656         * stdlib/longlong.h: Updated from GCC.
42658 2012-05-09  Andreas Jaeger  <aj@suse.de>
42660         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42661         default is first entry.
42662         (run_mode): Set type.
42663         (main): Remove informal message about syslog.
42664         (options): Fix typo.
42666         [BZ #14053]
42667         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42668         to asm.
42669         (lrint): Likewise.
42670         (llrintf): Likewise.
42671         (llrint): Likewise.
42672         (rint): Likewise.
42673         (rintf): Likewise.
42674         (nearbyint): Likewise.
42675         (nearbyintf): Likewise.
42677 2012-05-09  Andreas Jaeger  <aj@suse.de>
42678             Pedro Alves  <palves@redhat.com>
42680         * nscd/nscd.c (run_mode): Use enum.
42681         (main): Cleanup coding style issue.
42683 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42684             Andreas Jaeger  <aj@suse.de>
42686         * nscd/nscd.c (go_background): Replaced with...
42687         (run_mode): ... this.
42688         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42689         (options): Add -F --foreground.
42690         (main): Implement it.
42691         (parse_opt): Parse it.
42693 2012-05-09  Andreas Jaeger  <aj@suse.de>
42695         [BZ #14083]
42696         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42697         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42698         -Wconversion warning.
42699         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42700         Likewise.
42702 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42704         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42705         == 0.
42706         (LC_ALL): Use macro-int-constant.
42707         (LC_COLLATE): Likewise.
42708         (LC_CTYPE): Likewise.
42709         (LC_MESSAGES): Likewise.
42710         (LC_MONETARY): Likewise.
42711         (LC_NUMERIC): Likewise.
42712         (LC_TIME): Likewise.
42713         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42714         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42715         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42716         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42717         Specify type.
42718         [C99-based standards] (float_t): Expect type.
42719         [C99-based standards] (double_t): Expect type.
42720         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42721         type.
42722         [C99-based standards] (HUGE_VALL): Likewise.
42723         [C99-based standards] (INFINITY): Likewise.
42724         [C99-based standards] (NAN): Likewise.
42725         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42726         [C99-based standards] (FP_NAN): Likewise.
42727         [C99-based standards] (FP_NORMAL): Likewise.
42728         [C99-based standards] (FP_SUBNORMAL): Likewise.
42729         [C99-based standards] (FP_ZERO): Likewise.
42730         [C99-based standards] (FP_FAST_FMA): Use
42731         optional-macro-int-constant.  Specify type.  Require == 1.
42732         [C99-based standards] (FP_FAST_FMAF): Likewise.
42733         [C99-based standards] (FP_FAST_FMAL): Likewise.
42734         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42735         [C99-based standards] (FP_ILOGBNAN): Likewise.
42736         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42737         Specify type.
42738         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42739         [C99-based standards] (math_errhandling): Specify type.
42740         [ISO99 || ISO11] (signgam): Do not allow.
42741         [non-C99-based standards] (copysignf): Do not allow.
42742         [non-C99-based standards] (exp2f): Likewise.
42743         [non-C99-based standards] (log2f): Likewise.
42744         [non-C99-based standards] (modff): Allow.
42745         [non-C99-based standards] (erff): Do not allow.
42746         [non-C99-based standards] (erfcf): Likewise.
42747         [non-C99-based standards] (gammaf): Likewise.
42748         [non-C99-based standards] (hypotf): Likewise.
42749         [non-C99-based standards] (j0f): Likewise.
42750         [non-C99-based standards] (j1f): Likewise.
42751         [non-C99-based standards] (jnf): Likewise.
42752         [non-C99-based standards] (lgammaf): Likewise.
42753         [non-C99-based standards] (tgammaf): Likewise.
42754         [non-C99-based standards] (y0f): Likewise.
42755         [non-C99-based standards] (y1f): Likewise.
42756         [non-C99-based standards] (ynf): Likewise.
42757         [non-C99-based standards] (isnanf): Likewise.
42758         [non-C99-based standards] (acoshf): Likewise.
42759         [non-C99-based standards] (asinhf): Likewise.
42760         [non-C99-based standards] (atanhf): Likewise.
42761         [non-C99-based standards] (cbrtf): Likewise.
42762         [non-C99-based standards] (expm1f): Likewise.
42763         [non-C99-based standards] (ilogbf): Likewise.
42764         [non-C99-based standards] (log1pf): Likewise.
42765         [non-C99-based standards] (logbf): Likewise.
42766         [non-C99-based standards] (nextafterf): Likewise.
42767         [non-C99-based standards] (remainderf): Likewise.
42768         [non-C99-based standards] (rintf): Likewise.
42769         [non-C99-based standards] (scalbf): Likewise.
42770         [non-C99-based standards] (copysignl): Likewise.
42771         [non-C99-based standards] (exp2l): Likewise.
42772         [non-C99-based standards] (log2l): Likewise.
42773         [non-C99-based standards] (modfl): Allow.
42774         [non-C99-based standards] (erfl): Do not allow.
42775         [non-C99-based standards] (erfcl): Likewise.
42776         [non-C99-based standards] (gammal): Likewise.
42777         [non-C99-based standards] (hypotl): Likewise.
42778         [non-C99-based standards] (j0l): Likewise.
42779         [non-C99-based standards] (j1l): Likewise.
42780         [non-C99-based standards] (jnl): Likewise.
42781         [non-C99-based standards] (lgammal): Likewise.
42782         [non-C99-based standards] (tgammal): Likewise.
42783         [non-C99-based standards] (y0l): Likewise.
42784         [non-C99-based standards] (y1l): Likewise.
42785         [non-C99-based standards] (ynl): Likewise.
42786         [non-C99-based standards] (isnanl): Likewise.
42787         [non-C99-based standards] (acoshl): Likewise.
42788         [non-C99-based standards] (asinhl): Likewise.
42789         [non-C99-based standards] (atanhl): Likewise.
42790         [non-C99-based standards] (cbrtl): Likewise.
42791         [non-C99-based standards] (expm1l): Likewise.
42792         [non-C99-based standards] (ilogbl): Likewise.
42793         [non-C99-based standards] (log1pl): Likewise.
42794         [non-C99-based standards] (logbl): Likewise.
42795         [non-C99-based standards] (nextafterl): Likewise.
42796         [non-C99-based standards] (remainderl): Likewise.
42797         [non-C99-based standards] (rintl): Likewise.
42798         [non-C99-based standards] (scalbl): Likewise.
42799         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42800         [non-C99-based standards] (FP_*): Do not allow.
42801         [C99-based standards] (FP_*): Change to
42802         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42803         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42804         allow.
42805         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42806         (SIG_ERR): Likewise.
42807         [X/Open-based standards] (SIG_HOLD): Likewise.
42808         (SIG_IGN): Likewise.
42809         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42810         positive value.
42811         (SIGFPE): Likewise.
42812         (SIGILL): Likewise.
42813         (SIGINT): Likewise.
42814         (SIGSEGV): Likewise.
42815         (SIGTER): Likewise.
42816         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42817         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42818         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42819         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42820         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42821         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42822         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42823         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42824         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42825         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42826         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42827         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42828         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42829         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42830         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42831         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42832         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42833         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42834         [X/Open-based standards] (SIGTRAP): Likewise.
42835         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42836         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42837         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42838         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42839         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42840         allow.
42842 2012-05-08  Ian Wienand  <ianw@vmware.com>
42844         [BZ #14080]
42845         * time/tzset.c (__tzset_parse_tz): Update default rules for
42846         daylight time changes in the Energy Policy Act of 2005.
42848 2012-05-09  Andreas Jaeger  <aj@suse.de>
42850         [BZ #13983]
42851         * elf/ldconfig.c (parse_conf): Change string to make clear that
42852         ldconfig only issued a warning if ld.so.conf does not exist.
42854 2012-05-08  David S. Miller  <davem@davemloft.net>
42856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42857         movxtod instead of popping the value on the stack.
42859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42861 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42863         * config.h.in: Add HAVE_ARM_PCS_VFP.
42865 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42867         [BZ #13979]
42868         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42869         checking but the checks are disabled for any reason.
42871 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42873         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42874         and ELF64_R_TYPE with ELFW(R_TYPE).
42876 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42878         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42879         (ulimit): Likewise.
42881         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42882         (settimeofday): Likewise.
42884 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42886         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42887         a struct th_u2 inside the union, and move tu_block/tu_code into
42888         a new th_u3 union of tu_block/tu_code inside of that.  Move
42889         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42890         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42891         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42892         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42893         (th_stuff): Change to th_u1.tu_stuff.
42894         (th_data): Define.
42895         (th_msg): Change to th_u1.th_u2.tu_data.
42897 2012-05-07  David S. Miller  <davem@davemloft.net>
42899         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42901         [BZ #14074]
42902         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42903         (SETUP_PIC_REG): Use it.
42904         (SETUP_PIC_REG_LEAF): Use it.
42906 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42908         [BZ #13885]
42909         [BZ #13923]
42910         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42911         USE_AS_EXPM1L.
42912         (EXPL_FINITE): Likewise.
42913         (FLDLOG): Likewise.
42914         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42915         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42916         e_expl.S.
42917         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42918         USE_AS_EXPM1L.
42919         (EXPL_FINITE): Likewise.
42920         (FLDLOG): Likewise.
42921         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42922         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42923         e_expl.S.
42924         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42925         test of -max_value argument for long double.
42926         * sysdeps/i386/fpu/libm-test-ulps: Update.
42927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42929 2012-05-06  David S. Miller  <davem@davemloft.net>
42931         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42932         quad soft-float symbols whose references which are compiler
42933         generated.
42934         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42936 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42938         [BZ #13884]
42939         [BZ #13914]
42940         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42941         USE_AS_EXP10L.
42942         (EXPL_FINITE): Likewise.
42943         (FLDLOG): Likewise.
42944         (c0): Likewise.
42945         (c1): Likewise.
42946         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42947         Adjust comments for base varying.
42948         (__expl_finite): Change alias to EXPL_FINITE.
42949         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42950         e_expl.S.
42951         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42952         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42953         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42954         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42955         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42956         USE_AS_EXP10L.
42957         (EXPL_FINITE): Likewise.
42958         (FLDLOG): Likewise.
42959         (c0): Likewise.
42960         (c1): Likewise.
42961         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42962         Adjust comments for base varying.
42963         (__expl_finite): Change alias to EXPL_FINITE.
42964         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42965         tests for bugs.
42966         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42968         [BZ #14064]
42969         * math/libm-test.inc (check_float_internal): Correct ulp
42970         calculation for subnormal expected results.
42972 2012-05-06  Andreas Jaeger  <aj@suse.de>
42974         * Makeconfig (+math-flags): New, set to -frounding-math.
42975         (+cflags): Add +math-flags so that all of glibc gets compiled with
42976         it.
42978         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42980 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42982         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42983         Disable one test.
42985         [BZ #13787]
42986         [BZ #13922]
42987         [BZ #14036]
42988         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42989         (__ieee754_expl): Allow for and saturate large arguments.
42990         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42991         (u_threshold): Likewise.
42992         (__exp): Call __ieee754_exp before checking for overflow and
42993         underflow.
42994         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42995         (u_threshold): Likewise.
42996         (__expf): Call __ieee754_expf before checking for overflow and
42997         underflow.
42998         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42999         (u_threshold): Likewise.
43000         (__expl): Call __ieee754_expl before checking for overflow and
43001         underflow.
43002         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43003         (__ieee754_expl): Allow for and saturate large arguments.
43004         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43005         missing overflow exception on overflow.
43006         (expm1_test): Do not allow missing overflow exception on overflow.
43008         * sysdeps/i386/fpu/e_expl.c: Move to ...
43009         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43010         rather than using inline asm.
43011         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43012         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43013         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43015         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43016         (nice): Likewise.
43017         (poll): Likewise.
43018         (signal): Likewise.
43019         (time): Likewise.
43020         (times): Likewise.
43022 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43024         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43025         sysdeps/unix/common/syscalls.list.
43026         (fchmod): Likewise.
43027         (fchown): Likewise.
43028         (ftruncate): Likewise.
43029         (getrusage): Likewise.
43030         (gettimeofday): Likewise.
43031         (setpgid): Likewise.
43032         (setregid): Likewise.
43033         (setreuid): Likewise.
43034         (sigaction): Likewise.
43035         (truncate): Likewise.
43036         (vhangup): Likewise.
43037         * sysdeps/unix/common/syscalls.list: Remove file.
43038         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43039         * sysdeps/unix/sysv/linux/Implies: Likewise.
43041 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43043         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43045         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43046         Moved to ...
43047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43048         Here.
43049         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43050         to ...
43051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43052         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43053         to ...
43054         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43055         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43056         to ...
43057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43058         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43059         to ...
43060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43061         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43062         to ...
43063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43064         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43065         to ...
43066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43067         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43068         to ...
43069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43070         Here.
43071         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43072         to ...
43073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43074         Here.
43075         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43076         to ...
43077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43078         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43079         Moved to ...
43080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43081         Here.
43082         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43083         to ...
43084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43086 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43088         * sysdeps/unix/common/bits/dirent.h: Remove file.
43089         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43091         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43092         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43093         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43094         * sysdeps/unix/bsd/isatty.c: Likewise.
43095         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43096         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43097         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43099 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43101         [BZ #13563]
43102         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43103         long double comparison inaccuracies.
43104         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43107 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43109         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43110         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43112 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43114         [BZ #14049]
43115         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43116         nonzero digits before rounding a hex value.
43117         * stdlib/tst-strtod.c (tests): Add another test.
43119 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43121         * sysdeps/s390/fpu/libm-test-ulps: Update.
43123 2012-05-03  Andreas Jaeger  <aj@suse.de>
43125         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43126         does not get optimized out.
43127         (malloc_opt_barrier): New.
43129 2012-05-03  Andreas Jaeger  <aj@suse.de>
43130             Roland McGrath  <roland@hack.frob.com>
43132         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43133         intermediate file deletion.
43134         (generated): Add .symlist files.
43136 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43138         [BZ #13775]
43139         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43140         Redirect under this condition.
43141         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43142         [__USE_GNU] (__dprintf_chk): Not under this condition.
43143         [__USE_GNU] (__vdprintf_chk): Likewise.
43144         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43145         under this condition.
43146         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43147         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43148         [__USE_XOPEN2K8] (vdprintf): Likewise.
43149         [__USE_GNU] (__dprintf_chk): Not under this condition.
43150         [__USE_GNU] (__vdprintf_chk): Likewise.
43151         [__USE_GNU] (dprintf): Likewise.
43152         [__USE_GNU] (vdprintf): Likewise.
43154 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43156         * elf/Makefile (common-generated): Set this instead of generated for
43157         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43158         $(all-built-dso)-derived lists.
43160 2012-05-03  Andreas Jaeger  <aj@suse.de>
43162         * sysdeps/i386/fpu/libm-test-ulps: Update.
43164         * FAQ: Removed.
43165         * FAQ.in: Likewise.
43166         * scripts/gen-FAQ.pl: Likewise.
43167         * manual/install.texi (Installation): Point to online location of
43168         FAQ.
43169         * Makefile (files-for-dist): Remove FAQ.
43170         (FAQ): Remove.
43172 2012-05-02  Allan McRae  <allan@archlinux.org>
43174         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43175         (LDFLAGS-reldepmod5.so): Likewise.
43176         (LDFLAGS-reldep6mod1.so): Likewise.
43177         (LDFLAGS-reldep6mod4.so): Likewise.
43178         (LDFLAGS-reldep8mod3.so): Likewise.
43179         (LDFLAGS-unload4mod1.so): Likewise.
43180         (LDFLAGS-unload4mod2.so): Likewise.
43181         (LDFLAGS-tst-initorder): Likewise.
43182         (LDFLAGS-tst-initordera2.so): Likewise.
43183         (LDFLAGS-tst-initordera3.so): Likewise.
43184         (LDFLAGS-tst-initordera4.so): Likewise.
43185         (LDFLAGS-tst-initorderb2.so): Likewise.
43186         (LDFLAGS-noload): Likewise.
43187         (LDFLAGS-next): Likewise.
43188         (LDFLAGS-order2mod1.so): Likewise.
43189         (LDFLAGS-order2mod2.so): Likewise.
43190         (LDFLAGS-tst-initorder2): Likewise.
43191         (LDFLAGS-tst-initorder2a.so): Likewise.
43192         (LDFLAGS-tst-initorder2b.so): Likewise.
43193         (LDFLAGS-tst-initorder2c.so): Likewise.
43194         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43196 2012-05-02  David S. Miller  <davem@davemloft.net>
43198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43200 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43202         [BZ #14055]
43203         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43205 2012-05-02  Andreas Jaeger  <aj@suse.de>
43207         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43208         since we manipulate rounding mode.
43209         (CPPFLAGS-test-idouble.c): Likewise.
43210         (CPPFLAGS-test-ifloat.c): Likewise.
43211         (CFLAGS-test-ldouble.c): Likewise.
43212         (CFLAGS-test-double.c): Likewise.
43213         (CFLAGS-test-float.c): Likewise.
43214         (CFLAGS-test-misc.c): Likewise.
43215         (CFLAGS-test-test-fenv.c): Likewise.
43217 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43219         [BZ #2550]
43220         [BZ #2570]
43221         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43222         comparisons to determine direction to adjust input.
43224 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43226         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43227         output to the target.
43229         * scripts/localplt.awk: New file.
43230         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43231         (check-localplt-CFLAGS): Variable removed.
43232         ($(all-built-dso:=.jmprel)): New static pattern rule.
43233         (generated): Add those targets.
43234         (localplt-built-dso): New variable.
43235         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43237         * elf/check-localplt.c: File removed.
43239         * scripts/check-execstack.awk: New file.
43240         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43241         (check-execstack-CFLAGS): Variable removed.
43242         ($(objpfx)check-execstack.h): Target removed.
43243         ($(objpfx)execstack-default): New target.
43244         (generated): Add that instead of check-execstack.h.
43245         ($(all-built-dso:=.phdr)): New static pattern rule.
43246         (generated): Add those targets.
43247         * elf/check-execstack.c: File removed.
43249         * scripts/check-textrel.awk: New file.
43250         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43251         (check-textrel-CFLAGS): Variable removed.
43252         (all-built-dso): Use := to define.o
43253         ($(all-built-dso:=.dyn)): New static pattern rule.
43254         (generated): Add those targets.
43255         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43256         * config.make.in (READELF): New substituted variable.
43257         * elf/check-textrel.c: File removed.
43259 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43261         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43262         allow.
43263         * conform/data/ctype.h-data [C99-based standards] (isblank):
43264         Expect function.
43265         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43266         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43267         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43268         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43269         Specify type.  Require positive value.
43270         (EILSEQ): Likewise.
43271         (ERANGE): Likewise.
43272         [ISO || POSIX] (EILSEQ): Do not expect.
43273         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43274         Specify type.  Require positive value.
43275         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43276         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43277         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43278         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43279         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43280         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43281         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43282         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43283         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43284         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43285         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43286         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43287         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43288         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43289         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43290         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43291         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43292         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43293         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43294         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43295         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43296         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43297         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43298         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43299         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43300         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43301         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43302         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43303         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43304         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43305         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43306         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43307         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43308         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43309         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43310         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43311         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43312         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43313         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43314         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43315         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43316         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43317         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43318         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43319         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43320         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43321         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43322         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43323         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43324         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43325         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43326         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43327         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43328         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43329         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43330         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43331         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43332         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43333         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43334         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43335         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43336         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43337         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43338         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43339         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43340         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43341         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43342         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43343         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43344         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43345         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43346         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43347         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43348         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43349         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43350         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43351         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43352         Require >= 2.
43353         (FLT_ROUNDS): Expect as macro, not constant.
43354         (FLT_MANT_DIG): Use macro-int-constant.
43355         (DBL_MANT_DIG): Likewise.
43356         (LDBL_MANT_DIG): Likewise.
43357         (FLT_DIG): Likewise.
43358         (DBL_DIG): Likewise.
43359         (LDBL_DIG): Likewise.
43360         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43361         (DBL_MIN_EXP): Likewise.
43362         (LDBL_MIN_EXP): Likewise.
43363         (FLT_MAX_EXP): Use macro-int-constant.
43364         (DBL_MAX_EXP): Likewise.
43365         (LDBL_MAX_EXP): Likewise.
43366         (FLT_MAX_10_EXP): Likewise.
43367         (DBL_MAX_10_EXP): Likewise.
43368         (LDBL_MAX_10_EXP): Likewise.
43369         (FLT_MAX): Use macro-constant.
43370         (DBL_MAX): Likewise.
43371         (LDBL_MAX): Likewise.
43372         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43373         (DBL_EPSILON): Likewise.
43374         (LDBL_EPSILON): Likewise.
43375         (FLT_MIN): Likewise.
43376         (DBL_MIN): Likewise.
43377         (LDBL_MIN): Likewise.
43378         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43379         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43380         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43381         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43382         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43383         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43384         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43385         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43386         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43387         [ISO11] (FLT_TRUE_MIN): Likewise.
43388         [ISO11] (LDBL_TRUE_MIN): Likewise.
43389         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43390         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43391         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43392         (SCHAR_MAX): Likewise.
43393         (UCHAR_MAX): Likewise.
43394         (CHAR_MIN): Likewise.
43395         (CHAR_MAX): Likewise.
43396         (MB_LEN_MAX): Use macro-int-constant.
43397         (SHRT_MIN): Use macro-int-constant.  Specify type.
43398         (SHRT_MAX): Likewise.
43399         (USHRT_MAX): Likewise.
43400         (INT_MAX): Likewise.
43401         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43402         bound negative.
43403         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43404         bound with "U".
43405         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43406         bound with "L".
43407         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43408         bound negative.  Suffix upper bound with "L".
43409         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43410         bound with "UL".
43411         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43412         Specify type.
43413         [C99-based standards] (LLONG_MAX): Likewise.
43414         [C99-based standards] (ULLONG_MAX): Likewise.
43415         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43416         == 0.
43417         [ISO11] (max_align_t): Require type.
43418         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43420         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43421         from $CFLAGS, without defining away __attribute__ calls.
43422         (checknamespace): Use $CFLAGS_namespace.
43424         * conform/conformtest.pl (@keywords): Only include C99 keywords
43425         for standards based on C99 or C11.
43427         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43428         Disable tests.
43429         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43430         UNIX98]: Likewise.
43432         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43433         usability of symbols in #if.
43435         * conform/conformtest.pl: If macro or constant types start
43436         "promoted:", expect the symbol to be of the following type
43437         promoted by the integer promotions.
43439         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43440         in one place.  Also handle "macro-constant".
43442         * conform/conformtest.pl: Only accept expected macro values with
43443         "==".  Parse all "macro" lines in one place.
43444         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43446         * conform/conformtest.pl: Handle braced types on "constant" lines
43447         instead of handling "typed-constant".
43448         * conform/data/signal.h-data: Use "constant" instead of
43449         "typed-constant".
43451         * conform/conformtest.pl: Handle "optional-" at start of lines in
43452         one place rather than duplicating several cases.  Handle each
43453         format of "macro" line with initial "optional-".
43455         * conform/conformtest.pl: Only accept expected constant or
43456         optional-constant values with "==".  Parse all "constant" lines in
43457         one place.  Parse all "optional-constant" lines in one place.
43458         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43459         * conform/data/fmtmsg.h-data: Likewise.
43460         * conform/data/netinet/in.h-data: Likewise.
43461         * conform/data/tar.h-data: Likewise.
43462         * conform/data/limits.h-data: Use "==" form on "constant" and
43463         "optional-constant" lines.
43465         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43466         Use -std=c99 for XOPEN2K.
43467         (@knownproblems): Remove.
43468         (newtoken): Don't check %isknown.
43470         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43471         Do not expect macro.
43472         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43473         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43474         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43475         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43476         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43477         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43478         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43479         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43480         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43481         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43482         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43483         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43484         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43485         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43486         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43487         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43488         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43489         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43490         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43491         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43492         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43493         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43494         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43495         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43496         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43497         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43498         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43499         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43500         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43501         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43502         [XPG3] (acosh): Likewise.
43503         [XPG3] (asinh): Likewise.
43504         [XPG3] (atanh): Likewise.
43505         [XPG3] (cbrt): Likewise.
43506         [XPG3] (expm1): Likewise.
43507         [XPG3] (ilogb): Likewise.
43508         [XPG3] (log1p): Likewise.
43509         [XPG3] (logb): Likewise.
43510         [XPG3] (nextafter): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43513         [XPG3] (remainder): Likewise.
43514         [XPG3] (rint): Likewise.
43515         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43516         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43520         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43521         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43522         [UNIX98 || XOPEN2K] (scalb): Expect.
43523         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43524         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43533         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43534         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43535         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43536         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43537         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43538         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43539         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43540         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43541         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43542         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43543         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43544         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43545         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43546         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43549         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43550         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43553         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43554         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43555         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43558         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43559         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43560         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43601         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43602         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43603         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43604         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43605         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43606         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43607         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43608         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43609         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43610         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43611         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43612         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43613         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43614         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43615         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43616         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43617         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43618         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43619         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43620         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43621         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43622         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43623         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43624         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43625         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43626         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43627         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43628         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43629         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43630         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43631         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43632         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43633         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43634         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43635         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43636         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43637         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43638         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43639         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43640         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43641         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43642         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43643         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43644         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43645         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43646         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43647         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43648         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43649         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43650         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43651         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43652         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43653         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43654         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43655         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43656         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43657         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43658         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43659         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43661         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43662         _XOPEN_SOURCE_EXTENDED for XPG4.
43664         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43666         * Makeconfig (localtime): Remove variable.
43667         (inst_localtime-file): Likewise.
43669 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43672         Update.
43673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43674         Update.
43675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43676         Update.
43677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43678         Update.
43679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43680         Update.
43681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43682         Update.
43683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43684         Update.
43685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43686         Update.
43687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43688         Update.
43690 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43692         [BZ #2550]
43693         [BZ #2570]
43694         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43695         comparisons to determine direction to adjust input.
43696         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43697         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43698         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43699         Likewise.
43700         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43701         Likewise.
43702         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43703         Likewise.
43704         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43705         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43706         Likewise.
43707         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43708         Likewise.
43709         * math/libm-test.inc (nexttoward_test): Add more tests.
43711 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43713         [BZ #14040]
43714         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43715         in version GLIBC_2.1, not GLIBC_2.0.
43716         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43717         Likewise.
43719 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43721         [BZ #13942]
43722         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43723         (1 - x) * (1 + x).
43724         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43725         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43726         * math/libm-test.inc (acos_test): Add more tests.
43727         (asin_test): Likewise.
43728         * sysdeps/i386/fpu/libm-test-ulps: Update.
43729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43731         [BZ #14034]
43732         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43733         of square root.
43734         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43735         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43736         * math/libm-test.inc (acos_test_tonearest): New function.
43737         (acos_test_towardzero): Likewise.
43738         (acos_test_downward): Likewise.
43739         (acos_test_upward): Likewise.
43740         (asin_test_tonearest): Likewise.
43741         (asin_test_towardzero): Likewise.
43742         (asin_test_downward): Likewise.
43743         (asin_test_upward): Likewise.
43744         (main): Call the new functions.
43745         * sysdeps/i386/fpu/libm-test-ulps: Update.
43746         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43748         [BZ #13884]
43749         [BZ #13924]
43750         * math/e_exp10.c: Include <float.h>.
43751         (__ieee754_exp10): Handle underflow here rather than multiplying
43752         large negative argument by M_LN10.
43753         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43754         of __ieee754_expf.
43755         * math/e_exp10l.c: Include <float.h>.
43756         (__ieee754_exp10l): Handle underflow here rather than multiplying
43757         large negative argument by M_LN10l.
43758         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43759         spurious overflow exception on underflow.
43761 2012-04-29  Marek Polacek  <polacek@redhat.com>
43763         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43764         (__fortify_function): New macro.
43765         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43766         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43767         __extern_always_inline.
43768         * libio/bits/stdio2.h: Likewise.
43769         * libio/bits/stdio.h: Likewise.
43770         * string/string.h: Likewise.
43771         * string/bits/string3.h: Likewise.
43772         * include/stdio.h: Likewise.
43773         * stdlib/bits/stdlib.h: Likewise.
43774         * stdlib/stdlib.h: Likewise.
43775         * rt/bits/mqueue2.h: Likewise.
43776         * rt/mqueue.h: Likewise.
43777         * posix/bits/unistd.h: Likewise.
43778         * posix/unistd.h: Likewise.
43779         * io/bits/poll2.h: Likewise.
43780         * io/bits/fcntl2.h: Likewise.
43781         * io/fcntl.h: Likewise.
43782         * io/sys/poll.h: Likewise.
43783         * misc/bits/syslog.h: Likewise.
43784         * misc/bits/syslog-ldbl.h: Likewise.
43785         * misc/sys/syslog.h: Likewise.
43786         * socket/bits/socket2.h: Likewise.
43787         * socket/sys/socket.h: Likewise.
43788         * debug/tst-chk1.c: Likewise.
43789         * wcsmbs/bits/wchar2.h: Likewise.
43790         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43791         * wcsmbs/wchar.h: Likewise.
43793 2012-04-29  Andreas Jaeger  <aj@suse.de>
43795         * Makerules (tests): Remove enable-check-abi protection.
43796         (check-abi-warn): Remove.
43797         (check-abi-%): Remove check-abi-warn usage.
43799         * configure.in: Remove check-abi configure option.
43800         * configure: Regenerated.
43801         * config.make.in (enable-check-abi): Remove.
43803 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43805         [BZ #14033]
43806         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43807         double functions to double *_finite functions.
43809         [BZ #13941]
43810         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43811         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43812         LDBL_MIN_EXP.
43813         * stdio-common/Makefile (tests): Add tst-sprintf3.
43814         * stdio-common/tst-sprintf3.c: New file.
43816         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43817         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43819 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43821         * conform/conformtest.pl: Remove duplicate typed-constant
43822         handling.
43824 2012-04-28  David S. Miller  <davem@davemloft.net>
43826         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43827         (check-abi-%): Remove AWK script prerequisite and explicit
43828         abilist directory.
43829         (check-abi): Rewrite to just diff the symlist with the abilist.
43830         (config-tls, config-abi-config): Delete, no longer used.
43831         (update-abi-%): Remove AWK script and explicit abilist directory.
43832         (update-abi): Rewrite to simply compare and conditionally copy the
43833         symlist and the sysdep abilist file.  Remove update-abi-config
43834         checks.
43835         * abilist/ld.abilist: Remove.
43836         * abilist/libBrokenLocale.abilist: Remove.
43837         * abilist/libanl.abilist: Remove.
43838         * abilist/libcrypt.abilist: Remove.
43839         * abilist/libdl.abilist: Remove.
43840         * abilist/librt.abilist: Remove.
43841         * abilist/libthread_db.abilist: Remove.
43842         * abilist/libutil.abilist: Remove.
43843         * scripts/extract-abilist.awk: Remove.
43844         * scripts/merge-abilist.awk: Remove.
43845         * sysdeps/generic/libcidn.abilist: New file.
43846         * sysdeps/generic/libnss_compat.abilist: New file.
43847         * sysdeps/generic/libnss_db.abilist: New file.
43848         * sysdeps/generic/libnss_dns.abilist: New file.
43849         * sysdeps/generic/libnss_files.abilist: New file.
43850         * sysdeps/generic/libnss_hesiod.abilist: New file.
43851         * sysdeps/generic/libnss_nis.abilist: New file.
43852         * sysdeps/generic/libnss_nisplus.abilist: New file.
43853         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43854         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43855         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43856         file.
43857         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43858         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43859         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43860         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43861         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43862         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43863         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43864         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43865         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43866         file.
43867         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43868         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43869         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43870         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43871         file.
43872         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43873         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43874         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43875         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43876         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43877         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43878         file.
43879         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43880         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43881         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43882         file.
43883         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43884         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43885         New file.
43886         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43887         New file.
43888         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43889         New file.
43890         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43891         New file.
43892         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43893         New file.
43894         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43895         New file.
43896         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43897         New file.
43898         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43899         New file.
43900         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43901         New file.
43902         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43903         New file.
43904         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43905         New file.
43906         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43907         New file.
43908         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43909         New file.
43910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43911         file.
43912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43913         New file.
43914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43915         New file.
43916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43917         file.
43918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43919         New file.
43920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43921         New file.
43922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43923         file.
43924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43925         New file.
43926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43927         New file.
43928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43929         New file.
43930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43931         New file.
43932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43933         New file.
43934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43935         New file.
43936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43938         file.
43939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43940         New file.
43941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43942         file.
43943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43944         file.
43945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43946         file.
43947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43948         file.
43949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43950         file.
43951         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43952         New file.
43953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43954         file.
43955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43956         file.
43957         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43958         New file.
43959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43960         file.
43961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43963         file.
43964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43965         New file.
43966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43967         file.
43968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43969         file.
43970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43971         file.
43972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43973         file.
43974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43975         file.
43976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43977         New file.
43978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43979         file.
43980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43981         file.
43982         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43983         New file.
43984         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43985         file.
43986         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43987         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43988         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43989         file.
43990         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43991         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43992         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43993         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43994         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43995         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43996         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43997         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43998         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43999         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44002         file.
44003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44004         New file.
44005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44006         file.
44007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44008         file.
44009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44010         file.
44011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44012         file.
44013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44014         file.
44015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44016         New file.
44017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44018         New file.
44019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44020         file.
44021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44022         New file.
44023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44024         file.
44025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44027         file.
44028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44029         New file.
44030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44031         file.
44032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44033         file.
44034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44035         file.
44036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44037         file.
44038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44039         file.
44040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44041         New file.
44042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44043         New file.
44044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44045         file.
44046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44047         New file.
44048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44049         file.
44051 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44053         * conform/conformtest.pl: Fix typo in handling typed-constant from
44054         allow-header.
44056 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44058         * README: Cut down references to pre-2.6 Linux kernels and
44059         Linuxthreads.  Update lists of configurations in libc and ports
44060         and sort alphabetically.  Say "or newer" with Linux kernel version
44061         requirements.
44063         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44065 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44067         [BZ #887]
44068         * math/libm-test.inc (logb_test_downward): New test to expose
44069         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44070         rounding mode.
44072 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44074         [BZ #14027]
44075         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44076         to be done.
44077         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44078         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44080 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44082         * sysdeps/unix/i386/brk.S: Remove file.
44083         * sysdeps/unix/i386/dl-brk.S: Likewise.
44084         * sysdeps/unix/i386/pipe.S: Likewise.
44085         * sysdeps/unix/i386/sigreturn.S: Likewise.
44086         * sysdeps/unix/i386/syscall.S: Likewise.
44087         * sysdeps/unix/i386/vfork.S: Likewise.
44088         * sysdeps/unix/i386/wait.S: Likewise.
44090         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44091         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44093         * configure.in (arm*-none*): Do not allow without
44094         --enable-hacker-mode.
44095         (netbsd*): Remove case setting base_os.
44096         (386bsd*): Likewise.
44097         (freebsd*): Likewise.
44098         (bsdi*): Likewise.
44099         (osf*): Likewise.
44100         (sunos*): Likewise.
44101         (ultrix*): Likewise.
44102         (newsos*): Likewise.
44103         (dynix*): Likewise.
44104         (*bsd*): Likewise.
44105         (sysv*): Likewise.
44106         (isc*): Likewise.
44107         (esix*): Likewise.
44108         (sco*): Likewise.
44109         (minix*): Likewise.
44110         (irix4*): Likewise.
44111         (irix6*): Likewise.
44112         (solaris[2-9]*): Likewise.
44113         (none): Likewise.
44114         * configure: Regenerated.
44116 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44118         [BZ #11521]
44119         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44120         overflow or cancellation in calculating denominator.
44121         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44122         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44123         down expression to avoid unexpected rounding in newer GCCs.
44124         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44126 2012-04-26  David S. Miller  <davem@davemloft.net>
44128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44129         long-double compat symbols.
44130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44141         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44142         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44144 2012-04-25  David S. Miller  <davem@davemloft.net>
44146         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44147         HWCAP_* values only after the memory barriers have been defined.
44148         (atomic_full_barrier): Define.
44149         (atomic_read_barrier): Define.
44150         (atomic_write_barrier): Define.
44152 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44154         * shlib-versions: Add libgcc_s version information.
44155         * sysdeps/generic/libgcc_s.h: Remove.
44156         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44157         libgcc_s.h.
44158         * sysdeps/gnu/unwind-resume.c: Likewise.
44159         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44161 2012-04-25  David S. Miller  <davem@davemloft.net>
44163         * sysdeps/unix/sparc/brk.S: Delete.
44164         * sysdeps/unix/sparc/dl-brk.S: Delete.
44165         * sysdeps/unix/sparc/pipe.S: Delete.
44166         * sysdeps/unix/sparc/sysdep.S: Delete.
44167         * sysdeps/unix/sparc/sysdep.h: Delete.
44168         * sysdeps/unix/sparc/vfork.S: Delete.
44169         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44170         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44171         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44172         (ret_ERRVAL, r0, r1, MOVE): Define.
44173         (JUMPTARGET): Remove.
44174         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44175         sysdeps/unix/sparc/sysdep.h
44176         (ENTRY, END): Remove.
44177         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44179 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44181         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44182         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44183         -DIS_IN_build.
44185         * timezone/README: Update upstream location and email address for
44186         tzcode and tzdata.
44187         * timezone/zdump.c: Update from tzcode 2012b.
44188         * timezone/zic.c: Likewise.
44190         * configure.in (libc_cv_as_needed): Remove test.
44191         * configure: Regenerated.
44192         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44193         conditional definition.
44194         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44195         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44196         * config.make.in (have-as-needed): Remove variable.
44198 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44199             Paul Pluzhnikov  <ppluzhnikov@google.com>
44201         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44202         strings correctly.
44204 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44206         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44207         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44208         * sysdeps/sh/strlen.S: Likewise.
44210 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44212         * sysdeps/unix/fork.S: Remove file.
44213         * sysdeps/unix/i386/fork.S: Likewise.
44214         * sysdeps/unix/sparc/fork.S: Likewise.
44216         * sysdeps/unix/system.c: Remove file.
44217         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44219         * sysdeps/unix/getegid.S: Remove file.
44220         * sysdeps/unix/geteuid.S: Likewise.
44222 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44224         * scripts/check-localplt.awk: New file.
44225         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44226         of diff.
44227         * scripts/data/localplt-generic.data: Add a comment.
44229         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44230         NODE when __dir_mkfile failed.
44231         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44232         Reported by Ludovic Courtès <ludo@gnu.org>.
44234 2012-04-24  Andreas Jaeger  <aj@suse.de>
44236         * Makerules (common-clean): Also remove gen-as-const-headers
44237         files.
44239 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44241         * Makerules (native-compile): Do not change working directory for
44242         build.  Use $(OUTPUT_OPTION) in command.
44243         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44245 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44247         [BZ #13886]
44248         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44249         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44250         * math/libm-test.inc (floor_test): Add more tests.
44251         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44253 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44255         * sysdeps/unix/getdents.c: Remove file.
44256         * sysdeps/unix/sysv/getdents.c: Likewise.
44257         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44259         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44260         sysdeps/unix/mman/syscalls.list.
44261         (mmap): Likewise.
44262         (mprotect): Likewise.
44263         (msync): Likewise.
44264         (munmap): Likewise.
44265         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44266         * sysdeps/unix/mman/syscalls.list: Remove.
44267         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44269         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44270         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44271         * configure: Regenerated.
44272         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44273         $(libgcc_s_suffix).
44274         * config.make.in (libgcc_s_suffix): Remove variable.
44276 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44278         * sysdeps/unix/sysv/gethostname.c: Move to ...
44279         * sysdeps/posix/gethostname.c: ... here.
44281         * sysdeps/unix/execve.S: Remove file.
44283         * sysdeps/unix/_exit.S: Remove file.
44285 2012-04-23  Andreas Jaeger  <aj@suse.de>
44287         [BZ #13739]
44288         * manual/Makefile: Remove make dist support, there's no
44289         need for a stand-alone documentation tar ball.
44290         (TEXI2DVI): Define always, it's not in Makeconfig.
44291         (dist): Removed.
44292         (tar-it): Removed.
44293         (edition): Removed.
44294         (glibc-doc-$(edition).tar): Removed
44295         (%.Z): Removed.
44296         (%.gz): Removed.
44297         (%.uu): Removed.
44298         (ETAGS): Remove, it's in Makeconfig.
44299         (move-if-change): Remove, it's in Makeconfig.
44301 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44303         [BZ #13970]
44304         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44305         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44306         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44307         (strtod_l, strtof_l, strtold_l): Remove __wur.
44308         It is not necessarily an error to ignore strtol's return value.
44309         One can reliably look at the stored endptr to decide whether
44310         the number had valid syntax.
44312 2012-04-21  Andreas Jaeger  <aj@suse.de>
44314         [BZ #13739]
44315         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44317 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44319         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44320         * sysdeps/unix/sysv/Versions: Remove file.
44322 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44324         [BZ #13927]
44325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44327 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44329         [BZ #7064]
44330         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44331         version from __vm86.
44333 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44335         * sysdeps/unix/common/lxstat.c: Remove file.
44336         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44338         * sysdeps/unix/sysv/Makefile: Remove file.
44340         * sysdeps/unix/sysv/direct.h: Remove file.
44342         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44343         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44344         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44345         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44346         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44347         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44348         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44350         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44352         * sysdeps/unix/xmknod.c: Remove file.
44353         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44355         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44357         * sysdeps/unix/sysv/i386/time.S: Remove file.
44359         * sysdeps/unix/fxstat.c: Remove file.
44360         * sysdeps/unix/xstat.c: Likewise.
44361         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44363         * sysdeps/unix/sysv/sigaction.c: Remove file.
44365         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44366         (sysdep_headers): Remove variable.
44367         [termio.h not in sysdep_headers] (generated): Likewise.
44368         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44369         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44370         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44371         * sysdeps/unix/sysv/tcflow.c: Likewise.
44372         * sysdeps/unix/sysv/tcflush.c: Likewise.
44373         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44374         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44375         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44376         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44377         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44379         * sysdeps/unix/siglist.c: Remove file.
44381         * sysdeps/unix/getppid.S: Remove file.
44383         * sysdeps/unix/mkdir.c: Remove file.
44384         * sysdeps/unix/rmdir.c: Likewise.
44386 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44388         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44389         ERR_MAX value.
44390         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44391         errlist-compat value.
44393 2012-04-18  David S. Miller  <davem@davemloft.net>
44395         * sysdeps/generic/memcopy.h (reg_char): Delete.
44396         * debug/strcat_chk.c: Use char, not reg_char.
44397         * debug/strcpy_chk.c: Likewise.
44398         * debug/strncat_chk.c: Likewise.
44399         * debug/strncpy_chk.c: Likewise.
44400         * string/memchr.c: Likewise.
44401         * string/memrchr.c: Likewise.
44402         * string/rawmemchr.c: Likewise.
44403         * string/strcat.c: Likewise.
44404         * string/strchr.c: Likewise.
44405         * string/strchrnul.c: Likewise.
44406         * string/strcmp.c: Likewise.
44407         * string/strcpy.c: Likewise.
44408         * string/strncat.c: Likewise.
44409         * string/strncmp.c: Likewise.
44410         * string/strncpy.c: Likewise.
44412 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44414         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44415         __builtin_memcopy is called when src and dest ranges are known to not
44416         overlap.
44418 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44420         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44421         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44422         fwd_align_merge macro call.
44423         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44424         bwd_align_merge macro call.
44425         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44427 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44429         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44430         bwd_align_merge macros.
44431         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44432         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44433         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44435 2012-04-18  David S. Miller  <davem@davemloft.net>
44437         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44439 2012-04-18  Andreas Jaeger  <aj@suse.de>
44441         [BZ# 6794]
44442         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44443         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44444         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44446         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44447         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44448         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44450         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44451         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44452         Adjust for changed ldbl-128 files.
44454         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44455         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44456         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44458 2012-04-17  David S. Miller  <davem@davemloft.net>
44460         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44462 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44464         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44465         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44466         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44467         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44468         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44469         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44471 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44473         [BZ #6794]
44474         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44475         * math/libm-test.inc: Add ilogb errno and exception tests.
44476         * math/w_ilogb.c: New file: ilogb wrapper.
44477         * math/w_ilogbf.c: New file: ilogbf wrapper.
44478         * math/w_ilogbl.c: New file: ilogbl wrapper.
44479         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44480         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44481         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44482         exception being thrown with 0.0 as argument.
44483         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44484         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44485         exception being thrown with 0.0 as argument.
44486         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44487         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44488         exception being thrown with 0.0 as argument.
44489         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44490         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44491         exception being thrown with 0.0 as argument.
44492         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44493         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44494         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44495         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44496         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44497         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44498         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44499         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44500         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44502 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44504         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44505         with altivec.
44507 2012-04-16  Marek Polacek  <polacek@redhat.com>
44509         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44511 2012-04-16  Marek Polacek  <polacek@redhat.com>
44513         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44514         operands of fdivp instruction.
44516 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44518         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44519         * elf/tst-auditmod3b.c: Likewise.
44520         * elf/tst-auditmod4b.c: Likewise.
44521         * elf/tst-auditmod5b.c: Likewise.
44522         * elf/tst-auditmod6b.c: Likewise.
44523         * elf/tst-auditmod6c.c: Likewise.
44524         * elf/tst-auditmod7b.c: Likewise.
44525         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44526         * sysdeps/x86_64/preconfigure.in: Likewise.
44527         * sysdeps/x86_64/preconfigure: Regenerated.
44529 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44531         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44532         __ILP32__.
44534 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44536         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44537         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44539 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44541         [BZ #13973]
44542         * locale/iso-639.def: Fix gl language name. Spotted by
44543         Yaron Shahrabani.
44545 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44547         [BZ #2074]
44548         * libio/libio.h (__io_write_fn): Update comment.
44550 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44552         [BZ #2074]
44553         * stdio.texi (Hook Functions): The user provided writer function
44554         is not allowed to return -1.
44556 2012-04-11  David S. Miller  <davem@davemloft.net>
44558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44560 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44562         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44563         Add a leading slash to rtkaio.
44565 2012-04-11  Jim Meyering  <meyering@redhat.com>
44567         [BZ #11959]
44568         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44569         It is not necessarily an error to ignore fwrite's return
44570         value.  One can reliably use ferror to test for errors after
44571         the fact.
44573 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44575         * bits/types.h (__snseconds_t): New type.
44576         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44578         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44579         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44580         (__SNSECONDS_T_TYPE): Likewise.
44581         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44582         (__SNSECONDS_T_TYPE): Likewise.
44583         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44584         (__SNSECONDS_T_TYPE): Likewise.
44586 2012-04-10  Andreas Jaeger  <aj@suse.de>
44588         [BZ #2636]
44589         * manual/time.texi (Processor Time): Return type of times is
44590         elapsed real time since an arbitrary point in the past.
44591         (CPU Time): Move CLK_TCK from here...
44592         (Processor Time): ...to here.  Correct description.
44593         * manual/conf.texi (Constants for Sysconf): Correct description of
44594         _SC_CLK_TCK.
44596 2012-04-10  David S. Miller  <davem@davemloft.net>
44598         [BZ #13967]
44599         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44600         where the is a gap between DT_REL(A) and DT_JMPREL.
44602 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44604         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44605         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44606         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44608 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44610         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44611         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44612         (dl_main): Handle --inhibit-cache.
44613         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44614         _dl_inhibit_cache.
44615         * elf/dl-load.c (_dl_map_object): Use it.
44616         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44618 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44620         [BZ #13872]
44621         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44622         (__ieee754_powl): Saturate large exponents rather than testing for
44623         overflow of y*log2(x).
44624         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44625         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44626         exceptions.
44628         [BZ #11521]
44629         * math/s_ctan.c: Include <float.h>.
44630         (__ctan): Avoid internal overflow or cancellation in calculating
44631         denominator.
44632         * math/s_ctanf.c: Likewise.
44633         * math/s_ctanl.c: Likewise.
44634         * math/s_ctanh.c: Likewise.
44635         * math/s_ctanhf.c: Likewise.
44636         * math/s_ctanhl.c: Likewise.
44637         * math/libm-test.inc (ctan_test): Add more tests.
44638         (ctanh_test): Likewise.
44639         * sysdeps/i386/fpu/libm-test-ulps: Update.
44640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44642 2012-04-09  Andreas Jaeger  <aj@suse.de>
44644         [BZ #6894]
44645         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44646         is an optional BSD extension.
44648         [BZ #10254]
44649         * manual/stdio.texi (Opening Streams): Document additional fopen
44650         parameters.
44652 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44654         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44655         %eax without telling the compiler.
44657 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44659         [BZ # 13963]
44660         * manual/install.texi: Use sourceware.org.
44662 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44664         [BZ #13873]
44665         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44666         (__ieee754_pow): Generate overflow and underflow using huge*huge
44667         and tiny*tiny rather than just returning constant infinity or zero
44668         for large exponents.
44669         * math/libm-test.inc (pow_test): Require overflow exceptions for
44670         applicable cases of large exponents.
44672         [BZ #706]
44673         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44674         (__ieee754_pow): Use iterative multiplication algorithm only for
44675         integer exponents with absolute value below 1024.  Check for odd
44676         integer exponents when using algorithm for real exponents.
44677         * math/libm-test.inc (pow_test): Add more tests.
44678         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44680 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44682         [BZ #13705]
44683         * math/libm-test.inc (exp_test): Do not allow overflow exception
44684         on underflow test.
44686 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44688         [BZ #13705]
44689         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44690         instead of __kernel_standard_f.
44692 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44694         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44695         * sysdeps/x86_64/memset_chk.S: Likewise.
44697 2012-04-08  Andreas Jaeger  <aj@suse.de>
44699         [BZ #10153]
44700         * manual/startup.texi (Environment Access): Describe return value
44701         for putenv and setenv.
44703         [BZ #6895]
44704         * manual/filesys.texi (Directory Entries): Add description for
44705         DT_LNK.
44707         [BZ #6890]
44708         * manual/filesys.texi (Directory Entries): Clarify that it's file
44709         system not operating system in the description of DT_UNKNOWN.
44711         [BZ #6578]
44712         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44714 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44716         [BZ #6649]
44717         * manual/llio.texi (Opening and Closing Files): Add cross
44718         reference to explain mode argument.
44720 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44722         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44723         * sysdeps/x86_64/memset_chk.S: Likewise.
44725 2012-04-07  David S. Miller  <davem@davemloft.net>
44727         * elf/elf.h (R_SPARC_WDISP10): Define.
44728         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44729         R_SPARC_SIZE32.
44730         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44731         R_SPARC_SIZE64 and R_SPARC_H34.
44733 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44735         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44736         conditions and remove no longer applicable assertion.
44738 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44740         * bits/byteswap.h: Include <features.h>.
44741         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44742         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44744 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44746         * bits/byteswap.h (__bswap_16): Removed.
44747         Include <bits/byteswap-16.h> to get __bswap_16.
44748         * sysdeps/i386/bits/byteswap.h: Likewise.
44749         * sysdeps/s390/bits/byteswap.h: Likewise.
44750         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44751         * bits/byteswap-16.h: New file.
44752         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44753         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44754         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44755         * string/Makefile (headers): Add bits/byteswap-16.h.
44757 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44759         [BZ #13895]
44760         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44761         extra indirection.
44762         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44763         * nss/tst-nss-static.c: New.
44765 2012-04-06  Robert Millan  <rmh@gnu.org>
44767         [BZ #6486]
44768         * manual/llio.texi (File Position Primitive): lseek
44769         refers to WHENCE when it really means OFFSET.
44771 2012-04-06  Andreas Jaeger  <aj@suse.de>
44773         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44774         strncmp declarations.
44776         * abilist/libc.abilist: Add __poll and __ppoll.
44778 2012-04-05  David S. Miller  <davem@davemloft.net>
44780         * scripts/check-local-headers.sh: Accept a host triplet in the
44781         path matched by the exclude regexp.
44783         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44784         definition.
44785         * sysdeps/powerpc/powerpc32/dl-machine.h
44786         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44787         * sysdeps/s390/s390-32/dl-machine.h
44788         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44789         * sysdeps/sparc/sparc32/dl-machine.h
44790         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44791         * sysdeps/sparc/sparc64/dl-machine.h
44792         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44794         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44795         lazy binding.
44796         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44797         undefined symbol errors.
44799         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44800         DT_NEEDED entries.
44802 2012-04-05  Michael Matz  <matz@suse.de>
44804         [BZ #13592]
44805         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44807 2012-04-05  Andreas Jaeger  <aj@suse.de>
44809         [BZ #13908]
44810         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44811         comment.
44813 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44815         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44816         which ROUND is no valid rounding mode.
44818 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44820         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44821         read again.
44822         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44824 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44826         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44827         an exception using FPU order intentionally.
44829 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44831         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44832         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44833         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44834         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44836 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44838         [BZ #12340]
44839         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44840         EINVAL when BUFLEN is too smal.
44842 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44844         [BZ #13553]
44845         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44846         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44848 2012-04-03  Andreas Jaeger  <aj@suse.de>
44850         [BZ #13938]
44851         * manual/setjmp.texi (System V contexts): Fix sentence.
44853         [BZ #13926]
44854         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44855         New macro for this case.
44856         [!__GNUC__] (__bswap_64): New inline function for this case.
44857         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44858         * bits/byteswap.h: Likewise.
44859         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44860         ull, guard with __GLIBC_HAVE_LONG_LONG.
44862         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44863         __GLIBC_HAVE_LONG_LONG.
44865         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44866         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44868 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44870         [BZ #13691]
44871         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44872         inptr and inend, rather than using last_ch.
44874 2012-04-02  David S. Miller  <davem@davemloft.net>
44876         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44877         * stdio-common/printf-parse.h (read_int): Change return type to
44878         'int', return -1 on INT_MAX overflow.
44879         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44880         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44881         overflows INT_MAX.  Check for overflow of in-format-string precision
44882         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44883         SIZE_MAX not INT_MAX for integer overflow test.
44884         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44885         skip the construct in the format string but do not record anything.
44886         * stdio-common/bug22.c: Adjust to test both width/prevision
44887         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44888         explicitly for proper errno values.
44890 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44892         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44893         CHAR_MAX.
44894         * string/test-strcmp.c [! WIDE]: Likewise.
44895         * time/tst-mktime2.c: Likewise for INT_MAX.
44896         * string/test-string.h: #include <sys/param.h> for MIN.
44898         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44899         * sysdeps/i386/init-first.c (init): Likewise.
44900         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44901         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44902         * sysdeps/sh/init-first.c (init): Likewise.
44904 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44906         * po/ru.po: Update from translation team.
44907         * po/vi.po: Likewise.
44909 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44911         * resolv/nss_dns/dns-host.c: Merge copyright years.
44913 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44915         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44916         Optimize memcpy with prefetch if
44917         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44918         src, dst pointers have unequal 16 byte alignments.
44920 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44922         [BZ #13928]
44923         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44924         from a CNAME entry and return the minimum ttl for the query.
44925         (gaih_getanswer_slice): Likewise.
44927 2012-03-30  Jeff Law  <law@redhat.com>
44929         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44930         due to long keys.
44931         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44932         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44934         * resolv/nss_dns/dns-host.c: Update copyright year.
44936 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44938         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44939         requests to save a system call.  Fix check that all bytes are sent.
44941         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44942         comments for sendmmsg.
44944 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44946         [BZ #13691]
44947         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44948         with only 1 character between 0x0041 and 0x01b0.
44949         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44950         * wcsmbs/tst-mbsnrtowcs.c: New file.
44952 2012-03-29  David S. Miller  <davem@davemloft.net>
44954         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44955         small copies by hand.
44957 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44959         [BZ #13761]
44960         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44961         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44962         group memberships.
44964 2012-03-28  David S. Miller  <davem@davemloft.net>
44966         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44967         that branches into memcpy.
44968         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44969         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44970         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44971         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44972         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44973         bits.
44974         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44975         implementation too.
44976         * sysdeps/sparc/mempcpy.S: New file.
44978         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44979         the IFUNC routine in the libc case.
44980         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44982         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44983         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44984         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44985         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44986         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44987         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44988         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44989         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44991         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44992         loop to 256 bytes instead of 64 bytes and fix test signedness.
44994         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44995         * sysdeps/sparc/sparc32/Makefile: rather than here...
44996         * sysdeps/sparc/sparc64/Makefile: and here.
44998 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45000         * malloc/mallocbug.c: Avoid warnings about unused variables.
45002 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45004         [BZ #13760]
45005         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45006         in the right place. Discard and retry query if response is
45007         larger than input buffer size.
45009 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45011         [BZ #369]
45012         [BZ #2678]
45013         [BZ #3866]
45014         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45015         x for large integer exponent.
45016         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45017         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45018         sign of result as needed afterwards.
45019         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45020         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45021         result for underflowing pow the same as for overflow.
45022         (__kernel_standard_l): Handle powl overflow and underflow here
45023         rather than calling __kernel_standard.
45024         * math/libm-test.inc (pow_test): Add more tests.
45026         [BZ #3868]
45027         [BZ #13879]
45028         [BZ #13910]
45029         [BZ #13911]
45030         [BZ #13912]
45031         [BZ #13913]
45032         [BZ #13915]
45033         [BZ #13916]
45034         [BZ #13917]
45035         [BZ #13918]
45036         [BZ #13919]
45037         [BZ #13920]
45038         [BZ #13921]
45039         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45040         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45041         (__kernel_standard_l): New function.
45042         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45043         __kernel_standard.
45044         * math/w_acosl.c (__acosl): Likewise.
45045         * math/w_asinl.c (__asinl): Likewise.
45046         * math/w_atan2l.c (__atan2l): Likewise.
45047         * math/w_atanhl.c (__atanhl): Likewise.
45048         * math/w_coshl.c (__coshl): Likewise.
45049         * math/w_exp10l.c (__exp10l): Likewise.
45050         * math/w_exp2l.c (__exp2l): Likewise.
45051         * math/w_fmodl.c (__fmodl): Likewise.
45052         * math/w_hypotl.c (__hypotl): Likewise.
45053         * math/w_j0l.c (__j0l, __y0l): Likewise.
45054         * math/w_j1l.c (__j1l, __y1l): Likewise.
45055         * math/w_jnl.c (__jnl, __ynl): Likewise.
45056         * math/w_lgammal.c (__lgammal): Likewise.
45057         * math/w_log10l.c (__log10l): Likewise.
45058         * math/w_log2l.c (__log2l): Likewise.
45059         * math/w_logl.c (__logl): Likewise.
45060         * math/w_powl.c (__powl): Likewise.
45061         * math/w_remainderl.c (__remainderl): Likewise.
45062         * math/w_scalbl.c (sysv_scalbl): Likewise.
45063         * math/w_sinhl.c (__sinhl): Likewise.
45064         * math/w_sqrtl.c (__sqrtl): Likewise.
45065         * math/w_tgammal.c (__tgammal): Likewise.
45066         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45067         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45068         * math/libm-test.inc (acos_test): Add more tests.
45069         (acosh_test): Likewise.
45070         (asin_test): Likewise.
45071         (atanh_test): Likewise.
45072         (exp_test): Likewise.
45073         (exp10_test): Likewise.
45074         (exp2_test): Likewise.
45075         (expm1_test): Likewise.
45076         (lgamma_test): Likewise.
45077         (log_test): Likewise.
45078         (log10_test): Likewise.
45079         (log1p_test): Likewise.
45080         (log2_test): Likewise.
45081         (pow_test): Do not allow some spurious overflow exceptions.
45082         (sqrt_test): Add more tests.
45083         (tgamma_test): Likewise.
45084         (y0_test): Likewise.
45085         (y1_test): Likewise.
45086         (yn_test): Likewise.
45088 2012-03-27  Anton Blanchard  <anton@samba.org>
45090         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45091         MAP_HUGETLB.
45092         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45093         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45094         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45096 2012-03-27  David S. Miller  <davem@davemloft.net>
45098         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45100         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45101         have-as-vis3 check.
45103 2012-03-27  Andreas Jaeger  <aj@suse.de>
45105         * sysdeps/x86_64/elf/configure.in: Moved to ...
45106         * sysdeps/x86_64/configure.in: ... here.
45107         * sysdeps/x86_64/elf/start.S: Moved to ...
45108         * sysdeps/x86_64/start.S: ... here.
45109         * sysdeps/x86_64/elf/configure: Delete.
45111         * sysdeps/x86_64/configure.in: Merge contents from
45112         sysdeps/i386/configure.in (without i686 check).
45114         * sysdeps/i386/elf/Versions: Merge into ...
45115         * sysdeps/i386/Versions: ... this.
45116         * sysdeps/i386/elf/Versions: Delete file.
45117         * sysdeps/i386/elf/start.S: Moved to ...
45118         * sysdeps/i386/start.S: ...here.
45119         * sysdeps/i386/elf/configure.in: Merge into...
45120         * sysdeps/i386/configure.in: ...here.
45121         * sysdeps/i386/elf/configure.in: Delete file.
45122         * sysdeps/i386/elf/configure: Delete file.
45124         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45125         * debug/backtracesyms.c: ... here.
45126         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45127         * debug/backtracesymsfd.c: ... here.
45128         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45129         * sysdeps/generic/ifunc-sel.h: ... here.
45131         * sysdeps/unix/i386/start.c: Delete file.
45132         * sysdeps/unix/sparc/start.c: Delete file.
45133         * sysdeps/unix/start.c: Delete file.
45135         * sysdeps/sh/elf/configure.in: Moved to ...
45136         * sysdeps/sh/configure.in: ... here.
45137         * sysdeps/sh/elf/start.S: Moved to ...
45138         * sysdeps/sh/start.S: ... here.
45139         * sysdeps/sh/elf/configure: Delete file.
45141         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45142         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45143         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45144         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45145         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45146         * sysdeps/powerpc/powerpc64/start.S: here.
45147         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45148         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45149         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45150         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45151         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45153         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45154         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45155         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45156         * sysdeps/powerpc/powerpc32/start.S: ... here.
45157         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45158         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45159         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45161         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45162         * sysdeps/powerpc/ifunc-sel.h: ... here.
45163         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45164         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45166         * sysdeps/sparc/elf/configure.in: Moved to ...
45167         * sysdeps/sparc/configure.in: ... here.
45168         * sysdeps/sparc/elf/configure: Delete file.
45169         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45170         * sysdeps/sparc/sparc32/start.S: ... here.
45171         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45172         * sysdeps/sparc/sparc64/start.S: ... here.
45173         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45174         * sysdeps/sparc/sparc32/Makefile: ... this.
45175         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45176         * sysdeps/sparc/sparc64/Makefile: ... this.
45178         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45179         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45180         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45181         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45182         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45183         * sysdeps/s390/s390-32/setjmp.S: ... here.
45184         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45185         * sysdeps/s390/s390-32/configure.in: ... here.
45186         * sysdeps/s390/s390-32/elf/configure: Delete file.
45187         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45188         * sysdeps/s390/s390-32/start.S: ... here.
45190         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45191         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45192         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45193         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45194         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45195         * sysdeps/s390/s390-64/setjmp.S: ... here.
45196         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45197         * sysdeps/s390/s390-64/configure.in: ... here
45198         * sysdeps/s390/s390-64/elf/configure: Delete file.
45199         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45200         * sysdeps/s390/s390-64/start.S: ... here.
45201         * sysdeps/s390/s390-64/elf/configure: Delete.
45203         * configure.in: Remove support for elf directories in sysdeps.
45205         * configure: Regenerated.
45206         * sysdeps/i386/configure: Regenerated.
45207         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45208         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45209         * sysdeps/s390/s390-32/configure: Regenerated.
45210         * sysdeps/s390/s390-64/configure: Regenerated.
45211         * sysdeps/sh/configure: Regenerated.
45212         * sysdeps/sparc/configure: Regenerated.
45213         * sysdeps/x86_64/configure: Regenerated.
45215 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45220         denormal result into account.
45222 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45224         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45225         Reported by Allan McRae <allan@archlinux.org>.
45227 2012-03-23  Jeff Law  <law@redhat.com>
45229         * nss/getnssent.c (__nss_getent): Fix typo.
45231 2012-03-23  David S. Miller  <davem@davemloft.net>
45233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45235 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45237         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45238         to pad to uint64_t for each field.
45239         (dl_tls_index): Replace unsigned long with uint64_t.
45241 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45242         Paul Pluzhnikov  <ppluzhnikov@google.com>
45244         [BZ #6528]
45245         * grp/Makefile (otherlibs): Don't set it.
45246         * inet/Makefile (otherlibs): Likewise.
45247         * login/Makefile (otherlibs): Likewise.
45248         * nscd/Makefile (otherlibs): Likewise.
45249         * posix/Makefile (otherlibs): Likewise.
45250         * pwd/Makefile (otherlibs): Likewise.
45251         * rt/Makefile (otherlibs): Likewise.
45252         * sunrpc/Makefile (otherlibs): Likewise.
45253         * nss/Makefile (otherlibs): Likewise.
45254         Add libnss_files to routines and static-only-routines.
45255         ($(objpfx)getent): Remove rule.
45256         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45257         static-only-routines.
45259 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45261         [BZ #13892]
45262         * math/s_cexp.c: Include <float.h>.
45263         (__cexp): Handle exp result overflowing not necessarily
45264         overflowing both real and imaginary parts of result.
45265         * math/s_cexpf.c: Likewise.
45266         * math/s_cexpl.c: Likewise.
45267         * math/libm-test.inc (cexp_test): Add more tests.
45268         * sysdeps/i386/fpu/libm-test-ulps: Update.
45269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45271 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45273         * include/link.h (ELFW): New macro.
45274         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45275         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45277 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45279         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45280         with uint64_t.
45282 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45284         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45285         declaration.
45286         (struct La_x32_retval): Likewise.
45288 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45290         * sysdeps/x86_64/preconfigure.in: New file.
45291         * sysdeps/x86_64/preconfigure: New generated file.
45293 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45295         [BZ #13824]
45296         * math/e_exp2l.c: Include <float.h>.
45297         (__ieee754_exp2l): Handle overflow and underflow cases
45298         separately.  Only pass fractional part of argument to
45299         __ieee754_expl.
45300         * math/libm-test.inc (exp2_test): Add more tests.
45302         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45303         negating x to take absolute value.
45304         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45305         Likewise.
45306         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45307         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45308         Likewise.
45309         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45310         computing low part if x was negated.
45311         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45313 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45315         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45316         la_x32_gnu_pltexit.
45317         (pltexit): Cast int_retval to ptrdiff_t.
45318         * elf/tst-auditmod3b.c: Likewise.
45319         * elf/tst-auditmod4b.c: Likewise.
45320         * elf/tst-auditmod5b.c: Likewise.
45321         * elf/tst-auditmod6b.c: Likewise.
45322         * elf/tst-auditmod6c.c: Likewise.
45323         * elf/tst-auditmod7b.c: Likewise.
45325         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45326         and x32_gnu_pltexit.
45328         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45329         __ELF_NATIVE_CLASS.
45330         (La_x32_regs): New macro.
45331         (La_x32_retval): Likewise.
45332         (la_x32_gnu_pltenter): New function prototype.
45333         (la_x32_gnu_pltexit): Likewise.
45335 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45337         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45338         exponent.
45340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45342         * configure.in (libc_cv_cc_nofma): Check for option to disable
45343         generation of FMA instructions.
45344         * configure: Regenerate.
45345         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45346         * sysdeps/ieee754/dbl-64/Makefile: New file.
45347         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45348         Remove brandred-fma4.
45349         (CFLAGS-brandred-fma4.c): Remove.
45350         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45351         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45352         define.
45353         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45354         define.
45356 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45358         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45359         LLONG_MAX != LONG_MAX.
45360         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45361         (_fitoa_word): Likewise.
45362         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45363         LLONG_MAX != LONG_MAX.
45364         * stdio-common/_itowa.h: Include <_itoa.h>.
45365         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45366         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45367         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45368         only if not defined.
45369         (_ITOA_WORD_TYPE): Likewise.
45370         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45371         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45373 2012-03-21  David S. Miller  <davem@davemloft.net>
45375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45377 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45379         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45380         of x86_64 when setting libc_cv_slibdir, libdir and
45381         libc_cv_localedir.
45382         * sysdeps/unix/sysv/linux/configure: Regenerated.
45384 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45386         * manual/lang.texi (Old Varargs): Remove section.
45387         (How Variadic): Update menu.
45388         (va_start): Do not mention varargs.h.
45390 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45391             Joseph Myers  <joseph@codesourcery.com>
45393         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45394         link test.
45395         * configure: Regenerated.
45397 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45399         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45400         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45401         conformtest.pl
45403 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45405         * NOTES: Remove.
45406         * Makefile (files-for-dist): Remove NOTES.
45407         (NOTES): Remove rule.
45408         * README: Don't refer to NOTES.
45409         * manual/creature.texi: Don't include macros.texi.
45410         * manual/intro.texi (creature.texi): Remove comment referring to
45411         NOTES.
45413         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45414         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45415         * configure: Regenerated.
45416         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45417         LIBC_TRY_CC_OPTION.
45418         (libc_cv_as_i686): Likewise.
45419         (libc_cv_cc_avx): Likewise.
45420         (libc_cv_cc_sse2avx): Likewise.
45421         (libc_cv_cc_fma4): Likewise.
45422         (libc_cv_cc_novzeroupper): Likewise.
45423         * sysdeps/i386/configure: Regenerated.
45425         [BZ #13883]
45426         * sysdeps/i386/fpu/s_cexp.S: Remove.
45427         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45428         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45429         * math/libm-test.inc (cexp_test): Add more tests.
45430         * sysdeps/i386/fpu/libm-test-ulps: Update.
45431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45433 2012-03-21  Allan McRae  <allan@archlinux.org>
45435         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45437 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45439         [BZ #13871]
45440         * math/w_exp2.c: Do not include <float.h>.
45441         (o_threshold, u_threshold): Remove.
45442         (__exp2): Calculate result before checking finiteness and calling
45443         __kernel_standard.
45444         * math/w_exp2f.c: Likewise.
45445         * math/w_exp2l.c: Likewise.
45446         * math/libm-test.inc (exp2_test): Require overflow exception for
45447         1e6 input.
45449         [BZ #3866]
45450         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45451         range of signed 64-bit integers before using fistpll.  Remove
45452         checks for whether integers fit in mantissa bits.
45453         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45454         the range of signed 32-bit integers before using fistpl.  Remove
45455         checks for whether integers fit in mantissa bits.
45456         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45457         (__ieee754_powl): Test for y outside the range of signed 64-bit
45458         integers before using fistpll.  Reduce 64-bit values to 63-bit
45459         ones as needed.
45460         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45461         divide-by-zero is raised for zero to large negative powers.
45462         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45463         (__ieee754_powl): Test for y outside the range of signed 64-bit
45464         integers before using fistpll.  Reduce 64-bit values to 63-bit
45465         ones as needed.
45466         * math/libm-test.inc (pow_test): Add more tests.
45468 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45470         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45471         <stdio-common/_itoa.h>.
45472         * debug/segfault.c: Likewise.
45473         * elf/dl-cache.c: Likewise.
45474         * elf/dl-minimal.c: Likewise.
45475         * elf/dl-misc.c: Likewise.
45476         * elf/dl-sysdep.c: Likewise.
45477         * elf/dl-version.c: Likewise.
45478         * elf/rtld.c: Likewise.
45479         * hurd/hurdsock.c: Likewise.
45480         * hurd/lookup-retry.c: Likewise.
45481         * malloc/malloc.c: Likewise.
45482         * malloc/mtrace.c: Likewise.
45483         * nscd/nscd_getgr_r.c: Likewise.
45484         * nscd/nscd_getpw_r.c: Likewise.
45485         * nscd/nscd_getserv_r.c: Likewise.
45486         * posix/getopt_init.c: Likewise.
45487         * posix/wordexp.c: Likewise.
45488         * stdio-common/_itoa.c: Likewise.
45489         * stdio-common/printf_fphex.c: Likewise.
45490         * stdio-common/vfprintf.c: Likewise.
45491         * string/_strerror.c: Likewise.
45492         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45493         * sysdeps/i386/i686/hp-timing.h: Likewise.
45494         * sysdeps/mach/_strerror.c: Likewise.
45495         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45496         * sysdeps/mach/hurd/sethostid.c: Likewise.
45497         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45498         * sysdeps/mach/xpg-strerror.c: Likewise.
45499         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45500         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45501         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45502         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45503         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45504         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45505         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45506         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45507         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45508         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45509         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45510         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45511         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45512         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45513         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45514         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45515         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45516         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45517         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45518         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45519         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45521         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45523         * stdio-common/_itoa.h: Moved to ...
45524         * sysdeps/generic/_itoa.h: Here.
45526         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45528         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45529         instead of "_itoa.h" and "_itowa.h".
45530         * stdio-common/vfprintf.: Likewise.
45532 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45534         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45535         <bits/wordsize.h>.
45536         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45537         (__signbit): Likwise.
45538         (llrintf): Likwise.
45539         (llrint): Likwise.
45541 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45543         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45544         __WORDSIZE != 64.
45546 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45548         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45549         OVERFLOW_EXCEPTION_OK.
45550         * math/libm-test.inc ("Philosophy"): Update comment about
45551         exception testing.
45552         (OVERFLOW_EXCEPTION): Define.
45553         (OVERFLOW_EXCEPTION_OK): Likewise.
45554         (INVALID_EXCEPTION_OK): Renumber.
45555         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45556         (IGNORE_ZERO_INF_SIGN): Likewise.
45557         (test_exceptions): Handle FE_OVERFLOW.
45558         (exp10_test): Expect overflow exceptions.
45559         (exp2_test): Likewise.
45560         (expm1_test): Likewise.
45561         (nextafter_test): Likewise.
45562         (pow_test): Likewise.
45563         (scalbn_test): Likewise.
45564         (scalbln_test): Likewise.
45566 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45568         * sysdeps/x86_64/bits/atomic.h
45569         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45570         64bit integer.
45571         (atomic_exchange_acq): Likewise.
45572         (__arch_exchange_and_add_body): Likewise.
45573         (__arch_add_body): Likewise.
45574         (atomic_add_negative): Likewise.
45575         (atomic_add_zero): Likewise.
45577 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45579         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45580         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45582 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45584         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45585         Check __x86_64__ instead of __WORDSIZE.
45587 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45589         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45591 2012-03-19  David S. Miller  <davem@davemloft.net>
45593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45595         * sysdeps/sparc/fpu/fenv_private.h: New file.
45596         * sysdeps/sparc/fpu/math_private.h: Use it.
45597         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45598         Remove.
45599         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45600         (libc_feholdexcept_setroundl): Remove.
45601         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45602         Remove.
45603         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45604         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45606 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45608         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45609         int64_t instead of long int.
45610         (INSERT_WORDS64): Likwise.
45612 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45614         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45615         _Unwind_GetCFA return to _Unwind_Ptr first.
45617 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45619         [BZ #13629]
45620         * math/s_clog.c: Include <float.h>.
45621         (__clog): Scale large or subnormal inputs.
45622         * math/s_clogf.c: Likewise.
45623         * math/s_clogl.c: Likewise.
45624         * math/s_clog10.c: Include <float.h>.
45625         (M_LOG10_2): Define.
45626         (__clog10): Scale large or subnormal inputs.
45627         * math/s_clog10f.c: Likewise.
45628         * math/s_clog10l.c: Likewise.
45629         * math/libm-test.inc (clog_test): Add more tests.
45630         (clog10_test): Likewise.
45631         * sysdeps/i386/fpu/libm-test-ulps: Update.
45632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45634         [BZ #11451]
45635         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45636         x and y.
45637         * math/libm-test.inc (atan2_test): Add another test.
45639         * Makerules (common-objdir-compile): Remove.
45640         * sysdeps/unix/Makefile (config-generated): Do not add
45641         $(unix-generated) to variable.
45642         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45643         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45644         Remove rule.
45645         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45646         Likewise.
45647         [generic bits/local_lim.h] (before-compile): Do not append to
45648         variable.
45649         [generic bits/local_lim.h] (common-generated): Likewise.
45650         [generic sys/param.h] (before-compile): Do not append to variable.
45651         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45652         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45653         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45654         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45655         include.
45656         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45657         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45658         [generic sys/param.h] ($(addprefix
45659         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45660         [generic sys/param.h] (common-generated): Do not append to
45661         variable.
45662         [generic sys/param.h] (sysdep_headers): Likewise.
45663         [generic bits/errno.h] (before-compile): Do not append to
45664         variable.
45665         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45666         rule.
45667         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45668         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45669         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45670         [generic bits/errno.h] (common-generated): Do not append to
45671         variable.
45672         [generic bits/ioctls.h] (before-compile): Do not append to
45673         variable.
45674         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45675         rule.
45676         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45677         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45678         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45679         rule.
45680         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45681         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45682         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45683         [generic bits/ioctls.h] (common-generated): Do not append to
45684         variable.
45685         [generic sys/syscall.h] (syscall.h): Remove variable.
45686         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45687         rule.
45688         [generic sys/syscall.h] (before-compile): Do not append to
45689         variable.
45690         [generic sys/syscall.h] (common-generated): Likewise.
45691         * sysdeps/unix/errnos-tmpl.c: Remove file.
45692         * sysdeps/unix/errnos.awk: Likewise.
45693         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45694         * sysdeps/unix/ioctls.awk: Likewise.
45695         * sysdeps/unix/mk-local_lim.c: Likewise.
45696         * sysdeps/unix/snarf-ioctls: Likewise.
45698 2012-03-19  Richard Henderson  <rth@twiddle.net>
45700         * sysdeps/i386/fpu/fenv_private.h: New file.
45701         * sysdeps/i386/fpu/math_private.h: Use it.
45702         (math_opt_barrier, math_force_eval): Remove.
45703         (libc_feholdexcept_setround_53bit): Remove.
45704         (libc_feupdateenv_53bit): Remove.
45705         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45706         (math_opt_barrier, math_force_eval): Remove.
45707         (libc_feholdexcept): Remove.
45708         (libc_feholdexcept_setround): Remove.
45709         (libc_fetestexcept, libc_fesetenv): Remove.
45710         (libc_feupdateenv_test): Remove.
45711         (libc_feupdateenv, libc_feholdsetround): Remove.
45712         (libc_feresetround): Remove.
45714         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45715         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45717         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45718         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45719         (libc_feupdateenv_testl): New.
45720         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45721         (libc_feupdateenv_testf): New.
45722         (libc_feupdateenv): Use libc_feupdateenv_test.
45723         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45724         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45726         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45727         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45728         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45729         (libc_feresetround_noex): New.
45730         (libc_feresetround_noexf): New.
45731         (libc_feresetround_noexl): New.
45732         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45733         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45734         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45735         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45736         SET_RESTORE_ROUND.
45737         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45738         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45739         (__cos): Likewise.
45740         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45741         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45742         SET_RESTORE_ROUND_NOEX.
45743         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45744         SET_RESTORE_ROUND_NOEXF.
45745         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45746         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45747         (libc_feholdsetroundf): New.
45748         (libc_feresetround, libc_feresetroundf): New.
45750         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45751         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45752         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45754         * sysdeps/generic/math_private.h: Include <fenv.h>.
45755         (default_libc_feholdexcept): New.
45756         (default_libc_feholdexcept_setround): New.
45757         (default_libc_fesetenv, default_libc_feupdateenv): New.
45758         (libc_feholdexcept): Only define if undefined.
45759         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45760         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45761         (libc_feholdexcept_setroundl): Likewise.
45762         (libc_feholdexcept_setround_53bit): Likewise.
45763         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45764         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45765         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45766         (libc_feupdateenv_53bit): Likewise.
45767         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45768         (libc_feholdexcept): Convert from macro to inline function.
45769         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45770         (libc_fesetenv, libc_feupdateenv): Likewise.
45772         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45773         not previously defined.
45774         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45775         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45776         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45777         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45778         * sysdeps/ieee754/flt-32/math_private.h: New file.
45779         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45780         math_private.h below SET_FLOAT_WORD.
45781         (__isnan, __isinf_ns, __finite): Remove.
45782         (__isnanf, __isinf_nsf, __finitef): Remove.
45784 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45788 2012-03-17  David S. Miller  <davem@davemloft.net>
45790         [BZ #6471]
45791         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45792         for 2.16.
45794 2012-03-16  David S. Miller  <davem@davemloft.net>
45796         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45797         warnings.
45799         [BZ #6471]
45800         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45801         properly.
45802         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45803         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45804         sysdep_routines when subdir is sysvipc.
45805         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45806         __getshmlba helper.
45808         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45810 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45812         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45813         [__LP64__].
45815 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45817         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45818         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45819         (__lround): Renamed to ...
45820         (__llround): This.  Replace long int with long long int.
45821         Define lround functions as aliases of llround functions.
45822         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45824 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45826         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45827         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45828         adresses to uintptr_t.  Replace "long int" and "unsigned long
45829         int" with "greg_t" on va_arg.
45831 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45833         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45834         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45836         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45837         Move e_machine check before EI_CLASS check.  Handle x32
45838         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45839         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45840         SKIP_EM_IA_64 and include
45841         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45843         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45844         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45845         (add_system_dir): New macro.
45847         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45848         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45850 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45852         [BZ #2551]
45853         [BZ #2552]
45854         [BZ #2553]
45855         [BZ #2554]
45856         [BZ #2562]
45857         [BZ #2563]
45858         [BZ #2565]
45859         [BZ #2566]
45860         [BZ #2576]
45861         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45862         (y0): Likewise.
45863         * math/w_j0f.c (j0f): Likewise.
45864         (y0f): Likewise.
45865         * math/w_j0l.c (__j0l): Likewise.
45866         (__y0l): Likewise.
45867         * math/w_j1.c (j1): Likewise.
45868         (y1): Likewise.
45869         * math/w_j1f.c (j1f): Likewise.
45870         (y1f): Likewise.
45871         * math/w_j1l.c (__j1l): Likewise.
45872         (__y1l): Likewise.
45873         * math/w_jn.c (jn): Likewise.
45874         (yn): Likewise.
45875         * math/w_jnf.c (jnf): Likewise.
45876         (ynf): Likewise.
45877         * math/w_jnl.c (__jnl): Likewise.
45878         (__ynl): Likewise.
45879         * math/libm-test.inc (j0_test): Add more tests.
45880         (j1_test): Likewise.
45881         (jn_test): Likewise.  Add trailing semicolon to existing test.
45882         (y0_test): Likewise.
45883         (y1_test): Likewise.
45884         * sysdeps/i386/fpu/libm-test-ulps: Update.
45885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45887         [BZ #13851]
45888         [BZ #13854]
45889         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45890         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45891         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45892         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45893         (__tanl): Set errno for infinite argument.
45894         * sysdeps/i386/fpu/mptan.c: Remove.
45895         * sysdeps/i386/fpu/s_tan.S: Likewise.
45896         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45897         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45898         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45899         * math/libm-test.inc (tan_test): Add more tests and enable more
45900         tests for double and long double.
45901         * sysdeps/i386/fpu/libm-test-ulps: Update.
45902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45904 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45906         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45907         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45909 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45911         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45912         * configure.in: Use it for both main tree and add-ons.
45913         * configure: Regenerated.
45915 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45917         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45919 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45921         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45922         in comment.
45924         [BZ #13851]
45925         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45926         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45927         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45928         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45929         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45930         infinite argument.
45931         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45932         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45933         != 0 for prec == 2.
45934         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45935         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45936         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45937         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45938         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45939         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45940         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45941         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45942         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45943         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45944         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45945         * math/libm-test.inc (cos_test): Add more tests and enable more
45946         tests for long double.
45947         (sin_test): Likewise.
45948         (sincos_test): Likewise.
45949         * sysdeps/i386/fpu/libm-test-ulps: Update.
45950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45952 2012-03-16  David S. Miller  <davem@davemloft.net>
45954         * sysdeps/sparc/fpu/math_private.h: New file.
45956 2012-03-15  David S. Miller  <davem@davemloft.net>
45958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45959         file.
45960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45962         file.
45963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45964         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45965         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45966         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45967         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45968         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45969         sysdep routines.
45970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45972         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45973         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45975         * sysdeps/sparc/sparc-ifunc.h: New file.
45976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45977         sparc-ifunc.h
45978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45980         Likewise.
45981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45982         Likewise.
45983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45987         Likewise.
45988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45993         Likewise.
45994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45995         Likewise.
45996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46001         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46002         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46003         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46004         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46005         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46006         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46007         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46008         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46009         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46010         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46011         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46012         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46013         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46014         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46015         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46016         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46017         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46018         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46019         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46021 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46023         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46024         scaling.
46025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46027 2012-03-15  Andreas Jaeger  <aj@suse.de>
46029         [BZ #13852]
46030         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46031         ieee754/flt-32 implementation for sin, cos and sincos.
46032         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46033         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46034         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46035         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46036         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46037         ieee754/flt-32 implementation for tan.
46039         * math/libm-test.inc (cos_test): Enable some large input tests for
46040         float as well
46041         (sin_test): Likewise.
46042         (sincos_test): Likewise.
46043         (tan_test): Add tests for large input.
46045         * sysdeps/i386/fpu/libm-test-ulps: Update.
46047 2012-03-15  Andreas Jaeger  <aj@suse.de>
46049         [BZ #13658]
46050         * math/libm-test.inc (cos_test): Add more test cases.
46051         (sin_test): Likewise.
46052         (sincos_test): Likewise.
46054 2012-03-15  Andreas Jaeger  <aj@suse.de>
46056         [BZ #13837]
46057         * math/libm-test.inc (cos_test): Add a test case for large input
46058         value.
46059         (sin_test): Likewise.
46060         (sincos_test): Likewise.
46062 2012-03-15  Andreas Jaeger  <aj@suse.de>
46063             Joseph Myers  <joseph@codesourcery.com>
46065         [BZ #13658]
46066         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46067         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46068         * sysdeps/i386/fpu/branred.c: Likewise.
46069         * sysdeps/i386/fpu/dosincos.c: Likewise.
46070         * sysdeps/i386/fpu/mpa.c: Likewise.
46071         * sysdeps/i386/fpu/s_cos.S: Likewise.
46072         * sysdeps/i386/fpu/s_sin.S: Likewise.
46073         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46074         * sysdeps/i386/fpu/sincos32.c: Likewise.
46076         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46077         Define.
46078         (libc_feupdateenv_53bit): Define.
46079         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46080         Define.
46081         (libc_feupdateenv_53bit): Define.
46083         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46084         53 bit (without extend i386 double precision).
46086         * math/libm-test.inc (sincos_test): Add tests for large input.
46087         (sin): Likewise.
46088         (cos): Likewise.
46090         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46092 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46096 2012-03-15  David S. Miller  <davem@davemloft.net>
46098         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46099         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46100         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46101         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46107         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46108         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46109         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46110         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46111         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46114         file.
46115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46117         file.
46118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46120         file.
46121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46123         file.
46124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46125         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46126         fmin/fmax sysdep routines.
46127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46129 2012-03-14  David S. Miller  <davem@davemloft.net>
46131         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46132         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46133         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46134         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46135         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46136         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46137         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46138         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46139         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46140         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46141         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46142         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46143         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46144         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46145         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46146         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46147         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46148         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46149         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46150         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46151         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46152         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46153         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46154         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46155         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46156         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46157         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46158         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46159         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46160         routines.
46161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46162         file.
46163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46165         file.
46166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46168         file.
46169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46171         file.
46172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46174         file.
46175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46177         file.
46178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46179         file.
46180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46181         file.
46182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46183         file.
46184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46185         New file.
46186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46187         file.
46188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46189         file.
46190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46192         file.
46193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46195         file.
46196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46198         file.
46199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46201         VIS3 routines.
46203         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46204         New file.
46206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46208         * sysdeps/sparc/configure.in: New file.
46209         * sysdeps/sparc/configure: Generate.
46210         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46211         * configure: Regenerate.
46212         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46213         * config.make.in (have-as-vis3): New.
46214         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46215         available use -Av9d instead of -Av9a.
46216         * sysdeps/sparc/sparc64/Makefile: Likewise.
46217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46219         New file.
46220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46221         file.
46222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46223         New file.
46224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46225         file.
46226         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46227         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46228         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46229         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46230         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46232         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46233         fzeros/fnegs to load 0x80000000 into a float register instead of
46234         using the stack.
46235         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46237 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46239         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46240         bits/syscall.h.
46241         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46242         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46243         ($(inst_includedir)/bits/syscall.h): Remove rule.
46244         ($(objpfx)bits/syscall.d): Include instead of
46245         $(objpfx)syscall-list.d.
46246         (generated): Change syscall-list.h and syscall-list.d to
46247         bits/syscall.h and bits/syscall.d.
46249 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46251         [BZ #13846]
46252         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46254 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46256         [BZ #13841]
46257         * math/s_csqrt.c: Include <float.h>.
46258         (__csqrt): Scale large or subnormal inputs.
46259         * math/s_csqrtf.c: Likewise.
46260         * math/s_csqrtl.c: Likewise.
46261         * math/libm-test.inc (csqrt_test): Add more tests.
46262         * sysdeps/i386/fpu/libm-test-ulps: Update.
46263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46265         [BZ #13840]
46266         * math/libm-test.inc (hypot_test): Add more tests.
46268 2012-03-13  David S. Miller  <davem@davemloft.net>
46270         [BZ #13840]
46271         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46272         double-precision for the calculation instead of scaling.
46274 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46276         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46277         manipulate bits before adding and subtracting TWO52[sx].
46278         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46279         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46280         Likewise.
46281         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46283 2012-03-13  David S. Miller  <davem@davemloft.net>
46285         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46286         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46287         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46288         rtld-global-offsets.h
46289         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46291         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46292         large parameters.
46294         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46296         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46297         'err' in the ifdef scope in which it is actually used.
46299         * nss/nss_db/db-init.c: Include string.h
46301 2012-03-12  David S. Miller  <davem@davemloft.net>
46303         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46304         masking out of the most significant byte of random value used.
46305         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46306         Fix coding style in previous change.
46308         * sysdeps/unix/sysv/linux/kernel-features.h
46309         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46310         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46311         expression.
46312         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46313         later.
46315 2012-03-11  David S. Miller  <davem@davemloft.net>
46317         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46318         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46319         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46320         for 'resultvar' otherwise things get truncated on 64-bit.
46322         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46323         Fix masking out of the most significant byte of random value used.
46325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46327 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46331 2012-03-09  David S. Miller  <davem@davemloft.net>
46333         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46334         variables with appropriate CPP guards.
46335         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46336         from the frame pointer, not the stack pointer.  Correct layout
46337         comments.  Fix test on resulting framesize and the management of
46338         the outregs buffer for pltexit.  Preserve floating point return
46339         values across _dl_call_pltexit call.
46340         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46341         framesize and the management of the outregs buffer for pltexit.
46342         Preserve floating point return values across _dl_call_pltexit
46343         call.
46344         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46345         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46346         (la_sparc64_gnu_pltexit): New functions.
46347         (print_exit): Fix format string for return register value.
46349 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46351         * sunrpc/Makefile (others): Add rpcgen.
46352         ($(objpfx)rpcgen): Remove special build rule and dependency on
46353         libc.
46354         * sunrpc/rpcgen.c: New file.
46356 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46358         [BZ #13673]
46359         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46360         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46361         * sysdeps/i386/crti.S: Likewise.
46362         * sysdeps/i386/crtn.S: Likewise.
46363         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46364         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46365         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46366         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46367         * sysdeps/sh/crti.S: Likewise.
46368         * sysdeps/sh/crtn.S: Likewise.
46369         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46371         [BZ #13673]
46372         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46373         with URL.
46374         * locale/programs/locfile-kw.gperf: Likewise.
46375         * locale/programs/charmap-kw.h: Regenerated.
46376         * locale/programs/locfile-kw.h: Likewise.
46378         [BZ #13673]
46379         * intl/plural.y: Replace FSF snail mail address with URL.
46380         * intl/plural.c: Regenerated.
46382 2012-03-09  Richard Henderson  <rth@twiddle.net>
46384         * include/math_private.h: Remove file.
46385         * math/math_private.h: Move file ...
46386         * sysdeps/generic/math_private.h: ... here.
46388         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46389         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46390         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46392         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46393         and <math_private.h>.
46394         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46395         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46396         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46397         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46398         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46399         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46400         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46401         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46402         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46403         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46404         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46417         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46418         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46419         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46420         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46421         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46422         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46423         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46424         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46425         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46426         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46427         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46428         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46429         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46430         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46431         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46432         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46433         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46434         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46435         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46436         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46437         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46438         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46439         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46440         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46441         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46442         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46443         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46444         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46445         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46446         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46447         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46448         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46449         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46450         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46451         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46452         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46453         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46454         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46455         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46456         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46457         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46458         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46459         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46460         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46461         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46462         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46463         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46464         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46465         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46466         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46467         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46468         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46469         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46470         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46471         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46472         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46473         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46474         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46475         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46476         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46477         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46478         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46479         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46480         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46481         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46482         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46483         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46484         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46485         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46486         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46487         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46488         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46489         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46490         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46491         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46492         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46493         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46494         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46495         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46496         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46497         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46498         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46499         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46500         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46501         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46502         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46503         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46504         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46505         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46506         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46507         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46508         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46509         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46510         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46511         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46512         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46513         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46514         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46515         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46516         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46517         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46518         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46519         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46520         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46521         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46522         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46523         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46524         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46525         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46526         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46527         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46528         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46529         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46530         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46531         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46532         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46533         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46534         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46535         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46536         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46537         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46538         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46539         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46540         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46541         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46542         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46543         * sysdeps/ieee754/k_standard.c: Likewise.
46544         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46545         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46546         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46547         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46548         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46549         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46550         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46551         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46552         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46553         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46554         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46555         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46556         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46557         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46558         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46559         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46560         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46561         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46562         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46563         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46564         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46565         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46566         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46567         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46568         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46569         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46570         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46571         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46572         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46574         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46575         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46576         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46577         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46578         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46579         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46597         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46600         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46602         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46604         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46605         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46606         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46607         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46608         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46610         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46611         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46612         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46613         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46614         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46617         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46618         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46619         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46620         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46621         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46622         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46624         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46625         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46626         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46627         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46630         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46631         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46632         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46634         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46635         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46637         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46642         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46647         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46648         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46649         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46652         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46653         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46654         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46657         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46659         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46663         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46664         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46666         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46667         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46668         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46669         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46671         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46673         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46676         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46677         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46678         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46679         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46680         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46682         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46683         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46685         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46690         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46692         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46693         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46694         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46695         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46699         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46700         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46702         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46704         * sysdeps/ieee754/s_lib_version.c: Likewise.
46705         * sysdeps/ieee754/s_matherr.c: Likewise.
46706         * sysdeps/ieee754/s_signgam.c: Likewise.
46707         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46708         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46709         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46710         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46711         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46712         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46713         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46714         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46715         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46716         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46717         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46718         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46719         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46720         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46721         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46722         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46723         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46724         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46725         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46726         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46727         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46729 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46731         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46732         * sunrpc/rpc_main.c: Likewise.
46733         * sunrpc/rpc_svcout.c: Likewise.
46735 2012-03-09  David S. Miller  <davem@davemloft.net>
46737         * include/math_private.h: New file.
46739 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46741         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46742         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46743         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46744         from <bits/socket_type.h>.
46745         (enum __socket_type): Don't define here.
46746         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46747         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46748         bits/socket_type.h.
46750         [BZ #13566]
46751         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46752         checking __USE_GNU.
46754         * Makerules ($(inst_includedir)/%.h): New rule.
46755         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46756         (install-others): Remove variable setting.
46757         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46759 2012-03-08  Richard Henderson  <rth@twiddle.net>
46761         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46762         from macro to inline function; merge with the
46763         !__LIBC_INTERNAL_MATH_INLINES version.
46764         (__ieee754_sqrtf): Likewise.
46766         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46767         to inline function.
46768         (__rintf, __floor, __floorf): Likewise.
46770         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46771         macro to inline function.
46772         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46774         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46775         not <math/math_private.h>.
46777 2012-03-08  David S. Miller  <davem@davemloft.net>
46779         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46780         copyright year.
46781         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46783 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46785         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46786         normalization.
46787         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46788         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46790 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46792         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46793         be defined individually, they must be defined as a block.  Define
46794         S for printing a string instead of hidint the different by using a
46795         macro for adding the 'l'.
46796         * stdio-common/tst-fphex-wide.c: Adjust.
46798 2012-03-07  Marek Polacek  <polacek@redhat.com>
46800         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46802 2012-03-08  Marek Polacek  <polacek@redhat.com>
46804         [BZ #13806]
46805         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46806         * stdio-common/tst-fphex.c: Define a few macros to make the
46807         test reusable.  Use them.
46808         * stdio-common/tst-fphex-wide.c: New file.
46810 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46812         [BZ #6911]
46813         * manual/macros.texi (gnusystems): New macro.
46814         (nongnusystems): Likewise.
46815         (gnulinuxhurdsystems): Likewise.
46816         (gnuhurdsystems): Likewise..
46817         (gnulinuxsystems): Likewise.
46818         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46819         variants of the GNU system, not "GNU system".
46820         * manual/conf.texi: Likewise.
46821         * manual/errno.texi: Likewise.  Update example of errno macro
46822         expansion.
46823         * manual/filesys.texi: Likewise.
46824         (getumask): Document as specific to GNU/Hurd.
46825         * manual/install.texi: Likewise.  Reword some references to
46826         GNU/Linux.
46827         * manual/intro.texi: Likewise.
46828         * manual/io.texi: Likewise.
46829         (File Name Portability): Detail which constraints are inapplicable
46830         to all GNU systems and which are only inapplicable to GNU/Hurd.
46831         * manual/job.texi: Likewise.
46832         * manual/llio.texi: Likewise.
46833         (O_NOCTTY): Document as present on GNU/Linux.
46834         * manual/maint.texi: Likewise.
46835         * manual/memory.texi: Likewise.
46836         * manual/pattern.texi: Likewise.
46837         * manual/pipe.texi: Likewise.
46838         * manual/process.texi: Likewise.
46839         * manual/resource.texi: Likewise.
46840         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46841         child on GNU/Hurd.
46842         * manual/setjmp.texi: Likewise.
46843         * manual/signal.texi: Likewise.
46844         * manual/startup.texi: Likewise.
46845         * manual/stdio.texi: Likewise.
46846         * manual/terminal.texi: Likewise.
46847         (ONLCR): Document as POSIX.
46848         (OXTABS): Document availability on GNU/Linux as XTABS.
46849         (ONOEOT): Document availability separately from other bits.
46850         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46851         * manual/time.texi: Likewise.
46852         * manual/users.texi: Likewise.
46853         * INSTALL: Regenerated.
46854         * sysdeps/gnu/errlist.c: Regenerated.
46856         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46857         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46858         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46859         puts.
46860         * configure: Regenerated.
46862 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46864         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46865         default includes instead of AC_HEADER_CHECK.
46866         * sysdeps/i386/configure: Regenerated.
46868         [BZ #10716]
46869         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46870         * math/s_cacoshf.c (__cacoshf): Likewise.
46871         * math/s_cacoshl.c (__cacoshl): Likewise.
46872         * math/s_casinh.c (__casinh): Set signs of result from argument.
46873         * math/s_casinhf.c (__casinhf): Likewise.
46874         * math/s_casinhl.c (__casinhl): Likewise.
46875         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46876         (casinh_test): Add more tests.
46877         * sysdeps/i386/fpu/libm-test-ulps: Update.
46878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46880 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46882         * po/zh_TW.po: Update from translation team.
46884         * login/Makefile (distribute): Remove variable.
46885         * catgets/Makefile: Likewise.
46886         * mach/Makefile: Likewise.
46887         * malloc/Makefile: Likewise.
46888         * misc/Makefile: Likewise.
46889         * iconv/Makefile: Likewise.
46890         * nscd/Makefile: Likewise.
46891         * hurd/Makefile: Likewise.
46892         * manual/Makefile: Likewise.
46893         * locale/Makefile: Likewise.
46894         * intl/Makefile: Likewise.
46895         * conform/Makefile: Likewise.
46896         * nss/Makefile: Likewise.
46897         * time/Makefile: Likewise.
46898         * soft-fp/Makefile: Likewise.
46899         * dirent/Makefile: Likewise.
46900         * gmon/Makefile: Likewise.
46901         * po/Makefile: Likewise.
46902         * rt/Makefile: Likewise.
46903         * socket/Makefile: Likewise.
46904         * math/Makefile: Likewise.
46905         * signal/Makefile: Likewise.
46906         * debug/Makefile: Likewise.
46907         * elf/Makefile: Likewise.
46908         * timezone/Makefile: Likewise.
46909         * stdlib/Makefile: Likewise.
46910         * iconvdata/Makefile: Likewise.
46911         * sunrpc/Makefile: Likewise.
46912         * io/Makefile: Likewise.
46913         * argp/Makefile: Likewise.
46914         * inet/Makefile: Likewise.
46915         * hesiod/Makefile: Likewise.
46916         * grp/Makefile: Likewise.
46917         * csu/Makefile: Likewise.
46918         * wctype/Makefile: Likewise.
46919         * crypt/Makefile: Likewise.
46920         * libio/Makefile: Likewise.
46921         * string/Makefile: Likewise.
46922         * nis/Makefile: Likewise.
46923         * resolv/Makefile: Likewise.
46924         * stdio-common/Makefile: Likewise.
46925         * wcsmbs/Makefile: Likewise.
46926         * dlfcn/Makefile: Likewise.
46927         * posix/Makefile: Likewise.
46929         [BZ #6959]
46930         * timezone/Makefile: Don't install timezone files, just the programs
46931         and scripts.
46933 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46935         * nss/databases.def: Add missing gshadow entry.
46937         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46939 2012-03-06  Marek Polacek  <polacek@redhat.com>
46941         [BZ #13726]
46942         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46943         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46944         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46945         * stdio-common/tst-long-dbl-fphex.c: New file.
46947 2012-03-06  David S. Miller  <davem@davemloft.net>
46949         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46950         (set_obp_int): New function.
46951         (get_obp_int): New function.
46952         (__get_clockfreq_via_dev_openprom): Likewise.
46953         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46954         Avoid unused variable warnings on 'val' and use builtin_expect.
46955         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46956         __builtin_expect.
46957         (INLINE_CLONE_SYSCALL): Likewise.
46959 2012-03-05  David S. Miller  <davem@davemloft.net>
46961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46963 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46967         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46968         only for |x| >= 40.
46969         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46971 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46973         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46974         Replace gettimeofday with __vdso_gettimeofday.
46976         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46977         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46978         __vdso_clock_gettime and __vdso_getcpu.
46980         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46981         time with __vdso_time.
46983 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46985         * manual/lang.texi (size_t): Note types to which size_t may be
46986         equivalent with the GNU C Library, but do not describe when
46987         differences between them are significant.
46989 2012-03-05  Andreas Jaeger  <aj@suse.de>
46991         * sysdeps/i386/fpu/libm-test-ulps: Update.
46993 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46995         [BZ #3976]
46996         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46997         (__ieee754_pow): Save and restore rounding mode and use
46998         round-to-nearest for main computations.
46999         * math/libm-test.inc (pow_test_tonearest): New function.
47000         (pow_test_towardzero): Likewise.
47001         (pow_test_downward): Likewise.
47002         (pow_test_upward): Likewise.
47003         (main): Call the new functions.
47004         * sysdeps/i386/fpu/libm-test-ulps: Update.
47005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47007         [BZ #3976]
47008         * math/libm-test.inc (cosh_test_tonearest): New function.
47009         (cosh_test_towardzero): Likewise.
47010         (cosh_test_downward): Likewise.
47011         (cosh_test_upward): Likewise.
47012         (sinh_test_tonearest): Likewise.
47013         (sinh_test_towardzero): Likewise.
47014         (sinh_test_downward): Likewise.
47015         (sinh_test_upward): Likewise.
47016         (main): Call the new functions.
47017         * sysdeps/i386/fpu/libm-test-ulps: Update.
47018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47020 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47022         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47023         default stack guard is set in last bytes.
47024         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47026 2012-03-05  Kees Cook  <keescook@chromium.org>
47028         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47030         [BZ #13656]
47031         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47032         possibly allocate from heap instead of stack.
47033         * stdio-common/bug-vfprintf-nargs.c: New file.
47034         * stdio-common/Makefile (tests): Add nargs overflow test.
47036 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47040 2012-03-03  Marek Polacek  <polacek@redhat.com>
47042         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47043         * math/math_private.h: Likewise.
47044         * stdlib/tst-strtod.c: Likewise.
47045         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47046         * sysdeps/x86_64/bits/atomic.h: Likewise.
47048 2012-03-02  David S. Miller  <davem@davemloft.net>
47050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47054         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47055         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47056         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47057         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47059 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47061         [BZ #13792]
47062         * manual/examples/README: New file, says the example source files
47063         can be used under GPL>=2.
47064         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47065         line containing just "*/".
47066         * manual/examples/add.c: Add copyright header (GPL>=2).
47067         * manual/examples/argp-ex1.c: Likewise.
47068         * manual/examples/argp-ex2.c: Likewise.
47069         * manual/examples/argp-ex3.c: Likewise.
47070         * manual/examples/argp-ex4.c: Likewise.
47071         * manual/examples/atexit.c: Likewise.
47072         * manual/examples/db.c: Likewise.
47073         * manual/examples/dir.c: Likewise.
47074         * manual/examples/dir2.c: Likewise.
47075         * manual/examples/execinfo.c: Likewise.
47076         * manual/examples/filecli.c: Likewise.
47077         * manual/examples/filesrv.c: Likewise.
47078         * manual/examples/fmtmsgexpl.c: Likewise.
47079         * manual/examples/genpass.c: Likewise.
47080         * manual/examples/inetcli.c: Likewise.
47081         * manual/examples/inetsrv.c: Likewise.
47082         * manual/examples/isockad.c: Likewise.
47083         * manual/examples/longopt.c: Likewise.
47084         * manual/examples/memopen.c: Likewise.
47085         * manual/examples/memstrm.c: Likewise.
47086         * manual/examples/mkfsock.c: Likewise.
47087         * manual/examples/mkisock.c: Likewise.
47088         * manual/examples/mygetpass.c: Likewise.
47089         * manual/examples/pipe.c: Likewise.
47090         * manual/examples/popen.c: Likewise.
47091         * manual/examples/rprintf.c: Likewise.
47092         * manual/examples/search.c: Likewise.
47093         * manual/examples/select.c: Likewise.
47094         * manual/examples/setjmp.c: Likewise.
47095         * manual/examples/sigh1.c: Likewise.
47096         * manual/examples/sigusr.c: Likewise.
47097         * manual/examples/stpcpy.c: Likewise.
47098         * manual/examples/strdupa.c: Likewise.
47099         * manual/examples/strftim.c: Likewise.
47100         * manual/examples/strncat.c: Likewise.
47101         * manual/examples/subopt.c: Likewise.
47102         * manual/examples/swapcontext.c: Likewise.
47103         * manual/examples/termios.c: Likewise.
47104         * manual/examples/testopt.c: Likewise.
47105         * manual/examples/testpass.c: Likewise.
47106         * manual/examples/timeval_subtract.c: Likewise.
47108         [BZ #13792]
47109         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47110         function to ...
47111         * manual/timeval_subtract.c.texi: ... here, new file.
47113 2012-03-02  David S. Miller  <davem@davemloft.net>
47115         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47117 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47119         [BZ #3976]
47120         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47121         (__sin): Save and restore rounding mode and use round-to-nearest
47122         for all computations.
47123         (__cos): Save and restore rounding mode and use round-to-nearest
47124         for all computations.
47125         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47126         <fenv.h>.
47127         (tan): Save and restore rounding mode and use round-to-nearest for
47128         all computations.
47129         * math/libm-test.inc (cos_test_tonearest): New function.
47130         (cos_test_towardzero): Likewise.
47131         (cos_test_downward): Likewise.
47132         (cos_test_upward): Likewise.
47133         (sin_test_tonearest): Likewise.
47134         (sin_test_towardzero): Likewise.
47135         (sin_test_downward): Likewise.
47136         (sin_test_upward): Likewise.
47137         (tan_test_tonearest): Likewise.
47138         (tan_test_towardzero): Likewise.
47139         (tan_test_downward): Likewise.
47140         (tan_test_upward): Likewise.
47141         (main): Call the new functions.
47142         * sysdeps/i386/fpu/libm-test-ulps: Update.
47143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47145         [BZ #10135]
47146         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47147         small n, then large n, before computing and testing k+n.
47148         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47149         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47150         Likewise.
47151         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47152         Likewise.
47153         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47154         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47155         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47156         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47157         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47158         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47159         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47160         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47161         * math/libm-test.inc (scalbn_test): Add more tests.
47162         (scalbln_test): Likewise.
47164         * manual/filesys.texi (mode_t): Describe constraints on size and
47165         signedness, not exact equivalence to a particular type.
47166         (ino_t): Likewise.
47167         (ino64_t): Likewise.
47168         (dev_t): Likewise.
47169         (nlink_t): Likewise.
47170         (blkcnt_t): Likewise.
47171         (blkcnt64_t): Likewise.
47172         * manual/llio.texi (off_t): Likewise.
47174         [BZ #3976]
47175         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47176         (__ieee754_exp): Save and restore rounding mode and use
47177         round-to-nearest for all computations.
47178         * math/libm-test.inc (exp_test_tonearest): New function.
47179         (exp_test_towardzero): Likewise.
47180         (exp_test_downward): Likewise.
47181         (exp_test_upward): Likewise.
47182         (main): Call the new functions.
47183         * sysdeps/i386/fpu/libm-test-ulps: Update.
47184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47186 2012-03-01  Chris Demetriou  <cgd@google.com>
47188         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47189         have predictable order.
47191 2012-03-01  David S. Miller  <davem@davemloft.net>
47193         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47195         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47196         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47197         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47198         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47200         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47201         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47202         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47203         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47204         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47205         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47206         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47207         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47208         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47212         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47213         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47214         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47216         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47217         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47218         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47219         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47220         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47221         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47222         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47223         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47224         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47225         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47226         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47227         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47228         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47229         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47230         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47231         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47232         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47233         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47234         * sysdeps/sparc/elf/configure: Regenerated.
47236 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47238         * configure.in (AS, LD): Require binutils 2.20 or later.
47239         * configure: Regenerated.
47240         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47241         as required minimum version.
47242         * INSTALL: Regenerated.
47244         [BZ #2541]
47245         [BZ #4108]
47246         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47247         before squaring exponent.
47248         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47249         bottom long double and 27 bits of top long double before squaring
47250         exponent.
47251         * math/libm-test.inc (erfc_test): Add more tests.
47252         * sysdeps/i386/fpu/libm-test-ulps: Update.
47253         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47256 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47258         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47259         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47260         containing bit-fields.
47261         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47262         * soft-fp/single.h (_FP_UNION_S): Likewise.
47263         * soft-fp/double.h (_FP_UNION_D): Likewise.
47265 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47267         [BZ #13786]
47268         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47269         not include ../strcmp.S.
47270         [USE_AS_STRNCASECMP_L]: Likewise.
47271         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47272         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47273         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47274         (__strncasecmp_l_ia32): Define as alias to
47275         __strncasecmp_l_nonascii.
47277         [BZ #5794]
47278         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47279         * sysdeps/i386/fpu/libm-test-ulps: Update.
47280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47282         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47285 2012-02-29  Jeff Law  <law@redhat.com>
47287         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47288         out of bounds read.
47290 2012-02-29  Marek Polacek  <polacek@redhat.com>
47292         [BZ #13706]
47293         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47294         * elf/Makefile: Add rules to run tst-unused-dep.out.
47296 2012-02-28  David S. Miller  <davem@davemloft.net>
47298         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47299         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47300         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47301         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47302         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47303         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47305 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47307         * math/libm-test.inc (llround_test): Move one test from
47308         lround_test.  Use TEST_f_L in moved test.
47309         (lround_test): Move misplaced test to llround_test.  Add testcase
47310         from bug 2561.
47312 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47314         * sysdeps/x86_64/fpu/e_expf.S: New file.
47315         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47317 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47319         [BZ #13637]
47320         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47321         of remain_len that may cause incomplete multi-byte character and
47322         false match.
47323         * posix/bug-regex33.c: New file.
47324         * posix/Makefile (tests): Add bug-regex33.
47326 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47328         * manual/macros.texi: New file.
47329         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47330         * manual/libc.texinfo: Include macros.texi.
47331         * manual/creatute.texi: Likewise.
47332         * manual/install.texi: Likewise.
47333         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47334         @glibcadj{} in references to the GNU C Library.
47335         * manual/charset.texi: Likewise.
47336         * manual/conf.texi: Likewise.
47337         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47338         when not using those macros.
47339         * manual/creature.texi: Likewise.
47340         * manual/crypt.texi: Likewise.
47341         * manual/errno.texi: Likewise.
47342         * manual/filesys.texi: Likewise.
47343         * manual/header.texi: Likewise.
47344         * manual/install.texi: Likewise.
47345         * manual/intro.texi: Likewise.
47346         * manual/io.texi: Likewise.
47347         * manual/job.texi: Likewise.
47348         * manual/lang.texi: Likewise.
47349         * manual/libc.texiinfo: Likewise.
47350         * manual/llio.texi: Likewise.
47351         * manual/locale.texi: Likewise.
47352         * manual/maint.texi: Likewise.
47353         * manual/math.texi: Likewise.
47354         * manual/memory.texi: Likewise.
47355         * manual/message.texi: Likewise.
47356         * manual/nss.texi: Likewise.
47357         * manual/pattern.texi: Likewise.
47358         * manual/process.texi: Likewise.
47359         * manual/resource.texi: Likewise.
47360         * manual/search.texi: Likewise.
47361         * manual/setjmp.texi: Likewise.
47362         * manual/signal.texi: Likewise.
47363         * manual/socket.texi: Likewise.
47364         * manual/startup.texi: Likewise.
47365         * manual/stdio.texi: Likewise.
47366         * manual/string.texi: Likewise.
47367         * manual/sysinfo.texi: Likewise.
47368         * manual/syslog.texi: Likewise.
47369         * manual/terminal.texi: Likewise.
47370         * manual/time.texi: Likewise.
47371         * manual/users.texi: Likewise.
47372         * INSTALL: Regenerated.
47373         * NOTES: Regenerated.
47374         * sysdeps/gnu/errlist.c: Regenerated.
47376 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47378         * include/dirent.h: Include <dirstream.h> before
47379         <dirent/dirent.h>.
47381 2012-02-28  David S. Miller  <davem@davemloft.net>
47383         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47384         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47385         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47386         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47388 2012-02-27  David S. Miller  <davem@davemloft.net>
47390         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47392         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47393         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47396         frame pointer instead of stack pointer relative arg slot.
47397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47398         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47399         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47401 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47403         [BZ #3992]
47404         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47406 2012-02-27  David S. Miller  <davem@davemloft.net>
47408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47412         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47413         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47414         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47415         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47417 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47419         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47420         later.  Allow versions 5-9.
47421         * configure: Regenerated.
47422         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47423         required minimum version and 4.6 as recommended version.  Do not
47424         mention bugs in GCC 2.7 and 2.8.
47425         * INSTALL: Regenerated.
47427 2012-02-27  David S. Miller  <davem@davemloft.net>
47429         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47430         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47433         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47434         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47435         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47436         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47438         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47439         manipulate bits before adding and subtracting TWO112[sx].
47440         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47442 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47444         [BZ #13775]
47445         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47446         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47447         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47448         being in POSIX, because they are in 1003.1-2008.
47450         * rt/tst-aio.c: Include <fcntl.h>.
47451         * rt/tst-aio7.c: Likewise.
47452         * rt/tst-aio64.c: Likewise.
47454         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47456 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47458         * manual/install.texi (--with-headers): Describe headers as
47459         interface headers, not private headers.
47460         (Specific advice for GNU/Linux systems): Describe use of headers
47461         from "make headers_install", not private headers from older
47462         kernels.
47463         * INSTALL: Regenerated.
47464         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47465         Change to 2.6.19.
47466         * sysdeps/unix/sysv/linux/configure: Regenerated.
47468         * manual/llio.texi (fclean): Remove documentation.
47470         * manual/Makefile (libc-texi-generated): New variable.  Include
47471         version.texi.
47472         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47473         $(libc-texi-generated), not duplicated list of files.
47474         (version.texi, stamp-version): New rules.
47475         (realclean): Remove $(libc-texi-generated), not individual files
47476         from that list.  Do not remove dir-add.texinfo.
47477         * manual/libc.texinfo: Comment out uses of edition numbers and
47478         references to printed manual.  Remove last-updated dates.
47479         (EDITION): Comment out.
47480         (ISBN): Likewise.
47481         (VERSION, UPDATED): Remove.
47482         (version.texi): Include.
47484 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47486         * sysdeps/posix/spawni.c: Include <signal.h>.
47487         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47488         * sysdeps/pthread/aio_fsync.c: Likewise.
47490 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47492         * conform/Makefile (tests): Run only when not cross-compiling and
47493         when fast-check is not defined.
47495         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47496         * conform/data/limits.h-data: Fixes for POSIX2008.
47497         * conform/run-conformtest.sh: Run all tests.
47498         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47499         headers.
47500         * include/bits/dlfcn.h: Likewise.
47501         * include/langinfo.h: Likewise.
47502         * include/monetary.h: Likewise.
47503         * include/sys/poll.h: Likewise.
47505         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47506         for __USE_GNU.
47507         * posix/spawn.h: Define __need_sigset_t.
47508         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47509         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47510         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47511         to get sigevent_t only.
47512         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47513         only for __USE_GNU.
47514         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47515         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47516         process_vm_writev only for __USE_GNU.
47517         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47519         * conform/Makefile: For now ignore errors from run-conformtest.
47520         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47521         POSIX to avoid namespace pollution.  Don't prepend headers.
47522         * conform/data/aio.h-data: Fixes for POSIX testing.
47523         * conform/data/fcntl.h-data: Likewise.
47524         * conform/data/glob.h-data: Likewise.
47525         * conform/data/grp.h-data: Likewise.
47526         * conform/data/pthread.h-data: Likewise.
47527         * conform/data/pwd.h-data: Likewise.
47528         * conform/data/signal.h-data: Likewise.
47529         * conform/data/spawn.h-data: Likewise.
47530         * conform/data/stdio.h-data: Likewise.
47531         * conform/data/stdlib.h-data: Likewise.
47532         * conform/data/stropts.h-data: Likewise.
47533         * conform/data/sys/mman.h-data: Likewise.
47534         * conform/data/sys/stat.h-data: Likewise.
47535         * conform/data/sys/types.h-data: Likewise.
47536         * conform/data/sys/wait.h-data: Likewise.
47537         * conform/data/time.h-data: Likewise.
47538         * conform/data/unistd.h-data: Likewise.
47539         * conform/data/utime.h-data: Likewise.
47541         * io/sys/stat.h: fchmod was always in POSIX.
47542         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47543         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47544         * rt/aio.h: Define __need_timespec before including <time.h>.
47545         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47546         struct.  Add forward declaration of pthread_attr_t and use it in
47547         sigevent.
47548         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47549         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47550         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47551         always remove CLK_TCK definition.
47553 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47555         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47557 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47559         * conform/run-conformtest.sh: New file.
47560         * conform/Makefile: Run run-conformtest for tests.
47561         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47562         support.
47564         * conform/data/uchar.h-data: New file.
47565         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47566         * conform/data/arpa/inet.h-data: Likewise.
47567         * conform/data/assert.h-data: Likewise.
47568         * conform/data/complex.h-data: Likewise.
47569         * conform/data/cpio.h-data: Likewise.
47570         * conform/data/ctype.h-data: Likewise.
47571         * conform/data/dirent.h-data: Likewise.
47572         * conform/data/dlfcn.h-data: Likewise.
47573         * conform/data/errno.h-data: Likewise.
47574         * conform/data/fcntl.h-data: Likewise.
47575         * conform/data/float.h-data: Likewise.
47576         * conform/data/fmtmsg.h-data: Likewise.
47577         * conform/data/fnmatch.h-data: Likewise.
47578         * conform/data/ftw.h-data: Likewise.
47579         * conform/data/glob.h-data: Likewise.
47580         * conform/data/grp.h-data: Likewise.
47581         * conform/data/iconv.h-data: Likewise.
47582         * conform/data/inttypes.h-data: Likewise.
47583         * conform/data/langinfo.h-data: Likewise.
47584         * conform/data/libgen.h-data: Likewise.
47585         * conform/data/limits.h-data: Likewise.
47586         * conform/data/locale.h-data: Likewise.
47587         * conform/data/math.h-data: Likewise.
47588         * conform/data/monetary.h-data: Likewise.
47589         * conform/data/mqueue.h-data: Likewise.
47590         * conform/data/ndbm.h-data: Likewise.
47591         * conform/data/net/if.h-data: Likewise.
47592         * conform/data/netdb.h-data: Likewise.
47593         * conform/data/netinet/in.h-data: Likewise.
47594         * conform/data/nl_types.h-data: Likewise.
47595         * conform/data/poll.h-data: Likewise.
47596         * conform/data/pthread.h-data: Likewise.
47597         * conform/data/pwd.h-data: Likewise.
47598         * conform/data/regex.h-data: Likewise.
47599         * conform/data/sched.h-data: Likewise.
47600         * conform/data/search.h-data: Likewise.
47601         * conform/data/semaphore.h-data: Likewise.
47602         * conform/data/setjmp.h-data: Likewise.
47603         * conform/data/signal.h-data: Likewise.
47604         * conform/data/spawn.h-data: Likewise.
47605         * conform/data/stdarg.h-data: Likewise.
47606         * conform/data/stdio.h-data: Likewise.
47607         * conform/data/stdlib.h-data: Likewise.
47608         * conform/data/string.h-data: Likewise.
47609         * conform/data/strings.h-data: Likewise.
47610         * conform/data/stropts.h-data: Likewise.
47611         * conform/data/sys/ipc.h-data: Likewise.
47612         * conform/data/sys/mman.h-data: Likewise.
47613         * conform/data/sys/msg.h-data: Likewise.
47614         * conform/data/sys/resource.h-data: Likewise.
47615         * conform/data/sys/select.h-data: Likewise.
47616         * conform/data/sys/sem.h-data: Likewise.
47617         * conform/data/sys/shm.h-data: Likewise.
47618         * conform/data/sys/socket.h-data: Likewise.
47619         * conform/data/sys/stat.h-data: Likewise.
47620         * conform/data/sys/statvfs.h-data: Likewise.
47621         * conform/data/sys/time.h-data: Likewise.
47622         * conform/data/sys/timeb.h-data: Likewise.
47623         * conform/data/sys/times.h-data: Likewise.
47624         * conform/data/sys/types.h-data: Likewise.
47625         * conform/data/sys/uio.h-data: Likewise.
47626         * conform/data/sys/un.h-data: Likewise.
47627         * conform/data/sys/utsname.h-data: Likewise.
47628         * conform/data/sys/wait.h-data: Likewise.
47629         * conform/data/syslog.h-data: Likewise.
47630         * conform/data/tar.h-data: Likewise.
47631         * conform/data/termios.h-data: Likewise.
47632         * conform/data/utime.h-data: Likewise.
47633         * conform/data/utmpx.h-data: Likewise.
47634         * conform/data/varargs.h-data: Likewise.
47635         * conform/data/wchar.h-data: Likewise.
47636         * conform/data/wctype.h-data: Likewise.
47637         * conform/data/wordexp.h-data: Likewise.
47639         * include/stropts.h: New file.
47640         * include/uchar.h: New file.
47641         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47642         * include/assert.h: Likewise.
47643         * include/ctype.h: Likewise.
47644         * include/dirent.h: Likewise.
47645         * include/dlfcn.h: Likewise.
47646         * include/fcntl.h: Likewise.
47647         * include/fnmatch.h: Likewise.
47648         * include/glob.h: Likewise.
47649         * include/grp.h: Likewise.
47650         * include/libio.h: Likewise.
47651         * include/locale.h: Likewise.
47652         * include/math.h: Likewise.
47653         * include/net/if.h: Likewise.
47654         * include/netdb.h: Likewise.
47655         * include/netinet/in.h: Likewise.
47656         * include/pthread.h: Likewise.
47657         * include/pwd.h: Likewise.
47658         * include/regex.h: Likewise.
47659         * include/sched.h: Likewise.
47660         * include/search.h: Likewise.
47661         * include/setjmp.h: Likewise.
47662         * include/signal.h: Likewise.
47663         * include/stdio.h: Likewise.
47664         * include/stdlib.h: Likewise.
47665         * include/string.h: Likewise.
47666         * include/sys/cdefs.h: Likewise.
47667         * include/sys/mman.h: Likewise.
47668         * include/sys/msg.h: Likewise.
47669         * include/sys/resource.h: Likewise.
47670         * include/sys/select.h: Likewise.
47671         * include/sys/socket.h: Likewise.
47672         * include/sys/stat.h: Likewise.
47673         * include/sys/statvfs.h: Likewise.
47674         * include/sys/time.h: Likewise.
47675         * include/sys/times.h: Likewise.
47676         * include/sys/uio.h: Likewise.
47677         * include/sys/utsname.h: Likewise.
47678         * include/sys/wait.h: Likewise.
47679         * include/termios.h: Likewise.
47680         * include/time.h: Likewise.
47681         * include/ulimit.h: Likewise.
47682         * include/unistd.h: Likewise.
47683         * include/utime.h: Likewise.
47684         * include/wchar.h: Likewise.
47685         * include/wctype.h: Likewise.
47686         * include/wordexp.h: Likewise.
47688         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47690         * time/time.h: TIME_UTC must be a macro.
47691         Make timespec_get available for ISO C11 only as well.
47693 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47695         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47696         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47698 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47700         * configure.in: Use -o not -a in test for unsupported multi-arch.
47702 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47704         * manual/texinfo.tex: Update to version 2012-01-19.16.
47706 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47708         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47710 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47712         [BZ #13738]
47713         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47714         * manual/fdl-1.3.texi: New file.
47715         * manual/fdl-1.1.texi: File removed.
47717         [BZ #13738]
47718         * manual/libc.texinfo (FDL_VERSION): New @set.
47719         Use it for mention of FDL in cover text.
47720         (Documentation License): Use it in @include file name.
47722 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47723             Roland McGrath  <roland@hack.frob.com>
47725         [BZ #5461]
47726         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47727         (not LONG_LONG_MAX and LONG_LONG_MIN.
47728         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47729         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47730         name.
47731         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47733 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47735         [BZ #2547]
47736         [BZ #11365]
47737         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47738         manipulate bits before adding and subtracting TWO23[sx].
47739         * math/libm-test.inc (nearbyint_test): Add more tests.
47741 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47743         [BZ #2548]
47744         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47745         bits before adding and subtracting TWO23[sx].
47746         * math/libm-test.inc (rint_test): Add more tests.
47747         (rint_test_tonearest): Likewise.
47748         (rint_test_towardzero): Likewise.
47749         (rint_test_downward): Likewise.
47750         (rint_test_upward: Likewise.
47752 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47754         [BZ #10110]
47755         * include/stdc-predef.h: New file.  Extracted from features.h.
47756         * include/features.h: Include stdc-predef.h.
47757         * Makefile (headers): Add stdc-predef.h.
47758         * CONFORMANCE (Compiler limitations): Update.
47760 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47762         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47764 2012-02-21  David S. Miller  <davem@davemloft.net>
47766         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47767         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47769 2012-02-20  David S. Miller  <davem@davemloft.net>
47771         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47772         using a normal save/restore sequence, rather than allocating a
47773         dummy stack frame just to store a frame pointer and restore.
47774         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47776 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47778         * manual/install.texi: Fix stray word in line-wrapped comment.
47780 2012-02-20  David S. Miller  <davem@davemloft.net>
47782         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47783         both binutils and gcc support GOTDATA.
47785         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47786         "rd %pc" in the PIC register setup sequences.
47788         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47789         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47790         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47791         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47792         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47793         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47794         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47795         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47796         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47797         (SYSCALL_ERROR_HANDLER): Likewise.
47798         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47799         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47800         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47801         (SYSCALL_ERROR_HANDLER): Likewise.
47803         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47804         (HAVE_GCC_GOTDATA): New.
47805         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47806         relocation support in both binutils and gcc.
47807         * sysdeps/sparc/elf/configure: Regenerate.
47809         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47810         * sysdeps/sparc/sparc32/elf/configure: Delete.
47811         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47812         * sysdeps/sparc/sparc64/elf/configure: Delete.
47813         * sysdeps/sparc/elf/configure.in: New file.
47814         * sysdeps/sparc/elf/configure: Generate.
47816         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47817         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47818         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47819         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47820         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47822 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47824         * manual/install.texi: Do not mention specific glibc version
47825         numbers.
47826         * manual/libc.texinfo (VERSION, UPDATED): Update.
47827         (@copying): Use @copyright{} and range of years.
47829 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47831         [BZ #13695]
47832         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47833         [crti.S not in sysdirs] (generated): Do not append.
47834         [crti.S not in sysdirs] (omit-deps): Likewise.
47835         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47836         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47837         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47838         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47839         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47840         Likewise.
47841         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47842         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47843         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47844         * csu/defs.awk: Remove file.
47845         * sysdeps/generic/initfini.c: Likewise.
47846         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47847         variable.
47848         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47849         Likewise.
47851 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47853         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47854         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47855         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47856         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47857         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47858         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47859         <bits/epoll.h>.
47860         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47861         (__EPOLL_PACKED): Define to empty if not defined by
47862         <bits/epoll.h>.
47863         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47864         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47865         bits/epoll.h.
47867 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47869         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47870         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47871         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47872         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47873         <bits/timerfd.h>.
47874         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47875         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47876         bits/timerfd.h.
47878 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47880         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47881         in C locale.
47882         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47883         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47884         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47887 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47889         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47890         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47892 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47894         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47895         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47896         defined.
47897         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47898         Likewise.
47899         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47900         entry for 2.16.
47902 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47904         * math/w_acos.c: Use non-signaling floating-point comparisons.
47905         * math/w_acosf.c: Likewise.
47906         * math/w_acosh.c: Likewise.
47907         * math/w_acoshf.c: Likewise.
47908         * math/w_acoshl.c: Likewise.
47909         * math/w_acosl.c: Likewise.
47910         * math/w_asin.c: Likewise.
47911         * math/w_asinf.c: Likewise.
47912         * math/w_asinl.c: Likewise.
47913         * math/w_atanh.c: Likewise.
47914         * math/w_atanhf.c: Likewise.
47915         * math/w_atanhl.c: Likewise.
47916         * math/w_exp2.c: Likewise.
47917         * math/w_exp2f.c: Likewise.
47918         * math/w_exp2l.c: Likewise.
47919         * math/w_j0.c: Likewise.
47920         * math/w_j0f.c: Likewise.
47921         * math/w_j0l.c: Likewise.
47922         * math/w_j1.c: Likewise.
47923         * math/w_j1f.c: Likewise.
47924         * math/w_j1l.c: Likewise.
47925         * math/w_jn.c: Likewise.
47926         * math/w_jnf.c: Likewise.
47927         * math/w_log.c: Likewise.
47928         * math/w_log10.c: Likewise.
47929         * math/w_log10f.c: Likewise.
47930         * math/w_log10l.c: Likewise.
47931         * math/w_log2.c: Likewise.
47932         * math/w_log2f.c: Likewise.
47933         * math/w_log2l.c: Likewise.
47934         * math/w_logf.c: Likewise.
47935         * math/w_logl.c: Likewise.
47936         * math/w_sqrt.c: Likewise.
47937         * math/w_sqrtf.c: Likewise.
47938         * math/w_sqrtl.c: Likewise.
47939         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47940         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47941         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47942         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47943         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47945 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47947         [BZ #9739]
47948         * manual/string.texi (strnlen): Use correct parameter name in
47949         equivalent expression.
47951 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47953         [BZ #11174]
47954         * manual/users.texi (seteuid): Consistently use neweuid for
47955         argument name.
47957 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47959         [BZ #13704]
47960         * manual/nss.texi (Services in the NSS configuration): Correct
47961         list of services in example configuration file.
47963 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47965         [BZ #11322]
47966         * manual/arith.texi: Remove statements about negative zero
47967         behaving identically to zero.
47969 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47971         [BZ #5993]
47972         * manual/install.texi: Do not document upgrading from libc5.
47974 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47976         [BZ #4596]
47977         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47979 2012-02-18  David S. Miller  <davem@davemloft.net>
47981         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47982         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47983         %o7 across the call.
47984         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47985         instead.
47986         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47987         SETUP_PIC_REG_LEAF.
47988         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47989         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47990         * sysdeps/sparc/crtn.S: Likewise.
47992 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47994         * aout/Makefile: Remove.
47996 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47998         [BZ #13058]
47999         * manual/examples/argp-ex1.c (main): Format definition in GNU
48000         style.
48001         * manual/examples/argp-ex2.c (main): Likewise.
48002         * manual/examples/argp-ex3.c (main): Likewise.
48003         * manual/examples/argp-ex4.c (main): Likewise.
48004         * manual/examples/longopt.c (main): Use new-style prototype
48005         definition.
48006         * manual/examples/strncat.c (main): Specify return type and use
48007         (void) for arguments.
48008         * manual/examples/subopt.c (main): Use char **argv argument.
48010 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48012         [BZ #5077]
48013         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48014         rounding modes.
48016 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48018         [BZ #6907]
48019         * manual/string.texi (strchr): Change when strchrnul is
48020         recommended.
48022 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48024         [BZ #174]
48025         * manual/locale.texi (setlocale): Document LOCPATH.
48027 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48029         [BZ #10210]
48030         * manual/process.texi (execle): Move @dots{} before last argument.
48032 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48034         [BZ #12047]
48035         * manual/charset.texi (Generic Charset Conversion): Fix typo
48036         (LC_TYPE -> LC_CTYPE).
48038 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48040         [BZ #5805]
48041         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48042         (scalbnf): Likewise.
48043         (scalbnl): Likewise.
48044         (scalbln): Likewise.
48045         (scalblnf): Likewise.
48046         (scalblnl): Likewise.
48047         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48048         (vwarnx): Likewise.
48049         (verr): Likewise.
48050         (verrx): Likewise.
48051         * manual/filesys.texi (telldir): Use braces around return type.
48052         * manual/llio.texi (mmap): Add space after comma.
48053         (mmap64): Likewise.
48054         * manual/math.texi (jn): Use @var{} on parameter names.
48055         (jnf): Likewise.
48056         (jnl): Likewise.
48057         (yn): Likewise.
48058         (ynf): Likewise.
48059         (ynl): Likewise.
48060         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48061         line.
48062         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48063         "...".
48064         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48065         (sched_get_priority_max): Likewise.
48066         * manual/signal.texi (sigvec): Add space after comma.
48067         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48068         names.
48069         (if_indextoname): Likewise.
48070         (if_freenameindex): Likewise.
48071         (sendto): Use ',' instead of '.' in prototype.
48072         * manual/startup.texi (syscall): Use @dots{} instead of literal
48073         "...".
48074         * manual/stdio.texi (__fpending): Separate initial words of
48075         paragraph from @deftypefun line.
48076         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48077         "...".
48078         (vsyslog): Use @var{} on parameter names.
48079         * manual/terminal.texi (stty): Use @var{} on parameter names.
48080         * manual/users.texi (getutmp): Use @var{} on parameter names.
48081         (getutmpx): Likewise.
48083 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48085         [BZ #6884]
48086         * manual/stdio.texi (fopen): Fix typos in description of
48087         ",ccs=STRING".
48089 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48091         [BZ #4026]
48092         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48093         get clock_id definition.
48095 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48097         [BZ #4822]
48098         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48099         (madvise): Cast every argument to void on its own.
48101 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48103         [BZ #9902]
48104         * manual/startup.texi (Exit Status): Fix typo.
48106 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48108         [BZ #10140]
48109         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48110         * manual/examples/argp-ex2.c: Likewise.
48111         * manual/examples/argp-ex3.c: Likewise.
48113 2012-02-16  Richard Henderson  <rth@redhat.com>
48115         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48116         * sysdeps/s390/s390-32/initfini.c: Remove.
48117         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48118         * sysdeps/s390/s390-64/initfini.c: Remove.
48120 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48122         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48123         compiler output for sysdeps/generic/initfini.c.
48124         * sysdeps/sh/elf/initfini.c: Remove file.
48126 2012-02-16  David S. Miller  <davem@davemloft.net>
48128         [BZ #11494]
48129         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48131         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48132         * sysdeps/sparc/crti.S: New file.
48133         * sysdeps/sparc/crtn.S: New file.
48134         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48135         * sysdeps/sparc/sparc64/Makefile: Likewise.
48137 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48139         [BZ #3335]
48140         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48142 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48144         [BZ #4822]
48145         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48147         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48148         (write, read, close): Likewise.
48149         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48151 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48153         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48154         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48155         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48156         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48157         <bits/signalfd.h>.
48158         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48159         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48160         bits/signalfd.h.
48162 2012-02-14  Marek Polacek  <polacek@redhat.com>
48164         * sysdeps/x86_64/crti.S: New file.
48165         * sysdeps/x86_64/crtn.S: New file.
48166         * sysdeps/x86_64/elf/initfini.c: Remove file.
48168 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48170         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48171         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48172         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48173         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48174         <bits/inotify.h>.
48175         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48177         bits/inotify.h.
48179 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48181         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48182         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48183         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48184         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48185         <bits/eventfd.h>.
48186         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48188         bits/eventfd.h.
48190 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48192         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48193         __feraiseexcept instead of feraiseexcept.
48195         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48196         nanosleep invocations.
48197         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48198         strings, and add error checking for a nanosleep invocations.
48200 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48202         Replace FSF snail mail address with URLs, as per GNU coding standards.
48203         Most of the snail mail addresses were wrong anyway, and omitting
48204         them makes the source code easier to maintain.  Almost all of the
48205         changes are to license notices and to locale LC_IDENTIFICATION
48206         addresses, except for this one:
48207         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48208         not its snail mail address.
48210 2012-02-09  Richard Henderson  <rth@twiddle.net>
48212         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48213         of kernel-features.h.
48215         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48217 2012-02-08  Marek Polacek  <polacek@redhat.com>
48219         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48220         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48221         * sysdeps/gnu/_G_config.h: Likewise.
48222         * sysdeps/generic/_G_config.h: Likewise.
48224 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48226         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48227         tests.
48228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48230         * sysdeps/powerpc/powerpc32/crti.S: New file.
48231         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48232         * sysdeps/powerpc/powerpc64/crti.S: New file.
48233         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48235         * Makeconfig (have-initfini): Don't set.
48236         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48237         * configure.in (nopic_initfini): Don't substitute.
48238         * config.h.in (HAVE_INITFINI): Don't #undef.
48239         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48240         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48242 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48244         Support crti.S and crtn.S provided directly by architectures.
48245         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48246         [crti.S in sysdirs] (omit-deps): Likewise.
48247         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48248         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48249         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48250         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48251         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48252         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48253         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48254         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48255         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48256         compiler output for sysdeps/generic/initfini.c.
48257         * sysdeps/i386/elf/Makefile: Remove file.
48258         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48260 2012-02-07  Marek Polacek  <polacek@redhat.com>
48262         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48263         * sysdeps/gnu/_G_config.h: Likewise.
48264         * sysdeps/mach/hurd/_G_config.h: Likewise.
48266 2012-02-07  Marek Polacek  <polacek@redhat.com>
48268         * math/Makefile (tests): Add tst-CMPLX2.
48269         * math/tst-CMPLX2.c: New file.
48271 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48273         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48275         * math/libm-test.inc (jn_test): Add missing L suffix.
48277 2012-02-06  Marek Polacek  <polacek@redhat.com>
48279         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48280         * sysdeps/i386/fpu/e_powf.S: Likewise.
48281         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48282         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48283         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48284         * sysdeps/i386/fpu/e_pow.S: Likewise.
48285         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48286         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48287         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48288         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48289         * sysdeps/i386/fpu/e_log2.S: Likewise.
48290         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48291         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48292         * sysdeps/i386/fpu/e_powl.S: Likewise.
48293         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48294         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48295         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48296         * sysdeps/i386/fpu/e_logl.S: Likewise.
48297         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48298         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48299         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48300         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48301         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48302         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48303         * sysdeps/i386/fpu/e_log.S: Likewise.
48304         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48305         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48306         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48307         * sysdeps/i386/fpu/e_logf.S: Likewise.
48308         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48309         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48310         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48311         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48312         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48313         * sysdeps/i386/fpu/e_log10.S: Likewise.
48314         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48315         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48316         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48317         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48318         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48319         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48320         * sysdeps/i386/asm-syntax.h: Likewise.
48321         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48322         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48323         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48324         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48325         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48326         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48327         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48328         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48329         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48330         * sysdeps/powerpc/sysdep.h: Likewise.
48331         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48332         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48334 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48336         [BZ #411]
48337         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48339 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48341         * sysdeps/i386/sysdep.h: Include <features.h>.
48342         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48343         version.
48345 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48347         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48348         Define.
48349         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48350         LOAD_PIC_REG_STR.
48352 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48354         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48355         (SETUP_PIC_REG): Use GET_PC_THUNK.
48356         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48357         macro.
48359 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48361         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48362         for non-PIC compilation.
48363         (SETUP_PIC_REG): Add .p2align directive.
48364         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48365         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48366         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48367         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48368         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48369         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48370         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48371         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48372         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48373         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48374         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48375         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48376         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48377         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48378         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48379         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48380         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48381         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48382         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48383         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48384         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48385         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48386         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48387         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48388         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48389         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48390         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48391         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48392         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48393         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48394         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48395         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48396         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48397         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48398         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48399         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48400         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48401         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48402         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48403         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48404         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48406 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48408         * math/tst-CMPLX.c: Include <stdio.h>.
48410 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48412         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48413         float.
48414         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48415         * sysdeps/sparc/bits/mathdef.h: Likewise.
48417 2012-01-31  Marek Polacek  <polacek@redhat.com>
48419         * libio/libio.h: Don't define _PARAMS.
48420         * locale/programs/config.h: Don't define PARAMS.
48421         * stdlib/strtol_l.c: Likewise.
48422         (__strtol_l): Remove PARAMS from the prototype.
48424 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48426         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48427         names.  Just use the correct names.  Remove unnecessary wrapper
48428         functions.
48429         * malloc/arena.c: Likewise.
48430         * malloc/hooks.c: Likewise.
48432         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48433         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48434         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48436 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48438         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48439         into tail calls.
48440         (update_get_addr): New function.
48441         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48442         GET_ADDR_MODULE parameter.
48444 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48446         * crypt/cert.c: Remove __STDC__ conditionals.
48447         * crypt/crypt-entry.c: Likewise.
48448         * crypt/crypt_util.c: Likewise.
48449         * libio/filedoalloc.c: Likewise.
48450         * libio/fileops.c: Likewise.
48451         * libio/genops.c: Likewise.
48452         * libio/iofclose.c: Likewise.
48453         * libio/iofdopen.c: Likewise.
48454         * libio/iofopen.c: Likewise.
48455         * libio/iofopen64.c: Likewise.
48456         * libio/iogetdelim.c: Likewise.
48457         * libio/iopopen.c: Likewise.
48458         * libio/obprintf.c: Likewise.
48459         * libio/oldfileops.c: Likewise.
48460         * libio/oldiofclose.c: Likewise.
48461         * libio/oldiofdopen.c: Likewise.
48462         * libio/oldiofopen.c: Likewise.
48463         * libio/oldiopopen.c: Likewise.
48464         * libio/wfiledoalloc.c: Likewise.
48465         * libio/wgenops.c: Likewise.
48466         * locale/programs/xmalloc.c: Likewise.
48467         * misc/syslog.c: Likewise.
48468         * stdio-common/xbug.c: Likewise.
48469         * string/memchr.c: Likewise.
48470         * string/memcmp.c: Likewise.
48471         * string/memrchr.c: Likewise.
48472         * string/rawmemchr.c: Likewise.
48473         * sysdeps/posix/getcwd.c: Likewise.
48474         * time/strftime_l.c: Likewise.
48476 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48478         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48479         * config.make.in (config-cflags-sse2avx): Define.
48480         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48481         Fix typo.
48483 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48485         * scripts/config.guess: Update from upstream config git repository.
48486         * scripts/config.sub: Likewise.
48488 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48490         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48491         (EM_NUM): Update.
48492         (R_TILEPRO_*, R_TILEGX_*): New macros.
48494         * scripts/firstversions.awk: Fix bug in version range handling.
48496         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48498         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48500         * include/sys/epoll.h: New file.
48501         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48502         libc_hidden_def.
48504 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48506         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48507         Avoid unnecessary __WORDSIZE == 64 test.
48508         (fmaxf): Use VEX format if possible.
48509         (fmax): Likewise.
48510         (fminf): Likewise.
48511         (fmin): Likewise.
48513         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48514         * math/math_private.h: Remove libc_fegetround* and
48515         libc_fesetround*.
48516         * sysdeps/i386/configure.in: Check for -msse2avx.
48517         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48518         also if SSE2AVX is defined.
48519         Remove libc_fegetround* and libc_fesetround*.
48520         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48521         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48522         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48523         of HAS_YMM_USABLE.
48524         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48525         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48526         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48527         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48528         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48530         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48532 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48534         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48535         size is not set.
48536         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48538 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48540         [BZ #13618]
48541         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48542         relocation.
48543         * Makeconfig (libm): Define.
48544         * elf/Makefile: Add rules to build and run tst-relsort1.
48545         * elf/tst-relsort1.c: New file.
48546         * elf/tst-relsort1mod1.c: New file.
48547         * elf/tst-relsort1mod2.c: New file.
48549 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48551         * math/s_ldexp.c: Remove __STDC__ conditionals.
48552         * math/s_ldexpf.c: Likewise.
48553         * math/s_ldexpl.c: Likewise.
48554         * math/s_nextafter.c: Likewise.
48555         * math/s_nexttowardf.c: Likewise.
48556         * math/s_significand.c: Likewise.
48557         * math/s_significandf.c: Likewise.
48558         * math/s_significandl.c: Likewise.
48559         * math/w_jnl.c: Likewise.
48560         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48561         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48562         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48563         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48564         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48565         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48566         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48567         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48568         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48579         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48580         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48581         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48582         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48583         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48584         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48585         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48586         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48587         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48588         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48590         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48591         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48592         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48593         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48594         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48595         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48596         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48597         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48598         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48599         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48600         * sysdeps/ieee754/k_standard.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48662         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48665         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48667         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48669         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48675         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48676         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48680         * sysdeps/ieee754/s_matherr.c: Likewise.
48681         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48682         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48683         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48684         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48686 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48688         * crypt/md5.h: Remove __STDC__ conditionals.
48689         * libio/libioP.h: Likewise.
48690         * locale/programs/config.h: Likewise.
48691         * sysdeps/generic/sysdep.h: Likewise.
48692         * sysdeps/i386/asm-syntax.h: Likewise.
48693         * sysdeps/s390/asm-syntax.h: Likewise.
48694         * sysdeps/unix/sysdep.h: Likewise.
48695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48698 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48700         * libio/libio.h: Remove __STDC__ conditionals.
48701         * malloc/obstack.h: Likewise.
48702         * math/complex.h: Likewise.
48703         * math/math.h: Likewise.
48704         * sysdeps/generic/_G_config.h: Likewise.
48705         * sysdeps/gnu/_G_config.h: Likewise.
48706         * sysdeps/mach/hurd/_G_config.h: Likewise.
48707         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48708         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48709         * sysdeps/sparc/bits/mathdef.h: Likewise.
48711 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48713         [BZ #13583]
48714         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48715         Clean up HAS_* macros.
48716         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48717         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48718         possible.
48719         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48720         HAS_AVX.
48721         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48722         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48723         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48724         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48725         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48727 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48729         * elf/tst-unique3.cc (gets): Remove declaration.
48730         * elf/tst-unique3lib.cc (gets): Likewise.
48731         * elf/tst-unique3lib2.cc (gets): Likewise.
48732         * elf/tst-unique4.cc (gets): Likewise.
48734 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48736         * include/stdio.h: Add C++ protection.  Add gets declarations and
48737         definitions.
48738         * debug/tst-chk1.c: Don't declare gets here.
48739         * stdio-common/tst-gets.c: Likewise.
48741 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48743         * posix/glob: Remove directory.
48745 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48747         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48749 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48751         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48752         of the non-standard EPFNOSUPPORT.
48754 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48756         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48757         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48758         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48760 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48762         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48764 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48766         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48767         transient errors.
48768         * nscd/grpcache.c (cache_addgr): Likewise.
48769         * nscd/hstcache.c (cache_addhst): Likewise.
48770         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48771         * nscd/pwdcache.c (cache_addpw): Likewise.
48772         * nscd/servicescache.c (cache_addserv): Likewise.
48774 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48776         * malloc/malloc.c: Various cleanups.
48777         * malloc/hooks.c: Likewise.
48779         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48780         * stdlib/bug-fmtmsg1.c: New file.
48782         * stdlib/fmtmsg.c (init): Add missing unlock.
48783         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48785 2012-01-12  Marek Polacek  <polacek@redhat.com>
48787         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48788         and _GNU_SOURCE.
48790 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48792         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48793         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48794         macro to ensure uniqueness of label name.
48795         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48796         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48798 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48800         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48802         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48803         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48804         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48807 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48809         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48811         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48812         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48813         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48815         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48817         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48818         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48819         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48822         * math/bits/math-finite.h: Add ldexp support.
48824 2012-01-10  Marek Polacek  <polacek@redhat.com>
48826         * locale/programs/localedef.h (show_archive_content): Add noreturn
48827         attribute.
48829 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48831         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48833 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48835         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48837         * io/Makefile (headers): Add bits/poll2.h.
48839 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48842         typo #include statement.
48844 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48846         * include/sys/cdefs.h: Define __attribute_alloc_size.
48847         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48848         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48849         * elf/pldd.c: Likewise.
48850         * iconv/iconv_charmap.c: Likewise.
48851         * iconv/iconvconfig.c: Likewise.
48852         * iconv/strtab.c: Likewise.
48853         * locale/programs/locale.c: Likewise.
48854         * locale/programs/localedef.h: Likewise.
48855         * locale/programs/simple-hash.c: Likewise.
48856         * nscd/nscd.h: Likewise.
48857         * nss/makedb.c: Likewise.
48858         * sysdeps/generic/ldconfig.h: Likewise.
48859         * locale/programs/localedef.c: Remove xmalloc prototype.
48860         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48862 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48864         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48865         appropriate.
48867 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48869         * math/Makefile (tests): Add tst-CMPLX.
48870         * math/tst-CMPLX.c: New file.
48872         * math/complex.h (CMPLXL): Fix typo.
48874         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48875         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48876         GLIBC_2.16.
48877         * debug/tst-chk1.c: Add poll and ppoll tests.
48878         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48879         * include/sys/poll.h: Add hidden proto for ppoll.
48880         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48881         * sysdeps/mach/hurd/ppoll.c: Likewise.
48882         * io/ppoll.c: Likewise.
48883         * debug/poll_chk.c: New file.
48884         * debug/ppoll_chk.c: New file.
48885         * include/bits/poll2.h: New file.
48886         * io/bits/poll2.h: New file.
48888         [BZ #1350]
48889         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48891         * configure.in: static is always set to yes.  Remove.
48892         * config.make.in: Don't set build-static.
48893         * Makeconfig: Remove use of build-static.
48894         * dlfcn/Makefile: Likewise.
48895         * elf/Makefile: Likewise.
48896         * math/Makefile: Likewise.
48897         * misc/Makefile: Likewise.
48898         * nptl/Makefile: Likewise.
48899         * sysdeps/mach/hurd/Makefile: Likewise.
48901         * configure.in: PWD_P is not used anymore.
48902         * config.make.in: Remove PWD_P entry.
48904         * configure.in: Remove last remnants of RANLIB.
48905         No need to check for signed size_t anymore.
48906         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48907         and IA-64.
48908         Remove __builtin_expect test because we require at least gcc 3.4.
48909         * aclocal.m4: Likewise.
48911         * wcsmbs/mbrtoc16.c: Implement using towc function.
48912         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48913         * wcsmbs/wcsmbsload.c: Likewise.
48914         * iconv/gconv_simple.c: Likewise.
48915         * iconv/gconv_int.h: Likewise.
48916         * iconv/gconv_builtin.h: Likewise.
48917         * iconv/iconv_prog.c: Remove CHAR16 handling.
48919         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48921         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48923         * configure.in: Remove --with-elf and --enable-bounded options.
48924         Dont set base_machine for ia64.  More non-ELF conditions removed.
48925         Remove testing and setting of leading underscore information.
48926         * config.make.in (build-bounded): Set to no.
48927         * config.h.in: Remove NO_UNDERSCORES entry.
48928         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48929         them.
48930         * csu/start.c: Remove !NO_UNDERSCORE code.
48931         * locale/localeinfo.h: Likewise.
48932         * sysdeps/generic/machine-gmon.h: Likewise.
48933         * sysdeps/generic/sysdep.h: Likewise.
48934         * sysdeps/i386/sysdep.h: Likewise.
48935         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48936         * sysdeps/mach/sysdep.h: Likewise.
48937         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48938         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48939         * sysdeps/sh/sysdep.h: Likewise.
48940         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48941         * sysdeps/unix/i386/sysdep.S: Likewise.
48942         * sysdeps/unix/sparc/start.c: Likewise.
48943         * sysdeps/unix/sparc/sysdep.S: Likewise.
48944         * sysdeps/unix/sparc/sysdep.h: Likewise.
48945         * sysdeps/unix/start.c: Likewise.
48946         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48947         * sysdeps/x86_64/sysdep.h: Likewise.
48949 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48951         [BZ #13553]
48952         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48953         for non-gcc.
48954         * argp/argp-fmtstream.h: Use const instead __const.
48955         * argp/argp.h: Likewise.
48956         * assert/assert.h: Likewise.
48957         * bits/fenv.h: Likewise.
48958         * bits/sched.h: Likewise.
48959         * bits/sigset.h: Likewise.
48960         * bits/sigthread.h: Likewise.
48961         * catgets/nl_types.h: Likewise.
48962         * conform/data/pthread.h-data: Likewise.
48963         * crypt/crypt-private.h: Likewise.
48964         * crypt/crypt.h: Likewise.
48965         * crypt/crypt_util.c: Likewise.
48966         * ctype/ctype.h: Likewise.
48967         * debug/execinfo.h: Likewise.
48968         * debug/mbsnrtowcs_chk.c: Likewise.
48969         * debug/mbsrtowcs_chk.c: Likewise.
48970         * debug/wcsnrtombs_chk.c: Likewise.
48971         * debug/wcsrtombs_chk.c: Likewise.
48972         * debug/wcstombs_chk.c: Likewise.
48973         * dirent/dirent.h: Likewise.
48974         * dlfcn/dlfcn.h: Likewise.
48975         * elf/neededtest4.c: Likewise.
48976         * grp/grp.h: Likewise.
48977         * gshadow/gshadow.h: Likewise.
48978         * iconv/gconv.h: Likewise.
48979         * iconv/gconv_int.h: Likewise.
48980         * iconv/gconv_simple.c: Likewise.
48981         * iconv/iconv.h: Likewise.
48982         * iconv/loop.c: Likewise.
48983         * iconv/skeleton.c: Likewise.
48984         * include/aio.h: Likewise.
48985         * include/aliases.h: Likewise.
48986         * include/argz.h: Likewise.
48987         * include/arpa/inet.h: Likewise.
48988         * include/assert.h: Likewise.
48989         * include/dirent.h: Likewise.
48990         * include/dlfcn.h: Likewise.
48991         * include/execinfo.h: Likewise.
48992         * include/fcntl.h: Likewise.
48993         * include/fenv.h: Likewise.
48994         * include/glob.h: Likewise.
48995         * include/grp.h: Likewise.
48996         * include/libintl.h: Likewise.
48997         * include/mntent.h: Likewise.
48998         * include/netdb.h: Likewise.
48999         * include/pwd.h: Likewise.
49000         * include/rpc/netdb.h: Likewise.
49001         * include/sched.h: Likewise.
49002         * include/search.h: Likewise.
49003         * include/shadow.h: Likewise.
49004         * include/signal.h: Likewise.
49005         * include/stdio.h: Likewise.
49006         * include/stdlib.h: Likewise.
49007         * include/string.h: Likewise.
49008         * include/sys/socket.h: Likewise.
49009         * include/sys/stat.h: Likewise.
49010         * include/sys/statfs.h: Likewise.
49011         * include/sys/statvfs.h: Likewise.
49012         * include/sys/syslog.h: Likewise.
49013         * include/sys/time.h: Likewise.
49014         * include/sys/uio.h: Likewise.
49015         * include/time.h: Likewise.
49016         * include/unistd.h: Likewise.
49017         * include/utmp.h: Likewise.
49018         * include/wchar.h: Likewise.
49019         * include/wctype.h: Likewise.
49020         * inet/aliases.h: Likewise.
49021         * inet/arpa/inet.h: Likewise.
49022         * inet/netinet/ether.h: Likewise.
49023         * inet/netinet/in.h: Likewise.
49024         * intl/libintl.h: Likewise.
49025         * io/bits/fcntl2.h: Likewise.
49026         * io/fcntl.h: Likewise.
49027         * io/ftw.h: Likewise.
49028         * io/sys/poll.h: Likewise.
49029         * io/sys/stat.h: Likewise.
49030         * io/sys/statfs.h: Likewise.
49031         * io/sys/statvfs.h: Likewise.
49032         * io/utime.h: Likewise.
49033         * libio/bits/stdio.h: Likewise.
49034         * libio/bits/stdio2.h: Likewise.
49035         * libio/libio.h: Likewise.
49036         * libio/libioP.h: Likewise.
49037         * libio/stdio.h: Likewise.
49038         * locale/lc-ctype.c: Likewise.
49039         * locale/locale.h: Likewise.
49040         * login/utmp.h: Likewise.
49041         * malloc/arena.c: Likewise.
49042         * malloc/malloc.c: Likewise.
49043         * malloc/malloc.h: Likewise.
49044         * malloc/mcheck.c: Likewise.
49045         * malloc/mtrace.c: Likewise.
49046         * math/bits/mathcalls.h: Likewise.
49047         * math/fenv.h: Likewise.
49048         * math/math_private.h: Likewise.
49049         * misc/bits/error.h: Likewise.
49050         * misc/bits/syslog.h: Likewise.
49051         * misc/err.h: Likewise.
49052         * misc/error.h: Likewise.
49053         * misc/fstab.h: Likewise.
49054         * misc/mntent.h: Likewise.
49055         * misc/regexp.h: Likewise.
49056         * misc/search.h: Likewise.
49057         * misc/sgtty.h: Likewise.
49058         * misc/sys/mman.h: Likewise.
49059         * misc/sys/syslog.h: Likewise.
49060         * misc/sys/uio.h: Likewise.
49061         * misc/sys/xattr.h: Likewise.
49062         * misc/ttyent.h: Likewise.
49063         * nis/rpcsvc/ypclnt.h: Likewise.
49064         * nss/nss.h: Likewise.
49065         * posix/bits/unistd.h: Likewise.
49066         * posix/fnmatch.h: Likewise.
49067         * posix/glob.h: Likewise.
49068         * posix/sched.h: Likewise.
49069         * posix/spawn.h: Likewise.
49070         * posix/sys/wait.h: Likewise.
49071         * posix/unistd.h: Likewise.
49072         * posix/wordexp.h: Likewise.
49073         * pwd/pwd.h: Likewise.
49074         * resolv/netdb.h: Likewise.
49075         * resource/sys/resource.h: Likewise.
49076         * rt/aio.h: Likewise.
49077         * rt/bits/mqueue2.h: Likewise.
49078         * rt/mqueue.h: Likewise.
49079         * shadow/shadow.h: Likewise.
49080         * signal/signal.h: Likewise.
49081         * socket/send.c: Likewise.
49082         * socket/sendto.c: Likewise.
49083         * socket/sys/socket.h: Likewise.
49084         * stdio-common/printf.h: Likewise.
49085         * stdlib/bits/stdlib.h: Likewise.
49086         * stdlib/fmtmsg.h: Likewise.
49087         * stdlib/monetary.h: Likewise.
49088         * stdlib/stdlib.h: Likewise.
49089         * stdlib/ucontext.h: Likewise.
49090         * streams/stropts.h: Likewise.
49091         * string/argz.h: Likewise.
49092         * string/bits/string2.h: Likewise.
49093         * string/string.h: Likewise.
49094         * string/strings.h: Likewise.
49095         * sunrpc/rpc/auth.h: Likewise.
49096         * sunrpc/rpc/auth_des.h: Likewise.
49097         * sunrpc/rpc/clnt.h: Likewise.
49098         * sunrpc/rpc/netdb.h: Likewise.
49099         * sunrpc/rpc/pmap_clnt.h: Likewise.
49100         * sunrpc/rpc/xdr.h: Likewise.
49101         * sysdeps/generic/inttypes.h: Likewise.
49102         * sysdeps/generic/net/if.h: Likewise.
49103         * sysdeps/generic/sys/swap.h: Likewise.
49104         * sysdeps/gnu/net/if.h: Likewise.
49105         * sysdeps/gnu/utmpx.h: Likewise.
49106         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49107         * sysdeps/i386/i486/bits/string.h: Likewise.
49108         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49109         * sysdeps/s390/bits/string.h: Likewise.
49110         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49111         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49112         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49113         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49114         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49115         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49116         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49117         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49118         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49119         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49120         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49121         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49122         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49123         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49124         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49125         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49126         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49127         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49128         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49129         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49130         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49131         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49132         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49133         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49134         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49135         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49136         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49137         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49138         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49139         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49140         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49141         * sysvipc/sys/ipc.h: Likewise.
49142         * sysvipc/sys/msg.h: Likewise.
49143         * sysvipc/sys/sem.h: Likewise.
49144         * sysvipc/sys/shm.h: Likewise.
49145         * termios/termios.h: Likewise.
49146         * time/sys/time.h: Likewise.
49147         * time/time.h: Likewise.
49148         * wcsmbs/bits/wchar2.h: Likewise.
49149         * wcsmbs/uchar.h: Likewise.
49150         * wcsmbs/wchar.h: Likewise.
49151         * wctype/wctype.h: Likewise.
49153         [BZ #13551]
49154         * Makeconfig: Remove all but ELF support including AIX support.
49155         * Makerules: Likewise.
49156         * config.h.in: Likewise.
49157         * config.make.in: Likewise.
49158         * configure: Likewise.
49159         * configure.in: Likewise.
49160         * csu/Makefile: Likewise.
49161         * csu/version.c: Likewise.
49162         * debug/Makefile: Likewise.
49163         * dlfcn/Makefile: Likewise.
49164         * elf/Makefile: Likewise.
49165         * extra-lib.mk: Likewise.
49166         * iconv/Makefile: Likewise.
49167         * include/libc-symbols.h: Likewise.
49168         * include/shlib-compat.h: Likewise.
49169         * resolv/Makefile: Likewise.
49170         * resolv/res_libc.c: Likewise.
49171         * rt/Makefile: Likewise.
49172         * sysdeps/i386/asm-syntax.h: Likewise.
49173         * sysdeps/i386/sysdep.h: Likewise.
49174         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49175         * sysdeps/mach/sysdep.h: Likewise.
49176         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49177         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49178         * sysdeps/s390/asm-syntax.h: Likewise.
49179         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49180         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49181         * sysdeps/sh/sysdep.h: Likewise.
49182         * sysdeps/unix/sparc/sysdep.h: Likewise.
49183         * sysdeps/wordsize-32/divdi3.c: Likewise.
49184         * sysdeps/x86_64/sysdep.h: Likewise.
49186         * argp/Versions: Remove _argp_unlock_xxx.
49188         [BZ #13559]
49189         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49190         * abilist/libBrokenLocale.abilist: Likewise.
49191         * abilist/libanl.abilist: Likewise.
49192         * abilist/libc.abilist: Likewise.
49193         * abilist/libcrypt.abilist: Likewise.
49194         * abilist/libdl.abilist: Likewise.
49195         * abilist/libm.abilist: Likewise.
49196         * abilist/libnsl.abilist: Likewise.
49197         * abilist/libpthread.abilist: Likewise.
49198         * abilist/libresolv.abilist: Likewise.
49199         * abilist/librt.abilist: Likewise.
49200         * abilist/libthread_db.abilist: Likewise.
49201         * abilist/libutil.abilist: Likewise.
49202         * abilist/libnss_db.abilist: New file.
49204         * scripts/abilist.awk: Add support for indirect functions.
49206         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49208         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49210         * shlib-versions: Remove entries for ports architectures.
49212         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49213         files in ports.
49214         * elf/stackguard-macros.h: Remove support for IA-64.
49215         * elf/tst-auditmod1.c: Likewise.
49216         * sysdeps/generic/ldsodefs.h: Likewise.
49218         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49219         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49220         configure files.
49222         [BZ #13552]
49223         * configure.in: Remove --enable-omitfp support.
49224         * FAQ.in: Adjust.
49225         * config.make.in: Likewise.
49226         * Makeconfig: Likewise.
49227         * manual/install.texi: Likewise.
49229         In case anyone cares, the IA-64 architecture could move to ports.
49230         * sysdeps/ia64/*: Removed.
49231         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49232         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49234         [BZ #13555]
49235         * configure.in: Remove entries for unsupported architectures.
49237         [BZ #13533]
49238         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49239         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49240         routines.
49241         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49242         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49243         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49244         fall back to using wcrtomb.
49245         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49246         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49247         renaming.
49248         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49249         * wcsmbs/tst-c16c32-1.c: New file.
49251         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49252         local variable.
49254         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49256         * elf/tst-unique3.cc: Add explicit declaration of gets.
49257         * elf/tst-unique3lib.cc: Likewise.
49258         * elf/tst-unique3lib2.cc: Likewise.
49259         * elf/tst-unique4.cc: Likewise.
49261         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49263 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49265         [BZ #13566]
49266         * assert/assert.h (static_assert): Don't define for C++.
49267         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49268         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49270 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49272         * iconv/loop.c (single loop): Fix assertion in storing of
49273         remaining bytes.
49275         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49277 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49279         * posix/getconf.c: Update copyright year.
49280         * nss/getent.c: Likewise.
49281         * nss/makedb.c: Likewise.
49282         * iconv/iconvconfig.c: Likewise.
49283         * iconv/iconv_prog.c: Likewise.
49284         * elf/ldconfig.c: Likewise.
49285         * elf/pldd.c: Likewise.
49286         * elf/sotruss.ksh: Likewise.
49287         * catgets/gencat.c: Likewise.
49288         * csu/version.c: Likewise.
49289         * elf/ldd.bash.in: Likewise.
49290         * elf/sprof.c (print_version): Likewise.
49291         * locale/programs/locale.c: Likewise.
49292         * locale/programs/localedef.c: Likewise.
49293         * login/programs/pt_chown.c: Likewise.
49294         * nscd/nscd.c (print_version): Likewise.
49295         * debug/xtrace.sh: Likewise.
49296         * malloc/memusage.sh: Likewise.
49297         * malloc/mtrace.pl: Likewise.
49298         * debug/catchsegv.sh: Likewise.
49300 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49302         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49303         pure attribute.
49305 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49307         [BZ #13533]
49308         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49309         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49310         transformations.
49311         * iconv/gconv_int.h: Likewise.
49312         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49313         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49314         from libc for GLIBC_2.16.
49315         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49316         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49317         * wcsmbs/uchar.h: Really define mbstate_t.
49318         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49319         * wcsmbs/c16rtomb.c: New file.
49320         * wcsmbs/mbrtoc16.c: New file.
49321         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49322         for C/POSIX locale.
49323         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49324         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49326         * wcsmbs/wchar.h: Add missing __restrict.
49328 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49330         [BZ #13532]
49331         * time/Makefile (routines): Add timespec_get.
49332         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49333         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49334         timespec for ISO C11.
49335         * time/timespec_get.c: New file.
49336         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49337         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49339         [BZ #13531]
49340         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49341         * stdlib/stdlib.h: Declare aligned_alloc.
49342         * Versions.def: Add GLIBC_2.16 for libc.
49343         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49345         [BZ 13527]
49346         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49347         ISO C11.
49349         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49350         code.
49352         [BZ #13528]
49353         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49355         [BZ #13529]
49356         * assert/assert.h (static_assert): Define.
49358         * version.h: Update for 2.16 development version.
49360         [BZ #13526]
49361         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49362         _ISOC11_SOURCE.
49364         * version.h (RELEASE): Bump for 2.15 release.
49365         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49367         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49368         Patch by Marek Polacek <mpolacek@redhat.com>.
49370         * bits/byteswap.h: Protect long long constants with __extension__.
49371         * sysdeps/i386/bits/byteswap.h: Likewise.
49372         * sysdeps/ia64/bits/byteswap.h: Likewise.
49373         * sysdeps/s390/bits/byteswap.h: Likewise.
49374         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49376 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49378         [BZ #13540]
49379         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49380         destination buffer.
49381         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49383 2011-12-23  Marek Polacek  <polacek@redhat.com>
49385         * elf/dl-addr.c (determine_info): Add inline keyword.
49386         * elf/tst-auditmod4b.c (check_avx): Likewise.
49387         * elf/tst-auditmod6b.c (check_avx): Likewise.
49388         * elf/tst-auditmod6c.c (check_avx): Likewise.
49389         * elf/tst-auditmod7b.c (check_avx): Likewise.
49391 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49393         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49394         !__SSE_MATH__.
49396 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49398         [BZ #13540]
49399         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49400         processing for last bytes.
49402 2011-08-06  Bruno Haible  <bruno@clisp.org>
49404         [BZ #13061]
49405         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49406         U+0385, not to U+1FEE.
49408         [BZ #13062]
49409         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49410         entry for U+00A5 U+0301.
49412 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49414         [BZ #13166]
49415         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49416         buffer for the output is too small.
49418         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49419         optimization.
49421         [BZ #13185]
49422         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49423         SSE flags if possible.
49425 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49427         [BZ #13540]
49428         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49429         processing for last bytes.
49431 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49433         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49434         (syscall-list-default-options, syscall-list-default-condition)
49435         (syscall-list-includes): Define.
49436         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49437         list of ABIs and options and #if conditions for each ABI.  Do not
49438         handle common syscalls between ABIs specially.
49439         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49440         Remove.
49441         (syscall-list-variants, syscall-list-32bit-options)
49442         (syscall-list-32bit-condition, syscall-list-64bit-options)
49443         (syscall-list-64bit-condition): Define.
49444         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49445         (syscall-list-variants, syscall-list-32bit-options)
49446         (syscall-list-32bit-condition, syscall-list-64bit-options)
49447         (syscall-list-64bit-condition): Define.
49448         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49449         Remove.
49450         (syscall-list-variants, syscall-list-32bit-options)
49451         (syscall-list-32bit-condition, syscall-list-64bit-options)
49452         (syscall-list-64bit-condition): Define.
49453         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49454         Remove.
49455         (syscall-list-variants, syscall-list-32bit-options)
49456         (syscall-list-32bit-condition, syscall-list-64bit-options)
49457         (syscall-list-64bit-condition): Define.
49459 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49461         * locale/iso-639.def: Add brx entry.
49463         [BZ #13328]
49464         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49465         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49467         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49468         __feraiseexcept_renamed.
49470 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49472         [BZ #13538]
49473         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49474         EPOLLET with unsigned values.
49475         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49476         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49478         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49479         to large cancellation.
49480         * math/s_cacoshf.c: Likewise.
49481         * math/s_cacoshl.c: Likewise.
49483 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49485         [BZ #13305]
49486         [BZ #12786]
49487         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49488         * math/s_cacoshf.c: Likewise.
49489         * math/s_cacoshl.c: Likewise.
49491 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49493         [BZ #13439]
49494         * iconv/gconv.h: Define __GCONV_SWAP.
49495         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49496         * iconvdata/utf-16.c: Likewise.
49497         * iconvdata/utf-32.c: Likewise.
49499 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49501         [BZ #13524]
49502         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49503         numerator after shifting it by one limb.
49505 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49507         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49508         under [__USE_EXTERN_INLINES].
49510 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49512         [BZ #13446]
49513         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49515 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49517         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49518         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49519         optimized code.
49520         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49521         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49522         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49523         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49524         for strncasecmp/strncasecmp_l compilation.
49525         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49526         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49528 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49530         [BZ #13484]
49531         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49532         of __asm__.
49534 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49536         [BZ #13506]
49537         * time/tzfile.c (__tzfile_read): Check values from file header.
49539 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49541         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49542         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49543         * powerpc/powerpc32/dl-start.S: Likewise.
49544         * powerpc/powerpc32/elf/start.S: Likewise.
49545         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49546         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49547         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49548         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49549         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49550         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49551         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49552         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49553         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49554         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49555         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49556         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49557         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49558         * powerpc/powerpc32/memset.S: Likewise.
49559         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49560         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49561         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49562         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49563         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49564         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49565         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49566         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49567         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49568         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49569         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49570         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49571         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49573 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49575         * math/libm-test.inc: Added more nearbyint tests.
49576         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49577         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49578         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49579         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49581 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49583         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49584         FD_CLOEXEC.
49586 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49588         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49589         Add wcscpy-ssse3 wcscpy-c.
49590         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49591         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49592         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49593         * sysdeps/x86_64/wcschr.S: New file.
49594         * sysdeps/x86_64/wcsrchr.S: New file.
49595         * string/test-strcmp.c: Remove checking of wcscmp function for
49596         wrong alignments.
49597         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49598         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49599         wcsrchr-sse2 wcsrchr-c.
49600         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49601         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49602         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49603         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49604         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49605         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49606         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49607         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49608         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49609         * wcsmbc/wcschr.c (WCSCHR): New macro.
49611 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49613         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49614         * wcsmbs/test-wcsrchr.c: New file.
49615         * string/test-strrchr.c: Add wcsrchr support.
49616         (WIDE): New macro.
49617         * wcsmbs/test-wcscpy.c: New file.
49618         * string/test-strcpy.c: Add wcscpy support.
49619         (WIDE): New macro.
49621 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49623         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49624         the inner loop.
49626 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49628         [BZ #13472]
49629         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49631 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49633         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49634         Minor optimizations.
49636         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49637         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49638         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49640 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49642         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49643         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49644         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49645         for gcc to avoid warnings.
49646         * inet/Makefile (tests): Add tst-checks.
49647         * inet/tst-checks.c: New file.
49649         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49650         warning.
49652         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49653         __wmemcmp_sse2.
49655         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49656         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49658         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49660 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49662         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49663         problem.
49665         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49667 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49669         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49670         conditional on GCC version.
49671         (__arch_compare_and_exchange_val_8_acq)
49672         (__arch_compare_and_exchange_val_16_acq)
49673         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49674         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49675         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49677 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49679         * sysdeps/sh/backtrace.c: New file.
49681 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49683         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49684         parenthesis.
49686 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49688         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49689         falling back to utime.
49691 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49693         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49694         expectations for float.
49696 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49698         * locale/weight.h (findidx): Add parameter len.
49699         * locale/weightwc.h (findidx): Likewise.
49700         * posix/fnmatch_loop.c (FCT): Adjust caller.
49701         * posix/regcomp.c (build_equiv_class): Likewise.
49702         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49703         * posix/regexec.c (check_node_accept_bytes): Likewise.
49704         * string/strcoll_l.c (STRCOLL): Likewise.
49705         * string/strxfrm_l.c (STRXFRM): Likewise.
49707 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49709         * Makefile.in: Remove CVSOPT handling.
49710         * configure.in: Remove use of AC_REVISION.
49711         * iconvdata/Makefile (distribute): No need to filter out CVS.
49712         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49713         handling.
49715 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49717         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49718         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49719         [USE_AS_STRNCASECMP_L]: Likewise.
49720         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49721         NO_TLS_DIRECT_SEG_REFS.
49722         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49723         Fix argument offsets for non-PIC.
49724         [USE_AS_STRNCASECMP_L]: Likewise.
49725         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49726         NO_TLS_DIRECT_SEG_REFS.
49728 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49730         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49731         O_CLOEXEC.
49732         * locale/loadlocale.c (_nl_load_locale): Likewise.
49734 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49736         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49737         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49738         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49739         (SYSCALL_GETTIME): Set errno on error.
49741         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49742         count references to noai6ai_cached.
49744 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49746         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49748         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49749         FD_CLOEXEC for /proc/self/maps.
49751         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49752         FD_CLOEXEC for /proc/meminfo.
49754         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49755         gai.conf.
49757         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49758         FD_CLOEXEC for given file.
49760         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49762         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49763         FD_CLOEXEC for /etc/hosts.
49764         (_gethtent): Likewise.
49766         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49768         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49769         cancellation and set FD_CLOEXEC for /etc/netgroup.
49771         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49772         reading /etc/publickey.
49774         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49775         allow cancellation when reading /etc/group.
49777         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49778         cancellation.
49779         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49781         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49782         when using data file.
49784         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49786         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49787         (write_nis_obj): Use "c" and "e" in fopen.
49789         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49791         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49793         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49795         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49797         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49798         locale.alias.
49800         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49802         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49804         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49806         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49807         file parsing and set FD_CLOEXEC.
49809 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49811         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49813 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49815         * malloc/arena.c (arena_get2): Don't call reused_arena when
49816         _int_new_arena failed.
49818 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49820         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49821         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49822         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49823         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49824         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49825         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49826         to compile strcasecmp and strncasecmp.
49827         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49828         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49830         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49832 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49834         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49835         locale-defines.sym to gen-as-const-headers.
49836         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49837         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49838         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49839         to compile strcasecmp and strncasecmp.
49840         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49841         strcasecmp_l and strncasecmp_l.
49842         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49843         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49844         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49845         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49846         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49847         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49848         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49849         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49850         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49851         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49852         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49854 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49856         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49857         result of SYSDEP_GETTIME_CPU to retval.
49858         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49859         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49861         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49862         variable.
49864         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49865         mantissa words.
49866         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49868         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49869         from unused variable.
49871         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49872         DWARF definitions.
49873         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49874         for assembling.
49876         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49877         over namespaces.
49879         * sunrpc/rpc_prot.c (rejected): Fix case value.
49881         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49882         unsigned long long int to avoid warnings in shift.
49884         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49885         of use of trans.
49886         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49887         variable tmp.
49889         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49890         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49891         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49893         * nis/nis_table.c (nis_list): Use variable of correct type for
49894         result of __follow_path call.
49896 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49898         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49899         of math functions ceil, trunc, floor, round, and sqrt, when
49900         avaliable on the platform.
49901         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49902         name clash.
49903         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49904         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49905         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49907 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49909         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49910         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49912 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49914         * include/unistd.h: Fix __readlink return type.
49915         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49917 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49919         * stdlib/ucontext.h: Undo last change for makecontext.
49921 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49923         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49925         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49926         * setjmp/setjmp.h: Mark functions as non-leaf.
49927         * setjmp/bits/setjmp2.h: Likewise.
49928         * stdlib/ucontext.h: Likewise.
49930 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49932         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49933         (reused_arena): Don't check arena limit.
49934         (arena_get2): Atomically check arena limit.
49936 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49938         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49939         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49941         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49942         instructions.
49944 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49946         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49947         handler when locking.
49949         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49950         Fix size of allocated buffer.
49952 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49954         [BZ #10103]
49955         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49956         declarations for long double functions.
49957         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49959         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49961 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49963         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49964         installed.
49966         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49967         is disabled.
49969 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49971         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49973 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49975         * include/alloca.h (stackinfo_alloca_round): Define.
49976         (extend_alloca): Use it.
49977         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49978         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49979         here.
49981         * scripts/check-local-headers.sh: Ignore libaudit.h.
49983         * nscd/Makefile (extra-objs): Make recursively expanded.
49985 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49987         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49988         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49990         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49991         * posix/tst-rfc3484-2.c: Likewise.
49992         * posix/tst-rfc3484-3.c: Likewise.
49994         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49995         process_vm_writev.
49996         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49997         process_vm_writev.
49998         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49999         process_vm_writev from libc using GLIBC_2.15 version.
50001         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50003 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50005         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50006         stack usage.
50008 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50010         [BZ #13367]
50011         * nss/getent.c (initgroups_keys): Show error message in case no group
50012         names are given.
50014         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50015         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50016         __bump_nl_timestamp.
50017         * nscd/connections (nscd_init): When host database is served open
50018         netlink socket and request notification about configuration changes.
50019         (main_loop_poll): Track netlink file descriptor and bump timestamp
50020         in case data becomes available.
50021         (main_loop_epoll): Likewise.
50022         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50023         (database_pers_head): Add extra_data fileds.
50024         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50025         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50026         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50027         Adjust caller.
50028         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50029         in6ai data, call __free_in6ai.
50030         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50031         Add -DHAVE_NETLINK.
50032         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50033         interface information.  Reuse previous data if netlink timestamp
50034         is not changed.
50035         (__bump_nl_timestamp): New function.
50036         (__free_in6ai): New function.
50038 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50040         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50041         close_not_cancel_no_status here.
50042         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50044 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50046         [BZ #13276]
50047         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50048         return value.
50050         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50051         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50052         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50054 2011-07-03  Andreas Jaeger  <aj@suse.de>
50056         [BZ #10709]
50057         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50058         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50059         * math/libm-test.inc (sin_test): Add test case.
50061 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50063         [BZ #13337]
50064         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50065         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50067         * elf/chroot_canon.c (chroot_canon): Cleanups.
50069         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50071         [BZ #13335]
50072         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50073         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50075         * string/test-strchr.c: Make usable for strchrnul testing.
50076         * string/test-strchrnul.c: New file.
50077         * string/Makefile (strop-tests): Add strchrnul.
50079         * po/it.po: Update from translation team.
50080         * po/es.po: Likewise.
50082 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50084         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50085         the three constants needed as parameters.  Drop the others.
50086         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50087         __m128i_strloadu_tolower.
50088         Create and initialize variable zero and use it in all the places
50089         where _mm_setzero_si128 was used.
50091         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50092         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50093         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50094         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50095         anymore.
50096         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50097         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50098         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50099         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50100         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50101         __mpranred, __mptan.
50102         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50103         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50104         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50105         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50106         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50107         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50108         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50109         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50110         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50112 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50114         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50115         redefine if SHARED.
50116         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50118         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50119         wide char related routines to wcsmbs subdir.
50121 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50123         [BZ #13344]
50124         * misc/sys/cdefs.h (__THROWNL): Define.
50125         * posix/unistd.h: Use __THREADNL instead of __THREAD
50126         for memory synchronization functions.
50128 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50130         [BZ #13349]
50131         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50132         doesn't exist.
50133         * manual/stdio.texi (Obstack Streams): Node removed.
50135 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50137         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50138         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50139         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50141         * math/math_private.h (math_force_eval): Allow non-addressable
50142         arguments.
50143         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50145 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50147         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50148         file is not needed.
50150         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50151         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50152         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50153         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50154         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50155         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50156         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50157         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50158         Add AVX variants.
50159         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50160         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50161         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50162         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50163         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50164         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50165         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50166         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50167         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50168         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50169         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50170         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50171         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50172         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50173         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50174         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50175         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50176         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50177         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50179         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50180         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50182         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50183         place.  Use VEX encoding when compiling for AVX.
50185 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50187         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50188         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50190         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50192 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50194         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50195         useless if() expression.
50196         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50197         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50198         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50199         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50200         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50201         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50202         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50203         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50204         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50205         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50206         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50207         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50208         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50209         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50210         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50211         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50212         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50213         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50214         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50216         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50218 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50220         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50221         condition.
50222         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50224 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50226         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50227         .text section.  Avoid duplicate constants.
50228         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50229         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50230         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50231         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50232         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50233         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50234         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50235         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50236         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50237         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50238         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50240         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50241         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50242         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50243         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50244         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50245         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50246         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50247         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50248         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50249         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50250         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50251         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50252         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50253         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50254         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50255         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50256         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50257         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50258         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50259         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50260         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50261         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50262         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50263         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50264         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50265         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50266         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50267         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50268         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50269         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50270         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50271         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50272         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50274 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50276         * sysdeps/x86_64/dla.h: Move to ...
50277         * sysdeps/x86_64/fpu/dla.h: ...here.
50278         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50279         situations.  Use __builtin_fma only for gcc 4.6 and up.
50281         * config.make.in: Add have-mfma4 entry.
50282         * configure.in: Substitute libc_cv_cc_fma4.
50283         * math/Makefile (dbl-only-routines): Add sincostab.
50284         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50285         Use __sincostab not sincos.
50286         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50287         name is a macro.
50288         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50289         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50290         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50291         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50292         using __copysign.
50293         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50294         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50295         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50296         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50297         and __inv.
50298         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50299         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50300         __copysign.
50301         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50302         define aliases when function name is a macro.
50303         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50304         sysdeps/ieee754/dbl-64/sincos.tbl.
50305         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50306         fma4-enabled routines.
50307         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50308         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50309         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50310         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50311         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50312         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50313         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50314         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50315         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50316         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50317         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50318         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50319         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50320         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50321         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50322         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50323         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50324         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50325         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50326         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50327         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50328         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50329         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50330         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50331         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50332         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50333         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50334         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50335         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50336         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50338         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50339         rename.
50340         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50341         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50342         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50343         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50344         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50345         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50346         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50347         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50349 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50351         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50353 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50355         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50357         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50358         prediction.
50359         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50361         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50362         Remove unused variable magic_bits.
50363         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50365         * string/strnlen.c: Define and use STRNLEN macro.
50366         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50367         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50368         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50369         * wcsmbs/wcslen.c: Define and use WCSLEN.
50370         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50371         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50372         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50373         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50374         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50375         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50376         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50378 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50380         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50381         strnlen-sse2-no-bsf.
50382         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50383         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50384         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50385         Add strnlen support.
50386         (USE_AS_STRNLEN): New macro.
50387         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50388         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50389         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50390         * sysdeps/x86_64/wcslen.S: New file.
50392 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50394         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50395         XMM-moves are used for copying on small sizes.
50397 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50399         * wcsmbs/Makefile (strop-tests): Add wcschr.
50400         * wcsmbs/test-wcschr.c: New file.
50401         * string/test-strchr.c: Update.
50402         Add wcschr support.
50403         (WIDE): New macro.
50405 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50407         * wcsmbs/Makefile (strop-tests): Add wcslen.
50408         * wcsmbs/test-wcslen.c: New file.
50409         * string/test-strlen.c: Update.
50410         Add wcslen support.
50411         (WIDE): New macro.
50413 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50415         * po/it.po: Update from translation team.
50417 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50419         * sysdeps/x86_64/wcscmp.S: Update.
50420         Fix wrong comparison semantics.
50421         wcscmp shall use signed comparison not unsigned.
50422         Don't use substraction to avoid overflow bug.
50423         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50424         * wcsmbc/wcscmp.c: Likewise.
50425         * string/test-strcmp.c: Likewise.
50426         Add new tests to check cases with negative values.
50428 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50430         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50431         * sysdeps/x86_64/dla.h: ...here.  New file.
50432         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50433         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50434         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50435         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50436         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50437         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50438         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50439         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50440         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50442 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50444         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50445         __ynl_finite aliases.
50447 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50449         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50451         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50452         define DLA_FMA.
50453         [DLA_FMA] (EMULV): Use DLA_FMA.
50454         [DLA_FMA] (MUL12): Use EMULV.
50455         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50456         that are not needed.
50457         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50458         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50459         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50460         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50461         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50462         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50463         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50465 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50467         * math/s_nan.c: Undef __nan.
50468         * math/s_nanf.c: Undef __nanf.
50469         * math/s_nanl.c: Undef __nanl.
50470         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50471         "math_private.h".
50473 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50475         * math/s_catan.c: Add branch predictions.
50476         * math/s_catanf.c: Likewise.
50477         * math/s_catanh.c: Likewise.
50478         * math/s_catanhf.c: Likewise.
50479         * math/s_catanhl.c: Likewise.
50480         * math/s_catanl.c: Likewise.
50481         * math/s_cexp.c: Likewise.
50482         * math/s_cexpf.c: Likewise.
50483         * math/s_cexpl.c: Likewise.
50484         * math/s_clog.c: Likewise.
50485         * math/s_clog10.c: Likewise.
50486         * math/s_clog10f.c: Likewise.
50487         * math/s_clog10l.c: Likewise.
50488         * math/s_clogf.c: Likewise.
50489         * math/s_clogl.c: Likewise.
50490         * math/s_csqrt.c: Likewise.
50491         * math/s_csqrtf.c: Likewise.
50492         * math/s_csqrtl.c: Likewise.
50493         * math/s_ctanf.c: Likewise.
50494         * math/s_ctanh.c: Likewise.
50495         * math/s_ctanhf.c: Likewise.
50496         * math/s_ctanhl.c: Likewise.
50497         * math/s_ctanl.c: Likewise.
50499         * math/math_private.h: Define __nan, __nanf, __nanl.
50500         * math/s_cacosh.c: Include <math_private.h>.
50501         * math/s_cacoshl.c: Likewise.
50502         * math/s_casinh.c: Likewise.
50503         * math/s_casinhf.c: Likewise.
50504         * math/s_casinhl.c: Likewise.
50505         * math/s_ccos.c: Rely entire on ccosh.
50506         * math/s_ccosf.c: Rely entire on ccoshf.
50507         * math/s_ccosl.c: Rely entirely on ccoshl.
50508         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50509         Remove tests for FE_INVALID.
50510         * math/s_ccoshf.c: Likewise.
50511         * math/s_ccoshl.c: Likewise.
50512         * math/s_csin.c: Likewise.
50513         * math/s_csinf.c: Likewise.
50514         * math/s_csinh.c Likewise.
50515         * math/s_csinhf.c: Likewise.
50516         * math/s_csinhl.c: Likewise.
50517         * math/s_csinl.c: Likewise.
50518         * math/s_ctan.c: Likewise.
50519         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50520         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50521         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50523 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50525         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50526         compilation problems.
50528         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50529         __builtin_expect.
50531 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50533         * sysdeps/i386/configure.in: Test for -mfma4 option.
50534         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50535         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50536         COMMON_CPUID_INDEX_80000001.
50537         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50538         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50539         use it if FMA3 is not supported.
50540         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50542         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50543         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50545 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50547         [BZ #12892]
50548         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50549         it would create a cycle with a link time dependency.
50551 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50553         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50554         instruction.
50555         * string/Makefile (strop-tests): Add rawmemchr.
50556         * string/test-rawmemchr.c: New file.
50558         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50559         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50560         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50561         when compiling str{,n}casecmp and when AVX is available.  Hook up
50562         new optimized code in initializers.
50564 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50566         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50567         __feraiseexcept instead of feraiseexcept.
50569 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50571         * math/math_private.h: Define defaults for libc_fetestexcept and
50572         libc_feupdateenv.
50573         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50574         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50575         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50576         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50577         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50578         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50579         libc_fetestexcept and libc_feupdateenv.
50581         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50582         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50583         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50584         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50585         libc_feholdexcept_setround.
50587         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50588         Add s_nearbyint-c and s_nearbyintf-c.
50589         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50590         nearbyintf inlines.
50591         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50592         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50593         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50594         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50596         * math/math_private.h: Define defaults for libc_fegetround,
50597         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50598         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50599         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50600         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50601         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50602         standard functions.
50603         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50604         Remove comments and hacks for old compiler versions.
50605         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50606         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50607         libc_feholdexceptl.
50609 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50611         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50612         (__feraiseexcept_renamed): Add __NTH.
50613         (feraiseexcept): Add __NTH.  Rename local variables to fix
50614         namespace violations.
50616 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50618         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50620         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50622         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50623         recently added interfaces.
50624         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50626         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50627         about macro parameter expansion.
50629         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50630         __NO_MATH_INLINES is defined.  Cleanups.
50632         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50633         and __floorf is target has SSE4.1.
50634         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50635         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50636         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50637         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50639         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50640         name.
50641         (floorf): Likewise.
50643         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50645 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50647         * misc/sys/cdefs.h: Fix last change.
50649         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50650         database lookup.
50652 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50654         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50656         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50657         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50658         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50659         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50660         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50661         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50662         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50663         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50664         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50665         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50666         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50667         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50668         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50669         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50670         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50671         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50672         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50673         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50674         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50675         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50676         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50677         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50679         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50680         ceil, ceilf, floor, floorf.
50682         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50683         Perform IRELATIVE relocations last.
50685         * elf/do-rel.h: Add another parameter nrelative, replacing the
50686         local variable with the same name.  Change name of the function
50687         to end in Rel or Rela (uppercase).
50688         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50689         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50690         elf_dynamic_do_##reloc function.
50692 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50694         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50695         is sufficient, at least on modern CPUs.
50697         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50699         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50700         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50702         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50703         __expl_finite.
50704         * math/bits/math-finite.h: Add entries for exp.
50705         * math/e_expl.c: Add __*_finite alias.
50706         * sysdeps/i386/fpu/e_exp.S: Likewise.
50707         * sysdeps/i386/fpu/e_expf.S: Likewise.
50708         * sysdeps/i386/fpu/e_expl.c: Likewise.
50709         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50710         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50711         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50712         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50713         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50714         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50715         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50717         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50718         is sufficient, at least on modern CPUs.
50720         * ctype/ctype-info.c (__ctype_init): Define.
50721         * include/ctype.h (__ctype_init): Declare.
50722         (__ctype_b_loc): The variable is always initialized.
50723         (__ctype_toupper_loc): Likewise.
50724         (__ctype_tolower_loc): Likewise.
50725         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50726         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50728 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50730         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50732         * configure.in: Also look in $cxxmachine/include for C++ system
50733         headers.
50735 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50737         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50738         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50739         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50740         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50741         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50742         (USE_AS_WMEMCMP): New macro.
50743         Fixing indents.
50744         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50745         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50746         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50747         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50749         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50750         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50751         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50752         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50753         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50754         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50755         (USE_AS_WMEMCMP): New macro.
50756         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50757         * sysdeps/string/test-memcmp.c: Update.
50758         Fix simple_wmemcmp.
50759         Add new tests.
50760         * wcsmbs/wmemcmp.c: Update.
50761         (WMEMCMP): New macro.
50762         Fix overflow bug.
50764 2011-10-12  Andreas Jaeger  <aj@suse.de>
50766         [BZ #13268]
50767         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50769 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50771         * libio/iofwide.c (do_length): Avoid warning.
50773         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50775 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50777         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50779         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50780         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50781         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50782         * sysdeps/i386/i686/fpu/e_log.S: New file.
50783         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50784         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50786         * ctype/ctype.h: Add support for inlined isXXX functions when
50787         compiling C++ code.
50789 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50791         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50793         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50795 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50797         [BZ #13291]
50798         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50800 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50802         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50803         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50804         feraiseexcept.
50806         * sysdeps/x86_64/memrchr.S: Check for zero size.
50808         * string/stratcliff.c: Add memrchr tests.
50810 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50812         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50813         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50814         rawmemchr-sse2 rawmemchr-sse2-bsf.
50815         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50816         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50817         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50818         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50819         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50820         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50821         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50822         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50823         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50824         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50825         * string/memrchr.c (MEMRCHR): New macro.
50827 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50829         Add integration with gcc's -ffinite-math-only and optimize wrapper
50830         functions in libm.
50831         * Versions.def: Define GLIBC_2.15 version for libm.
50832         * math/Makefile (headers): Add bits/math-finite.h.
50833         * math/bits/math-finite.h: New file.
50834         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50835         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50836         * math/e_acoshl.c: Add __*_finite alias.
50837         * math/e_acosl.c: Likewise.
50838         * math/e_asinl.c: Likewise.
50839         * math/e_atan2l.c: Likewise.
50840         * math/e_atanhl.c: Likewise.
50841         * math/e_coshl.c: Likewise.
50842         * math/e_exp10.c: Likewise.
50843         * math/e_exp10f.c: Likewise.
50844         * math/e_exp10l.c: Likewise.
50845         * math/e_exp2l.c: Likewise.
50846         * math/e_fmodl.c: Likewise.
50847         * math/e_gammal_r.c: Likewise.
50848         * math/e_hypotl.c: Likewise.
50849         * math/e_j0l.c: Likewise.
50850         * math/e_j1l.c: Likewise.
50851         * math/e_jnl.c: Likewise.
50852         * math/e_lgammal_r.c: Likewise.
50853         * math/e_log10l.c: Likewise.
50854         * math/e_log2l.c: Likewise.
50855         * math/e_logl.c: Likewise.
50856         * math/e_powl.c: Likewise.
50857         * math/e_sinhl.c: Likewise.
50858         * math/e_sqrtl.c: Likewise.
50859         * math/e_scalb.c: Completely rewritten and optimized.
50860         * math/e_scalbf.c: Likewise.
50861         * math/e_scalbl.c: Likewise.
50862         * math/w_acos.c: Likewise.
50863         * math/w_acosf.c: Likewise.
50864         * math/w_acosl.c: Likewise.
50865         * math/w_acosh.c: Likewise.
50866         * math/w_acoshf.c: Likewise.
50867         * math/w_acoshl.c: Likewise.
50868         * math/w_asin.c: Likewise.
50869         * math/w_asinf.c: Likewise.
50870         * math/w_asinl.c: Likewise.
50871         * math/w_atan2.c: Likewise.
50872         * math/w_atan2f.c: Likewise.
50873         * math/w_atan2l.c: Likewise.
50874         * math/w_atanh.c: Likewise.
50875         * math/w_atanhf.c: Likewise.
50876         * math/w_atanhl.c: Likewise.
50877         * math/w_exp10.c: Likewise.
50878         * math/w_exp10f.c: Likewise.
50879         * math/w_exp10l.c: Likewise.
50880         * math/w_fmod.c: Likewise.
50881         * math/w_fmodf.c: Likewise.
50882         * math/w_fmodl.c: Likewise.
50883         * math/w_j0.c: Likewise.
50884         * math/w_j0f.c: Likewise.
50885         * math/w_j0l.c: Likewise.
50886         * math/w_j1.c: Likewise.
50887         * math/w_j1f.c: Likewise.
50888         * math/w_j1l.c: Likewise.
50889         * math/w_jn.c: Likewise.
50890         * math/w_jnf.c: Likewise.
50891         * math/w_log.c: Likewise.
50892         * math/w_logf.c: Likewise.
50893         * math/w_logl.c: Likewise.
50894         * math/w_log10.c: Likewise.
50895         * math/w_log10f.c: Likewise.
50896         * math/w_log10l.c: Likewise.
50897         * math/w_log2.c: Likewise.
50898         * math/w_log2f.c: Likewise.
50899         * math/w_log2l.c: Likewise.
50900         * math/w_pow.c: Likewise.
50901         * math/w_powf.c: Likewise.
50902         * math/w_powl.c: Likewise.
50903         * math/w_remainder.c: Likewise.
50904         * math/w_remainderf.c: Likewise.
50905         * math/w_remainderl.c: Likewise.
50906         * math/w_scalb.c: Likewise.
50907         * math/w_scalbf.c: Likewise.
50908         * math/w_scalbl.c: Likewise.
50909         * math/w_sqrt.c: Likewise.
50910         * math/w_sqrtf.c: Likewise.
50911         * math/w_sqrtl.c: Likewise.
50912         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50913         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50914         used.
50915         * math/math_private.h: Declare __kernel_standard_f.
50916         * math/w_cosh.c: Remove cruft and optimize a bit.
50917         * math/w_coshf.c: Likewise.
50918         * math/w_coshl.c: Likewise.
50919         * math/w_exp2.c: Likewise.
50920         * math/w_exp2f.c: Likewise.
50921         * math/w_exp2l.c: Likewise.
50922         * math/w_hypot.c: Likewise.
50923         * math/w_hypotf.c: Likewise.
50924         * math/w_hypotl.c: Likewise.
50925         * math/w_lgamma.c: Likewise.
50926         * math/w_lgamma_r.c: Likewise.
50927         * math/w_lgammaf.c: Likewise.
50928         * math/w_lgammaf_r.c: Likewise.
50929         * math/w_lgammal.c: Likewise.
50930         * math/w_lgammal_r.c: Likewise.
50931         * math/w_sinh.c: Likewise.
50932         * math/w_sinhf.c: Likewise.
50933         * math/w_sinhl.c: Likewise.
50934         * math/w_tgamma.c: Likewise.
50935         * math/w_tgammaf.c: Likewise.
50936         * math/w_tgammal.c: Likewise.
50937         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50938         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50939         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50940         Minor optimizations.  Pretty printing.  Remove cruft.
50941         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50942         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50943         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50944         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50945         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50946         * sysdeps/i386/fpu/e_asin.S: Likewise.
50947         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50948         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50949         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50950         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50951         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50952         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50953         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50954         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50955         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50956         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50957         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50958         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50959         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50960         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50961         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50962         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50963         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50964         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50965         * sysdeps/i386/fpu/e_log.S: Likewise.
50966         * sysdeps/i386/fpu/e_log10.S: Likewise.
50967         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50968         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50969         * sysdeps/i386/fpu/e_log2.S: Likewise.
50970         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50971         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50972         * sysdeps/i386/fpu/e_logf.S: Likewise.
50973         * sysdeps/i386/fpu/e_logl.S: Likewise.
50974         * sysdeps/i386/fpu/e_pow.S: Likewise.
50975         * sysdeps/i386/fpu/e_powf.S: Likewise.
50976         * sysdeps/i386/fpu/e_powl.S: Likewise.
50977         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50978         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50979         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50980         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50981         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50982         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50983         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50984         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50985         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50986         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50987         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50988         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50989         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50990         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50991         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50992         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50993         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50994         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50995         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50996         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50997         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50998         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50999         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51000         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51001         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51002         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51003         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51004         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51005         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51006         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51007         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51008         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51009         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51010         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51011         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51012         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51013         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51014         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51015         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51016         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51017         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51018         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51019         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51020         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51021         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51022         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51023         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51024         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51025         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51026         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51027         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51028         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51029         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51030         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51031         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51032         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51033         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51034         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51035         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51036         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51037         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51038         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51039         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51040         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51041         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51042         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51043         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51044         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51045         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51046         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51047         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51048         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51049         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51050         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51051         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51052         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51053         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51054         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51055         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51056         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51057         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51058         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51059         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51060         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51061         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51062         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51063         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51064         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51065         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51066         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51067         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51068         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51069         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51070         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51071         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51072         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51073         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51074         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51075         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51076         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51077         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51078         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51079         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51080         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51081         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51082         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51083         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51084         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51085         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51086         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51087         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51088         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51089         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51090         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51091         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51092         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51093         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51094         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51095         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51096         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51097         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51098         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51099         (__isnanf): Likewise.
51100         (__isinf_ns): Likewise.
51101         (__isinf_nsf): Likewise.
51102         (__finite): Likewise.
51103         (__finitef): Likewise.
51104         (__ieee754_sqrt): Define as macro.
51105         (__ieee754_sqrtf): Define as macro.
51106         (__ieee754_sqrtl): Define as macro.
51107         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51108         inlined copy.
51109         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51110         __FINITE_MATH_ONLY__ consistent.
51111         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51113 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51115         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51116         of rawmemchr.
51118         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51120 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51122         * po/ja.po: Update from translation team.
51124 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51126         * locale/programs/locarchive.c (prepare_address_space): New function.
51127         (create_archive, enlarge_archive, open_archive): Use it.
51129         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51130         inside [SHARED], where it is used.
51132         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51134         * nss/getent.c (netgroup_keys): Remove unused variable.
51135         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51137 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51139         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51140         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51141         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51142         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51143         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51144         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51145         * math/Makefile (libm-calls): Add s_isinf_ns.
51146         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51147         * math/multc3.c: Likewise.
51148         * math/s_casin.c: Likewise.
51149         * math/s_casinf.c: Likewise.
51150         * math/s_casinl.c: Likewise.
51151         * math/s_ccos.c: Likewise.
51152         * math/s_ccosf.c: Likewise.
51153         * math/s_ccosl.c: Likewise.
51154         * math/s_ctan.c: Likewise.
51155         * math/s_ctanf.c: Likewise.
51156         * math/s_ctanh.c: Likewise.
51157         * math/s_ctanhf.c: Likewise.
51158         * math/s_ctanhl.c: Likewise.
51159         * math/s_ctanl.c: Likewise.
51160         * math/w_fmod.c: Likewise.
51161         * math/w_fmodf.c: Likewise.
51162         * math/w_fmodl.c: Likewise.
51163         * math/w_remainder.c: Likewise.
51164         * math/w_remainderf.c: Likewise.
51165         * math/w_remainderl.c: Likewise.
51166         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51167         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51168         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51169         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51170         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51171         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51172         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51173         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51175         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51176         of the number.
51177         * stdio-common/printf_fphex.c: Likewise.
51178         * stdio-common/printf_size.c: Likewise.
51180         * math/e_exp10.c: Include math_private.h using <...> not "...".
51181         * math/e_exp10f.c: Likewise.
51182         * math/e_exp10l.c: Likewise.
51183         * math/e_exp2l.c: Likewise.
51184         * math/e_j0l.c: Likewise.
51185         * math/e_j1l.c: Likewise.
51186         * math/e_jnl.c: Likewise.
51187         * math/e_lgammal_r.c: Likewise.
51188         * math/e_rem_pio2l.c: Likewise.
51189         * math/e_scalb.c: Likewise.
51190         * math/e_scalbf.c: Likewise.
51191         * math/e_scalbl.c: Likewise.
51192         * math/k_cosl.c: Likewise.
51193         * math/k_sinl.c: Likewise.
51194         * math/k_tanl.c: Likewise.
51195         * math/s_cacoshf.c: Likewise.
51196         * math/s_catan.c: Likewise.
51197         * math/s_catanf.c: Likewise.
51198         * math/s_catanh.c: Likewise.
51199         * math/s_catanhf.c: Likewise.
51200         * math/s_catanhl.c: Likewise.
51201         * math/s_catanl.c: Likewise.
51202         * math/s_ccosh.c: Likewise.
51203         * math/s_ccoshf.c: Likewise.
51204         * math/s_ccoshl.c: Likewise.
51205         * math/s_cexp.c: Likewise.
51206         * math/s_cexpf.c: Likewise.
51207         * math/s_cexpl.c: Likewise.
51208         * math/s_clog.c: Likewise.
51209         * math/s_clog10.c: Likewise.
51210         * math/s_clog10f.c: Likewise.
51211         * math/s_clog10l.c: Likewise.
51212         * math/s_clogf.c: Likewise.
51213         * math/s_clogl.c: Likewise.
51214         * math/s_csin.c: Likewise.
51215         * math/s_csinf.c: Likewise.
51216         * math/s_csinh.c: Likewise.
51217         * math/s_csinhf.c: Likewise.
51218         * math/s_csinhl.c: Likewise.
51219         * math/s_csinl.c: Likewise.
51220         * math/s_csqrt.c: Likewise.
51221         * math/s_csqrtf.c: Likewise.
51222         * math/s_csqrtl.c: Likewise.
51223         * math/s_ctan.c: Likewise.
51224         * math/s_ctanf.c: Likewise.
51225         * math/s_ctanh.c: Likewise.
51226         * math/s_ctanhf.c: Likewise.
51227         * math/s_ctanhl.c: Likewise.
51228         * math/s_ctanl.c: Likewise.
51229         * math/s_ldexp.c: Likewise.
51230         * math/s_ldexpf.c: Likewise.
51231         * math/s_ldexpl.c: Likewise.
51232         * math/s_significand.c: Likewise.
51233         * math/s_significandf.c: Likewise.
51234         * math/s_significandl.c: Likewise.
51235         * math/w_acos.c: Likewise.
51236         * math/w_acosf.c: Likewise.
51237         * math/w_acosh.c: Likewise.
51238         * math/w_acoshf.c: Likewise.
51239         * math/w_acoshl.c: Likewise.
51240         * math/w_acosl.c: Likewise.
51241         * math/w_asin.c: Likewise.
51242         * math/w_asinf.c: Likewise.
51243         * math/w_asinl.c: Likewise.
51244         * math/w_atan2.c: Likewise.
51245         * math/w_atan2f.c: Likewise.
51246         * math/w_atan2l.c: Likewise.
51247         * math/w_atanh.c: Likewise.
51248         * math/w_atanhf.c: Likewise.
51249         * math/w_atanhl.c: Likewise.
51250         * math/w_cosh.c: Likewise.
51251         * math/w_coshf.c: Likewise.
51252         * math/w_coshl.c: Likewise.
51253         * math/w_dremf.c: Likewise.
51254         * math/w_exp10.c: Likewise.
51255         * math/w_exp10f.c: Likewise.
51256         * math/w_exp10l.c: Likewise.
51257         * math/w_exp2.c: Likewise.
51258         * math/w_exp2f.c: Likewise.
51259         * math/w_fmod.c: Likewise.
51260         * math/w_fmodf.c: Likewise.
51261         * math/w_fmodl.c: Likewise.
51262         * math/w_hypot.c: Likewise.
51263         * math/w_hypotf.c: Likewise.
51264         * math/w_hypotl.c: Likewise.
51265         * math/w_j0.c: Likewise.
51266         * math/w_j0f.c: Likewise.
51267         * math/w_j0l.c: Likewise.
51268         * math/w_j1.c: Likewise.
51269         * math/w_j1f.c: Likewise.
51270         * math/w_j1l.c: Likewise.
51271         * math/w_jn.c: Likewise.
51272         * math/w_jnf.c: Likewise.
51273         * math/w_jnl.c: Likewise.
51274         * math/w_lgamma.c: Likewise.
51275         * math/w_lgamma_r.c: Likewise.
51276         * math/w_lgammaf.c: Likewise.
51277         * math/w_lgammaf_r.c: Likewise.
51278         * math/w_lgammal.c: Likewise.
51279         * math/w_lgammal_r.c: Likewise.
51280         * math/w_log.c: Likewise.
51281         * math/w_log10.c: Likewise.
51282         * math/w_log10f.c: Likewise.
51283         * math/w_log10l.c: Likewise.
51284         * math/w_log2.c: Likewise.
51285         * math/w_log2f.c: Likewise.
51286         * math/w_log2l.c: Likewise.
51287         * math/w_logf.c: Likewise.
51288         * math/w_logl.c: Likewise.
51289         * math/w_pow.c: Likewise.
51290         * math/w_powf.c: Likewise.
51291         * math/w_powl.c: Likewise.
51292         * math/w_remainder.c: Likewise.
51293         * math/w_remainderf.c: Likewise.
51294         * math/w_remainderl.c: Likewise.
51295         * math/w_scalb.c: Likewise.
51296         * math/w_scalbf.c: Likewise.
51297         * math/w_scalbl.c: Likewise.
51298         * math/w_sinh.c: Likewise.
51299         * math/w_sinhf.c: Likewise.
51300         * math/w_sinhl.c: Likewise.
51301         * math/w_sqrt.c: Likewise.
51302         * math/w_sqrtf.c: Likewise.
51303         * math/w_sqrtl.c: Likewise.
51304         * math/w_tgamma.c: Likewise.
51305         * math/w_tgammaf.c: Likewise.
51306         * math/w_tgammal.c: Likewise.
51308         * po/ja.po: Update from translation team.
51310 2011-09-29  Andreas Jaeger  <aj@suse.de>
51312         [BZ #13179]
51313         * sunrpc/netname.c (netname2host): Fix logic.
51315         [BZ #6779]
51316         [BZ #6783]
51317         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51318         correctly.
51319         * math/w_remainder.c (__remainder): Likewise.
51320         * math/w_remainderf.c (__remainderf): Likewise.
51321         * math/libm-test.inc (remainder_test): Add test cases.
51323 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51325         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51326         sdiv_qrnnd.
51328 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51330         * string/test-memcmp.c: Avoid unncessary #defines.
51331         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51333 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51335         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51336         Use new sse2 version for core i3 - i7 as it's faster
51337         than sse42 version.
51338         (bit_Prefer_PMINUB_for_stringop): New.
51339         * sysdeps/x86_64/rawmemchr.S: Update.
51340         Replace with faster SSE2 version.
51341         * sysdeps/x86_64/memrchr.S: New file.
51342         * sysdeps/x86_64/memchr.S: Update.
51343         Replace with faster SSE2 version.
51345 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51347         * elf/dl-load.c (lose): Add cast to avoid warning.
51349 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51351         * po/ca.po: Update from translation team.
51353         * inet/getnetgrent_r.c: Hook up nscd.
51354         * nscd/Makefile (routines): Add nscd_netgroup.
51355         (nscd-modules): Add netgroupcache.
51356         (CFLAGS-netgroupcache.c): Define.
51357         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51358         (cache_search): Add const to second parameter.
51359         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51360         INNETGR.
51361         (dbs): Add netgrdb entry.
51362         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51363         (verify_persistent_db): Handle netgrdb.
51364         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51365         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51366         GETFDNETGR.
51367         (netgroup_response_header): Define.
51368         (innetgroup_response_header): Define.
51369         (datahead): Add netgroup_response_header and innetgroup_response_header
51370         elements.
51371         * nscd/nscd.conf: Add entries for netgroup cache.
51372         * nscd/nscd.h (dbtype): Add netgrdb.
51373         (_PATH_NSCD_NETGROUP_DB): Define.
51374         (netgroup_iov_disabled): Declare.
51375         (xmalloc, xcalloc, xrealloc): Move declarations here.
51376         (cache_search): Adjust prototype.
51377         Add netgroup-related prototypes.
51378         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51379         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51380         (__nscd_innetgr): Declare.
51381         * nscd/selinux.c (perms): Use access_vector_t as element type and
51382         add netgroup-related initializers.
51383         * nscd/netgroupcache.c: New file.
51384         * nscd/nscd_netgroup.c: New file.
51385         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51386         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51387         For four parameters use innetgr.
51388         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51389         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51390         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51391         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51393         * nscd/connections.c (register_traced_file): Don't register file
51394         for disabled databases.
51396 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51398         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51400         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51401         from tree and freeing node.
51403 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51405         * nss/nsswitch.c (__nss_database_lookup): Handle
51406         nss_parse_service_list out of memory case.
51408 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51410         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51411         out of memory case.
51413 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51415         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51416         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51417         pass it down.
51418         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51419         elf_machine_rela, elf_machine_lazy_rel.
51420         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51421         (ELF_DYNAMIC_DO_REL): Likewise.
51422         (ELF_DYNAMIC_DO_RELA): Likewise.
51423         (ELF_DYNAMIC_RELOCATE): Likewise.
51424         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51425         to ELF_DYNAMIC_DO_REL.
51426         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51427         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51428         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51429         elf_machine_rela.
51430         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51431         skip_ifunc, don't call ifunc function if non-zero.
51432         (elf_machine_rela): Likewise.
51433         (elf_machine_lazy_rel): Likewise.
51434         (elf_machine_lazy_rela): Likewise.
51435         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51436         (elf_machine_lazy_rel): Likewise.
51437         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51438         Likewise.
51439         (elf_machine_lazy_rel): Likewise.
51440         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51441         Likewise.
51442         (elf_machine_lazy_rel): Likewise.
51443         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51444         (elf_machine_lazy_rel): Likewise.
51445         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51446         (elf_machine_lazy_rel): Likewise.
51447         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51448         (elf_machine_lazy_rel): Likewise.
51449         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51450         (elf_machine_lazy_rel): Likewise.
51451         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51452         (elf_machine_lazy_rel): Likewise.
51453         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51454         (elf_machine_lazy_rel): Likewise.
51456 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51458         * nss/nss_files/files-init.c (_nss_files_init): Use static
51459         initialization for all the *_traced_file variables.
51461 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51463         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51465 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51467         [BZ #13226]
51468         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51470 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51472         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51473         Reread the line before reparsing it.
51475 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51477         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51479 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51480             Maxim Kuvyrkov  <maxim@codesourcery.com>
51481             Joseph Myers  <joseph@codesourcery.com>
51483         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51484         if needed for __stack_chk_guard.
51486 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51488         * sysdeps/posix/spawni.c (script_execute): Always define it.
51489         It will be optimized away if unused.
51490         (maybe_script_execute): New function.
51491         (__spawni): Call it.
51493         * Makerules: Don't include tls.make.
51494         (config-tls): Always set to thread.
51495         * tls.make.c: File removed.
51497 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51499         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51500         * config.make.in (CPPFLAGS-config): New substituted variable.
51502 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51504         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51506         [BZ #13192]
51507         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51508         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51510 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51512         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51513         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51514         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51515         (CALL_FAIL): Likewise.
51516         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51517         (CALL_FAIL): Macro removed.
51518         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51520 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51522         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51523         for __FINITE_MATH_ONLY__ == 1.
51525 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51527         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51528         __ieee754_sqrt instead of sqrt.
51529         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51530         __ieee754_sqrtf instead of sqrtf.
51531         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51532         __floorf instead of floorf.
51533         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51534         __floorf, __truncf instead of floorf, truncf.
51536 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51538         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51540         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51541         __extern_always_inline.
51542         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51543         32-bit.
51545 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51547         * elf/rtld.c (dl_main): Also relocate in dependency order when
51548         doing symbol dependency testing.
51550 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51552         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51553         Always define `refsym'.
51555 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51557         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51558         (__FD_ELT): Renamed from __FDELT.
51559         * misc/bits/select2.h (__FD_ELT): Likewise.
51560         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51561         __FD_MASK instead of __FDELT, __FDMASK.
51562         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51563         Likewise.
51564         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51565         Likewise.
51567         * elf/Makefile (gen-ldd): Fix pattern.
51569         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51570         (init_tls): Likewise.
51572 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51574         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51576 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51578         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51579         `struct cmsghdr *' instead of `void *'.
51580         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51581         Likewise.
51583 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51585         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51586         if non-absolute.
51587         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51588         ldd_rewrite_script.
51590 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51592         * configure.in: Remove --with-tls option.
51593         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51594         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51595         out in case it is missing.
51596         * sysdeps/ia64/elf/configure.in: Likewise.
51597         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51598         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51599         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51600         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51601         * sysdeps/sh/elf/configure.in: Likewise.
51602         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51603         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51604         * sysdeps/x86_64/elf/configure.in: Likewise.
51605         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51606         * sysdeps/mach/hurd/tls.h: Likewise.
51608         [BZ #13067]
51609         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51611         [BZ #13090]
51612         * configure.in: Fix use of AC_INIT.
51614         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51616 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51618         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51619         __set_errno.
51620         * malloc/hooks.c: Likewise.
51622         [BZ #11929]
51623         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51624         variables statically.
51625         (narenas): Initialize.
51626         (list_lock): Initialize.
51627         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51628         initializtion of main_arena and list_lock.  Small cleanups.
51629         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51630         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51631         Add initializers to main_arena and mp_.
51632         (malloc_state): Remove pagesize member.  Change all users to use
51633         GLRO(dl_pagesize).
51635         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51636         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51637         is always initialized.
51639         * malloc/malloc.c: Removed unused configurations and dead code.
51640         * malloc/arena.c: Likewise.
51641         * malloc/hooks.c: Likewise.
51642         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51644         * include/tls.h: Removed.  USE___THREAD must always be defined.
51645         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51646         * elf/dl-libc.c: Likewise.
51647         * elf/dl-tsd.c: Likewise.
51648         * include/errno.h: Likewise.
51649         * include/netdb.h: Likewise.
51650         * include/resolv.h: Likewise.
51651         * inet/herrno-loc.c: Likewise.
51652         * inet/herrno.c: Likewise.
51653         * malloc/arena.c: Likewise.
51654         * malloc/hooks.c: Likewise.
51655         * malloc/malloc.c: Likewise.
51656         * resolv/res-state.c: Likewise.
51657         * resolv/res_libc.c: Likewise.
51658         * sysdeps/i386/dl-machine.h: Likewise.
51659         * sysdeps/ia64/dl-machine.h: Likewise.
51660         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51661         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51662         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51663         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51664         * sysdeps/sh/dl-machine.h: Likewise.
51665         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51666         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51667         * sysdeps/unix/i386/sysdep.S: Likewise.
51668         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51669         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51670         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51671         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51672         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51673         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51674         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51675         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51676         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51677         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51678         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51679         * sysdeps/x86_64/dl-machine.h: Likewise.
51680         * tls.make.c: Likewise.
51682         * configure.in: Remove --with-__thread option.  Make tests for
51683         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51684         tls_model attribute fail if no support is available.  Remove
51685         USE_IN_LIBIO.
51686         * Makeconfig: Adjust for dropped configure option.  All features are
51687         now mandatory.
51688         * Makerules: Likewise.
51689         * Versions.def: Likewise.
51690         * argp/argp-fmtstream.c: Likewise.
51691         * argp/argp-fmtstream.h: Likewise.
51692         * argp/argp-help.c: Likewise.
51693         * assert/assert.c: Likewise.
51694         * config.h.in: Likewise.
51695         * config.make.in: Likewise.
51696         * configure: Likewise.
51697         * configure.in: Likewise.
51698         * csu/Versions: Likewise.
51699         * csu/init.c: Likewise.
51700         * elf/tst-audit2.c: Likewise.
51701         * elf/tst-tls10.c: Likewise.
51702         * elf/tst-tls10.h: Likewise.
51703         * elf/tst-tls11.c: Likewise.
51704         * elf/tst-tls12.c: Likewise.
51705         * elf/tst-tls14.c: Likewise.
51706         * elf/tst-tlsmod11.c: Likewise.
51707         * elf/tst-tlsmod12.c: Likewise.
51708         * elf/tst-tlsmod13.c: Likewise.
51709         * elf/tst-tlsmod13a.c: Likewise.
51710         * elf/tst-tlsmod14a.c: Likewise.
51711         * elf/tst-tlsmod15b.c: Likewise.
51712         * elf/tst-tlsmod16a.c: Likewise.
51713         * elf/tst-tlsmod16b.c: Likewise.
51714         * elf/tst-tlsmod7.c: Likewise.
51715         * elf/tst-tlsmod8.c: Likewise.
51716         * elf/tst-tlsmod9.c: Likewise.
51717         * gmon/gmon.c: Likewise.
51718         * grp/fgetgrent_r.c: Likewise.
51719         * grp/putgrent.c: Likewise.
51720         * hurd/fopenport.c: Likewise.
51721         * include/libc-symbols.h: Likewise.
51722         * include/tls.h: Likewise.
51723         * intl/gettextP.h: Likewise.
51724         * intl/loadinfo.h: Likewise.
51725         * locale/global-locale.c: Likewise.
51726         * locale/localeinfo.h: Likewise.
51727         * mach/devstream.c: Likewise.
51728         * malloc/arena.c: Likewise.
51729         * malloc/set-freeres.c: Likewise.
51730         * misc/err.c: Likewise.
51731         * misc/getttyent.c: Likewise.
51732         * misc/mntent_r.c: Likewise.
51733         * posix/getopt.c: Likewise.
51734         * posix/wordexp.c: Likewise.
51735         * pwd/fgetpwent_r.c: Likewise.
51736         * resolv/Versions: Likewise.
51737         * resolv/res_hconf.c: Likewise.
51738         * shadow/fgetspent_r.c: Likewise.
51739         * shadow/putspent.c: Likewise.
51740         * stdio-common/printf_fphex.c: Likewise.
51741         * stdio-common/tmpfile.c: Likewise.
51742         * stdlib/abort.c: Likewise.
51743         * stdlib/fmtmsg.c: Likewise.
51744         * sunrpc/auth_unix.c: Likewise.
51745         * sunrpc/clnt_perr.c: Likewise.
51746         * sunrpc/clnt_tcp.c: Likewise.
51747         * sunrpc/clnt_udp.c: Likewise.
51748         * sunrpc/clnt_unix.c: Likewise.
51749         * sunrpc/openchild.c: Likewise.
51750         * sunrpc/svc_simple.c: Likewise.
51751         * sunrpc/svc_tcp.c: Likewise.
51752         * sunrpc/svc_udp.c: Likewise.
51753         * sunrpc/svc_unix.c: Likewise.
51754         * sunrpc/xdr.c: Likewise.
51755         * sunrpc/xdr_array.c: Likewise.
51756         * sunrpc/xdr_rec.c: Likewise.
51757         * sunrpc/xdr_ref.c: Likewise.
51758         * sunrpc/xdr_stdio.c: Likewise.
51760 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51762         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51764 2011-07-03  Andreas Jaeger  <aj@suse.de>
51766         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51767         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51768         regenerate with gen-libm-tests.pl.
51770 2010-05-12  Petr Baudis  <pasky@suse.cz>
51772         [BZ #11589]
51773         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51774         around j0() zero points by switching to j1().
51775         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51776         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51777         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51778         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51780 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51782         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51783         instead of 0.
51784         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51785         instead of 0.
51786         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51787         Patch in part by Pavel Roskin <proski@gnu.org>.
51789         [BZ #13138]
51790         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51791         realloc.
51792         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51793         Free memory block if necessary.
51795         [BZ #12847]
51796         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51797         be NULL.  Don't lock in this case.
51799 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51801         * elf/elf.h (ELFOSABI_GNU): New macro.
51802         (ELFOSABI_LINUX): Define to that.
51804 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51806         * string/strncat.c (strncat): Undef the symbol in case it has been
51807         defined in bits/string.h.
51809 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51811         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51813         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51814         link map.
51816 2011-08-17  Andreas Jaeger  <aj@suse.de>
51818         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51820 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51821             Ian Lance Taylor  <iant@google.com>
51823         * math/libm-test.inc (lround_test): New testcase.
51824         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51826 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51828         * Makefile: Remove support for automatic cvs check-ins.
51829         * Makerules: Likewise.
51830         * config.make.in: Likewise.
51831         * configure.in: Likewise.
51832         * intl/Makefile: Likewise.
51833         * locale/Makefile: Likewise.
51834         * po/Makefile: Likewise.
51835         * posix/Makefile: Likewise.
51836         * sysdeps/gnu/Makefile: Likewise.
51837         * sysdeps/mach/hurd/Makefile: Likewise.
51838         * sysdeps/sparc/sparc32/Makefile: Likewise.
51840         [BZ #13118]
51841         * posix/Makefile (bug-regex32-ENV): Define.
51842         Patch by John Stanley <jpsinthemix@verizon.net>.
51844         * misc/Makefile (headers): Add bits/select2.h.
51845         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51846         * misc/bits/select2.h: New file.
51847         * include/bits/select2.h: New file.
51848         * debug/Makefile (routines): Add fdelt_chk.
51849         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51850         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51851         FD_ISSET.
51852         * debug/fdelt_chk.c: New file.
51854         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51855         * wcsmbs/test-wmemcmp.c: Likewise.
51856         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51857         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51859 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51861         * string/Makefile (strop-tests): Add memcmp.
51862         * string/test-wmemcmp.c: New file.
51863         * string/test-memcmp.c: Add wmemcmp support.
51865 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51867         [BZ #13153]
51868         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51869         2011-07-19 change.
51871         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51872         garbage value in a __mach_port_mod_refs call in the cases of the
51873         task-self and thread-self ports.
51875 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51877         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51879 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51881         * elf/dl-load.c (lose): Check for non-null L.
51883 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51885         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51887         * elf/dl-libc.c (dlerror_run): Pass back error code from
51888         dl_catch_error.
51890         [BZ #13123]
51891         * elf/dl-load.c (lose): Free l_origin if it is valid.
51893         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51894         names.
51895         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51896         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51897         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51898         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51899         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51900         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51902 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51904         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51905         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51906         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51907         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51908         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51909         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51910         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51911         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51912         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51913         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51915 2011-08-15  Alan Modra  <amodra@gmail.com>
51917         [BZ #13092]
51918         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51919         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51920         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51921         ppc_mcount to static-only-routines.
51922         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51923         __mcount_internal.
51924         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51925         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51927 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51929         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51930         for finite and infinity parameters.
51932 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51934         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51935         and add nop instructions for throughput optimization.
51936         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51938 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51940         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51941         aligned copy for power7 with vector-scalar instructions.
51942         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51944 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51946         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51947         AVX check.
51949 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51951         [BZ #13144]
51952         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51953         last change.
51955 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51957         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51958         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51959         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51960         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51961         clock_gettime.
51963 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51965         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51966         Forgot to demangle the pointer.
51968         * sysdeps/i386/sysdep.h: Define atom_text_section.
51969         * sysdeps/x86_64/sysdep.h: Likewise.
51970         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51971         section with atom_text_section.
51972         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51973         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51974         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51975         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51976         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51978         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51979         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51980         already be defined.  Change to take two parameters and don't assign
51981         result to variable.  Adjust all users.
51982         Define INTERNAL_GETTIME if not already defined.
51983         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51984         call.
51985         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51986         HAVE_CLOCK_GETTIME_VSYSCALL.
51987         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51989         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51990         gettimeofday vsyscall, just use time.
51992 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51994         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51995         <errno.h>.
51997 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51999         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52000         syscall on x86-64.
52001         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52002         syscall.
52003         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52004         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52005         syscall if possible.
52007 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52009         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52010         e_ident.  Don't pass to find_mapsXX.
52011         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52013 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52016         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52017         * sysdeps/x86_64/multiarch/strchr.S: Update.
52018         Check bit_slow_BSF bit.
52019         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52020         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52021         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52023 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52025         [BZ #13134]
52026         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52027         before glibc 2.15.
52028         (tryshell): Define.
52029         (__spawni): Change last parameter to be flag.  Test
52030         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52031         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52032         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52033         * posix/spawni.c: Likewise.
52034         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52035         * posix/spawnp.c: Likewise.  Change normal version to use
52036         SPAWN_XFLAGS_USE_PATH.
52037         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52038         SPAWN_XFLAGS_TRY_SHELL.
52040         [BZ #13150]
52041         * posix/glob.h: Remove gcc 1.x support.
52043         [BZ #13068]
52044         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52046 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52048         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52049         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52050         strrchr-sse2-bsf
52051         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52052         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52053         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52054         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52055         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52056         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52058 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52060         * sysdeps/x86_64/wcscmp.S: New file.
52062         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52063         wcscmp-c wcscmp-sse2
52064         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52065         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52066         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52067         * wcsmbs/wcscmp.c: Allow renaming.
52069 2011-09-05  David S. Miller  <davem@davemloft.net>
52071         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52072         stack slot, rather than the struct return pointer slot.
52073         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52074         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52076         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52078 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52080         * po/ja.po: Update from translation team.
52082         [BZ #13144]
52083         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52084         kernel in 64-bit binaries.
52086 2011-09-01  David S. Miller  <davem@davemloft.net>
52088         * elf/elf.h (HWCAP_SPARC_*): Move to..
52089         * sysdeps/sparc/sysdep.h: this new file and add new values.
52090         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52091         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52092         _DL_HWCAP_COUNT to 24.
52093         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52094         entries.
52095         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52096         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52097         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52098         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52099         instead of magic constants.
52100         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52102 2011-08-31  David S. Miller  <davem@davemloft.net>
52104         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52105         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52106         Reimplement to do errno handling inline.
52107         (SYSCALL_ERROR_HANDLER): New macro.
52108         (__SYSCALL_STRING): Do not do errno handling in asm.
52109         (__CLONE_SYSCALL_STRING): Delete.
52110         (__INTERNAL_SYSCALL_STRING): Delete.
52111         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52112         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52113         (PSEUDO): Reimplement to do errno handling inline.
52114         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52115         (SYSCALL_ERROR_HANDLER): New macro.
52116         (__SYSCALL_STRING): Do not do errno handling in asm.
52117         (__CLONE_SYSCALL_STRING): Delete.
52118         (__INTERNAL_SYSCALL_STRING): Delete.
52119         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52120         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52121         i386.
52122         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52123         (inline_syscall*): Add 'err' argument.
52124         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52125         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52126         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52127         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52129         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52130         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52132 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52134         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52136 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52138         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52139         directive.
52141 2011-08-24  David S. Miller  <davem@davemloft.net>
52143         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52145 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52147         * elf/Makefile: Add rules to build and run unload8 test.
52148         * elf/unload8.c: New file.
52149         * elf/unload8mod1.c: New file.
52150         * elf/unload8mod1x.c: New file.
52151         * elf/unload8mod2.c: New file.
52152         * elf/unload8mod3.c: New file.
52154         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52155         it wasn't used.
52157 2011-08-23  David S. Miller  <davem@davemloft.net>
52159         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52160         subtract stack bias.
52161         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52162         %sp not %fp in calculations.
52163         (_JMPBUF_UNWINDS_ADJ): Likewise.
52165         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52166         (aio_suspend): Call it to force an exception region around the
52167         AIO_MISC_WAIT() invocation.
52169 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52171         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52172         backslash.
52174 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52176         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52177         protection macro.
52178         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52179         and <dl-machine.h>.
52180         (Elf64_FuncDesc): Remove.
52182 2011-08-22  David S. Miller  <davem@davemloft.net>
52184         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52185         sigaltstack check, add missing cfi directives.
52186         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52187         missing cfi directives, and sigaltstack handling.
52189 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52191         [BZ #11724]
52192         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52193         object is seen twice.
52194         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52196         * elf/Makefile (distribute): Add tst-initorder2.c.
52197         (tests): Add tst-initorder2.
52198         (modules-names): Add tst-initorder2a tst-initorder2b
52199         tst-initorder2c tst-initorder2d.  Add rules to build them.
52200         ($(objpfx)tst-initorder2.out): New rule.
52201         * elf/tst-initorder2.c: New file.
52202         * elf/tst-initorder2.exp: New file.
52204 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52206         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52208         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52209         dependencies back to end of function.
52211         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52212         $(elfobjdir)/ld.so.
52214 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52216         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52217         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52218         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52219         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52220         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52221         of __vdso_gettimeofday.
52222         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52223         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52224         attribute_hidden.
52225         (_libc_vdso_platform_setup): Remove initialization of
52226         __vdso_gettimeofday and __vdso_time.
52228 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52230         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52231         and fgetc_unlocked.
52232         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52233         getc_unlocked.
52235         * elf/dl-open.c (add_to_global): Report additions to the global scope
52236         for LD_DEBUG=scopes.
52237         (dl_open_worker): Also print scope of newly loaded dependencies.
52238         (_dl_show_scope): Indicate if there is no scope.
52240         [BZ #13114]
52241         * stdio-common/Makefile (tests): Add bug24.
52242         * stdio-common/bug24.c: New file.
52244 2011-08-19  Andreas Jaeger  <aj@suse.de>
52246         [BZ #13114]
52247         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52248         non-existant file when using close-on-exec mode.
52250 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52252         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52253         the very first instruction.
52255         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52256         the CFI state in the end.
52257         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52258         inclusion of dl-trampoline.h.
52259         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52261 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52263         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52264         expectations for long double.
52266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52267         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52269 2011-08-14  David S. Miller  <davem@davemloft.net>
52271         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52272         artificual limit depends upon the system page size.
52274 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52276         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52277         * resolv/Makefile: Define CFLAGS-libresolv.
52279 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52281         * nss/makedb.c (compute_tables): Make variables used in nested
52282         function static.
52284 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52286         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52287         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52288         if buffer was too small.
52290         * elf/pldd.c (main): Attach to all threads in the process.
52291         Rewrite /proc handling to use *at functions.
52293 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52295         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52296         specifies first scope to show.
52297         (dl_open_worker): Update callers.  Move printing scope of new
52298         object to before the relocation.
52299         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52300         * sysdeps/generic/ldsodefs.h: Update declaration.
52302         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52303         string for the scope number.
52305 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52307         * nscd/servicescache.c (cache_addserv): Make sure written is always
52308         initialized.
52310 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52312         * sysdeps/i386/i486/bits/atomic.h
52313         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52314         statement expression, so as to suppress "set but not used" warning.
52315         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52317         * string/strncat.c (STRNCAT): Use prototype definition.
52319         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52320         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52321         -Iprograms here.
52322         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52323         (localedef-modules): Add localedef.
52324         (locale-modules): Add locale.
52326         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52327         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52328         to avoid a warning.
52330 2011-08-14  David S. Miller  <davem@davemloft.net>
52332         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52333         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52335 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52337         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52338         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52339         * elf/rtld.c (dl_main): Set l_name of vDSO.
52340         Call _dl_show_scope when DL_DEBUG_SCOPES.
52341         (process_dl_debug): Recognize scopes flag and also set it for all.
52342         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52343         Declare _dl_show_scope.
52345         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52346         (do_dlopen): Pass caller_dlopen to dl_open.
52347         (__libc_dlopen_mode): Initialize caller_dlopen.
52349         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52350         of libc.  Make tolower call locale-independent.  Optimize a bit by
52351         using isdigit instead of isalnum.
52352         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52354 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52356         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52357         was a dependency or dynamically loaded.
52359 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52361         * intl/l10nflist.c: Allow architecture-specific pop function.
52362         * sysdeps/x86_64/l10nflist.c: New file.
52364         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52365         classification.
52367 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52369         * include/dirent.h: Add libc_hidden_proto for scandirat and
52370         scandirat64.  Don't declare __scandirat64.
52371         * dirent/scandirat.c: Add libc_hidden_def.
52372         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52373         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52375 2011-08-10  David S. Miller  <davem@davemloft.net>
52377         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52378         enum.
52379         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52380         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52381         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52383 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52385         * Versions.def [libc]: Add GLIBC_2.15.
52386         * dirent/Makefile (routines): Add scandirat and scandirat64.
52387         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52388         GLIBC_2.15.
52389         * dirent/dirent.h: Declare scandirat and scandirat64.
52390         * dirent/scandirat.c: New file.
52391         * dirent/scandirat64.c: New file.
52392         * sysdeps/wordsize-64/scandirat.c: New file.
52393         * sysdeps/wordsize-64/scandirat64.c: New file.
52394         * dirent/opendir.c: Define opendirat.
52395         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52396         using scandirat.
52397         * dirent/scandir64.c: Adjust for scandir.c change.
52398         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52399         __scandirat64, and __scandir_cancel_handler.
52400         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52401         additional parameter and use openat instead of open (outside of ld.so).
52402         Add new __opendir as wrapper around __opendirat.
52403         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52404         here without requiring old scandirat implementation.
52406 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52408         * dirent/scandir.c (cancel_handler): Renamed to
52409         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52410         defined.  Adjust users.
52411         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52412         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52414 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52416         * string/test-string.h (IMPL): Use __STRING to expand name and then
52417         stringify it.
52419         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52420         of cleanups.
52422 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52424         * string/Makefile: Update.
52425         (strop-tests): Append strncat.
52426         * string/test-wcscmp.c: New file.
52427         New comprehensive test for wcscmp.
52428         * string/test-strcmp.c: Update.
52429         (WIDE): New define.
52431 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52433         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52434         line.
52436 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52438         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52439         encoding to ACE if AI_IDN.
52441 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52443         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52444         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52446 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52448         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52449         Fix overflow bug in strncat.
52450         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52452         * string/test-strncat.c: Update.
52453         Add new tests for checking overflow bugs.
52455 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52457         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52458         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52459         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52460         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52461         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52462         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52463         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52464         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52465         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52467         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52468         (USE_AS_STRCAT): Define.
52469         Add strcat and strncat support.
52470         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52472 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52474         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52475         __n bigger than INT_MAX+1.
52476         (__strncmp_g): Likewise.
52478 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52480         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52481         * libio/stido.h: Likewise.
52483         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52484         (AF_NFC): Define.
52485         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52486         (AF_NFC): Define.
52488         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52489         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52490         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52491         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52492         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52494         [BZ #13021]
52495         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52496         installed.
52498         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52499         typo.
52500         (_dl_x86_64_save_sse): Likewise.
52502 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52504         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52505         OSXSAVE.
52506         (_dl_x86_64_save_sse): Likewise.
52508         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52510         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52512 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52514         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52515         change.
52516         (_dl_x86_64_save_sse): Use correct AVX check.
52518 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52520         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52521         bug in strncpy/strncat.
52522         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52524 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52526         * string/tester.c (test_strcat): Add tests for different alignments
52527         of source and destination.
52528         (test_strncat): Likewise.
52530 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52532         [BZ #12852]
52533         * posix/glob.c (glob): Check passed in values before using them in
52534         expressions to avoid some overflows.
52535         (glob_in_dir): Likewise.
52537         [BZ #13007]
52538         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52539         check for AVX enablement so that we don't crash with old kernels and
52540         new hardware.
52541         * elf/tst-audit4.c: Add same checks here.
52542         * elf/tst-audit6.c: Likewise.
52544         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52546 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52548         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52550 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52552         * po/cs.po: Update from translation team.
52553         * po/bg.po: Likewise.
52555 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52557         * misc/sys/cdefs.h: Add support for const attribute.
52558         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52559         to gnu_dev_{major,minor,makedev} functions.
52561 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52563         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52565 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52567         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52568         strlen results.
52570 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52573         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52574         register in order to avoid conflicts with the soft frame pointer
52575         being held in r11 when necessary.
52576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52577         (INTERNAL_VSYSCALL_NCS): Likewise.
52579 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52581         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52582         * elf/dl-fini.c (_dl_fini): Adjust caller.
52583         * elf/dl-close.c (_dl_close_worker): Likewise.
52584         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52586 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52588         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52589         "aux_cache->nlibs < 0".
52591         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52592         in the reload-count case.
52594 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52597         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52598         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52599         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52600         * sysdeps/x86_64/multiarch/strcat.S: New file.
52601         * sysdeps/x86_64/multiarch/strncat.S: New file.
52602         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52603         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52604         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52605         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52606         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52607         (USE_AS_STRCAT): Define.
52608         Add strcat and strncat support.
52609         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52610         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52611         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52612         * string/strncat.c: Update.
52613         (USE_AS_STRNCAT): Define.
52614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52615         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52616         and i7.
52617         * sysdeps/x86_64/multiarch/init-arch.h
52618         (bit_Prefer_PMINUB_for_stringop): New.
52619         (index_Prefer_PMINUB_for_stringop): Likewise.
52620         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52621         bit_Prefer_PMINUB_for_stringop.
52623 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52625         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52626         buffer64.
52627         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52628         of casting of buffer.
52629         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52630         buffer32 and buffer64.
52631         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52632         writes instead of casting of buffer.
52633         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52634         buffer32.
52635         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52636         casting of buffer.
52638 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52640         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52642 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52644         * nscd/nscd.c (termination_handler): Don't do anything for a database
52645         if it has not yet been initialized.
52647 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52649         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52651 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52653         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52655 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52657         * po/nl.po: Update from translation team.
52658         * po/sv.po: Likewise.
52660 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52662         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52663         now disallowed by GCC.
52665         * configure.in (use-default-link): Default to yes if a test -shared
52666         link meets our qualifications.
52667         * configure: Regenerated.
52669         * config.make.in (output-format): New variable.
52670         * configure.in: Check for ld --print-output-format support.
52671         * configure: Regenerated.
52672         * Makerules ($(common-objpfx)format.lds)
52673         [$(output-format) != unknown]: Just use $(output-format),
52674         instead of the linker-script munging.
52676 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52678         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52679         of $(common-objpfx)shlib.lds.
52680         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52682         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52683         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52685         * configure.in (-z relro check): Adjust test code to add a large
52686         writable data section after it.
52687         * configure: Regenerated.
52689 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52691         * configure.in (-z relro check): Fix test code to make the variable
52692         truly const.
52693         * configure: Regenerated.
52695 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52697         * nscd/nscd.h (struct traced_file): Define.
52698         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52699         elements.  Add traced_files.
52700         (inotify_fd): Declare.
52701         (register_traced_file): Declare.
52702         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52703         (inotify_fd): Export.
52704         (resolv_conf_descr): Remove.
52705         (nscd_init): Move inotify descriptor creation to main.
52706         Don't register files for notification here.
52707         (register_traced_file): New function.
52708         (invalidate_cache): Don't use reset_res to determine whether to call
52709         res_init, go through the list of registered files.
52710         (main_loop_poll): The inotify descriptors are now stored in the
52711         structures for the traced files.
52712         (main_loop_epoll): Likewise
52713         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52714         to __nss_disable_nscd.
52715         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52716         for a database anymore.  Check the records for all the registered
52717         files instead.
52718         * nss/Makefile (libnss_files-routines): Add files-init.
52719         (libnss_db-routines): Add db-init.
52720         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52721         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52722         * nss/nss_db/db-init.c: New file.
52723         * nss/nss_files/files-init.c: New file.
52724         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52725         __nss_lookup_function.
52726         (__nss_lookup_function): Call nss_load_library.
52727         (nss_load_all_libraries): New function.
52728         (__nss_disable_nscd): Take parameter with callback function for files
52729         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52730         used for the cached services.
52731         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52732         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52733         options for features to all the files in nscd.
52735         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52737 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52739         * csu/elf-init.c (__libc_csu_init): Comment typo.
52741 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52743         * po/pl.po: Update from translation team.
52744         * po/ja.po: Likewise.
52745         * po/ru.po: Likewise.
52746         * po/ko.po: Likewise.
52747         * po/fr.po: Likewise.
52749 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52751         * configure.in (.ctors/.dtors header and trailer check):
52752         Use an empirical test on a built program.
52753         * configure: Regenerated.
52755         * configure.in (-z relro check): Use an empirical test on a built DSO.
52756         Detect, but do not require, on ia64.
52757         * configure: Regenerated.
52759         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52760         Update tests that use readelf to use $READELF instead.
52761         * configure: Regenerated.
52763 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52765         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52766         if the result is not used.
52768 2011-07-05  Andreas Jaeger  <aj@suse.de>
52770         [BZ#9696]
52771         * stdlib/tst-strtod.c: Add testcase.
52773 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52775         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52776         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52777         The latter has a higher limit.  Take additional parameter to pass to
52778         the new function.
52779         (__pathconf): Pass file to __statfs_link_max.
52780         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52781         __statfs_link_max.
52782         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52783         __statfs_link_max.
52785         [BZ #12868]
52786         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52787         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52788         Handle Lustre.
52789         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52790         (__statfs_filesize_max): Likewise.
52791         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52793 2011-07-05  Andreas Jaeger  <aj@suse.de>
52795         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52797 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52799         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52800         `status' variable.
52801         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52802         Likewise.
52804 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52806         * Makefile (strop-tests): Add strncat.
52807         * string/test-strncat.c: New file.
52809 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52811         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52813 2011-06-21  Andreas Jaeger  <aj@suse.de>
52815         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52816         Copy rule from iconvdata/Makefile.
52818 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52820         [BZ #12922]
52821         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52822         but no long options are defined, just return 'W'.
52824 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52826         [BZ #9696]
52827         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52829 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52831         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52832         netgroups to read.
52833         (innetgr): Likewise.
52835 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52837         * config.make.in (install_root): Default to $(DESTDIR).
52839 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52841         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52843 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52845         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52847         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52848         containing directory rather than embedding absolute directory names.
52850         * scripts/check-local-headers.sh: Rewritten using awk.
52851         Match by word, not by line.  Print error messages for matches.
52852         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52854         * Makerules [shlib-lds-flags empty]:
52855         ($(common-objpfx)libc_pic.opts): New target.
52856         ($(common-objpfx)libc_pic.os.clean): New target.
52857         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52859         * config.make.in (OBJCOPY): New variable.
52860         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52861         * configure: Regenerated.
52863         * config.make.in (use-default-link): New variable.
52864         * configure.in (use_default_link): Grok --with-default-link to set it.
52865         * configure: Regenerated.
52866         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52867         (shlib-lds, shlib-lds-flags): Define to empty.
52869         * Makerules (shlib-lds): New variable.
52870         (shlib-lds-flags): New variable.
52871         (build-shlib, build-moduile, build-module-asneeded): Use it.
52872         ($(common-objpfx)libc.so): Use $(shlib-lds).
52873         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52874         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52876         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52877         DT_FLAGS/DT_FLAGS_1 with zero flags.
52879         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52880         linker script munging.
52882 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52884         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52885         as 128-bit value.
52886         * crypt/sha512.c (sha512_process_block): Perform total addition using
52887         128-bit if possible.
52888         (__sha512_finish_ctx): Likewise.
52889         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52890         as 64-bit value.
52891         * crypt/sha256.c (SWAP64): Define.
52892         (sha256_process_block): Perform total addition using 64-bit if
52893         possible.
52894         (__sha256_finish_ctx): Likewise.
52896 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52898         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52899         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52900         * nscd/hstcache.c (cache_addhst): Likewise.
52901         * nscd/grpcache.c (cache_addgr): Likewise.
52902         * nscd/aicache.c (addhstaiX): Likewise
52903         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52905 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52907         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52908         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52909         * nscd/hstcache.c (cache_addhst): Likewise.
52910         * nscd/grpcache.c (cache_addgr): Likewise.
52911         * nscd/aicache.c (addhstaiX): Likewise
52913 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52915         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52916         domain only when needed.
52918 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52921         is always restored.
52923 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52925         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52926         are re-adding the entry.
52927         * nscd/servicescache.c (cache_addserv): Likewise.
52929 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52931         * sysdeps/generic/dl-irel.h: fix protection against multiple
52932         inclusions.
52933         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52935 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52937         [BZ #12935]
52938         * malloc/memusage.sh: Fix quoting in message.
52939         * debug/xtrace.sh: Likewise.
52941         * configure.in: Remove support for --experimental-malloc option, make
52942         it the default.
52943         * config.make.in: Likewise.
52944         * malloc/Makefile: Likewise.
52946 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52948         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52949         two-byte characters.
52951 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52953         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52954         AC_CACHE_CHECK invocation.
52955         * configure: Regenerated.
52957         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52959 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52961         [BZ #12350]
52962         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52963         bit from old_res_options.
52965         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52967         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52968         value type for setfct.
52970 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52972         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52973         __gettimeofday instead of gettimeofday.
52975 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52977         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52979 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52981         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52983         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52984         info.
52986 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52988         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52989         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52990         strcpy-sse2-unaligned strncpy-sse2-unaligned
52991         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52992         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52993         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52994         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52995         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52996         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52997         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52998         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52999         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53000         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53001         (STRCPY): Support SSE2 and SSSE3 versions.
53003 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53005         [BZ #12874]
53006         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53007         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53008         kernels which artificially limit size of requests.
53010 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53013         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53014         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53015         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53016         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53017         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53018         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53019         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53020         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53021         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53022         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53023         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53024         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53025         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53026         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53027         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53028         Enable unaligned load optimization for Intel Core i3, i5 and i7
53029         processors.
53030         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53031         Define.
53032         (index_Fast_Unaligned_Load): Define.
53033         (HAS_FAST_UNALIGNED_LOAD): Define.
53035 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53037         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53039 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53041         [BZ #12907]
53042         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53043         until it is clear that the information is realy needed.
53044         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53046 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53048         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53050 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53052         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53053         /sys/devices/system/cpu/online if it is usable.
53055         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53056         reading the information from the /proc filesystem to once a second.
53058 2011-06-21  Andreas Jaeger  <aj@suse.de>
53060         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53061         NULL after inclusion of kernel headers.
53063 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53065         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53066         calls to internal_setent.
53068         [BZ #12885]
53069         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53070         addresses using gethostbyname4_r ignore IPv4 addresses.
53072         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53073         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53075         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53077 2011-06-20  David S. Miller  <davem@davemloft.net>
53079         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53080         inclusions.
53081         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53083         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53084         (elf_irel): Use it.
53085         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53086         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53087         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53088         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53089         * sysdeps/x86_64/dl-irel.h: Likewise.
53091         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53092         * elf/dl-sym.c: Likewise.
53094 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53096         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53097         need to dereference resplen2.
53099 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53101         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53103 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53105         * Makeconfig: Define vardbdir and inst_vardbdir.
53106         * nss/Makefile: Add rules to install db-Makefile.
53108         * nss/nss_db/db-XXX.c: Cleanup.
53110         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53111         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53112         GLIBC_PRIVATE.
53113         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53114         * nss/makedb.c: Implement -g option to specify that value strings
53115         are generated and should not be added to table iterated over for
53116         get*ent calls.
53117         * nss/nss_db/db-initgroups.c: New file.
53119         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53120         interface.
53122         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53123         (internal_getgrouplist): Adjust to name change.
53124         Update use_initgroups_entry if this is not the first call.
53125         * nss/databases.def: Add initgroups entry.
53127         * nss/makedb.c (compute_tables): Check result of multiple hash table
53128         sizes to minimize maximum chain length.
53130 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53132         * Versions.def: Add entry for libnss_db.
53133         * shlib-versions: Likewise.
53134         * nss/Makefile: Add rules to build libnss_db.
53135         * nss/Versions: Add libnss_db information.  Organize libnss_files
53136         entries better.
53137         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53138         makedb progra.  Some minor improvements to generate smaller files.
53139         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53140         here from...
53141         * nss/makedb.c: ...here.
53142         Improve database format to be smaller and require less memory at
53143         runtime.
53144         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53145         db anymore.
53146         * nss/nss_db/db-netgrp.c: Likewise.
53147         * nss/nss_db/db-open.c: Likewise.
53148         * nss/nss_files/flies-XXX.x: Adjust comments.
53149         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53150         * nss/nss_files/files-grp.c: Likewise.
53151         * nss/nss_files/files-hosts.c: Likewise.
53152         * nss/nss_files/files-network.c: Likewise.
53153         * nss/nss_files/files-proto.c: Likewise.
53154         * nss/nss_files/files-pwd.c: Likewise.
53155         * nss/nss_files/files-rpc.c: Likewise.
53156         * nss/nss_files/files-service.c: Likewise.
53157         * nss/nss_files/files-sgrp.c: Likewise.
53158         * nss/nss_files/files-spwd.c: Likewise.
53159         * nss/nss_db/db-alias.c: Removed.
53160         * nss/nss_db/dummy-db.h: Removed.
53162 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53164         * nss/makedb.c: Rewritten to not use database library.
53165         * nss/Makefile: Update to build new makedb program.
53167 2011-06-14  Andreas Jaeger  <aj@suse.de>
53169         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53170         memset declaration.
53172 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53175         tmpbuf.
53177 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53179         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53180         * elf/Makefile ($(objpfx)ld.so): Likewise.
53182         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53183         Don't list ld.so twice in dependencies.
53185         * posix/bug-regex31.c: Include <stdlib.h>.
53187         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53189         * nis/nss_compat/compat-spwd.c
53190         (getspent_next_nss_netgr): Remove unused variable.
53191         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53193         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53194         nonmembers" output to use the right array.
53196         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53198         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53200         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53201         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53202         * catgets/gencat.c (read_input_file): Likewise.
53203         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53205         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53206         variable definition inside #if's controlling its use.
53208         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53210         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53212         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53214         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53215         unreachable code.
53217         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53219         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53220         * configure: Regenerated.
53222         * Makerules: Revert last change.
53223         * elf/Makefile: Likewise.
53225 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53227         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53228         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53229         (reloc-link): Likewise.
53231 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53233         * elf/Makefile: Add rules to build pldd.
53234         * elf/pldd.c: New file.
53235         * elf/pldd-xx.c: New file.
53237 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53239         * version.h: Update for 2.15 development version.
53241 2011-06-07  David S. Miller  <davem@davemloft.net>
53243         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53244         ifuncs.
53245         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53246         elf_machine_lazy_rel): Likewise.
53247         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53248         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53249         elf_machine_lazy_rel): Likewise.
53250         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53251         dl_hwcap via passed in argument.
53252         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53253         Likewise.
53255 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53257         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53259 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53261         [BZ #12849]
53262         * manual/fdl-1.1.texi: New file, verbatim from:
53263         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53264         * manual/lgpl-2.1.texi: New file, verbatim from:
53265         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53266         * manual/Makefile (licenses): New variable, list those new file names.
53267         (texis): Use it.
53268         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53270         * manual/fdl.texi: File removed.
53271         * manual/lesser.texi: File removed.
53272         * manual/libc.texinfo (Copying, Documentation License):
53273         Use new @include file names, put @appendix directive before @include.
53275 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53277         [BZ #12841]
53278         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53279         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53280         (mq_open): Add __NTH.
53282 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53285         Assume Intel Core i3/i5/i7 processor if AVX is available.
53287 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53289         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53290         typo.
53292 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53294         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53295         memory.  Use alloca_account.  Fix memory leak when retrying.
53297 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53299         * version.h (RELEASE): Bump for 2.14 release.
53300         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53302         * config.make.in (RANLIB): Remove entry.
53304 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53306         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53307         (libc.pot): Work around missing support for .ksh extension in xgettext.
53309         [BZ #12684]
53310         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53311         if both request failed.
53312         (send_dg): In case of server errors clear resplen or *resplen2.
53314         [BZ #12454]
53315         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53316         when there are multiple maps.
53317         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53318         (_dl_fini): Remove test here.
53320         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53322 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53324         [BZ #12350]
53325         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53326         bit from old_res_options.
53327         (gaih_inet): Likewise.
53329         [BZ #11099]
53330         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53331         as signed.
53333         * resolv/res_init.c (res_setoptions): Make the code more compact.
53335         [BZ #11558]
53336         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53337         set RES_USEVC.
53339         [BZ #11634]
53340         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53342         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53344         [BZ #11781]
53345         * malloc/malloc.h: Declare malloc hook variables as volatile.
53347         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53348         in last patch.
53350         [BZ #11799]
53351         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53352         raise in the comment.
53353         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53354         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53355         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53357 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53359         [BZ #12811]
53360         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53361         grow the buffers more if it already has to be sufficient.
53362         (build_wcs_upper_buffer): Likewise.
53363         * posix/regexec.c (check_matching): Likewise.
53364         (clean_state_log_if_needed): Likewise.
53365         (extend_buffers): Don't enlarge buffers beyond size of the input
53366         buffer.
53367         Patches mostly by Emil Wojak <emil@wojak.eu>.
53368         * posix/bug-regex32.c: New file.
53369         * posix/Makefile (tests): Add bug-regex32.
53371         * locale/findlocale.c (_nl_find_locale): Return right away if
53372         _nl_explode_name failed.
53373         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53375         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53377         * debug/xtrace.sh: Unify messages.
53378         * malloc/memusage.sh: Likewise.
53380         [BZ #12813]
53381         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53382         time symbol from vDSO.  Substitute with vsyscall if not available.
53383         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53384         __vdso_time.
53386         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53387         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53388         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53389         Add sendmmsg and internal_sendmmsg.
53390         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53391         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53392         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53394         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53395         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53396         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53398 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53400         [BZ #12813]
53401         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53402         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53403         available.
53404         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53405         __vdso_getcpu.
53407         [BZ #12814]
53408         * iconvdata/Makefile (tests): Add bug-iconv9.
53409         * iconvdata/bug-iconv9.c: New file.
53411 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53413         [BZ #12814]
53414         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53416 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53418         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53419         (struct user_regs_struct): Change intcs field back to cs.
53421 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53423         * po/ja.po: Update from translation team.
53425 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53427         [BZ #12795]
53428         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53429         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53431 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53433         * stdlib/longlong.h: Update from GCC.
53435 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53437         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53438         parameter name.
53439         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53440         Add parameter name.
53441         (__sysconf): Pass it down.
53443 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53445         [BZ #12671]
53446         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53447         some situations.
53448         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53449         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53450         add in in __libc_use_alloca calls.  Adjust callers.
53451         (glob): Use malloc in some situations.
53453         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53454         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53455         pltexit.
53457 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53459         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53460         and CLOCK_BOOTTIME_ALARM.
53462         [BZ #12782]
53463         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53464         is returned.
53466         * string/_strerror.c (__strerror_r): Print negative errors as signed
53467         numbers.
53469         [BZ #12777]
53470         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53471         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53472         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53474         * configure.in: Fix typo in redirection and correct removal of test
53475         files in two cases.
53477         [BZ #12788]
53478         * locale/setlocale.c (new_composite_name): Fix test to check for
53479         identical name of all categories.
53481         [BZ #12792]
53482         * libio/filedoalloc.c (local_isatty): New function.
53483         (_IO_file_doallocate): Use local_isatty.
53484         * stdio-common/perror.c (perror): In case a new stream is used
53485         forward the stream error.
53486         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53487         error flag.
53489 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53491         [BZ #11869]
53492         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53493         alloca.
53494         * include/alloca.h (extend_alloca_account): Define.
53496         [BZ #11857]
53497         * posix/regex.h: Fix comments with documentation of user-accessible
53498         fields after compilation and describe correct free'ing of pattern
53499         after re_compile_pattern.
53500         Patch by Reuben Thomas <rrt@sc3d.org>.
53502 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53504         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53505         and -mno-altivec to prevent the compiler from using Altivec and/or
53506         VSX instructions when the corresponding registers are not available.
53508 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53510         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53512 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53514         * libio/freopen.c (freopen): Use __dup2, not dup2.
53515         * libio/freopen64.c (freopen64): Likewise.
53517 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53519         [BZ #12775]
53520         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53521         * math/Makefile (tests): Add test-powl.
53522         (CFLAGS-test-powl.c): Define.
53523         * math/test-powl.c: New file.
53525 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53527         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53529 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53531         [BZ #11837]
53532         * iconvdata/gb18030.c: Update to GB18020-2005.
53534 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53536         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53537         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53538         Patch by Aharon Robbins <arnold@skeeve.com>.
53540         [BZ #11892]
53541         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53542         on the stack.
53544         [BZ #11895]
53545         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53546         through underflows.
53548         [BZ #12766]
53549         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53550         point to strings before performing equality test for error_one_per_line
53551         mode.
53553         [BZ #11697]
53554         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53556         [BZ #11820]
53557         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53558         (struct user_fpregs_struct): Avoid __uint*_t types.
53560         [BZ #6420]
53561         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53562         symbol info.  Use it instead of calling _dl_addr locally.
53563         (lock_and_info): New function.
53564         (tr_freehook): Call lock_and_info and pass symbol info as additional
53565         parameter to tr_where.
53566         (tr_mallochook): Likewise.
53567         (tr_reallochook): Likewise.
53568         (tr_memalignhook): Likewise.
53570         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53571         used and couldn't be at all thread-safe.
53573 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53575         * libio/freopen.c (freopen): Don't close old file descriptor
53576         before the new one is opened.  Instead dup the new file descriptor
53577         to the old one after the new stream is created.
53578         * libio/freopen64.c (freopen64): Likewise.
53579         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53580         * libio/fileops.c (_IO_new_file_close_it): Handle new
53581         _IO_FLAGS2_NOCLOSE flag.
53582         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53583         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53584         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53585         _IO_FLAGS2_NOCLOSE flag.
53586         * include/unistd.h: Add hidden_proto for dup3.
53587         Define __have_dup3.
53588         * io/dup3.c: Define hidden symbol.
53589         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53591         [BZ #7101]
53592         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53593         when an incomplete long option is used.
53594         * posix/tst-getopt_long1.c: New file.
53595         * posix/Makefile (tests): Add tst-getopt_long1.
53597         [BZ #10138]
53598         * scripts/config.guess: Update from autoconf-2.68.
53599         * scripts/config.sub: Likewise.
53601         [BZ #10157]
53602         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53603         tests into ...
53604         (has_cpuclock): ...this.  New function.
53605         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53606         macro here based on has_cpuclock code.
53608         [BZ #10149]
53609         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53610         First byte (not low byte) is now always NUL.
53611         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53613         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53614         Use non-cancelable interfaces.
53616         [BZ #9809]
53617         * locale/iso-639.def: Add entry for Sorani.
53619         [BZ #11901]
53620         * include/stdlib.h: Move include protection to the right place.
53621         Define abort_msg_s.  Declare __abort_msg with it.
53622         * stdlib/abort.c (__abort_msg): Adjust type.
53623         * assert/assert.c (__assert_fail_base): New function.  Majority
53624         of code from __assert_fail.  Allocate memory for __abort_msg with
53625         mmap.
53626         (__assert_fail): Now call __assert_fail_base.
53627         * assert/assert-perr.c: Remove bulk of implementation.  Use
53628         __assert_fail_base.
53629         * include/assert.hL Declare __assert_fail_base.
53630         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53631         mmap.
53632         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53634 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53636         [BZ #11952]
53637         [BZ #12453]
53638         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53639         until all modules are registered in the DTV.
53640         * elf/Makefile: Add rules to build and run tst-tls19.
53641         * elf/tst-tls19.c: New file.
53642         * elf/tst-tls19mod1.c: New file.
53643         * elf/tst-tls19mod2.c: New file.
53644         * elf/tst-tls19mod3.c: New file.
53645         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53647         [BZ #12083]
53648         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53649         correctly.
53651         [BZ #12601]
53652         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53653         two-byte sequence errors.
53654         * iconvdata/Makefile (tests): Add bug-iconv8.
53655         * iconvdata/bug-iconv8.c: New file.
53657         [BZ #12626]
53658         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53659         buf2 definition.
53661         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53663         [BZ #12432]
53664         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53665         (dummy_getcfa): New function.
53666         (init): Get _Unwind_GetCFA address, use dummy if not found.
53667         (backtrace_helper): In recursion check, also check whether CFA changes.
53668         (__backtrace): Completely initialize arg.
53670         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53671         storing incomplete byte sequence in state object.  Avoid testing for
53672         guaranteed too small input if we know there is enough data available.
53674 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53676         * Makeconfig (+link-pie): Indent.
53677         * Rules (binaries-pie): Define if $(have-fpie) and
53678         $(build-shared).
53679         (binaries-shared): Also filter out $(binaries-pie).
53680         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53681         * nscd/Makefile (others-pie): Add nscd.
53682         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53683         ($(objpfx)nscd): Remove command override.
53684         * login/Makefile (others-pie): Add pt_chown.
53685         ($(objpfx)pt_chown): Remove command override.
53686         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53687         remove command overrides.
53689 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53691         * libio/tst_putwc.c: Fix error messages.
53693         [BZ #12724]
53694         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53695         currently writing and seek to current position when not.
53696         * libio/Makefile (tests): Add bug-fclose1.
53697         * libio/bug-fclose1.c: New file.
53699 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53701         [BZ #12511]
53702         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53703         don't set DF_1_NODELETE here.
53704         (do_lookup_x): When entering new entry test for copy relocation
53705         and if necessary set DF_1_NODELETE flag.
53706         * elf/tst-unique4.cc: New file.
53707         * elf/tst-unique4.h: New file.
53708         * elf/tst-unique4lib.cc: New file.
53709         * elf/Makefile: Add rules to build and run tst-unique4.
53710         Patch by Piotr Bury <pbury@goahead.com>.
53712 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53714         [BZ #12052]
53715         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53717         [BZ #12625]
53718         * misc/mntent_r.c (addmntent): Flush the stream after the output
53720         [BZ #12393]
53721         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53722         (is_trusted_path_normalize): Skip initial colon.  Append slash
53723         to empty buffer.  Duplicate is_trusted_path code but allow
53724         constructed patch to be prefix.
53725         (is_dst): Allow $ORIGIN followed by /.
53726         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53727         Correct testing of result of is_trusted_path_normalize
53728         (decompose_rpath): Fix warning.
53730 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53732         [BZ #11257]
53733         * grp/initgroups.c (internal_getgrouplist): When we found the service
53734         list through the initgroups entry in nsswitch.conf do not always
53735         continue on a successful lookup.  Don't always use the
53736         __nss_group_database value if it is set.
53737         * nss/nsswitch.conf (initgroups): Change action for successful db
53738         lookup to continue for compatibility.
53740 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53742         [BZ #11532]
53743         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53744         and CP774 modules.
53745         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53746         and CP774 modules.
53747         * iconvdata/tst-tables.sh: Likewise.
53748         * iconvdata/cp770.c: New file.
53749         * iconvdata/cp771.c: New file.
53750         * iconvdata/cp772.c: New file.
53751         * iconvdata/cp773.c: New file.
53752         * iconvdata/cp774.c: New file.
53753         * iconvdata/testdata/CP770: New file.
53754         * iconvdata/testdata/CP770..UTF8: New file.
53755         * iconvdata/testdata/CP771: New file.
53756         * iconvdata/testdata/CP771..UTF8: New file.
53757         * iconvdata/testdata/CP772: New file.
53758         * iconvdata/testdata/CP772..UTF8: New file.
53759         * iconvdata/testdata/CP773: New file.
53760         * iconvdata/testdata/CP773..UTF8: New file.
53761         * iconvdata/testdata/CP774: New file.
53762         * iconvdata/testdata/CP774..UTF8: New file.
53764         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53765         END CHARMAP line.
53766         * iconvdata/gen-8bit-gap.sh: Likewise.
53767         * iconvdata/gen-8bit.sh: Likewise.
53769         * locale/iso-639.def: Add ary entry.
53771         [BZ #11258]
53772         * locale/C-translit.h.in: Add U20A1 transliteration.
53774         [BZ #12178]
53775         * locale/iso-639.def: Add wae entry.
53776         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53778         [BZ #12545]
53779         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53780         for n.
53782         [BZ #12711]
53783         * locale/C-translit.h.in: Add entry for U20B9.
53784         Patch by pravin.d.s@gmail.com.
53786 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53788         [BZ #12713]
53789         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53790         ENAMETOOLONG use generic getcwd.
53791         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53792         in rtld.  Use *stat64.
53793         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53794         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53795         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53796         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53797         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53798         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53799         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53800         __fstatat64 macros.
53801         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53802         * dirent/rewinddir.c: Add libc_hidden_def.
53803         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53804         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53806         * include/dirent.h (__alloc_dir): Add flags parameter.
53807         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53808         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53809         __alloc_dir.
53810         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53811         from fdopendir if O_CLOEXEC is already set.
53813 2011-03-15  Alan Modra  <amodra@gmail.com>
53815         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53816         l_tls_firstbyte_offset non-zero.  Save padding offset in
53817         l_tls_firstbyte_offset for later use.
53818         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53819         freeing static tls block.
53821 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53823         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53824         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53825         being defined by the kernel headers.
53827 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53829         [BZ #12734]
53830         * resolv/resolv.h: Define RES_NOTLDQUERY.
53831         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53832         no-tld-query and set RES_NOTLDQUERY.
53833         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53834         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53835         modern BIND to search name as TLD unless forbidden.
53837 2011-05-07  Petr Baudis  <pasky@suse.cz>
53838             Ulrich Drepper  <drepper@gmail.com>
53840         [BZ #12393]
53841         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53842         (is_trusted_path): ...to here.
53843         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53844         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53845         using is_trusted_path_normalize() in setuid scripts.
53847 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53849         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53850         __BEGIN/__END_DECLS.
53852 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53854         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53855         NSS_STATUS_NOTFOUND if no record was found.
53857 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53859         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53860         (headers-not-in-tirpc): Remove rpc/netdb.h
53861         * resolv/netdb.h: Revert last change.
53863 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53865         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53866         circular dependency between libgcc.a and libc.a.
53868 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53870         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53871         * nis/Makefile: Don't install rpcsvc/*.
53872         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53873         instead of <rpc/types.h>.
53874         (MAXHOSTNAMELEN): Define.
53876 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53878         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53880 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53882         [BZ #12714]
53883         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53884         gethostbyname4_r when IPv6 results are possible.
53886 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53888         [BZ #12723]
53889         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53890         _PC_PIPE_BUF handling.
53892 2011-04-30  Bruno Haible  <bruno@clisp.org>
53894         [BZ #12717]
53895         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53896         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53897         to 'int'.
53898         * inet/getnameinfo.c (getnameinfo): Likewise.
53900 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53902         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53903         to groups setting in database lookup.
53904         * nss/nsswitch.conf: Add initgroups entry.
53906 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53908         [BZ #12685]
53909         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53910         mode string.
53911         Patch by Eric Blake <eblake@redhat.com>.
53913 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53915         * sunrpc/Makefile (need-export-routines): Add svc_run.
53916         (routines): Remove svc_run.
53917         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53918         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53919         * sunrpc/svc_run.c (svc_run): Likewise.
53920         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53922 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53924         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53925         problem in reallocation in last patch.
53927 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53929         * sunrpc/Makefile: Move inclusion of Rules.
53931 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53933         * nss/nss_files/files-initgroups.c: New file.
53934         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53935         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53936         _nss_files_initgroups_dyn.
53938 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53940         * elf/elf.h (R_ARM_IRELATIVE): Define.
53942 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53944         * po/ru.po: Update from translation team.
53946 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53948         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53949         dependencies.
53951 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53953         [BZ #12653]
53954         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53955         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53956         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53957         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53958         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53960 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53962         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53963         differing bytes.
53964         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53965         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53966         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53968 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53970         [BZ #12420]
53971         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53972         storing it.
53973         * stdlib/bug-getcontext.c: New file.
53974         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53976 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53978         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53979         instructions into .machine "z9-109".
53980         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53981         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53983 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53985         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53986         between environment variables and auxiliary vector.
53988 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53990         * Makefile: Add rules to build linkobj/libc.so.
53991         * include/libc-symbols.h: Define libc_hidden_nolink.
53992         * include/rpc/auth.h: Mark functions which are to be hidden.
53993         * include/rpc/auth_des.h: Likewise.
53994         * include/rpc/auth_unix.h: Likewise.
53995         * include/rpc/clnt.h: Likewise.
53996         * include/rpc/des_crypt.h: Likewise.
53997         * include/rpc/key_prot.h: Likewise.
53998         * include/rpc/pmap_clnt.h: Likewise.
53999         * include/rpc/pmap_prot.h: Likewise.
54000         * include/rpc/pmap_rmt.h: Likewise.
54001         * include/rpc/rpc_msg.h: Likewise.
54002         * include/rpc/svc.h: Likewise.
54003         * include/rpc/svc_auth.h: Likewise.
54004         * include/rpc/xdr.h: Likewise.
54005         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54006         * nss/Makefile: Likewise.
54007         * sunrpc/Makefile: Don't install headers.  Build library with normal
54008         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54009         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54010         for the compat linking library.  Remove use of INTDEF/INTUSE.
54011         * sunrpc/auth_none.c: Likewise.
54012         * sunrpc/auth_unix.c: Likewise.
54013         * sunrpc/authdes_prot.c: Likewise.
54014         * sunrpc/authuxprot.c: Likewise.
54015         * sunrpc/clnt_gen.c: Likewise.
54016         * sunrpc/clnt_perr.c: Likewise.
54017         * sunrpc/clnt_raw.c: Likewise.
54018         * sunrpc/clnt_simp.c: Likewise.
54019         * sunrpc/clnt_tcp.c: Likewise.
54020         * sunrpc/clnt_udp.c: Likewise.
54021         * sunrpc/clnt_unix.c: Likewise.
54022         * sunrpc/des_crypt.c: Likewise.
54023         * sunrpc/des_soft.c: Likewise.
54024         * sunrpc/get_myaddr.c: Likewise.
54025         * sunrpc/key_call.c: Likewise.
54026         * sunrpc/key_prot.c: Likewise.
54027         * sunrpc/netname.c: Likewise.
54028         * sunrpc/pm_getmaps.c: Likewise.
54029         * sunrpc/pm_getport.c: Likewise.
54030         * sunrpc/pmap_clnt.c: Likewise.
54031         * sunrpc/pmap_prot.c: Likewise.
54032         * sunrpc/pmap_prot2.c: Likewise.
54033         * sunrpc/pmap_rmt.c: Likewise.
54034         * sunrpc/publickey.c: Likewise.
54035         * sunrpc/rpc_cmsg.c: Likewise.
54036         * sunrpc/rpc_common.c: Likewise.
54037         * sunrpc/rpc_dtable.c: Likewise.
54038         * sunrpc/rpc_prot.c: Likewise.
54039         * sunrpc/rpc_thread.c: Likewise.
54040         * sunrpc/rtime.c: Likewise.
54041         * sunrpc/svc.c: Likewise.
54042         * sunrpc/svc_auth.c: Likewise.
54043         * sunrpc/svc_authux.c: Likewise.
54044         * sunrpc/svc_raw.c: Likewise.
54045         * sunrpc/svc_run.c: Likewise.
54046         * sunrpc/svc_simple.c: Likewise.
54047         * sunrpc/svc_tcp.c: Likewise.
54048         * sunrpc/svc_udp.c: Likewise.
54049         * sunrpc/svc_unix.c: Likewise.
54050         * sunrpc/svcauth_des.c: Likewise.
54051         * sunrpc/xcrypt.c: Likewise.
54052         * sunrpc/xdr.c: Likewise.
54053         * sunrpc/xdr_array.c: Likewise.
54054         * sunrpc/xdr_float.c: Likewise.
54055         * sunrpc/xdr_intXX_t.c: Likewise.
54056         * sunrpc/xdr_mem.c: Likewise.
54057         * sunrpc/xdr_rec.c: Likewise.
54058         * sunrpc/xdr_ref.c: Likewise.
54059         * sunrpc/xdr_sizeof.c: Likewise.
54060         * sunrpc/xdr_stdio.c: Likewise.
54062 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54064         [BZ #12650]
54065         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54066         * sysdeps/ia64/dl-tls.h: Likewise.
54067         * sysdeps/powerpc/dl-tls.h: Likewise.
54068         * sysdeps/s390/dl-tls.h: Likewise.
54069         * sysdeps/sh/dl-tls.h: Likewise.
54070         * sysdeps/sparc/dl-tls.h: Likewise.
54071         * sysdeps/x86_64/dl-tls.h: Likewise.
54072         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54074 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54076         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54077         rpath element also skip the following colon.
54078         (expand_dynamic_string_token): Add is_path parameter and pass
54079         down to DL_DST_REQUIRED and _dl_dst_substitute.
54080         (decompose_rpath): Call expand_dynamic_string_token with
54081         non-zero is_path.  Ignore empty rpaths.
54082         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54083         with zero is_path.
54085 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54088         Make cancelable.
54090 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54092         [BZ #12655]
54093         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54094         Patch by Filipe David Manana <fdmanana@apache.org>.
54096 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54098         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54099         Maintain aligned stack.
54100         (CHECK_RSP): Remove unused macro.
54102 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54104         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54105         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54107 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54109         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54111         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54113 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54115         [BZ #12518]
54116         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54117         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54118         * sysdeps/x86_64/memmove.c: New file.
54119         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54120         (memcpy): Renamed to ...
54121         (__new_memcpy): This.
54122         (memcpy): Provide GLIBC_2_14 memcpy.
54123         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54124         (memcpy): Provide GLIBC_2_2_5 memcpy.
54126 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54128         [BZ #12631]
54129         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54131 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54133         * misc/syncfs.c: New file.
54134         * misc/Makefile (routines): Add syncfs.
54135         * posix/unistd.h: Declare syncfs.
54136         * sysdeps/unix/syscalls.list: Add syncfs.
54138 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54140         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54141         open_by_handle_at.
54142         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54143         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54144         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54145         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54146         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54147         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54148         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54150 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54152         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54154         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54155         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54156         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54157         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54158         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54160         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54161         sync_file_range.c with -fexceptions.
54162         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54163         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54164         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54165         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54166         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54167         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54168         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54169         sync_file_range as cancellation point
54170         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54171         now a wrapper around __call_sync_file_range with cancellation handling.
54172         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54173         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54174         function name to __call_sync_file_range.
54175         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54176         Add call_sync_file_range.
54178 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54180         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54181         bits/timex.h.
54183 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54185         * iconv/iconv.h: Fix typo in comment.
54186         * io/fcntl.h: Likewise.
54187         * libio/stdio.h: Likewise.
54188         * posix/spawn.h: Likewise.
54189         * posix/unistd.h: Likewise.
54190         * stdlib/stdlib.h: Likewise.
54191         * time/time.h: Likewise.
54192         * wcsmbs/wchar.h: Likewise.
54194         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54195         open_by_handle): Add.
54196         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54197         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54198         Augment a few comments.
54199         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54200         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54201         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54202         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54203         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54204         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54205         open_by_handle.
54207         * io/fcntl.h (AT_EMPTY_PATH): Define.
54209 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54211         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54212         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54213         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54214         to...
54215         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54216         * Versions.def: Add GLIBC_2.14.
54217         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54218         Export.
54220 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54222         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54223         round counter.
54224         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54226 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54228         [BZ #12597]
54229         * string/test-strncmp.c (do_page_test): New function.
54230         (check2): Likewise.
54231         (test_main): Call check2.
54232         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54234 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54236         [BZ #12587]
54237         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54238         Handle cache information in CPU leaf 4.
54239         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54241 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54243         [BZ #12583]
54244         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54245         character representation.
54246         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54248 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54250         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54251         END(__isnan) to END(__isnanf) to match function entry point/label
54252         EALIGN(__isnanf,...).
54254 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54256         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54258 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54260         [BZ #12510]
54261         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54262         copy from the symbol referenced in the relocation to initialize the
54263         used variable.
54264         Patch by Piotr Bury <pbury@goahead.com>.
54265         * elf/Makefile: Add rules to build and tst-unique3.
54266         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54267         * elf/tst-unique3.cc: New file.
54268         * elf/tst-unique3.h: New file.
54269         * elf/tst-unique3lib.cc: New file.
54270         * elf/tst-unique3lib2.cc: New file.
54272         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54274 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54276         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54277         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54278         to _start.
54280 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54282         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54283         to-be-loaded object along a path to loader is ld.so.
54285 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54286             Ulrich Drepper  <drepper@gmail.com>
54288         * sysdeps/x86_64/memset.S: After aligning destination, code
54289         branches to different locations depending on the value of
54290         misalignment, when multiarch is enabled. Fix this.
54292 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54294         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54295         Set _x86_64_preferred_memory_instruction for AMD processsors.
54296         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54297         Set bit_Prefer_SSE_for_memop for AMD processors.
54299 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54301         * libio/fmemopen.c (fmemopen): Optimize a bit.
54303 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54305         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54307 2011-03-03  Roland McGrath  <roland@redhat.com>
54309         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54311 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54313         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54314         __bzero_ultra1 instead of __memset_ultra1.
54316 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54317             Ulrich Drepper  <drepper@gmail.com>
54319         [BZ #12509]
54320         * include/link.h (struct link_map): Add l_orig_initfini.
54321         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54322         returning unsuccessfully.
54323         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54324         close of a file loaded at startup, restore the original l_initfini
54325         list.
54326         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54327         list, store the pointer.
54328         * elf/Makefile ($(objpfx)noload-mem): New rule.
54329         (noload-ENV): Define.
54330         (tests): Add $(objpfx)noload-mem.
54331         * elf/noload.c: Include <memcheck.h>.
54332         (main): Call mtrace.  Close all opened handles.
54334 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54336         [BZ #12454]
54337         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54338         dependencies are missing.
54340 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54342         Fix __if_freereq crash: Unlike the generic version which uses free,
54343         Hurd needs munmap.
54344         * sysdeps/mach/hurd/ifreq.h: New file.
54346 2011-01-27  Petr Baudis  <pasky@suse.cz>
54347             Ulrich Drepper  <drepper@gmail.com>
54349         [BZ 12445]#
54350         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54351         to extend_alloca().
54352         * stdio-common/bug23.c: New file.
54353         * stdio-common/Makefile (tests): Add bug23.
54355 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54356             Ulrich Drepper  <drepper@gmail.com>
54358         [BZ #12489]
54359         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54360         before performing relro protection.  At old place add assertion
54361         to make sure nothing changed.
54363 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54364             Glauber de Oliveira Costa  <glommer@gmail.com>
54366         * elf/elf.h: Add new ARM TLS relocs.
54368 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54371         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54372         cast from r3.
54373         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54374         'tests' variable.
54375         * sysdeps/wordsize-64/tst-writev.c: New file.
54377 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54379         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54380         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54381         insns in _dl_start to prevent a TOC reference before relocs are
54382         resolved.
54384 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54386         [BZ #12469]
54387         * Makeconfig: Remove RANLIB definition.
54388         * Makerules: Don't use RANLIB.
54389         * aclocal.m4: Remove ranlib test.
54390         * configure.in: No need to check for ranlib.
54391         * elf/rtld-Rules: Don't use RANLIB.
54393 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54395         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54396         protection macro.
54397         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54398         inclusion protection macro.
54400         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54401         SIGRTMIN and SIGRTMAX and print information in that case only when
54402         SIGRTMIN is defined.
54404 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54406         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54407         arginfo fn returning -1.
54409         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54410         and thousands string is zero terminated.
54412 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54414         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54415         sysdeps/unix/sysv/linux/bits/socket.h.
54417 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54419         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54420         (__CPU_COUNT): Remove old macros.
54421         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54422         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54423         (__CPU_ALLOC, __CPU_FREE): Add macros.
54424         (__sched_cpualloc, __sched_cpufree): Add declarations.
54426 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54428         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54429         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54430         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54431         (readdhstai): Return value of addhstaiX call.
54432         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54433         (addgrbyX): Return value returned by cache_addgr.
54434         (readdgrbyname): Return value returned by addgrbyX.
54435         (readdgrbygid): Likewise.
54436         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54437         (addpwbyX): Return value returned by cache_addpw.
54438         (readdpwbyname): Return value returned by addhstbyX.
54439         (readdpwbyuid): Likewise.
54440         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54441         (addservbyX): Return value returned by cache_addserv.
54442         (readdservbyname): Return value returned by addservbyX:
54443         (readdservbyport): Likewise.
54444         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54445         (addhstbyX): Return value returned by cache_addhst.
54446         (readdhstbyname): Return value returned by addhstbyX.
54447         (readdhstbyaddr): Likewise.
54448         (readdhstbynamev6): Likewise.
54449         (readdhstbyaddrv6): Likewise.
54450         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54451         (readdinitgroups): Return value returned by addinitgroupsX.
54452         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54453         (prune_cache): Keep track of timeout value of re-added entries.
54454         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54455         * nscd/nscd.h: Adjust prototypes of readd* functions.
54457 2011-02-04  Roland McGrath  <roland@redhat.com>
54459         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54460         (nis_stats): Likewise.
54461         * nis/nis_modify.c (nis_modify): Likewise.
54462         * nis/nis_remove.c (nis_remove): Likewise.
54463         * nis/nis_add.c (nis_add): Likewise.
54465         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54467         * posix/fnmatch_loop.c: Add some consts.
54469         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54471 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54473         [BZ #12460]
54474         * config.make.in (config-cflags-novzeroupper): Define.
54475         * configure.in: Substitute libc_cv_cc_novzeroupper.
54476         * elf/Makefile (AVX-CFLAGS): Define.
54477         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54478         (CFLAGS-tst-auditmod4a.c): Likewise.
54479         (CFLAGS-tst-auditmod4b.c): Likewise.
54480         (CFLAGS-tst-auditmod6b.c): Likewise.
54481         (CFLAGS-tst-auditmod6c.c): Likewise.
54482         (CFLAGS-tst-auditmod7b.c): Likewise.
54483         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54485 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54487         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54488         function to the callback.
54489         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54491 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54493         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54494         of errno.
54496 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54498         [BZ #11724]
54499         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54500         of constructors.
54501         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54502         of destructors.
54503         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54505         [BZ #11724]
54506         * elf/Makefile: Add rules to build and run new test.
54507         * elf/tst-initorder.c: New file.
54508         * elf/tst-initorder.exp: New file.
54509         * elf/tst-initordera1.c: New file.
54510         * elf/tst-initordera2.c: New file.
54511         * elf/tst-initordera3.c: New file.
54512         * elf/tst-initordera4.c: New file.
54513         * elf/tst-initorderb1.c: New file.
54514         * elf/tst-initorderb2.c: New file.
54515         * elf/tst-order-a1.c: New file.
54516         * elf/tst-order-a2.c: New file.
54517         * elf/tst-order-a3.c: New file.
54518         * elf/tst-order-a4.c: New file.
54519         * elf/tst-order-b1.c: New file.
54520         * elf/tst-order-b2.c: New file.
54521         * elf/tst-order-main.c: New file.
54522         New test case by George Gensure <werkt0@gmail.com>.
54524 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54527         decoding ACE if AI_CANONIDN.
54529 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54531         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54533 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54535         * version.h (RELEASE): Bump for 2.13 release.
54536         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54538         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54540         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54541         MADV_NOHUGEPAGE.
54542         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54543         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54544         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54545         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54546         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54547         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54549         * posix/getconf.c: Update copyright year.
54550         * catgets/gencat.c: Likewise.
54551         * csu/version.c: Likewise.
54552         * debug/catchsegv.sh: Likewise.
54553         * debug/xtrace.sh: Likewise.
54554         * elf/ldconfig.c: Likewise.
54555         * elf/ldd.bash.in: Likewise.
54556         * elf/sprof.c (print_version): Likewise.
54557         * iconv/iconv_prog.c: Likewise.
54558         * iconv/iconvconfig.c: Likewise.
54559         * locale/programs/locale.c: Likewise.
54560         * locale/programs/localedef.c: Likewise.
54561         * malloc/memusage.sh: Likewise.
54562         * malloc/mtrace.pl: Likewise.
54563         * nscd/nscd.c (print_version): Likewise.
54564         * nss/getent.c: Likewise.
54566         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54567         PF_CAIF, and PF_ALG.
54568         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54570 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54572         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54573         (modules-names): Use them.
54574         (ifunc-test-modules, ifunc-pie-tests): Define.
54575         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54576         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54577         (test-extras): Likewise.
54578         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54579         $(compile-command.c).
54580         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54581         (all-built-dso): Define.
54582         (check-textrel.out, check-execstack.out): Depend on it.
54584         * configure.in: Don't override --enable-multi-arch.
54586 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54588         [BZ #6812]
54589         * nscd/hstcache.c (tryagain): Define.
54590         (cache_addhst): Return tryagain not notfound for temporary errors.
54591         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54592         failed.
54594 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54596         [BZ #10563]
54597         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54598         to make the syscall.
54599         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54601         [BZ #12378]
54602         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54603         and fall back to matching as normal character if the string ends before
54604         the matching ']' is found.  This is what POSIX requires.
54605         * posix/testfnm.c: Adjust test result.
54606         * posix/globtest.sh: Adjust test result.  Add new test.
54607         * posix/tst-fnmatch.input: Likewise.
54608         * posix/tst-fnmatch2.c: Add new test.
54610 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54612         * elf/Makefile (check-execstack): Revert last change.  Depend on
54613         check-execstack.h.
54614         (check-execstack.h): New target.
54615         (generated): Add check-execstack.h.
54616         * elf/check-execstack.c: Include "check-execstack.h".
54617         (main): Revert last change.
54618         (handle_file): Return zero if GNU_STACK is absent and
54619         DEFAULT_STACK_PERMS doesn't include PF_X.
54621 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54623         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54624         in child fails because the descriptor is already closed.
54625         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54626         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54627         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54629         [BZ #12397]
54630         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54631         syscall.
54633         [BZ #10484]
54634         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54635         temporary buffer used to handle multi lookups locally.
54636         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54638 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54640         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54641         loader is ld.so.
54643 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54645         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54646         alignment for SSE2.
54648 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54650         [BZ #12394]
54651         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54652         characters.  When rounding increased number of integer digits recompute
54653         number of groups.
54654         * stdio-common/tst-grouping.c: New file.
54655         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54657 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54659         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54660         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54662         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54663         void.
54664         * bits/select.h: Likewise.
54666 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54668         * po/ja.po: Update from translation team.
54670 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54672         [BZ #11155]
54673         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54674         implementation just like for lxstat, fxstatat, et al.
54676 2010-12-27  Jim Meyering  <meyering@redhat.com>
54678         [BZ #12348]
54679         * posix/regexec.c (build_trtable): Return failure indication upon
54680         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54682 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54684         [BZ #12201]
54685         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54686         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54687         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54688         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54690         [BZ #12207]
54691         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54693         [BZ #12204]
54694         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54695         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54697 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54699         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54700         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54701         script has SORT_BY_INIT_PRIORITY.
54702         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54703         NO_CTORS_DTORS_SECTIONS is defined.
54704         * elf/soinit.c: Likewise.
54705         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54706         NO_CTORS_DTORS_SECTIONS is defined.
54707         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54708         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54709         * sysdeps/sh/init-first.c: Likewise.
54710         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54712 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54714         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54715         always use the slow path.
54717 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54719         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54720         similar rule which adds the sysdep directories to the header search in
54721         order to pick up the correct platform stackinfo.h.
54722         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54723         perform test if it is, otherwise return successfully without testing.
54724         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54725         DEFAULT_STACK_PERMS define in stackinfo.h.
54726         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54727         defined in stackinfo.h.
54728         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54729         DEFAULT_STACK_PERMS defined in stackinfo.h.
54730         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54731         * sysdeps/ia64/stackinfo.h: Likewise.
54732         * sysdeps/s390/stackinfo.h: Likewise.
54733         * sysdeps/sh/stackinfo.h: Likewise.
54734         * sysdeps/sparc/stackinfo.h: Likewise.
54735         * sysdeps/x86_64/stackinfo.h: Likewise.
54736         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54737         PF_X for powerpc64.  Retain PF_X for powerpc32.
54739 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54741         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54742         accurately.
54743         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54744         GETDENTS_64BIT_ALIGNED.
54746 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54748         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54750 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54752         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54753         _GNU_SOURCE.
54755         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54756         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54757         Remove __restrict.
54758         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54759         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54761 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54763         [BZ #11655]
54764         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54765         are initialized.
54767 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54769         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54771 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54773         * po/it.po: Update from translation team.
54775 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54777         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54778         unused codes.
54780 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54782         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54784 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54786         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54787         specially.
54788         (gaih_getanswer_slice): Likewise.
54790 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54792         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54794 2010-05-31  Petr Baudis  <pasky@suse.cz>
54796         [BZ #11149]
54797         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54798         silently even in the chroot mode.
54800 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54802         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54803         last patch a bit.  Pretty printing
54805 2010-05-31  Petr Baudis <pasky@suse.cz>
54807         [BZ #10085]
54808         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54809         initialization of skip_initgroups_dyn.
54811 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54813         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54814         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54816 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54818         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54820 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54822         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54823         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54824         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54825         ($(objpfx)tst-fnmatch-mem): New rule.
54826         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54827         * posix/tst-fnmatch.c (main): Call mtrace.
54829 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54831         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54832         Support Intel processor model 6 and model 0x2c.
54834 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54836         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54837           signed comparison.
54839 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54841         [BZ #12205]
54842         * string/test-strncasecmp.c (check_result): New function.
54843         (do_one_test): Use it.
54844         (check1): New function.
54845         (test_main): Use it.
54846         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54847         Support strcasecmp and strncasecmp.
54849 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54851         [BZ #12194]
54852         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54853         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54855 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54857         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54858         IFUNC support.
54859         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54860         memset-x86-64.
54861         * sysdeps/x86_64/multiarch/bzero.S: New file.
54862         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54863         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54864         * sysdeps/x86_64/multiarch/memset.S: New file.
54865         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54866         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54867         Set bit_Prefer_SSE_for_memop for Intel processors.
54868         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54869         Define.
54870         (index_Prefer_SSE_for_memop): Define.
54871         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54873 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54875         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54876         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54878 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54880         [BZ #12191]
54881         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54882         (__x86_64_raw_data_cache_size_half): Likewise.
54883         (__x86_64_raw_shared_cache_size): Likewise.
54884         (__x86_64_raw_shared_cache_size_half): Likewise.
54886         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54887         (__x86_64_raw_data_cache_size_half): Likewise.
54888         (__x86_64_raw_shared_cache_size): Likewise.
54889         (__x86_64_raw_shared_cache_size_half): Likewise.
54890         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54891         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54892         and __x86_64_raw_shared_cache_size_half.  Round
54893         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54894         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54895         to multiple of 256 bytes.
54897 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54899         [BZ #12167]
54900         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54901         of inacessible symlinks.  Verify result of symlink before returning it.
54902         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54903         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54905 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54907         * math/math.h (isinf): Fix typo in comment.
54909 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54911         * po/da.po: Update from translation team.
54913 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54915         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54916         is added to the list.
54918 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54919             Ulrich Drepper  <drepper@gmail.com>
54921         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54922         the global list here.  Move code to...
54923         (_dl_add_to_namespace_list): ...here.  New function.
54924         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54925         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54926         * elf/dl-load.c (lose): Don't remove the element from the list.
54927         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54928         (_dl_map_object): Likewise.
54930 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54932         [BZ #12159]
54933         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54934         into all bytes of SSE register.
54935         Patch by Richard Li <richardpku@gmail.com>.
54937 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54939         [BZ #12140]
54940         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54941         perturbing.
54943 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54945         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54946         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54947         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54948         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54950         submachine.
54951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54953 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54955         * include/dlfcn.h (__RTLD_SECURE): Define.
54956         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54957         mode & __RTLD_SECURE instead.
54958         (open_path): Rename preloaded parameter to secure.
54959         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54960         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54961         * elf/dl-deps.c (openaux): Likewise.
54962         * elf/rtld.c (struct map_args): Remove is_preloaded.
54963         (map_doit): Don't use it.
54964         (dl_main): Likewise.
54965         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54966         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54968 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54970         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54971         (sysd-rules-targets): Remove duplicates.
54972         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54973         rtld-%.$o dependency.
54975 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54977         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54978         _dl_map_object do it.
54980 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54982         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54983         fast fma builtins, define the macros in the C99 standard.
54984         (FP_FAST_FMAF): Likewise.
54985         (FP_FAST_FMAL): Likewise.
54986         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54988         * bits/mathdef.h: Update copyright year.
54989         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54991 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54993         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54994         builtins, define the macros in the C99 standard.
54995         (FP_FAST_FMAF): Likewise.
54996         (FP_FAST_FMAL): Likewise.
54997         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54998         multiply/add.
54999         (FP_FAST_FMAF): Likewise.
55001 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55003         [BZ #3268]
55004         * math/libm-test.inc (fma_test): Some new testcases.
55005         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55006         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55007         y and infinite z.  Do multiplication by C already in long double.
55008         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55009         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55010         y and infinite z.  Do bitwise or of inexact bit into u.d.
55011         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55012         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55013         * sysdeps/i386/fpu/s_fma.S: Removed.
55014         * sysdeps/i386/fpu/s_fmal.S: Removed.
55016 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55018         [BZ #3268]
55019         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55020         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55021         computation is not scheduled after fetestexcept.  Fix value
55022         of minimum denormal long double.
55024 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55026         [BZ #3268]
55027         * math/libm-test.inc (fma_test): Add some more tests.
55028         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55029         correctly.
55031 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55033         * scripts/data/localplt-s390-linux-gnu.data: New file.
55034         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55036 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55038         [BZ #3268]
55039         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55040         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55041         instead of dbl-64.
55042         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55043         inlines.
55044         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55045         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55046         if one of x and y is very large and the other is subnormal.
55047         * sysdeps/s390/fpu/s_fmaf.c: New file.
55048         * sysdeps/s390/fpu/s_fma.c: New file.
55049         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55050         * sysdeps/powerpc/fpu/s_fma.S: New file.
55051         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55052         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55053         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55055 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55057         [BZ #3268]
55058         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55059         fma tests.
55060         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55061         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55062         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55063         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55064         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55065         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55066         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55068 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55070         [BZ #12078]
55071         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55072         * posix/bug-regex31.input: Add test case.
55074 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55076         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55077         * posix/bug-regex31.input: New file.
55079         [BZ #12078]
55080         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55081         (parse_sub_exp): Fix last change, use postorder.
55083         * posix/bug-regex31.c: New file.
55084         * posix/Makefile: Add rules to build and run bug-regex31.
55086         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55088         [BZ #12078]
55089         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55091         [BZ #12108]
55092         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55093         to have entries in sys_siglist.
55095         [BZ #12093]
55096         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55097         be NULL.
55099 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55101         [BZ #3268]
55102         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55103         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55104         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55105         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55106         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55107         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55108         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55109         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55110         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55111         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55112         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55113         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55114         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55115         * math/ftestexcept.c (fetestexcept): Likewise.
55116         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55117         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55118         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55119         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55120         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55121         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55122         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55124 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55126         [BZ #12107]
55127         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55128         newline.
55130 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55132         * string/bug-strstr1.c: New file.
55133         * string/Makefile: Add rules to build and run bug-strstr1.
55135 2010-10-05  Eric Blake  <eblake@redhat.com>
55137         [BZ #12092]
55138         * string/str-two-way.h (two_way_long_needle): Always clear memory
55139         when skipping input due to the shift table.
55141 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55143         [BZ #12005]
55144         * malloc/mcheck.c: Handle large requests.
55146         [BZ #12077]
55147         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55148         for strncmp and strncasecmp.
55149         * string/stratcliff.c: Add tests for strcmp and strncmp.
55150         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55152 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55154         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55155         __set_fpscr.
55157 2010-09-30  Andreas Jaeger  <aj@suse.de>
55159         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55160         (CGROUP_SUPER_MAGIC): Define.
55161         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55162         Handle btrfs and cgroup file systems.
55163         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55164         Likewise.
55166 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55168         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55169         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55171 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55173         [BZ #12067]
55174         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55175         trying to locate the ELF header.
55177 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55179         [BZ #11611]
55180         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55181         Mask out sign-bit copies when constructing f_fsid.
55183 2010-09-24  Petr Baudis <pasky@suse.cz>
55185         * debug/stack_chk_fail_local.c: Add missing licence exception.
55186         * debug/warning-nop.c: Likewise.
55188 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55190         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55191         implementing getdents64 using getdents syscall, set d_type if
55192         __ASSUME_GETDENTS32_D_TYPE.
55194 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55196         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55197         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55199 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55201         [BZ #12037]
55202         * posix/unistd.h: Undo change of feature selection for ftruncate from
55203         2010-01-11.
55205 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55207         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55208         detection.
55210 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55212         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55213         fanotify_mark.
55214         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55216 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55218         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55219         variables after CHECK_SP call.
55220         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55222 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55223             Ulrich Drepper  <drepper@redhat.com>
55225         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55226         re-relocationg ld.so.
55227         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55228         _dl_init_paths call.
55229         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55230         here anymore.
55232 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55234         * resolv/res_init.c (__res_vinit): Count the default server we added.
55236 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55237             Ulrich Drepper  <drepper@redhat.com>
55239         [BZ #11968]
55240         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55241         (____longjmp_chk): Use %ebx for saving value across system call.
55242         Add unwind info.
55244 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55246         * manual/Makefile: Don't mix pattern rules with normal rules.
55248 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55250         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55251         operation.
55252         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55253         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55254         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55255         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55256         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55257         Likewise.
55259 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55261         [BZ #11979]
55262         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55263         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55265 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55267         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55268         * sysdeps/x86_64/addmul_1.S: Likewise.
55269         * sysdeps/x86_64/lshift.S: Likewise.
55270         * sysdeps/x86_64/mul_1.S: Likewise.
55271         * sysdeps/x86_64/rshift.S: Likewise.
55272         * sysdeps/x86_64/sub_n.S: Likewise.
55273         * sysdeps/x86_64/submul_1.S: Likewise.
55275 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55277         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55278         Define __sched_param instead of SCHED_* and sched_param when
55279         <bits/sched.h> is included with __need_schedparam defined.
55280         * bits/sched.h [__need_schedparam]
55281         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55282         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55283         (__defined_schedparam): Define to 1.
55284         (__sched_param): New structure, identical to sched_param.
55285         (__need_schedparam): Undefine.
55287 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55289         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55290         (epoll_create1): Declare.
55292         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55294 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55296         [BZ #7066]
55297         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55298         shifting retval into place.
55300 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55302         * nis/rpcsvc/nis.h: Update copyright notice.
55303         * nis/rpcsvc/nis.x: Likewise.
55304         * nis/rpcsvc/nis_callback.h: Likewise.
55305         * nis/rpcsvc/nis_callback.x: Likewise.
55306         * nis/rpcsvc/nis_object.x: Likewise.
55307         * nis/rpcsvc/nis_tags.h: Likewise.
55308         * nis/rpcsvc/yp.h: Likewise.
55309         * nis/rpcsvc/yp.x: Likewise.
55310         * nis/rpcsvc/ypupd.h: Likewise.
55311         * nis/yp_xdr.c: Likewise.
55312         * nis/ypupdate_xdr.c: Likewise.
55314         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55315         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55316         (pmap_getport): Use __libc_rpc_getport.
55317         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55318         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55319         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55321 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55324         fanotify_mark.
55326 2010-08-27  Roland McGrath  <roland@redhat.com>
55328         * sysdeps/i386/i686/multiarch/Makefile
55329         (CFLAGS-varshift.c): New variable.
55331 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55333         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55334         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55336         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55338         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55340 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55342         * sysdeps/x86_64/strlen.S: Unroll the loop.
55343         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55344         strlen-sse2 strlen-sse2-bsf.
55345         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55346         __strlen_no_bsf if bit_Slow_BSF is set.
55347         (__strlen_sse42): Removed.
55348         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55349         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55351 2010-08-25  Roland McGrath  <roland@redhat.com>
55353         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55354         * sysdeps/x86_64/multiarch/varshift.c: New file.
55355         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55356         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55357         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55358         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55360 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55362         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55363         strlen-sse2 strlen-sse2-bsf.
55364         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55365         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55366         (__strlen_sse2): Removed.
55367         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55368         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55369         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55370         bit_Slow_BSF for Atom.
55371         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55372         (index_Slow_BSF): Define.
55373         (HAS_SLOW_BSF): Define.
55375 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55377         [BZ #10851]
55378         * resolv/res_init.c (__res_vinit): When no server address at all
55379         is given default to loopback.
55381 2010-08-24  Roland McGrath  <roland@redhat.com>
55383         * configure.in: Remove config-name.h generation.
55384         * configure: Regenerated.
55385         * config-name.in: File removed.
55386         * scripts/config-uname.sh: New file.
55387         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55388         ($(objdir)config-name.h): New target.
55390         * sunrpc/rpc_parse.h: Avoid nested comment.
55392 2010-08-24  Richard Henderson  <rth@redhat.com>
55393             Ulrich Drepper  <drepper@redhat.com>
55394             H.J. Lu  <hongjiu.lu@intel.com>
55396         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55398         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55399         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55400         _mm_alignr_epi8 with _mm_loadu_si128.
55401         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55402         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55403         (__m128i_shift_right): Removed.
55404         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55405         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55406         * sysdeps/x86_64/multiarch/varshift.h: New file.
55407         * sysdeps/x86_64/multiarch/varshift.S: New file.
55409 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55411         * configure.in: Move assembler checks to before sysdep dir checking.
55413 2010-08-20  Petr Baudis  <pasky@suse.cz>
55415         * LICENSES: Sync the sunrpc license.
55417 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55419         * sunrpc/auth_des.c: Update copyright notice once again.
55420         * sunrpc/auth_none.c: Likewise.
55421         * sunrpc/auth_unix.c: Likewise.
55422         * sunrpc/authdes_prot.c: Likewise.
55423         * sunrpc/authuxprot.c: Likewise.
55424         * sunrpc/bindrsvprt.c: Likewise.
55425         * sunrpc/clnt_gen.c: Likewise.
55426         * sunrpc/clnt_perr.c: Likewise.
55427         * sunrpc/clnt_raw.c: Likewise.
55428         * sunrpc/clnt_simp.c: Likewise.
55429         * sunrpc/clnt_tcp.c: Likewise.
55430         * sunrpc/clnt_udp.c: Likewise.
55431         * sunrpc/clnt_unix.c: Likewise.
55432         * sunrpc/des_crypt.c: Likewise.
55433         * sunrpc/des_soft.c: Likewise.
55434         * sunrpc/get_myaddr.c: Likewise.
55435         * sunrpc/getrpcport.c: Likewise.
55436         * sunrpc/key_call.c: Likewise.
55437         * sunrpc/key_prot.c: Likewise.
55438         * sunrpc/openchild.c: Likewise.
55439         * sunrpc/pm_getmaps.c: Likewise.
55440         * sunrpc/pm_getport.c: Likewise.
55441         * sunrpc/pmap_clnt.c: Likewise.
55442         * sunrpc/pmap_prot.c: Likewise.
55443         * sunrpc/pmap_prot2.c: Likewise.
55444         * sunrpc/pmap_rmt.c: Likewise.
55445         * sunrpc/rpc/auth.h: Likewise.
55446         * sunrpc/rpc/auth_unix.h: Likewise.
55447         * sunrpc/rpc/clnt.h: Likewise.
55448         * sunrpc/rpc/des_crypt.h: Likewise.
55449         * sunrpc/rpc/key_prot.h: Likewise.
55450         * sunrpc/rpc/netdb.h: Likewise.
55451         * sunrpc/rpc/pmap_clnt.h: Likewise.
55452         * sunrpc/rpc/pmap_prot.h: Likewise.
55453         * sunrpc/rpc/pmap_rmt.h: Likewise.
55454         * sunrpc/rpc/rpc.h: Likewise.
55455         * sunrpc/rpc/rpc_des.h: Likewise.
55456         * sunrpc/rpc/rpc_msg.h: Likewise.
55457         * sunrpc/rpc/svc.h: Likewise.
55458         * sunrpc/rpc/svc_auth.h: Likewise.
55459         * sunrpc/rpc/types.h: Likewise.
55460         * sunrpc/rpc/xdr.h: Likewise.
55461         * sunrpc/rpc_clntout.c: Likewise.
55462         * sunrpc/rpc_cmsg.c: Likewise.
55463         * sunrpc/rpc_common.c: Likewise.
55464         * sunrpc/rpc_cout.c: Likewise.
55465         * sunrpc/rpc_dtable.c: Likewise.
55466         * sunrpc/rpc_hout.c: Likewise.
55467         * sunrpc/rpc_main.c: Likewise.
55468         * sunrpc/rpc_parse.c: Likewise.
55469         * sunrpc/rpc_parse.h: Likewise.
55470         * sunrpc/rpc_prot.c: Likewise.
55471         * sunrpc/rpc_sample.c: Likewise.
55472         * sunrpc/rpc_scan.c: Likewise.
55473         * sunrpc/rpc_scan.h: Likewise.
55474         * sunrpc/rpc_svcout.c: Likewise.
55475         * sunrpc/rpc_tblout.c: Likewise.
55476         * sunrpc/rpc_util.c: Likewise.
55477         * sunrpc/rpc_util.h: Likewise.
55478         * sunrpc/rpcinfo.c: Likewise.
55479         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55480         * sunrpc/rpcsvc/key_prot.x: Likewise.
55481         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55482         * sunrpc/rpcsvc/mount.x: Likewise.
55483         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55484         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55485         * sunrpc/rpcsvc/rex.x: Likewise.
55486         * sunrpc/rpcsvc/rstat.x: Likewise.
55487         * sunrpc/rpcsvc/rusers.x: Likewise.
55488         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55489         * sunrpc/rpcsvc/spray.x: Likewise.
55490         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55491         * sunrpc/rtime.c: Likewise.
55492         * sunrpc/svc.c: Likewise.
55493         * sunrpc/svc_auth.c: Likewise.
55494         * sunrpc/svc_authux.c: Likewise.
55495         * sunrpc/svc_raw.c: Likewise.
55496         * sunrpc/svc_run.c: Likewise.
55497         * sunrpc/svc_simple.c: Likewise.
55498         * sunrpc/svc_tcp.c: Likewise.
55499         * sunrpc/svc_udp.c: Likewise.
55500         * sunrpc/svc_unix.c: Likewise.
55501         * sunrpc/svcauth_des.c: Likewise.
55502         * sunrpc/xcrypt.c: Likewise.
55503         * sunrpc/xdr.c: Likewise.
55504         * sunrpc/xdr_array.c: Likewise.
55505         * sunrpc/xdr_float.c: Likewise.
55506         * sunrpc/xdr_mem.c: Likewise.
55507         * sunrpc/xdr_rec.c: Likewise.
55508         * sunrpc/xdr_ref.c: Likewise.
55509         * sunrpc/xdr_sizeof.c: Likewise.
55510         * sunrpc/xdr_stdio.c: Likewise.
55512         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55513         handling.
55515 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55517         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55519 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55521         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55522         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55523         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55524         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55525         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55526         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55527         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55528         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55529         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55530         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55531         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55532         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55533         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55534         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55536 2010-07-26  Anton Blanchard  <anton@samba.org>
55538         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55539         * malloc/arena.c (heap_trim): Likewise.
55541 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55543         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55544         here.  Not...
55545         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55546         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55548 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55550         * sysdeps/i386/elf/Makefile: New file.
55552 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55554         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55555         from fanotify_init.
55556         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55557         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55559 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55561         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55562         of strncasecmp_l.
55563         * sysdeps/multiarch/strcmp.S: Likewise.
55565 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55567         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55568         strncase_l-nonascii.
55569         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55570         Add strncase_l-ssse3.
55571         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55572         * sysdeps/x86_64/strcmp.S: Likewise.
55573         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55574         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55575         * sysdeps/x86_64/strncase.S: New file.
55576         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55577         * sysdeps/x86_64/strncase_l.S: New file.
55578         * string/Makefile (strop-tests): Add strncasecmp.
55579         * string/test-strncasecmp.c: New file.
55581         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55582         warning.
55584         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55585         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55587 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55589         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55591 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55593         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55594         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55595         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55597 2010-05-01  Alan Modra  <amodra@gmail.com>
55599         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55600         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55601         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55602         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55603         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55604         tidying.  Don't tail-call __sigjmp_save for static lib.
55605         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55606         save location.
55607         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55608         (CALL_MCOUNT): Add eh info, and nop after bl.
55609         (TAIL_CALL_SYSCALL_ERROR): New macro.
55610         (PSEUDO_RET): Use it.
55611         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55612         Correct save location of integer regs and cr.
55613         (_dl_profile_resolve): Correct cr save location.  Delete nops
55614         after bl when SHARED.  Reduce cfi size a little by better
55615         placement of cfi directives.
55616         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55617         make a stack frame.  Instead use parm save area as a temp.
55618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55619         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55621         Don't make a stack frame for parent, use parm save area.
55622         Increase child stack frame to 112 bytes.  Don't save unused reg,
55623         and adjust reg usage.  Set up cfi on error recovery and
55624         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55626         (__makecontext): Add dummy nop after jump to exit.
55627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55628         Use correct parm save area and cr save, reduce stack frame.
55629         Correct cfi for possible PSEUDO_RET frame setup.
55630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55631         Branch to local label emitted by PSEUDO_RET rather than
55632         __syscall_error.
55634 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55636         [BZ #11904]
55637         * locale/programs/locale.c (print_assignment): New function.
55638         (show_locale_vars): Use it.
55640 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55642         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55643         field.
55644         (struct statfs64): Likewise.
55645         (_STATFS_F_FLAGS): Define.
55646         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55647         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55648         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55649         (ST_VALID): Define locally.
55650         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55651         __statvfs_getflags, use the provided value.
55652         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55653         __ASSUME_STATFS_F_FLAGS.
55655         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55657         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55658         Add sys/fanotify.h.
55659         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55660         fanotify_mask for GLIBC_2.13.
55661         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55662         fanotify_init and fanotify_mark.
55663         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55664         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55666         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55667         Add prlimit.
55668         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55669         prlimit64 for GLIBC_2.13.
55670         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55671         prlimit64.
55672         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55673         syscall.
55674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55675         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55676         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55677         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55678         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55679         add prlimit alias.
55680         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55682         [BZ #11903]
55683         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55684         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55686         * nss/Makefile: Add rules to build and run tst-nss-test1.
55687         * shlib-versions: Add entry for libnss_test1.
55688         * nss/nss_test1.c: New file.
55689         * nss/tst-nss-test1.c: New file.
55691         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55692         (__nss_configure_lookup): Set appropriate entry in
55693         __nss_configure_lookup to true.
55694         * nss/nsswitch.h: Define enum with indeces of databases in
55695         databases and __nss_database_custom arrays.  Declare
55696         __nss_database_custom.
55697         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55698         to avoid using nscd when custom rules are installed.
55699         * nss/getXXbyYY_r.c: Likewise.
55700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55702         * nss/nss_files/files-parse.c: Whitespace fixes.
55704 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55706         [BZ #11883]
55707         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55708         * posix/fnmatch_loop.c: Likewise.
55710 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55712         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55713         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55714         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55715         * Versions.def [GLIBC_2.13]: Add.
55717 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55719         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55720         Also fail if tpwd after pwuid call is NULL.
55722 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55724         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55725         when converting to ms.
55727 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55729         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55730         EOPNOTSUPP errors with ENOTTY.
55731         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55732         EOPNOTSUPP errors with ENOTTY.
55734 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55736         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55737         Add strcasecmp_l-ssse3.
55738         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55739         strcasecmp.
55740         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55741         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55742         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55744 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55746         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55748         * string/Makefile (strop-tests): Add strcasecmp.
55749         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55750         strcasecmp_l-nonascii.
55751         (gen-as-const-headers): Add locale-defines.sym.
55752         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55753         * sysdeps/x86_64/strcasecmp.S: New file.
55754         * sysdeps/x86_64/strcasecmp_l.S: New file.
55755         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55756         * sysdeps/x86_64/locale-defines.sym: New file.
55757         * string/test-strcasecmp.c: New file.
55759         * string/test-strcasestr.c: Test both ends of the range of characters.
55760         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55762 2010-07-29  Roland McGrath  <roland@redhat.com>
55764         [BZ #11856]
55765         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55767 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55769         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55770         for ld.so.
55772 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55774         * manual/memory.texi (Malloc Tunable Parameters): Document
55775         M_PERTURB.
55777 2010-07-26  Roland McGrath  <roland@redhat.com>
55779         [BZ #11840]
55780         * configure.in (-fgnu89-inline check): Set and substitute
55781         gnu89_inline, not libc_cv_gnu89_inline.
55782         * configure: Regenerated.
55783         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55785 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55787         * string/test-strnlen.c: New file.
55788         * string/Makefile (strop-tests): Add strnlen.
55789         * string/tester.c (test_strnlen): Add a few more test cases.
55790         * string/tst-strlen.c: Better error reporting.
55792         * sysdeps/x86_64/strnlen.S: New file.
55794 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55796         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55797         lower-latency instructions.
55799 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55801         * string/test-strcasestr.c: New file.
55802         * string/test-strstr.c: New file.
55803         * string/Makefile (strop-tests): Add strstr and strcasestr.
55804         * string/str-two-way.h: Don't undefine MAX.
55805         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55807 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55809         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55810         strcasestr-nonascii.
55811         (CFLAGS-strcasestr-nonascii.c): Define.
55812         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55813         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55814         Remove unused attribute.
55816 2010-07-20  Roland McGrath  <roland@redhat.com>
55818         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55819         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55820         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55821         like LD_HWCAP_MASK can disable hwcaps.
55823 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55825         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55827 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55829         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55830         call in strcasestr.
55831         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55832         __strcasestr_sse42_nonascii.
55833         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55834         strcasestr-nonascii.c.
55835         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55837 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55839         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55840         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55841         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55842         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55844 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55846         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55847         fcntl.
55849 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55851         [BZ #11577]
55852         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55853         dl_signal_cerror.
55855 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55857         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55858         _PC_PIPE_BUF using F_GETPIPE_SZ.
55860 2010-07-05  Roland McGrath  <roland@redhat.com>
55862         * manual/arith.texi (Rounding Functions): Fix rint description
55863         implicit in round description.
55865 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55867         * elf/Makefile: Fix linking for a few tests to make recent linker
55868         happy.
55870 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55872         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55873         $(common-objpfx)libc_nonshared.a.
55875 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55877         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55878         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55879         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55880         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55881         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55882         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55883         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55884         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55899         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55900         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55901         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55902         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55903         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55904         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55905         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55906         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55907         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55908         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55909         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55910         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55926 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55928         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55929         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55930         * string/memmove.c (memmove): Renamed to ...
55931         (MEMMOVE): ...this.  Default to memmove.
55932         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55933         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55934         (END_CHK): Define.
55935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55936         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55937         mempcpy-ssse3-back memmove-ssse3-back.
55938         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55939         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55940         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55941         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55942         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55943         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55944         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55945         * sysdeps/x86_64/multiarch/memmove.c: New file.
55946         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55947         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55948         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55949         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55950         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55951         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55952         Define.
55953         (index_Fast_Copy_Backward): Define.
55954         (HAS_ARCH_FEATURE): Define.
55955         (HAS_FAST_REP_STRING): Define.
55956         (HAS_FAST_COPY_BACKWARD): Define.
55958 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55960         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55961         Restore proper fallback handling.
55963 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55965         [BZ #11701]
55966         * posix/group_member.c (__group_member): Correct checking loop.
55968         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55969         OOM in getpwuid_r correctly.  Return error number when the caller
55970         should return, otherwise -1.
55971         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55972         call returning > 0 value.
55973         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55975 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55977         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55978         libc_nonshared.a from targets in modules-names.
55980 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55982         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55983         requires it.
55985 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55987         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55988         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55989         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55990         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55992 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55994         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55996 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55998         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55999         and F_GETPIPE_SZ.
56000         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56001         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56003         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56004         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56005         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56007 2010-06-14  Roland McGrath  <roland@redhat.com>
56009         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56011 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56013         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56014         __REDIRECT followed by __THROW.
56015         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56016         * posix/getopt.h (getopt): Likewise.
56018 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56020         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56021         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56022         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56023         in AT_FLAGS.
56024         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56025         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56027 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56029         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56031 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56033         [BZ #11640]
56034         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56035         Properly check family and model.
56037 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56039         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56041 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56043         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56045 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56047         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56048         symbol reference.
56050 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56052         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56053         symbol reference.
56055 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56057         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56058         and internal_recvmmsg.
56059         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56060         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56061         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56062         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56064         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56065         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56066         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56068 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56070         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56072 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56074         POWER7 optimizations.
56075         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56076         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56078 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56080         * version.h: Update for 2.13 development version.
56082 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56084         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56085         exceptions.  Return 0.
56087 2010-05-07  Roland McGrath  <roland@redhat.com>
56089         * elf/ldconfig.c (main): Add a const.
56091 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56093         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56094         (args_options): Add no-idn option.
56095         (ahosts_keys_int): Add idn_flags to ai_flags.
56096         (parse_option): Handle 'i' option to clear idn_flags.
56098         * malloc/malloc.c (_int_free): Possible race in the most recently
56099         added check.  Only act on the data if no current modification
56100         happened.
56102 See ChangeLog.17 for earlier changes.